body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'Abel', sans-serif;
  font-size: 1.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Abel', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Hammersmith One', sans-serif;
  font-size: 0.8rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- 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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #000000 !important;
}
.bg-success {
  background-color: #1dc9cb !important;
}
.bg-info {
  background-color: #188ef4 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !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: #000000 !important;
  color: #000000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #178a61 !important;
  color: #178a61 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #08589e !important;
  color: #08589e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #107172 !important;
  color: #107172 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !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: #000000 !important;
}
.text-secondary {
  color: #2bdc9d !important;
}
.text-success {
  color: #1dc9cb !important;
}
.text-info {
  color: #188ef4 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #178a61 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #107172 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #08589e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #1dc9cb;
}
.alert-info {
  background-color: #188ef4;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bef5f6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbedfd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #f4f8fa;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #000000;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #f4f8fa;
}
.form-control {
  font-family: 'Hammersmith One', sans-serif;
  font-size: 0.8rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@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: #000000;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #000000;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #2bdc9d !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='%23000000' %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-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqqMzcdg9T {
  background-image: url("../../../assets/images/1-1-2000x1333.jpg");
}
.cid-sqqMzcdg9T .mbr-section-title,
.cid-sqqMzcdg9T .mbr-section-subtitle {
  color: #000000;
}
.cid-sqqMzcdg9T .mbr-section-text {
  color: #232323;
}
.cid-sqqMzcdg9T .mbr-text,
.cid-sqqMzcdg9T .typed-text,
.cid-sqqMzcdg9T .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sqqMzcdg9T .btn {
  margin-left: 4px !important;
}
.cid-sqqMzcdg9T .animated-element {
  color: #1dc9cb;
}
.cid-sqqMzcdg9T .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #1dc9cb;
}
.cid-sqqMzcdg9T .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-sqqMzcdg9T .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqqMzcdg9T .typed-text,
  .cid-sqqMzcdg9T .mbr-section-subtitle,
  .cid-sqqMzcdg9T .mbr-section-text,
  .cid-sqqMzcdg9T .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-sqqMzcdg9T .mbr-section-text,
.cid-sqqMzcdg9T .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sqrzGIeJuG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sqrzGIeJuG .mbr-iconfont {
  color: #8d97ad;
}
.cid-sqrzGIeJuG .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sqrzGIeJuG .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-sqrzGIeJuG .mbr-section-subtitle {
  color: #000000;
}
.cid-sqrzGIeJuG .card-title {
  margin-bottom: 0.3rem;
}
.cid-sqrzGIeJuG .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sqrzGIeJuG .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sqrzGIeJuG .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sqrzGIeJuG .mbr-text,
.cid-sqrzGIeJuG .social-links {
  color: #232323;
}
.cid-sqvSAeZYV0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqvSAeZYV0 .mbr-iconfont {
  color: #8d97ad;
}
.cid-sqvSAeZYV0 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sqvSAeZYV0 .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-sqvSAeZYV0 .mbr-section-subtitle {
  color: #232323;
}
.cid-sqvSAeZYV0 .card-title {
  margin-bottom: 0.3rem;
  text-align: left;
}
.cid-sqvSAeZYV0 .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sqvSAeZYV0 .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sqvSAeZYV0 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sqvSAeZYV0 .mbr-text,
.cid-sqvSAeZYV0 .social-links {
  color: #232323;
  text-align: left;
}
.cid-sqvSAeZYV0 H5 {
  text-align: left;
}
.cid-sFfTL7N0DK {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-sFfTL7N0DK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sFfTL7N0DK .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-sFfTL7N0DK h2,
  .cid-sFfTL7N0DK h3 {
    text-align: center !important;
  }
  .cid-sFfTL7N0DK .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sFfTL7N0DK H2 {
  color: #ffffff;
}
.cid-srisaWrDxm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bddw-bar-stools-are-combined-with-a-waterfall-edge-aged-petite-granit-kitchen-island-1580x1053.jpg");
}
.cid-srisaWrDxm .mbr-text,
.cid-srisaWrDxm .mbr-section-btn {
  color: #232323;
}
.cid-srisaWrDxm .card-title,
.cid-srisaWrDxm .card-box {
  color: #ffffff;
}
.cid-srisaWrDxm .mbr-text,
.cid-srisaWrDxm .link-wrap {
  color: #ffffff;
}
.cid-sqwhMhkaA3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/businessman-3087395-1920-1920x800.jpg");
}
.cid-sqwhMhkaA3 .mbr-overlay {
  background: #444444;
  background: linear-gradient(to right, #444444, #000000);
}
.cid-sqwhMhkaA3 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqwhMhkaA3 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sqwhMhkaA3 .carousel-item .wrap-img {
  text-align: center;
}
.cid-sqwhMhkaA3 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sqwhMhkaA3 .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sqwhMhkaA3 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #ffffff;
  font-weight: bold;
}
.cid-sqwhMhkaA3 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sqwhMhkaA3 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sqwhMhkaA3 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-sqwhMhkaA3 .cloneditem-1,
.cid-sqwhMhkaA3 .cloneditem-2,
.cid-sqwhMhkaA3 .cloneditem-3,
.cid-sqwhMhkaA3 .cloneditem-4,
.cid-sqwhMhkaA3 .cloneditem-5 {
  display: none;
}
.cid-sqwhMhkaA3 .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-sqwhMhkaA3 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sqwhMhkaA3 .carousel-inner {
    z-index: 1;
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sqwhMhkaA3 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sqwhMhkaA3 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sqwhMhkaA3 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sqwhMhkaA3 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides2 .cloneditem-1,
  .cid-sqwhMhkaA3 .carousel-inner.slides2 .cloneditem-2,
  .cid-sqwhMhkaA3 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sqwhMhkaA3 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sqwhMhkaA3 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sqwhMhkaA3 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sqwhMhkaA3 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides3 .cloneditem-1,
  .cid-sqwhMhkaA3 .carousel-inner.slides3 .cloneditem-2,
  .cid-sqwhMhkaA3 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sqwhMhkaA3 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sqwhMhkaA3 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sqwhMhkaA3 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sqwhMhkaA3 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides4 .cloneditem-1,
  .cid-sqwhMhkaA3 .carousel-inner.slides4 .cloneditem-2,
  .cid-sqwhMhkaA3 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sqwhMhkaA3 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sqwhMhkaA3 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sqwhMhkaA3 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sqwhMhkaA3 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides5 .cloneditem-1,
  .cid-sqwhMhkaA3 .carousel-inner.slides5 .cloneditem-2,
  .cid-sqwhMhkaA3 .carousel-inner.slides5 .cloneditem-3,
  .cid-sqwhMhkaA3 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sqwhMhkaA3 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sqwhMhkaA3 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sqwhMhkaA3 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sqwhMhkaA3 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sqwhMhkaA3 .carousel-inner.slides6 .cloneditem-1,
  .cid-sqwhMhkaA3 .carousel-inner.slides6 .cloneditem-2,
  .cid-sqwhMhkaA3 .carousel-inner.slides6 .cloneditem-3,
  .cid-sqwhMhkaA3 .carousel-inner.slides6 .cloneditem-4,
  .cid-sqwhMhkaA3 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sqCLp5Qmzi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sqCLp5Qmzi .google-map {
  height: 350px;
  position: relative;
}
.cid-sqCLp5Qmzi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sqCLp5Qmzi .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sqCLp5Qmzi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sqCLp5Qmzi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqCgaMHMyk {
  padding-top: 120px;
  padding-bottom: 60px;
  background: #000000;
  background: linear-gradient(#000000, #444444);
}
.cid-sqCgaMHMyk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sqCgaMHMyk .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sqCgaMHMyk .video-block {
    width: 100% !important;
  }
}
.cid-sqCgaMHMyk .mbr-section-title {
  color: #efefef;
}
.cid-srivRiyeXf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cccccc;
}
.cid-srivRiyeXf img,
.cid-srivRiyeXf .item-img {
  width: 100%;
}
.cid-srivRiyeXf .item:focus,
.cid-srivRiyeXf span:focus {
  outline: none;
}
.cid-srivRiyeXf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srivRiyeXf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srivRiyeXf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srivRiyeXf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srivRiyeXf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srivRiyeXf .mbr-section-title {
  color: #444444;
}
.cid-srivRiyeXf .mbr-text,
.cid-srivRiyeXf .mbr-section-btn {
  text-align: center;
}
.cid-srivRiyeXf .item-title {
  text-align: center;
}
.cid-srivRiyeXf .item-subtitle {
  text-align: left;
}
.cid-sriD7GvfCg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sriD7GvfCg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sriD7GvfCg form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sriD7GvfCg form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sriD7GvfCg form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sseexgAG8c {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sseexgAG8c .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sseexgAG8c form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sseexgAG8c form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sseexgAG8c form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ss8yYOGXvH {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/879044f7-fbec-44ae-842c-50d68ed17ed8-926x516.jpg");
}
.cid-ss8yYOGXvH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ss8yYOGXvH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ss8yYOGXvH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ss8yYOGXvH .mbr-text,
.cid-ss8yYOGXvH .mbr-section-btn {
  text-align: left;
}
.cid-ss8yYOGXvH .mbr-section-title {
  text-align: left;
}
.cid-ss8BM8F62i {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ss8BM8F62i .container {
    max-width: 1400px;
  }
}
.cid-ss8BM8F62i .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ss8BM8F62i .card-wrapper {
  margin-top: 3rem;
}
.cid-ss8BM8F62i .row {
  justify-content: center;
}
.cid-ss8BV4ij7h {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ss8BV4ij7h .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-ss8BV4ij7h .mbr-section-title {
  margin: 0;
}
.cid-ss8BV4ij7h .card-img {
  text-align: center;
}
.cid-ss8BV4ij7h .mbr-section-subtitle,
.cid-ss8BV4ij7h .mbr-text {
  color: #8d97ad;
}
.cid-ss8BV4ij7h .row-item {
  border-radius: .25rem;
  background: #ffffff;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-ss8BV4ij7h .card-img,
  .cid-ss8BV4ij7h .mbr-text,
  .cid-ss8BV4ij7h .mbr-card-title,
  .cid-ss8BV4ij7h .mbr-section-subtitle,
  .cid-ss8BV4ij7h .mbr-section-title,
  .cid-ss8BV4ij7h .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-ss8BV4ij7h .row-item {
    margin-bottom: 2rem;
  }
}
.cid-ss8BV4ij7h .mbr-card-title,
.cid-ss8BV4ij7h .card-img {
  text-align: center;
}
.cid-ss8zQbG7uQ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ss8zQbG7uQ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ss8zQbG7uQ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ss8zQbG7uQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ss8zQbG7uQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ss8zQbG7uQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ss8zQbG7uQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ss8zQbG7uQ .carousel-control,
.cid-ss8zQbG7uQ .close {
  background: #1b1b1b;
}
.cid-ss8zQbG7uQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ss8zQbG7uQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ss8zQbG7uQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ss8zQbG7uQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-ss8zQbG7uQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ss8zQbG7uQ .close::before {
  content: '\e91a';
}
.cid-ss8zQbG7uQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ss8zQbG7uQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ss8zQbG7uQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ss8zQbG7uQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ss8zQbG7uQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ss8zQbG7uQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ss8zQbG7uQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ss8zQbG7uQ .carousel-indicators li.active,
.cid-ss8zQbG7uQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ss8zQbG7uQ .carousel-indicators li::after,
.cid-ss8zQbG7uQ .carousel-indicators li::before {
  content: none;
}
.cid-ss8zQbG7uQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ss8zQbG7uQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ss8zQbG7uQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ss8zQbG7uQ .carousel-indicators {
    display: none;
  }
}
.cid-ss8zQbG7uQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ss8zQbG7uQ .carousel-inner > .active {
  display: block;
}
.cid-ss8zQbG7uQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ss8zQbG7uQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ss8zQbG7uQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ss8zQbG7uQ .carousel-control,
  .cid-ss8zQbG7uQ .carousel-indicators,
  .cid-ss8zQbG7uQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ss8zQbG7uQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ss8zQbG7uQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ss8zQbG7uQ .carousel-indicators .active,
.cid-ss8zQbG7uQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ss8zQbG7uQ .carousel-indicators .active {
  background: #fff;
}
.cid-ss8zQbG7uQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ss8zQbG7uQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ss8zQbG7uQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ss8zQbG7uQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ss8zQbG7uQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ss8zQbG7uQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ss8zQbG7uQ .carousel {
  width: 100%;
}
.cid-ss8zQbG7uQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ss8zQbG7uQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ss8zQbG7uQ .modal.fade .modal-dialog,
.cid-ss8zQbG7uQ .modal.in .modal-dialog {
  transform: none;
}
.cid-ss8zQbG7uQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ss8zQbG7uQ H6 {
  text-align: center;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqCOt09jPi {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f4f8fa;
}
.cid-sqCOt09jPi .mbr-section-subtitle,
.cid-sqCOt09jPi .caption-text {
  color: #8d97ad;
}
.cid-sqCOt09jPi .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-sqCOt09jPi .image-block img {
  width: 100%;
  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);
  border-radius: 0;
}
.cid-sqCOt09jPi .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-sqCOt09jPi .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-sqCjKlR2kN {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/marmol-1280x720x80xx-1280x720.jpg");
}
.cid-sqCjKlR2kN .card-title {
  font-weight: 500;
}
.cid-sqCjKlR2kN .card-text,
.cid-sqCjKlR2kN .section-text {
  color: #8d97ad;
}
.cid-sqCjKlR2kN .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sqCjKlR2kN .block-content {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  word-break: break-word;
}
.cid-sqCjKlR2kN .media {
  margin: initial;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqCjKlR2kN .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.cid-sqCjKlR2kN .mbr-figure img {
  border-radius: .25rem;
}
.cid-sqCjKlR2kN .card-img {
  padding-right: 1rem;
  width: auto;
}
.cid-sqCjKlR2kN .card-img span {
  font-size: 35px;
  color: #51aafa;
}
@media (min-width: 992px) {
  .cid-sqCjKlR2kN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sqCjKlR2kN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-sqCjKlR2kN .block-content {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 300px) {
  .cid-sqCjKlR2kN .card-img span {
    font-size: 40px !important;
  }
}
.cid-sqCjKlR2kN .section-text {
  color: #333333;
}
.cid-sqCjKlR2kN .card-text,
.cid-sqCjKlR2kN .mbr-section-btn {
  text-align: left;
  color: #444444;
}
.cid-sqCjKlR2kN H4 {
  color: #444444;
}
.cid-sqCjYiIWIx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sqCjYiIWIx .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sqCjYiIWIx .mbr-section-title {
  margin: 0;
}
.cid-sqCjYiIWIx .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sqCjYiIWIx .card-img span {
  color: #444444;
}
.cid-sqCjYiIWIx .row-item {
  margin-bottom: 2rem;
}
.cid-sqCjYiIWIx .row-item:hover .wrapper {
  background: linear-gradient(90deg, #ffffff, #cccccc);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sqCjYiIWIx .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-sqCjYiIWIx .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-sqCjYiIWIx .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sriintfYK0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sriintfYK0 .carousel {
  height: 800px;
}
.cid-sriintfYK0 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sriintfYK0 .carousel-item,
.cid-sriintfYK0 .carousel-inner {
  height: 100%;
}
.cid-sriintfYK0 .mbr-overlay {
  z-index: 1;
}
.cid-sriintfYK0 .carousel-caption {
  bottom: 40px;
}
.cid-sriintfYK0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sriintfYK0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sriintfYK0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sriintfYK0 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sriintfYK0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sriintfYK0 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sriintfYK0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sriintfYK0 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sriintfYK0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sriintfYK0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sriintfYK0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sriintfYK0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sriintfYK0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sriintfYK0 .carousel-indicators li.active,
.cid-sriintfYK0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sriintfYK0 .carousel-indicators li::after,
.cid-sriintfYK0 .carousel-indicators li::before {
  content: none;
}
.cid-sriintfYK0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sriintfYK0 .carousel-indicators {
    display: none !important;
  }
}
.cid-sqCKfiU513 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sqCKfiU513 .mbr-section-title {
  color: #444444;
}
.cid-sqCKfiU513 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sqCKfiU513 .mbr-text {
  color: #8d97ad;
}
.cid-sqCKfiU513 .nav {
  border: none;
}
.cid-sqCKfiU513 .nav-tabs {
  display: table;
  width: 100%;
}
.cid-sqCKfiU513 .nav-tabs .nav-item {
  display: table-cell;
}
.cid-sqCKfiU513 .card-img {
  overflow: hidden;
  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-sqCKfiU513 .tab-content {
  margin-top: 3rem;
}
.cid-sqCKfiU513 .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #000000;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-sqCKfiU513 .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sqCKfiU513 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
  border-bottom: none;
}
.cid-sqCKfiU513 .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sqCKfiU513 .nav-item {
    display: table-row !important;
  }
}
.cid-sqCKfiU513 .mbr-text,
.cid-sqCKfiU513 .mbr-section-btn {
  color: #444444;
  text-align: left;
}
.cid-sqCMQg19XH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/henry-co-tqu0iomaiu8-unsplash-2000x1333.jpg");
}
.cid-sqCMQg19XH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sqCMQg19XH .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sqCMQg19XH .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sqCMQg19XH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sqCMQg19XH .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqCMQg19XH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqCMQg19XH .carousel-control,
.cid-sqCMQg19XH .close {
  background: #1b1b1b;
}
.cid-sqCMQg19XH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqCMQg19XH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqCMQg19XH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqCMQg19XH .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqCMQg19XH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqCMQg19XH .close::before {
  content: '\e91a';
}
.cid-sqCMQg19XH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqCMQg19XH .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqCMQg19XH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqCMQg19XH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqCMQg19XH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqCMQg19XH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqCMQg19XH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqCMQg19XH .carousel-indicators li.active,
.cid-sqCMQg19XH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqCMQg19XH .carousel-indicators li::after,
.cid-sqCMQg19XH .carousel-indicators li::before {
  content: none;
}
.cid-sqCMQg19XH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqCMQg19XH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqCMQg19XH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqCMQg19XH .carousel-indicators {
    display: none;
  }
}
.cid-sqCMQg19XH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqCMQg19XH .carousel-inner > .active {
  display: block;
}
.cid-sqCMQg19XH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqCMQg19XH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqCMQg19XH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqCMQg19XH .carousel-control,
  .cid-sqCMQg19XH .carousel-indicators,
  .cid-sqCMQg19XH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqCMQg19XH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqCMQg19XH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqCMQg19XH .carousel-indicators .active,
.cid-sqCMQg19XH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqCMQg19XH .carousel-indicators .active {
  background: #fff;
}
.cid-sqCMQg19XH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqCMQg19XH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqCMQg19XH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqCMQg19XH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqCMQg19XH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqCMQg19XH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqCMQg19XH .carousel {
  width: 100%;
}
.cid-sqCMQg19XH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqCMQg19XH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqCMQg19XH .modal.fade .modal-dialog,
.cid-sqCMQg19XH .modal.in .modal-dialog {
  transform: none;
}
.cid-sqCMQg19XH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqCMQg19XH H6 {
  text-align: center;
}
.cid-sqCMQZFczq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqCMQZFczq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sqCMQZFczq .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sqCMQZFczq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sqCMQZFczq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sqCMQZFczq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqCMQZFczq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqCMQZFczq .carousel-control,
.cid-sqCMQZFczq .close {
  background: #1b1b1b;
}
.cid-sqCMQZFczq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqCMQZFczq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqCMQZFczq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqCMQZFczq .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqCMQZFczq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqCMQZFczq .close::before {
  content: '\e91a';
}
.cid-sqCMQZFczq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqCMQZFczq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqCMQZFczq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqCMQZFczq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqCMQZFczq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqCMQZFczq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqCMQZFczq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqCMQZFczq .carousel-indicators li.active,
.cid-sqCMQZFczq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqCMQZFczq .carousel-indicators li::after,
.cid-sqCMQZFczq .carousel-indicators li::before {
  content: none;
}
.cid-sqCMQZFczq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqCMQZFczq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqCMQZFczq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqCMQZFczq .carousel-indicators {
    display: none;
  }
}
.cid-sqCMQZFczq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqCMQZFczq .carousel-inner > .active {
  display: block;
}
.cid-sqCMQZFczq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqCMQZFczq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqCMQZFczq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqCMQZFczq .carousel-control,
  .cid-sqCMQZFczq .carousel-indicators,
  .cid-sqCMQZFczq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqCMQZFczq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqCMQZFczq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqCMQZFczq .carousel-indicators .active,
.cid-sqCMQZFczq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqCMQZFczq .carousel-indicators .active {
  background: #fff;
}
.cid-sqCMQZFczq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqCMQZFczq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqCMQZFczq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqCMQZFczq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqCMQZFczq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqCMQZFczq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqCMQZFczq .carousel {
  width: 100%;
}
.cid-sqCMQZFczq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqCMQZFczq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqCMQZFczq .modal.fade .modal-dialog,
.cid-sqCMQZFczq .modal.in .modal-dialog {
  transform: none;
}
.cid-sqCMQZFczq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqCMQZFczq H6 {
  text-align: center;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqOICgjeCc {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/pexels-max-vakhtbovych-6078539-2000x1617.jpeg");
}
.cid-sqOICgjeCc .mbr-section-title {
  margin: 0;
  color: #000000;
}
.cid-sqOICgjeCc .mbr-section-subtitle,
.cid-sqOICgjeCc .mbr-text {
  color: #8d97ad;
}
.cid-sqOICgjeCc .row-item {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sqOICgjeCc .card-img,
  .cid-sqOICgjeCc .mbr-text,
  .cid-sqOICgjeCc .mbr-card-title,
  .cid-sqOICgjeCc .mbr-section-subtitle,
  .cid-sqOICgjeCc .mbr-section-title,
  .cid-sqOICgjeCc .underline,
  .cid-sqOICgjeCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sqOICgjeCc .mbr-section-subtitle {
  color: #000000;
}
.cid-sqOICgjeCc .mbr-card-title,
.cid-sqOICgjeCc .card-img {
  color: #333333;
}
.cid-sqOICgjeCc .mbr-text,
.cid-sqOICgjeCc .mbr-section-btn {
  color: #333333;
}
.cid-sqO2Duknlg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqO2Duknlg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sqO2Duknlg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqO2Duknlg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqO2Duknlg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sqO2Duknlg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #000000) !important;
}
.cid-sqO2Duknlg .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sqO2Duknlg .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sqO2Duknlg .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sqO2Duknlg .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #000000) !important;
}
.cid-sqOuLKs8WK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqOuLKs8WK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sqOuLKs8WK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqOuLKs8WK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqOuLKs8WK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sqOuLKs8WK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #000000) !important;
}
.cid-sqOuLKs8WK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sqOuLKs8WK .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sqOuLKs8WK .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sqOuLKs8WK .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #000000) !important;
}
.cid-sqOwmNqZ7C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqOwmNqZ7C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sqOwmNqZ7C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqOwmNqZ7C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqOwmNqZ7C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sqOwmNqZ7C .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;
  background: linear-gradient(to left, #000000, #f4f8fa) !important;
}
.cid-sqOwmNqZ7C .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sqOwmNqZ7C .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sqOwmNqZ7C .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sqOwmNqZ7C .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #f4f8fa) !important;
}
.cid-sqOC9YIbk8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqOC9YIbk8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sqOC9YIbk8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqOC9YIbk8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqOC9YIbk8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sqOC9YIbk8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-sqOC9YIbk8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sqOC9YIbk8 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sqOC9YIbk8 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sqOC9YIbk8 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-sqOGNlyd3E {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/pexels-max-vakhtbovych-6078547-2000x1335.jpg");
}
.cid-sqOGNlyd3E .mbr-overlay {
  background: #333333;
  background: linear-gradient(90deg, #333333, #232323);
}
.cid-sqOGo3Kvcq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqOGo3Kvcq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sqOGo3Kvcq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqOGo3Kvcq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqOGo3Kvcq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sqOGo3Kvcq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-sqOGo3Kvcq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sqOGo3Kvcq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sqOGo3Kvcq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sqOGo3Kvcq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-sqOGpKJBGa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqOGpKJBGa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sqOGpKJBGa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqOGpKJBGa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqOGpKJBGa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sqOGpKJBGa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-sqOGpKJBGa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sqOGpKJBGa .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sqOGpKJBGa .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sqOGpKJBGa .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-sqOGqYDXY7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqOGqYDXY7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sqOGqYDXY7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqOGqYDXY7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqOGqYDXY7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sqOGqYDXY7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-sqOGqYDXY7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sqOGqYDXY7 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sqOGqYDXY7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sqOGqYDXY7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-sqOGruaYBX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqOGruaYBX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sqOGruaYBX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqOGruaYBX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqOGruaYBX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sqOGruaYBX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-sqOGruaYBX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sqOGruaYBX .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sqOGruaYBX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sqOGruaYBX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqIiZdTBqU {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f4f8fa;
}
.cid-sqIiZdTBqU .mbr-section-subtitle,
.cid-sqIiZdTBqU .caption-text {
  color: #8d97ad;
}
.cid-sqIiZdTBqU .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-sqIiZdTBqU .image-block img {
  width: 100%;
  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);
  border-radius: 0;
}
.cid-sqIiZdTBqU .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-sqIiZdTBqU .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-sqIcoX5JBu {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-20210225-103317-2000x1500.jpg");
}
.cid-sqIcoX5JBu .card-title {
  font-weight: 500;
}
.cid-sqIcoX5JBu .card-text,
.cid-sqIcoX5JBu .section-text {
  color: #8d97ad;
}
.cid-sqIcoX5JBu .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sqIcoX5JBu .block-content {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  word-break: break-word;
}
.cid-sqIcoX5JBu .media {
  margin: initial;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqIcoX5JBu .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.cid-sqIcoX5JBu .mbr-figure img {
  border-radius: .25rem;
}
.cid-sqIcoX5JBu .card-img {
  padding-right: 1rem;
  width: auto;
}
.cid-sqIcoX5JBu .card-img span {
  font-size: 35px;
  color: #51aafa;
}
@media (min-width: 992px) {
  .cid-sqIcoX5JBu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sqIcoX5JBu .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-sqIcoX5JBu .block-content {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 300px) {
  .cid-sqIcoX5JBu .card-img span {
    font-size: 40px !important;
  }
}
.cid-sqIcoX5JBu .card-text,
.cid-sqIcoX5JBu .mbr-section-btn {
  color: #444444;
}
.cid-sqIcoX5JBu H4 {
  color: #000000;
}
.cid-sqIcoX5JBu .section-text {
  color: #333333;
}
.cid-sqIBF9B2kT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sqIBF9B2kT .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sqIBF9B2kT .mbr-section-title {
  margin: 0;
}
.cid-sqIBF9B2kT .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sqIBF9B2kT .card-img span {
  color: #000000;
}
.cid-sqIBF9B2kT .row-item {
  margin-bottom: 2rem;
}
.cid-sqIBF9B2kT .row-item:hover .wrapper {
  background: linear-gradient(90deg, #8d97ad, #c1c1c1);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sqIBF9B2kT .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sqIBF9B2kT .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sqIBF9B2kT .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqJdu0nCbA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sqJdu0nCbA .carousel {
  height: 800px;
}
.cid-sqJdu0nCbA .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sqJdu0nCbA .carousel-item,
.cid-sqJdu0nCbA .carousel-inner {
  height: 100%;
}
.cid-sqJdu0nCbA .mbr-overlay {
  z-index: 1;
}
.cid-sqJdu0nCbA .carousel-caption {
  bottom: 40px;
}
.cid-sqJdu0nCbA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sqJdu0nCbA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sqJdu0nCbA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sqJdu0nCbA .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sqJdu0nCbA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sqJdu0nCbA .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sqJdu0nCbA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sqJdu0nCbA .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqJdu0nCbA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqJdu0nCbA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqJdu0nCbA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqJdu0nCbA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sqJdu0nCbA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqJdu0nCbA .carousel-indicators li.active,
.cid-sqJdu0nCbA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqJdu0nCbA .carousel-indicators li::after,
.cid-sqJdu0nCbA .carousel-indicators li::before {
  content: none;
}
.cid-sqJdu0nCbA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqJdu0nCbA .carousel-indicators {
    display: none !important;
  }
}
.cid-sqJcUrOYT2 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sqJcUrOYT2 .mbr-section-title {
  color: #444444;
}
.cid-sqJcUrOYT2 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sqJcUrOYT2 .mbr-text {
  color: #333333;
}
.cid-sqJcUrOYT2 .nav {
  border: none;
}
.cid-sqJcUrOYT2 .nav-tabs {
  display: table;
  width: 100%;
}
.cid-sqJcUrOYT2 .nav-tabs .nav-item {
  display: table-cell;
}
.cid-sqJcUrOYT2 .card-img {
  overflow: hidden;
  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-sqJcUrOYT2 .tab-content {
  margin-top: 3rem;
}
.cid-sqJcUrOYT2 .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-sqJcUrOYT2 .nav-tabs .nav-link:hover {
  background-color: #000000;
  color: #ffffff;
}
.cid-sqJcUrOYT2 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #000000;
  border-bottom: none;
}
.cid-sqJcUrOYT2 .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sqJcUrOYT2 .nav-item {
    display: table-row !important;
  }
}
.cid-sqJcUrOYT2 .mbr-text,
.cid-sqJcUrOYT2 .mbr-section-btn {
  color: #333333;
}
.cid-sr6xBXAJpw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-20210225-103253-1-2000x1500.jpg");
}
.cid-sr6xBXAJpw .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sr6xBXAJpw .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sr6xBXAJpw .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sr6xBXAJpw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sr6xBXAJpw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sr6xBXAJpw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sr6xBXAJpw .carousel-control,
.cid-sr6xBXAJpw .close {
  background: #1b1b1b;
}
.cid-sr6xBXAJpw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sr6xBXAJpw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sr6xBXAJpw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sr6xBXAJpw .carousel-control-next span {
  margin-left: 5px;
}
.cid-sr6xBXAJpw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sr6xBXAJpw .close::before {
  content: '\e91a';
}
.cid-sr6xBXAJpw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sr6xBXAJpw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sr6xBXAJpw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr6xBXAJpw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sr6xBXAJpw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sr6xBXAJpw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sr6xBXAJpw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sr6xBXAJpw .carousel-indicators li.active,
.cid-sr6xBXAJpw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sr6xBXAJpw .carousel-indicators li::after,
.cid-sr6xBXAJpw .carousel-indicators li::before {
  content: none;
}
.cid-sr6xBXAJpw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sr6xBXAJpw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sr6xBXAJpw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sr6xBXAJpw .carousel-indicators {
    display: none;
  }
}
.cid-sr6xBXAJpw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sr6xBXAJpw .carousel-inner > .active {
  display: block;
}
.cid-sr6xBXAJpw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr6xBXAJpw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sr6xBXAJpw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sr6xBXAJpw .carousel-control,
  .cid-sr6xBXAJpw .carousel-indicators,
  .cid-sr6xBXAJpw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sr6xBXAJpw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sr6xBXAJpw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sr6xBXAJpw .carousel-indicators .active,
.cid-sr6xBXAJpw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sr6xBXAJpw .carousel-indicators .active {
  background: #fff;
}
.cid-sr6xBXAJpw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sr6xBXAJpw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sr6xBXAJpw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sr6xBXAJpw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sr6xBXAJpw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sr6xBXAJpw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sr6xBXAJpw .carousel {
  width: 100%;
}
.cid-sr6xBXAJpw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sr6xBXAJpw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sr6xBXAJpw .modal.fade .modal-dialog,
.cid-sr6xBXAJpw .modal.in .modal-dialog {
  transform: none;
}
.cid-sr6xBXAJpw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sr6xBXAJpw H6 {
  text-align: center;
}
.cid-sr6xCJvao2 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sr6xCJvao2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sr6xCJvao2 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sr6xCJvao2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sr6xCJvao2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sr6xCJvao2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sr6xCJvao2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sr6xCJvao2 .carousel-control,
.cid-sr6xCJvao2 .close {
  background: #1b1b1b;
}
.cid-sr6xCJvao2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sr6xCJvao2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sr6xCJvao2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sr6xCJvao2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sr6xCJvao2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sr6xCJvao2 .close::before {
  content: '\e91a';
}
.cid-sr6xCJvao2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sr6xCJvao2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sr6xCJvao2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr6xCJvao2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sr6xCJvao2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sr6xCJvao2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sr6xCJvao2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sr6xCJvao2 .carousel-indicators li.active,
.cid-sr6xCJvao2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sr6xCJvao2 .carousel-indicators li::after,
.cid-sr6xCJvao2 .carousel-indicators li::before {
  content: none;
}
.cid-sr6xCJvao2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sr6xCJvao2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sr6xCJvao2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sr6xCJvao2 .carousel-indicators {
    display: none;
  }
}
.cid-sr6xCJvao2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sr6xCJvao2 .carousel-inner > .active {
  display: block;
}
.cid-sr6xCJvao2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr6xCJvao2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sr6xCJvao2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sr6xCJvao2 .carousel-control,
  .cid-sr6xCJvao2 .carousel-indicators,
  .cid-sr6xCJvao2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sr6xCJvao2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sr6xCJvao2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sr6xCJvao2 .carousel-indicators .active,
.cid-sr6xCJvao2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sr6xCJvao2 .carousel-indicators .active {
  background: #fff;
}
.cid-sr6xCJvao2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sr6xCJvao2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sr6xCJvao2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sr6xCJvao2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sr6xCJvao2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sr6xCJvao2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sr6xCJvao2 .carousel {
  width: 100%;
}
.cid-sr6xCJvao2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sr6xCJvao2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sr6xCJvao2 .modal.fade .modal-dialog,
.cid-sr6xCJvao2 .modal.in .modal-dialog {
  transform: none;
}
.cid-sr6xCJvao2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sr6xCJvao2 H6 {
  text-align: center;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srb2LAgjLi {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f4f8fa;
}
.cid-srb2LAgjLi .mbr-section-subtitle,
.cid-srb2LAgjLi .caption-text {
  color: #8d97ad;
}
.cid-srb2LAgjLi .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-srb2LAgjLi .image-block img {
  width: 100%;
  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);
  border-radius: 0;
}
.cid-srb2LAgjLi .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-srb2LAgjLi .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-srb3lAeiMk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/4a-1004x579.jpeg");
}
.cid-srb3lAeiMk .card-title {
  font-weight: 500;
}
.cid-srb3lAeiMk .card-text,
.cid-srb3lAeiMk .section-text {
  color: #8d97ad;
}
.cid-srb3lAeiMk .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-srb3lAeiMk .block-content {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  word-break: break-word;
}
.cid-srb3lAeiMk .media {
  margin: initial;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srb3lAeiMk .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.cid-srb3lAeiMk .mbr-figure img {
  border-radius: .25rem;
}
.cid-srb3lAeiMk .card-img {
  padding-right: 1rem;
  width: auto;
}
.cid-srb3lAeiMk .card-img span {
  font-size: 35px;
  color: #51aafa;
}
@media (min-width: 992px) {
  .cid-srb3lAeiMk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-srb3lAeiMk .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-srb3lAeiMk .block-content {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 300px) {
  .cid-srb3lAeiMk .card-img span {
    font-size: 40px !important;
  }
}
.cid-srb3lAeiMk .card-text,
.cid-srb3lAeiMk .mbr-section-btn {
  color: #333333;
}
.cid-srb3nm9KgG {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-srb3nm9KgG .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-srb3nm9KgG .mbr-section-title {
  margin: 0;
}
.cid-srb3nm9KgG .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-srb3nm9KgG .card-img span {
  color: #1dc9cb;
}
.cid-srb3nm9KgG .row-item {
  margin-bottom: 2rem;
}
.cid-srb3nm9KgG .row-item:hover .wrapper {
  background: linear-gradient(90deg, #ffffff, #cccccc);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-srb3nm9KgG .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-srb3nm9KgG .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-srb3nm9KgG .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srbmXVKDat {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-srbmXVKDat .carousel {
  height: 800px;
}
.cid-srbmXVKDat .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-srbmXVKDat .carousel-item,
.cid-srbmXVKDat .carousel-inner {
  height: 100%;
}
.cid-srbmXVKDat .mbr-overlay {
  z-index: 1;
}
.cid-srbmXVKDat .carousel-caption {
  bottom: 40px;
}
.cid-srbmXVKDat .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-srbmXVKDat .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-srbmXVKDat .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-srbmXVKDat .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-srbmXVKDat .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-srbmXVKDat .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-srbmXVKDat .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-srbmXVKDat .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-srbmXVKDat .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srbmXVKDat .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srbmXVKDat .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srbmXVKDat .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-srbmXVKDat .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-srbmXVKDat .carousel-indicators li.active,
.cid-srbmXVKDat .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srbmXVKDat .carousel-indicators li::after,
.cid-srbmXVKDat .carousel-indicators li::before {
  content: none;
}
.cid-srbmXVKDat .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srbmXVKDat .carousel-indicators {
    display: none !important;
  }
}
.cid-srbmXVKDat H5 {
  color: #000000;
}
.cid-srbmXVKDat P {
  color: #333333;
}
.cid-srbnzOS0we {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-srbnzOS0we .mbr-section-title {
  color: #444444;
}
.cid-srbnzOS0we .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-srbnzOS0we .mbr-text {
  color: #8d97ad;
}
.cid-srbnzOS0we .nav {
  border: none;
}
.cid-srbnzOS0we .nav-tabs {
  display: table;
  width: 100%;
}
.cid-srbnzOS0we .nav-tabs .nav-item {
  display: table-cell;
}
.cid-srbnzOS0we .card-img {
  overflow: hidden;
  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-srbnzOS0we .tab-content {
  margin-top: 3rem;
}
.cid-srbnzOS0we .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #000000;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-srbnzOS0we .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-srbnzOS0we .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
  border-bottom: none;
}
.cid-srbnzOS0we .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-srbnzOS0we .nav-item {
    display: table-row !important;
  }
}
.cid-srbnzOS0we .mbr-text,
.cid-srbnzOS0we .mbr-section-btn {
  color: #232323;
}
.cid-srbnW3QtzZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-srbnW3QtzZ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srbnW3QtzZ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srbnW3QtzZ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-srbnW3QtzZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srbnW3QtzZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-srbnW3QtzZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srbnW3QtzZ .carousel-control,
.cid-srbnW3QtzZ .close {
  background: #1b1b1b;
}
.cid-srbnW3QtzZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srbnW3QtzZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srbnW3QtzZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srbnW3QtzZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-srbnW3QtzZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-srbnW3QtzZ .close::before {
  content: '\e91a';
}
.cid-srbnW3QtzZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srbnW3QtzZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-srbnW3QtzZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srbnW3QtzZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srbnW3QtzZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srbnW3QtzZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srbnW3QtzZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-srbnW3QtzZ .carousel-indicators li.active,
.cid-srbnW3QtzZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srbnW3QtzZ .carousel-indicators li::after,
.cid-srbnW3QtzZ .carousel-indicators li::before {
  content: none;
}
.cid-srbnW3QtzZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srbnW3QtzZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srbnW3QtzZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srbnW3QtzZ .carousel-indicators {
    display: none;
  }
}
.cid-srbnW3QtzZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srbnW3QtzZ .carousel-inner > .active {
  display: block;
}
.cid-srbnW3QtzZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srbnW3QtzZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srbnW3QtzZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srbnW3QtzZ .carousel-control,
  .cid-srbnW3QtzZ .carousel-indicators,
  .cid-srbnW3QtzZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srbnW3QtzZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srbnW3QtzZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srbnW3QtzZ .carousel-indicators .active,
.cid-srbnW3QtzZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srbnW3QtzZ .carousel-indicators .active {
  background: #fff;
}
.cid-srbnW3QtzZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srbnW3QtzZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srbnW3QtzZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srbnW3QtzZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srbnW3QtzZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srbnW3QtzZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srbnW3QtzZ .carousel {
  width: 100%;
}
.cid-srbnW3QtzZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srbnW3QtzZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srbnW3QtzZ .modal.fade .modal-dialog,
.cid-srbnW3QtzZ .modal.in .modal-dialog {
  transform: none;
}
.cid-srbnW3QtzZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srbnW3QtzZ H6 {
  text-align: center;
}
.cid-srbnWKya8B {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-srbnWKya8B .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srbnWKya8B .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-srbnWKya8B .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-srbnWKya8B .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-srbnWKya8B .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-srbnWKya8B .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-srbnWKya8B .carousel-control,
.cid-srbnWKya8B .close {
  background: #1b1b1b;
}
.cid-srbnWKya8B .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-srbnWKya8B .carousel-control-prev span {
  margin-right: 5px;
}
.cid-srbnWKya8B .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-srbnWKya8B .carousel-control-next span {
  margin-left: 5px;
}
.cid-srbnWKya8B .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-srbnWKya8B .close::before {
  content: '\e91a';
}
.cid-srbnWKya8B .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-srbnWKya8B .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-srbnWKya8B .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srbnWKya8B .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-srbnWKya8B .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-srbnWKya8B .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-srbnWKya8B .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-srbnWKya8B .carousel-indicators li.active,
.cid-srbnWKya8B .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-srbnWKya8B .carousel-indicators li::after,
.cid-srbnWKya8B .carousel-indicators li::before {
  content: none;
}
.cid-srbnWKya8B .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-srbnWKya8B .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-srbnWKya8B .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-srbnWKya8B .carousel-indicators {
    display: none;
  }
}
.cid-srbnWKya8B .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-srbnWKya8B .carousel-inner > .active {
  display: block;
}
.cid-srbnWKya8B .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srbnWKya8B .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srbnWKya8B .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-srbnWKya8B .carousel-control,
  .cid-srbnWKya8B .carousel-indicators,
  .cid-srbnWKya8B .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-srbnWKya8B .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-srbnWKya8B .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-srbnWKya8B .carousel-indicators .active,
.cid-srbnWKya8B .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-srbnWKya8B .carousel-indicators .active {
  background: #fff;
}
.cid-srbnWKya8B .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-srbnWKya8B .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-srbnWKya8B .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-srbnWKya8B .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-srbnWKya8B .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-srbnWKya8B .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-srbnWKya8B .carousel {
  width: 100%;
}
.cid-srbnWKya8B .modal-backdrop.in {
  opacity: 0.8;
}
.cid-srbnWKya8B .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-srbnWKya8B .modal.fade .modal-dialog,
.cid-srbnWKya8B .modal.in .modal-dialog {
  transform: none;
}
.cid-srbnWKya8B .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-srbnWKya8B H6 {
  text-align: center;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sritfdKIIK {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/sidekix-media-ocw5-evbwyi-unsplash-1-2000x1333.jpg");
}
.cid-sritfdKIIK .mbr-section-title {
  margin: 0;
  color: #efefef;
}
.cid-sritfdKIIK .mbr-section-subtitle,
.cid-sritfdKIIK .mbr-text {
  color: #8d97ad;
}
.cid-sritfdKIIK .row-item {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sritfdKIIK .card-img,
  .cid-sritfdKIIK .mbr-text,
  .cid-sritfdKIIK .mbr-card-title,
  .cid-sritfdKIIK .mbr-section-subtitle,
  .cid-sritfdKIIK .mbr-section-title,
  .cid-sritfdKIIK .underline,
  .cid-sritfdKIIK .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sritfdKIIK .mbr-section-subtitle {
  color: #efefef;
}
.cid-sritfdKIIK .mbr-card-title,
.cid-sritfdKIIK .card-img {
  color: #efefef;
  text-align: left;
}
.cid-sritfdKIIK .mbr-text,
.cid-sritfdKIIK .mbr-section-btn {
  color: #c1c1c1;
}
.cid-srhOXFmgOY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srhOXFmgOY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-srhOXFmgOY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhOXFmgOY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srhOXFmgOY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-srhOXFmgOY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-srhOXFmgOY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-srhOXFmgOY .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-srhOXFmgOY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-srhOXFmgOY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-srhOYm2UKr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srhOYm2UKr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-srhOYm2UKr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhOYm2UKr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srhOYm2UKr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-srhOYm2UKr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-srhOYm2UKr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-srhOYm2UKr .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-srhOYm2UKr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-srhOYm2UKr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-srhPC99r2K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srhPC99r2K .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-srhPC99r2K .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhPC99r2K .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srhPC99r2K .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-srhPC99r2K .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-srhPC99r2K .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-srhPC99r2K .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-srhPC99r2K .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-srhPC99r2K .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-srhPCCsBwY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srhPCCsBwY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-srhPCCsBwY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srhPCCsBwY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srhPCCsBwY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-srhPCCsBwY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-srhPCCsBwY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-srhPCCsBwY .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-srhPCCsBwY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-srhPCCsBwY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srsHA7HiBk {
  background-image: url("../../../assets/images/pexels-max-vakhtbovych-5998025-2000x1335.jpg");
}
.cid-srsHA7HiBk .mbr-section-title {
  color: #ffffff;
}
.cid-srsHA7HiBk .mbr-text,
.cid-srsHA7HiBk .mbr-section-btn {
  color: #ffffff;
}
.cid-srnYceziZk {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/gris-2000x1500.jpg");
}
.cid-srnYceziZk .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-srnYceziZk .team-card:hover {
  transform: translateY(-10px);
}
.cid-srnYceziZk .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-srnYceziZk .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-srnYceziZk .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-srnYceziZk .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srnYceziZk .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-srnYceziZk .social-row {
  text-align: center;
}
.cid-srnYceziZk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-srnYceziZk .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-srnYceziZk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-srnYceziZk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-srnYceziZk .card-text,
.cid-srnYceziZk .mbr-section-btn,
.cid-srnYceziZk .social-row {
  text-align: left;
}
.cid-srnYceziZk .mbr-section-subtitle {
  color: #000000;
}
.cid-srnYceziZk .mbr-section-title {
  color: #000000;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srL4One8mI {
  overflow: hidden !important;
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #c1c1c1;
}
.cid-srL4One8mI .container-fluid {
  padding: 0 5rem;
}
.cid-srL4One8mI .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-srL4One8mI .mbr-section-title {
  padding-bottom: 2rem;
  color: #3e4555;
}
.cid-srL4One8mI .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-srL4One8mI .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-srL4One8mI .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-srL4One8mI .container-fluid {
    padding: 0 1rem;
  }
  .cid-srL4One8mI .mbr-figure {
    margin-top: 1rem;
  }
  .cid-srL4One8mI .mbr-section-title {
    text-align: center !important;
  }
  .cid-srL4One8mI .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-srL4One8mI .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ss2HDqpQdI {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #444444;
}
.cid-ss2HDqpQdI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ss2HDqpQdI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ss2HDqpQdI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ss2HDqpQdI .mbr-section-title {
  color: #ffffff;
}
.cid-ss2HDqpQdI .mbr-text,
.cid-ss2HDqpQdI .mbr-section-btn {
  color: #efefef;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srJTWUNIYo {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-srJTWUNIYo .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-srJTWUNIYo .mbr-section-title,
.cid-srJTWUNIYo .mbr-section-subtitle {
  text-align: center;
}
.cid-srJTWUNIYo .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-srJTWUNIYo .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-srJTWUNIYo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-srJTWUNIYo .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-srJTWUNIYo .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srJTWUNIYo .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-srJTWUNIYo .cost {
  color: #cccccc;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srVDJoMxcc {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-srVDJoMxcc .mbr-section-title {
  color: #444444;
}
.cid-srVDJoMxcc .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-srVDJoMxcc .mbr-text {
  color: #8d97ad;
}
.cid-srVDJoMxcc .nav {
  border: none;
}
.cid-srVDJoMxcc .nav-tabs {
  width: 100%;
}
.cid-srVDJoMxcc .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-srVDJoMxcc .card-img {
  overflow: hidden;
  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-srVDJoMxcc .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #cccccc;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-srVDJoMxcc .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-srVDJoMxcc .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-srVDJoMxcc .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-srVDJoMxcc .nav-item {
    display: table-row !important;
  }
}
.cid-srVDJoMxcc .mbr-text,
.cid-srVDJoMxcc .mbr-section-btn {
  color: #232323;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-srKBnGv8KN .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-srKBnGv8KN .nav-item,
.cid-srKBnGv8KN .nav-link,
.cid-srKBnGv8KN .navbar-caption {
  font-weight: normal;
}
.cid-srKBnGv8KN .nav-item:focus,
.cid-srKBnGv8KN .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-srKBnGv8KN .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-srKBnGv8KN .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-srKBnGv8KN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-srKBnGv8KN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-srKBnGv8KN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-srKBnGv8KN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srKBnGv8KN .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-srKBnGv8KN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srKBnGv8KN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srKBnGv8KN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-srKBnGv8KN .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-srKBnGv8KN .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-srKBnGv8KN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-srKBnGv8KN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srKBnGv8KN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srKBnGv8KN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srKBnGv8KN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srKBnGv8KN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srKBnGv8KN .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-srKBnGv8KN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srKBnGv8KN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srKBnGv8KN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-srKBnGv8KN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srKBnGv8KN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srKBnGv8KN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-srKBnGv8KN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srKBnGv8KN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srKBnGv8KN .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-srKBnGv8KN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-srKBnGv8KN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srKBnGv8KN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-srKBnGv8KN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-srKBnGv8KN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-srKBnGv8KN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-srKBnGv8KN .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-srKBnGv8KN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-srKBnGv8KN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srKBnGv8KN .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-srKBnGv8KN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srKBnGv8KN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srKBnGv8KN .dropdown-item.active,
.cid-srKBnGv8KN .dropdown-item:active {
  background-color: transparent;
}
.cid-srKBnGv8KN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srKBnGv8KN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srKBnGv8KN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-srKBnGv8KN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srKBnGv8KN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srKBnGv8KN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-srKBnGv8KN .navbar-buttons {
  text-align: center;
}
.cid-srKBnGv8KN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srKBnGv8KN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-srKBnGv8KN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srKBnGv8KN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srKBnGv8KN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srKBnGv8KN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srKBnGv8KN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srKBnGv8KN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srKBnGv8KN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srKBnGv8KN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srKBnGv8KN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-srKBnGv8KN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srKBnGv8KN .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-srKBnGv8KN .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-srKBnGv8KN .soc-item {
  margin: .5rem .3rem;
}
.cid-srKBnGv8KN .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-srKBnGv8KN .navbar {
    height: 77px;
  }
  .cid-srKBnGv8KN .navbar.opened {
    height: auto;
  }
  .cid-srKBnGv8KN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ss2soo1lU6 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ss2soo1lU6 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-ss2soo1lU6 .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-ss2soo1lU6 .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-ss2soo1lU6 .section-text,
.cid-ss2soo1lU6 .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-ss2soo1lU6 .section-text,
  .cid-ss2soo1lU6 .card-text,
  .cid-ss2soo1lU6 .card-title,
  .cid-ss2soo1lU6 .mbr-section-title {
    text-align: center;
  }
}
.cid-ss2soo1lU6 H2 {
  text-align: left;
}
.cid-ss2soo1lU6 .section-text {
  color: #444444;
}
.cid-ss2soo1lU6 .card-text,
.cid-ss2soo1lU6 .mbr-section-btn {
  color: #444444;
}
.cid-ss2stiYHPB {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-ss2stiYHPB .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-ss2stiYHPB .item .icon-wrap {
  text-align: center;
}
.cid-ss2stiYHPB .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-ss2stiYHPB .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #333333;
}
.cid-ss2stiYHPB .item.first:before {
  display: none;
}
.cid-ss2stiYHPB .item.five:before {
  display: none;
}
.cid-ss2stiYHPB .icon-box {
  background: #333333;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-ss2stiYHPB .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-ss2stiYHPB .mbr-iconfont {
  color: #000000 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ss2stiYHPB .item:before {
    display: none;
  }
  .cid-ss2stiYHPB .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ss2stiYHPB .text-box .mbr-text {
  text-align: center;
}
.cid-srKBnH0fQw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-srKBnH0fQw .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-srKBnH0fQw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srKBnH0fQw .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-srKBnH0fQw .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-srKBnH0fQw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-srKBnH0fQw .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFNO1dkXlF {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sFNO1dkXlF .mbr-section-title {
  color: #444444;
}
.cid-sFNO1dkXlF .mbr-section-subtitle {
  color: #747474;
  text-align: left;
}
.cid-sFNO1dkXlF .mbr-text {
  color: #8d97ad;
}
.cid-sFNO1dkXlF .nav {
  border: none;
}
.cid-sFNO1dkXlF .nav-tabs {
  display: table;
  width: 100%;
}
.cid-sFNO1dkXlF .nav-tabs .nav-item {
  display: table-cell;
}
.cid-sFNO1dkXlF .card-img {
  overflow: hidden;
  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-sFNO1dkXlF .tab-content {
  margin-top: 3rem;
}
.cid-sFNO1dkXlF .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-sFNO1dkXlF .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFNO1dkXlF .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
  border-bottom: none;
}
.cid-sFNO1dkXlF .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sFNO1dkXlF .nav-item {
    display: table-row !important;
  }
}
.cid-sFNO1dkXlF .mbr-text,
.cid-sFNO1dkXlF .mbr-section-btn {
  color: #747474;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ss2z8CaLWi {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/w-2000x1333.jpeg");
}
.cid-ss2z8CaLWi .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ss2z8CaLWi .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ss2z8CaLWi .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ss2z8CaLWi .card-wrapper {
    padding: 4rem;
  }
}
.cid-ss7SKmV4B4 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ss7SKmV4B4 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ss7SKmV4B4 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ss7SKmV4B4 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ss7SKmV4B4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ss7SKmV4B4 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ss7SKmV4B4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ss7SKmV4B4 .carousel-control,
.cid-ss7SKmV4B4 .close {
  background: #1b1b1b;
}
.cid-ss7SKmV4B4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ss7SKmV4B4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ss7SKmV4B4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ss7SKmV4B4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ss7SKmV4B4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ss7SKmV4B4 .close::before {
  content: '\e91a';
}
.cid-ss7SKmV4B4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ss7SKmV4B4 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ss7SKmV4B4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ss7SKmV4B4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ss7SKmV4B4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ss7SKmV4B4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ss7SKmV4B4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ss7SKmV4B4 .carousel-indicators li.active,
.cid-ss7SKmV4B4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ss7SKmV4B4 .carousel-indicators li::after,
.cid-ss7SKmV4B4 .carousel-indicators li::before {
  content: none;
}
.cid-ss7SKmV4B4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ss7SKmV4B4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ss7SKmV4B4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ss7SKmV4B4 .carousel-indicators {
    display: none;
  }
}
.cid-ss7SKmV4B4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ss7SKmV4B4 .carousel-inner > .active {
  display: block;
}
.cid-ss7SKmV4B4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ss7SKmV4B4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ss7SKmV4B4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ss7SKmV4B4 .carousel-control,
  .cid-ss7SKmV4B4 .carousel-indicators,
  .cid-ss7SKmV4B4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ss7SKmV4B4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ss7SKmV4B4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ss7SKmV4B4 .carousel-indicators .active,
.cid-ss7SKmV4B4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ss7SKmV4B4 .carousel-indicators .active {
  background: #fff;
}
.cid-ss7SKmV4B4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ss7SKmV4B4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ss7SKmV4B4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ss7SKmV4B4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ss7SKmV4B4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ss7SKmV4B4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ss7SKmV4B4 .carousel {
  width: 100%;
}
.cid-ss7SKmV4B4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ss7SKmV4B4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ss7SKmV4B4 .modal.fade .modal-dialog,
.cid-ss7SKmV4B4 .modal.in .modal-dialog {
  transform: none;
}
.cid-ss7SKmV4B4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ss7SKmV4B4 H6 {
  text-align: center;
}
.cid-ss2zc6PURz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ss2zc6PURz .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-bottom: 4rem;
  align-items: flex-start;
}
.cid-ss2zc6PURz .item:last-child .icon-box:before {
  display: none;
}
.cid-ss2zc6PURz .item.last .icon-box:before {
  display: none;
}
.cid-ss2zc6PURz .icon-box {
  background: #000000;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ss2zc6PURz .icon-box {
    margin-right: 1rem;
  }
}
.cid-ss2zc6PURz span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ss2zc6PURz .card {
    margin-bottom: 2rem;
  }
  .cid-ss2zc6PURz .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ss2zi8npAI {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-ss2zi8npAI .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ss2zi8npAI .carousel {
    min-height: 700px;
  }
  .cid-ss2zi8npAI .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ss2zi8npAI .carousel {
    min-height: 455px;
  }
  .cid-ss2zi8npAI .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-ss2zi8npAI .carousel {
    min-height: 385px;
  }
  .cid-ss2zi8npAI .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-ss2zi8npAI .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ss2zi8npAI .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ss2zi8npAI .carousel,
.cid-ss2zi8npAI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ss2zi8npAI .item-wrapper {
  width: 100%;
}
.cid-ss2zi8npAI .carousel-caption {
  bottom: 40px;
}
.cid-ss2zi8npAI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ss2zi8npAI .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ss2zi8npAI .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ss2zi8npAI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ss2zi8npAI .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ss2zi8npAI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ss2zi8npAI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ss2zi8npAI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ss2zi8npAI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ss2zi8npAI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ss2zi8npAI .carousel-indicators li.active,
.cid-ss2zi8npAI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ss2zi8npAI .carousel-indicators li::after,
.cid-ss2zi8npAI .carousel-indicators li::before {
  content: none;
}
.cid-ss2zi8npAI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ss2zi8npAI .carousel-indicators {
    display: none !important;
  }
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFOfGvEazG {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sFOfGvEazG .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sFOfGvEazG .carousel {
    min-height: 700px;
  }
  .cid-sFOfGvEazG .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sFOfGvEazG .carousel {
    min-height: 455px;
  }
  .cid-sFOfGvEazG .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sFOfGvEazG .carousel {
    min-height: 385px;
  }
  .cid-sFOfGvEazG .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-sFOfGvEazG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sFOfGvEazG .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sFOfGvEazG .carousel,
.cid-sFOfGvEazG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFOfGvEazG .item-wrapper {
  width: 100%;
}
.cid-sFOfGvEazG .carousel-caption {
  bottom: 40px;
}
.cid-sFOfGvEazG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sFOfGvEazG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sFOfGvEazG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sFOfGvEazG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sFOfGvEazG .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFOfGvEazG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFOfGvEazG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFOfGvEazG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFOfGvEazG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sFOfGvEazG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFOfGvEazG .carousel-indicators li.active,
.cid-sFOfGvEazG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFOfGvEazG .carousel-indicators li::after,
.cid-sFOfGvEazG .carousel-indicators li::before {
  content: none;
}
.cid-sFOfGvEazG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFOfGvEazG .carousel-indicators {
    display: none !important;
  }
}
.cid-ss2BYgf2U7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ss2BYgf2U7 img,
.cid-ss2BYgf2U7 .item-img {
  width: 100%;
}
.cid-ss2BYgf2U7 .item:focus,
.cid-ss2BYgf2U7 span:focus {
  outline: none;
}
.cid-ss2BYgf2U7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ss2BYgf2U7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ss2BYgf2U7 .item {
  padding: 0;
  margin: 0;
}
.cid-ss2BYgf2U7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ss2BYgf2U7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ss2BYgf2U7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ss2BYgf2U7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ss2BYgf2U7 .mbr-section-title {
  color: #232323;
}
.cid-ss2GfwLKK9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ss2GfwLKK9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ss2GfwLKK9 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ss2GfwLKK9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ss2GfwLKK9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ss2GfwLKK9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ss2GfwLKK9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ss2GfwLKK9 .carousel-control,
.cid-ss2GfwLKK9 .close {
  background: #1b1b1b;
}
.cid-ss2GfwLKK9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ss2GfwLKK9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ss2GfwLKK9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ss2GfwLKK9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ss2GfwLKK9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ss2GfwLKK9 .close::before {
  content: '\e91a';
}
.cid-ss2GfwLKK9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ss2GfwLKK9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ss2GfwLKK9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ss2GfwLKK9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ss2GfwLKK9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ss2GfwLKK9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ss2GfwLKK9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ss2GfwLKK9 .carousel-indicators li.active,
.cid-ss2GfwLKK9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ss2GfwLKK9 .carousel-indicators li::after,
.cid-ss2GfwLKK9 .carousel-indicators li::before {
  content: none;
}
.cid-ss2GfwLKK9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ss2GfwLKK9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ss2GfwLKK9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ss2GfwLKK9 .carousel-indicators {
    display: none;
  }
}
.cid-ss2GfwLKK9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ss2GfwLKK9 .carousel-inner > .active {
  display: block;
}
.cid-ss2GfwLKK9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ss2GfwLKK9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ss2GfwLKK9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ss2GfwLKK9 .carousel-control,
  .cid-ss2GfwLKK9 .carousel-indicators,
  .cid-ss2GfwLKK9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ss2GfwLKK9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ss2GfwLKK9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ss2GfwLKK9 .carousel-indicators .active,
.cid-ss2GfwLKK9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ss2GfwLKK9 .carousel-indicators .active {
  background: #fff;
}
.cid-ss2GfwLKK9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ss2GfwLKK9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ss2GfwLKK9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ss2GfwLKK9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ss2GfwLKK9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ss2GfwLKK9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ss2GfwLKK9 .carousel {
  width: 100%;
}
.cid-ss2GfwLKK9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ss2GfwLKK9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ss2GfwLKK9 .modal.fade .modal-dialog,
.cid-ss2GfwLKK9 .modal.in .modal-dialog {
  transform: none;
}
.cid-ss2GfwLKK9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ss2GfwLKK9 H6 {
  text-align: center;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqDfPeqITY {
  background-color: #444444;
}
.cid-sqDfPeqITY .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sqDfPeqITY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sqDfPeqITY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sqDfPeqITY .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sqDfPeqITY .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sqDfPeqITY .mbr-section-title {
  color: #ffffff;
}
.cid-sqDfPeqITY .mbr-text,
.cid-sqDfPeqITY .mbr-section-btn {
  color: #ffffff;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqDmkm64Xm {
  background-image: url("../../../assets/images/pexels-max-vakhtbovych-6186826-2000x1417.jpg");
}
.cid-sqDmkm64Xm .mbr-text,
.cid-sqDmkm64Xm .mbr-section-btn {
  color: #232323;
}
.cid-sqDmkm64Xm .btn {
  width: 100%;
}
.cid-sqDmkm64Xm .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-sqDmkm64Xm P {
  text-align: left;
  color: #ffffff;
}
.cid-sqDmkm64Xm H1 {
  color: #000000;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-ssMuLTR8Qp .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-ssMuLTR8Qp .nav-item,
.cid-ssMuLTR8Qp .nav-link,
.cid-ssMuLTR8Qp .navbar-caption {
  font-weight: normal;
}
.cid-ssMuLTR8Qp .nav-item:focus,
.cid-ssMuLTR8Qp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ssMuLTR8Qp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-ssMuLTR8Qp .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-ssMuLTR8Qp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-ssMuLTR8Qp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ssMuLTR8Qp .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ssMuLTR8Qp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssMuLTR8Qp .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-ssMuLTR8Qp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssMuLTR8Qp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssMuLTR8Qp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-ssMuLTR8Qp .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-ssMuLTR8Qp .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-ssMuLTR8Qp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssMuLTR8Qp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssMuLTR8Qp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ssMuLTR8Qp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ssMuLTR8Qp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssMuLTR8Qp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssMuLTR8Qp .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-ssMuLTR8Qp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssMuLTR8Qp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssMuLTR8Qp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ssMuLTR8Qp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssMuLTR8Qp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssMuLTR8Qp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ssMuLTR8Qp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssMuLTR8Qp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssMuLTR8Qp .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-ssMuLTR8Qp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ssMuLTR8Qp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssMuLTR8Qp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ssMuLTR8Qp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ssMuLTR8Qp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ssMuLTR8Qp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ssMuLTR8Qp .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ssMuLTR8Qp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ssMuLTR8Qp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssMuLTR8Qp .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-ssMuLTR8Qp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssMuLTR8Qp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssMuLTR8Qp .dropdown-item.active,
.cid-ssMuLTR8Qp .dropdown-item:active {
  background-color: transparent;
}
.cid-ssMuLTR8Qp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssMuLTR8Qp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssMuLTR8Qp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ssMuLTR8Qp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssMuLTR8Qp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssMuLTR8Qp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ssMuLTR8Qp .navbar-buttons {
  text-align: center;
}
.cid-ssMuLTR8Qp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssMuLTR8Qp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-ssMuLTR8Qp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ssMuLTR8Qp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ssMuLTR8Qp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ssMuLTR8Qp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ssMuLTR8Qp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ssMuLTR8Qp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ssMuLTR8Qp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ssMuLTR8Qp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ssMuLTR8Qp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ssMuLTR8Qp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssMuLTR8Qp .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-ssMuLTR8Qp .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-ssMuLTR8Qp .soc-item {
  margin: .5rem .3rem;
}
.cid-ssMuLTR8Qp .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-ssMuLTR8Qp .navbar {
    height: 77px;
  }
  .cid-ssMuLTR8Qp .navbar.opened {
    height: auto;
  }
  .cid-ssMuLTR8Qp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssMuLUi9pY {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/sidekix-media-vfa35ueuco-unsplash-2000x1333.jpeg");
}
.cid-ssMuLUi9pY .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-ssMuLUi9pY .mbr-section-subtitle,
.cid-ssMuLUi9pY .mbr-text {
  color: #8d97ad;
}
.cid-ssMuLUi9pY .row-item {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ssMuLUi9pY .card-img,
  .cid-ssMuLUi9pY .mbr-text,
  .cid-ssMuLUi9pY .mbr-card-title,
  .cid-ssMuLUi9pY .mbr-section-subtitle,
  .cid-ssMuLUi9pY .mbr-section-title,
  .cid-ssMuLUi9pY .underline,
  .cid-ssMuLUi9pY .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ssMuLUi9pY .mbr-section-subtitle {
  color: #efefef;
}
.cid-ssMuLUi9pY .mbr-card-title,
.cid-ssMuLUi9pY .card-img {
  color: #efefef;
}
.cid-ssMuLUi9pY .mbr-text,
.cid-ssMuLUi9pY .mbr-section-btn {
  color: #efefef;
}
.cid-ssMuLUNtgD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssMuLUNtgD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ssMuLUNtgD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssMuLUNtgD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssMuLUNtgD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ssMuLUNtgD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLUNtgD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ssMuLUNtgD .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ssMuLUNtgD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ssMuLUNtgD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLV7HcP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssMuLV7HcP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ssMuLV7HcP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssMuLV7HcP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssMuLV7HcP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ssMuLV7HcP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLV7HcP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ssMuLV7HcP .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ssMuLV7HcP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ssMuLV7HcP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLVrygu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssMuLVrygu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ssMuLVrygu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssMuLVrygu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssMuLVrygu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ssMuLVrygu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLVrygu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ssMuLVrygu .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ssMuLVrygu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ssMuLVrygu .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLVLBEr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssMuLVLBEr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ssMuLVLBEr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssMuLVLBEr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssMuLVLBEr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ssMuLVLBEr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLVLBEr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ssMuLVLBEr .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ssMuLVLBEr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ssMuLVLBEr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLWaBZV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssMuLWaBZV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ssMuLWaBZV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssMuLWaBZV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssMuLWaBZV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ssMuLWaBZV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLWaBZV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ssMuLWaBZV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ssMuLWaBZV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ssMuLWaBZV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLWuj7l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssMuLWuj7l .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ssMuLWuj7l .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssMuLWuj7l .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssMuLWuj7l .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ssMuLWuj7l .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLWuj7l .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ssMuLWuj7l .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ssMuLWuj7l .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ssMuLWuj7l .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLWQlSf {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/glacial-platinum-kitchen-by-aternestrust-1-1380x920.jpg");
}
.cid-ssMuLWQlSf .mbr-overlay {
  background: #333333;
  background: linear-gradient(90deg, #333333, #232323);
}
.cid-ssMuLXfTYP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssMuLXfTYP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ssMuLXfTYP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssMuLXfTYP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssMuLXfTYP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ssMuLXfTYP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLXfTYP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ssMuLXfTYP .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ssMuLXfTYP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ssMuLXfTYP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLXEUya {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssMuLXEUya .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ssMuLXEUya .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssMuLXEUya .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssMuLXEUya .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ssMuLXEUya .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLXEUya .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ssMuLXEUya .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ssMuLXEUya .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ssMuLXEUya .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLY208o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssMuLY208o .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ssMuLY208o .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssMuLY208o .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssMuLY208o .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ssMuLY208o .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLY208o .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ssMuLY208o .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ssMuLY208o .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ssMuLY208o .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLYs33k {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-ssMuLYMYca {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ssMuLYMYca .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ssMuLYMYca .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssMuLYMYca .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssMuLYMYca .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ssMuLYMYca .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLYMYca .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ssMuLYMYca .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ssMuLYMYca .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ssMuLYMYca .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #efefef, #333333) !important;
}
.cid-ssMuLZ5b91 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ssMuLZ5b91 .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-ssMuLZ5b91 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ssMuLZ5b91 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ssMuLZ5b91 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ssMuLZ5b91 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ssMuLZ5b91 .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srsZudBz2u {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1285.jpg");
}
.cid-srsZudBz2u .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-srsZudBz2u .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srsZudBz2u .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srsZudBz2u .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srsZudBz2u .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srsZudBz2u .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-srsZudBz2u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srt4kBvORG {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-srt4kBvORG img,
.cid-srt4kBvORG .item-img {
  width: 100%;
}
.cid-srt4kBvORG .item:focus,
.cid-srt4kBvORG span:focus {
  outline: none;
}
.cid-srt4kBvORG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srt4kBvORG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-srt4kBvORG .item {
  padding: 0;
  margin: 0;
}
.cid-srt4kBvORG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srt4kBvORG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srt4kBvORG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srt4kBvORG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srt4kBvORG .mbr-section-title {
  color: #232323;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssNhzRf9Sm {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/stone-3088680-1920-1920x1278.jpg");
}
.cid-ssNhzRf9Sm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ssNhzRf9Sm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ssNhzRf9Sm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ssNhzRf9Sm .mbr-text,
.cid-ssNhzRf9Sm .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ssNhzRf9Sm .mbr-section-title {
  color: #ffffff;
}
.cid-ssNsfI0jkV {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ssNsfI0jkV .mbr-text {
  color: #767676;
}
.cid-ssNsfI0jkV .mbr-section-subtitle {
  color: #767676;
}
.cid-ssNsfI0jkV .title .num {
  width: 100%;
  display: block;
  font-size: 3.1rem;
}
.cid-ssNsfI0jkV .title .card-title {
  z-index: 1;
}
.cid-ssNsfI0jkV .num {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-ssNsfI0jkV * {
    text-align: center !important;
  }
  .cid-ssNsfI0jkV .content-column {
    margin-bottom: 2rem;
  }
}
.cid-ssNsfI0jkV .mbr-section-title,
.cid-ssNsfI0jkV .card-box {
  text-align: center;
}
.cid-ssNsfI0jkV .card-text {
  color: #333333;
  text-align: center;
}
.cid-ssNB8rRVFa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ssNB8rRVFa .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ssNB8rRVFa .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ssNB8rRVFa .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ssNB8rRVFa .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ssNB8rRVFa .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ssNB8rRVFa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ssNB8rRVFa .carousel-control,
.cid-ssNB8rRVFa .close {
  background: #1b1b1b;
}
.cid-ssNB8rRVFa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ssNB8rRVFa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ssNB8rRVFa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ssNB8rRVFa .carousel-control-next span {
  margin-left: 5px;
}
.cid-ssNB8rRVFa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ssNB8rRVFa .close::before {
  content: '\e91a';
}
.cid-ssNB8rRVFa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ssNB8rRVFa .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ssNB8rRVFa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssNB8rRVFa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ssNB8rRVFa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ssNB8rRVFa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ssNB8rRVFa .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ssNB8rRVFa .carousel-indicators li.active,
.cid-ssNB8rRVFa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ssNB8rRVFa .carousel-indicators li::after,
.cid-ssNB8rRVFa .carousel-indicators li::before {
  content: none;
}
.cid-ssNB8rRVFa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ssNB8rRVFa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ssNB8rRVFa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ssNB8rRVFa .carousel-indicators {
    display: none;
  }
}
.cid-ssNB8rRVFa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ssNB8rRVFa .carousel-inner > .active {
  display: block;
}
.cid-ssNB8rRVFa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssNB8rRVFa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssNB8rRVFa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ssNB8rRVFa .carousel-control,
  .cid-ssNB8rRVFa .carousel-indicators,
  .cid-ssNB8rRVFa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ssNB8rRVFa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ssNB8rRVFa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ssNB8rRVFa .carousel-indicators .active,
.cid-ssNB8rRVFa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ssNB8rRVFa .carousel-indicators .active {
  background: #fff;
}
.cid-ssNB8rRVFa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ssNB8rRVFa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ssNB8rRVFa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ssNB8rRVFa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ssNB8rRVFa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ssNB8rRVFa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ssNB8rRVFa .carousel {
  width: 100%;
}
.cid-ssNB8rRVFa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ssNB8rRVFa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ssNB8rRVFa .modal.fade .modal-dialog,
.cid-ssNB8rRVFa .modal.in .modal-dialog {
  transform: none;
}
.cid-ssNB8rRVFa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ssNB8rRVFa H6 {
  text-align: center;
}
.cid-ssNAyqrxQO {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ssNAyqrxQO img,
.cid-ssNAyqrxQO .item-img {
  width: 100%;
}
.cid-ssNAyqrxQO .item:focus,
.cid-ssNAyqrxQO span:focus {
  outline: none;
}
.cid-ssNAyqrxQO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ssNAyqrxQO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ssNAyqrxQO .item {
  padding: 0;
  margin: 0;
}
.cid-ssNAyqrxQO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ssNAyqrxQO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ssNAyqrxQO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ssNAyqrxQO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ssNAyqrxQO .mbr-section-title {
  color: #232323;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srujyMjSRZ {
  background-image: url("../../../assets/images/portada2-1-2000x1333.jpeg");
}
.cid-srujyMjSRZ .mbr-section-title {
  color: #ffffff;
}
.cid-srujyMjSRZ .mbr-text,
.cid-srujyMjSRZ .mbr-section-btn {
  color: #ffffff;
}
.cid-srzcLEzxcT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/umit-yildirim-9ob46apmbc4-unsplash-2000x1125.jpg");
}
.cid-srzcLEzxcT .mbr-iconfont {
  color: #8d97ad;
}
.cid-srzcLEzxcT .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-srzcLEzxcT .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-srzcLEzxcT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-srzcLEzxcT .card-title {
  margin-bottom: 0.3rem;
  color: #ffffff;
}
.cid-srzcLEzxcT .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-srzcLEzxcT .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-srzcLEzxcT .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-srzcLEzxcT .mbr-text,
.cid-srzcLEzxcT .social-links {
  color: #f4f8fa;
}
.cid-srzcLEzxcT H2 {
  color: #f4f8fa;
}
.cid-srKZIPWODe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c1c1c1;
}
.cid-srKZIPWODe .mbr-text {
  color: #444;
}
.cid-srKZIPWODe .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srKZIPWODe .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-srKZIPWODe .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-srKZIPWODe .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-srKZIPWODe .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-srKZIPWODe .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srKZIPWODe .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-srKZIPWODe .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-srKZIPWODe .links {
  color: #efefef;
}
.cid-srKZIPWODe .copyright > p {
  color: #232323;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEzKezWZG3 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-sEzKezWZG3 .mbr-overlay {
  background: #000000;
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-sEzSUxjJ27 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sEzSUxjJ27 .video-wrapper iframe {
  width: 100%;
}
.cid-sEzSUxjJ27 .mbr-section-title,
.cid-sEzSUxjJ27 .mbr-section-subtitle,
.cid-sEzSUxjJ27 .mbr-text {
  text-align: center;
}
.cid-sEAJ1DfPPy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sEAJ1DfPPy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sEAJ1DfPPy .row {
    flex-direction: column-reverse;
  }
  .cid-sEAJ1DfPPy .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sEAJ1DfPPy .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sEAJ1DfPPy .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sEAJ1DfPPy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .nav-item,
.cid-rjdBIwwhtd .nav-link,
.cid-rjdBIwwhtd .navbar-caption {
  font-weight: normal;
}
.cid-rjdBIwwhtd .nav-item:focus,
.cid-rjdBIwwhtd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rjdBIwwhtd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rjdBIwwhtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rjdBIwwhtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rjdBIwwhtd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rjdBIwwhtd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rjdBIwwhtd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rjdBIwwhtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rjdBIwwhtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rjdBIwwhtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rjdBIwwhtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rjdBIwwhtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rjdBIwwhtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rjdBIwwhtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rjdBIwwhtd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rjdBIwwhtd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rjdBIwwhtd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rjdBIwwhtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rjdBIwwhtd .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rjdBIwwhtd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rjdBIwwhtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rjdBIwwhtd .dropdown-item.active,
.cid-rjdBIwwhtd .dropdown-item:active {
  background-color: transparent;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rjdBIwwhtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rjdBIwwhtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rjdBIwwhtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rjdBIwwhtd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rjdBIwwhtd .navbar-buttons {
  text-align: center;
}
.cid-rjdBIwwhtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1dc9cb;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rjdBIwwhtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rjdBIwwhtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rjdBIwwhtd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rjdBIwwhtd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rjdBIwwhtd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rjdBIwwhtd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rjdBIwwhtd .soc-item {
  margin: .5rem .3rem;
}
.cid-rjdBIwwhtd .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-rjdBIwwhtd .navbar {
    height: 77px;
  }
  .cid-rjdBIwwhtd .navbar.opened {
    height: auto;
  }
  .cid-rjdBIwwhtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF8C7KS2BK {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
.cid-sF8CtwdHiq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-olga-lioncat-7245335-2000x1333.jpg");
}
.cid-sF8CtwdHiq .mbr-overlay {
  background: #000000;
  opacity: 0.5;
}
.cid-sF8CtwdHiq img,
.cid-sF8CtwdHiq .item-img {
  width: 100%;
}
.cid-sF8CtwdHiq .item:focus,
.cid-sF8CtwdHiq span:focus {
  outline: none;
}
.cid-sF8CtwdHiq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sF8CtwdHiq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sF8CtwdHiq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sF8CtwdHiq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sF8CtwdHiq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sF8CtwdHiq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sF8CtwdHiq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sF8CtwdHiq .mbr-section-title {
  color: #ffffff;
}
.cid-sF8CtwdHiq .mbr-text,
.cid-sF8CtwdHiq .mbr-section-btn {
  text-align: center;
}
.cid-sF8CtwdHiq .item-title {
  text-align: center;
}
.cid-sF8CtwdHiq .item-subtitle {
  text-align: left;
}
.cid-sF8D7cV4If {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-olga-lioncat-7245335-2000x1333.jpg");
}
.cid-sF8D7cV4If .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-sF8D7cV4If img,
.cid-sF8D7cV4If .item-img {
  width: 100%;
}
.cid-sF8D7cV4If .item:focus,
.cid-sF8D7cV4If span:focus {
  outline: none;
}
.cid-sF8D7cV4If .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sF8D7cV4If .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sF8D7cV4If .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sF8D7cV4If .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sF8D7cV4If .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sF8D7cV4If .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sF8D7cV4If .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sF8D7cV4If .mbr-section-title {
  color: #ffffff;
}
.cid-sF8D7cV4If .mbr-text,
.cid-sF8D7cV4If .mbr-section-btn {
  text-align: center;
}
.cid-sF8D7cV4If .item-title {
  text-align: center;
}
.cid-sF8D7cV4If .item-subtitle {
  text-align: left;
}
.cid-sF8FXTG1st {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-olga-lioncat-7245335-2000x1333.jpg");
}
.cid-sF8FXTG1st img,
.cid-sF8FXTG1st .item-img {
  width: 100%;
}
.cid-sF8FXTG1st .item:focus,
.cid-sF8FXTG1st span:focus {
  outline: none;
}
.cid-sF8FXTG1st .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sF8FXTG1st .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sF8FXTG1st .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sF8FXTG1st .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sF8FXTG1st .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sF8FXTG1st .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sF8FXTG1st .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sF8FXTG1st .mbr-section-title {
  color: #ffffff;
}
.cid-sF8FXTG1st .mbr-text,
.cid-sF8FXTG1st .mbr-section-btn {
  text-align: center;
}
.cid-sF8FXTG1st .item-title {
  text-align: center;
}
.cid-sF8FXTG1st .item-subtitle {
  text-align: left;
}
.cid-sqO1TOBUZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqO1TOBUZD .list {
  list-style: none;
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqO1TOBUZD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqO1TOBUZD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sqO1TOBUZD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqO1TOBUZD .copyright {
  color: #bbbbbb;
}
