body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 3.1rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.96rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #42474c !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #cccccc !important;
}
.bg-warning {
  background-color: #0c872c !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #42474c !important;
  border-color: #42474c !important;
  color: #cccccc !important;
}
.btn-primary:hover {
  color: #cccccc !important;
  background-color: #1e2123 !important;
  border-color: #1e2123 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #cccccc !important;
  background-color: #1e2123 !important;
  border-color: #1e2123 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #5a6167 !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #cccccc !important;
}
.btn-secondary:hover {
  color: #cccccc !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #cccccc !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info:hover {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #cccccc !important;
}
.btn-success:hover {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #0c872c !important;
  border-color: #0c872c !important;
  color: #cccccc !important;
}
.btn-warning:hover {
  color: #cccccc !important;
  background-color: #064115 !important;
  border-color: #064115 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #cccccc !important;
  background-color: #064115 !important;
  border-color: #064115 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #cccccc !important;
}
.btn-danger:hover {
  color: #cccccc !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #cccccc !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #cccccc !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #cccccc !important;
}
.btn-black:hover {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #42474c !important;
  color: #ffffff !important;
  color: #42474c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #42474c;
  color: #42474c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #42474c;
  border-color: #42474c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #42474c !important;
  border-color: #42474c !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #42474c !important;
  color: #cccccc !important;
}
.btn-primary-outline:hover {
  color: #cccccc !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #efefef !important;
  color: #ffffff !important;
  color: #efefef !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #efefef;
  color: #efefef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #efefef !important;
  color: #cccccc !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #cccccc !important;
  color: #ffffff !important;
  color: #cccccc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #ffffff !important;
  color: #cccccc !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #0c872c !important;
  color: #ffffff !important;
  color: #0c872c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0c872c;
  color: #0c872c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #0c872c;
  border-color: #0c872c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0c872c !important;
  border-color: #0c872c !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #0c872c !important;
  color: #cccccc !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #b1a374 !important;
  color: #ffffff !important;
  color: #b1a374 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #b1a374 !important;
  color: #cccccc !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #cccccc !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: #42474c !important;
}
.text-secondary {
  color: #efefef !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #cccccc !important;
}
.text-warning {
  color: #0c872c !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #717a83 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffffff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #14e54b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #42474c;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cccccc;
}
.alert-warning {
  background-color: #0c872c;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #42474c;
  border-color: #42474c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #42474c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b5babf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #27ec5a;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #42474c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #42474c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #42474c;
  border-bottom-color: #42474c;
}
.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: #42474c !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: #efefef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2342474c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rUTpFezVg4 {
  min-height: 80px !important;
  position: static;
}
.cid-rUTpFezVg4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTpFezVg4 .nav-item:focus,
.cid-rUTpFezVg4 .nav-link:focus {
  outline: none;
}
.cid-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTpFezVg4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-rUTpFezVg4 .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-rUTpFezVg4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTpFezVg4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTpFezVg4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTpFezVg4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTpFezVg4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTpFezVg4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTpFezVg4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTpFezVg4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTpFezVg4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTpFezVg4 .navbar.navbar-short {
  background: #111111;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTpFezVg4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTpFezVg4 .dropdown-item.active,
.cid-rUTpFezVg4 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTpFezVg4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTpFezVg4 .navbar-nav {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar-buttons {
  text-align: center;
}
.cid-rUTpFezVg4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTpFezVg4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTpFezVg4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTpFezVg4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTpFezVg4 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTpFezVg4 .navbar {
    height: 77px;
  }
  .cid-rUTpFezVg4 .navbar.opened {
    height: auto;
  }
}
.cid-rUTpFezVg4 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .text-btn {
  transition: transform 0.3s;
}
.cid-rUTpFezVg4 .btn:hover {
  transform: scale(0.8);
}
.cid-rUTpFezVg4 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTpFezVg4 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTpFezVg4 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTpFezVg4 .nav-link:hover::before {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTpFezVg4 .link {
  margin: 0rem 1.2rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTpFezVg4 .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTpFezVg4 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTpFezVg4 .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTpFezVg4 .nav-link::before {
    display: none;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-rUTpFezVg4 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTpFezVg4 .btn-primary {
  color: #cccccc !important;
}
.cid-rUTpFezVg4 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6fcj8CcNa {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6fcj8CcNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6fcj8CcNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6fcj8CcNa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6fcj8CcNa .container {
    padding: 0 15px;
  }
}
.cid-u6fcj8CcNa .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6fcj8CcNa .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6fcj8CcNa .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6fcj8CcNa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6fcj8CcNa .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6fcj8CcNa .mbr-section-title {
  color: #ffffff;
}
.cid-u6fcj8CcNa .mbr-section-subtitle {
  color: #787324;
  text-align: center;
}
.cid-u6fcj8CcNa .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6fcj8CcNa .mbr-section-title,
.cid-u6fcj8CcNa .mbr-section-btn {
  text-align: center;
}
.cid-tPRYys1qD9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPRYys1qD9 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tPRYys1qD9 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tPRYys1qD9 .mbr-text,
.cid-tPRYys1qD9 .mbr-section-btn {
  color: #333333;
}
.cid-tPRYys1qD9 H3 {
  color: #333333;
}
.cid-u4gQTAozdu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u4gQTAozdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4gQTAozdu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4gQTAozdu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4gQTAozdu img {
  border-radius: 2rem;
}
.cid-u4gQTAozdu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4gQTAozdu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4gQTAozdu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4gQTAozdu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u4gQTAozdu .mbr-text,
.cid-u4gQTAozdu .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u4gQTAozdu .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-tPRPdGzCQl {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tPRPdGzCQl .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-tPRPdGzCQl img {
  filter: grayscale(1);
}
.cid-tPRPdGzCQl .image-wrap {
  position: relative;
}
.cid-tPRPdGzCQl .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-tPRPdGzCQl .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tPRPdGzCQl .card-wrap {
  background: #333333;
}
.cid-tPRPdGzCQl .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tPRPdGzCQl .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tPRPdGzCQl .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPRPdGzCQl .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-tPRPdGzCQl .main-heading {
  margin-bottom: 2.2rem;
}
.cid-tPRPdGzCQl .btn {
  margin-top: 3rem;
}
.cid-tPRPdGzCQl .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tPRPdGzCQl .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-tPRPdGzCQl .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tPRPdGzCQl .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-tPRPdGzCQl .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-tPRPdGzCQl .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-tPRPdGzCQl .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-tPRPdGzCQl .btn-primary-outline {
  color: #ffffff !important;
}
.cid-tPRPdGzCQl .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-tPRPdGzCQl .btn-2 {
  color: #42474c !important;
}
.cid-tPRPdGzCQl .main-title {
  color: #303030;
}
.cid-tPRPdGzCQl .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-tPRPdGzCQl .card-text {
  text-align: center;
}
.cid-u6fkKH81lW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6fkKH81lW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6fkKH81lW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6fkKH81lW .mbr-section-title {
  color: #333333;
}
.cid-u6r9iSb9jK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6r9iSb9jK .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u6r9iSb9jK .mbr-section-title,
.cid-u6r9iSb9jK .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u6r9iSb9jK .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u6r9iSb9jK .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u6r9iSb9jK .mbr-section-title {
  color: #0abab5;
}
.cid-u6r9iSb9jK .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u6r9iSb9jK .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-rUTpL6oEdG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-rUTpL6oEdG .media-container-row {
  align-items: center;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTpL6oEdG .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTpL6oEdG .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTpL6oEdG .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: center;
  }
  .cid-rUTpL6oEdG .mbr-text {
    text-align: center;
  }
  .cid-rUTpL6oEdG .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTpL6oEdG .link:hover {
  text-decoration: underline;
}
.cid-rUTpL6oEdG .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTpL6oEdG .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTpL6oEdG .container {
    padding: 0;
  }
}
.cid-rUTpL6oEdG .media-container-row .mbr-text {
  color: #efefef;
}
.cid-tPQttqhSue {
  min-height: 80px !important;
  position: static;
}
.cid-tPQttqhSue .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tPQttqhSue .nav-item:focus,
.cid-tPQttqhSue .nav-link:focus {
  outline: none;
}
.cid-tPQttqhSue .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tPQttqhSue .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tPQttqhSue .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-tPQttqhSue .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPQttqhSue .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPQttqhSue .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-tPQttqhSue .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-tPQttqhSue .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tPQttqhSue .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPQttqhSue .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPQttqhSue .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tPQttqhSue .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPQttqhSue .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPQttqhSue .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-tPQttqhSue .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPQttqhSue .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tPQttqhSue .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tPQttqhSue .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPQttqhSue .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tPQttqhSue .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPQttqhSue .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPQttqhSue .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-tPQttqhSue .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tPQttqhSue .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPQttqhSue .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPQttqhSue .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tPQttqhSue .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tPQttqhSue .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tPQttqhSue .navbar.navbar-short {
  background: #111111;
}
.cid-tPQttqhSue .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-tPQttqhSue .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPQttqhSue .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPQttqhSue .dropdown-item.active,
.cid-tPQttqhSue .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-tPQttqhSue .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPQttqhSue .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-tPQttqhSue .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-tPQttqhSue .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tPQttqhSue .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPQttqhSue .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPQttqhSue ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPQttqhSue .navbar-nav {
  margin: auto;
}
.cid-tPQttqhSue .navbar-buttons {
  text-align: center;
}
.cid-tPQttqhSue button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPQttqhSue button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-tPQttqhSue button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPQttqhSue button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQttqhSue button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPQttqhSue button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPQttqhSue nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQttqhSue nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPQttqhSue nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPQttqhSue nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPQttqhSue .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-tPQttqhSue a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tPQttqhSue .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tPQttqhSue .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tPQttqhSue .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPQttqhSue .navbar {
    height: 77px;
  }
  .cid-tPQttqhSue .navbar.opened {
    height: auto;
  }
}
.cid-tPQttqhSue .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-tPQttqhSue .text-btn {
  transition: transform 0.3s;
}
.cid-tPQttqhSue .btn:hover {
  transform: scale(0.8);
}
.cid-tPQttqhSue .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-tPQttqhSue .nav-link {
  position: relative;
  display: inline-block;
}
.cid-tPQttqhSue .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-tPQttqhSue .nav-link:hover::before {
  width: 100%;
}
.cid-tPQttqhSue .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-tPQttqhSue .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-tPQttqhSue .link {
  margin: 0rem 1.2rem;
}
.cid-tPQttqhSue .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-tPQttqhSue .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-tPQttqhSue .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-tPQttqhSue .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-tPQttqhSue .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-tPQttqhSue .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-tPQttqhSue .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-tPQttqhSue .dropdown-menu::before {
    display: none !important;
  }
  .cid-tPQttqhSue .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-tPQttqhSue .dropdown-menu > a::after {
    display: none;
  }
  .cid-tPQttqhSue .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tPQttqhSue .nav-link::before {
    display: none;
  }
  .cid-tPQttqhSue .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-tPQttqhSue .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-tPQttqhSue .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-tPQttqhSue .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-tPQttqhSue .nav-dropdown .dropdown-item:focus,
  .cid-tPQttqhSue .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-tPQttqhSue .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tPQttqhSue .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tPQttqhSue .container-fluid {
    padding-right: 0rem;
  }
  .cid-tPQttqhSue .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-tPQttqhSue .btn {
    padding: 1.8rem 6rem;
  }
  .cid-tPQttqhSue .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-tPQttqhSue .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-tPQttqhSue .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-tPQttqhSue .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-tPQttqhSue .nav-dropdown .dropdown-item:focus,
  .cid-tPQttqhSue .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-tPQttqhSue .btn-primary {
  color: #cccccc !important;
}
.cid-tPQttqhSue .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-tPQttqhSue .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-tPQttqhSue .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6fCws63pJ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6fCws63pJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6fCws63pJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6fCws63pJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6fCws63pJ .container {
    padding: 0 15px;
  }
}
.cid-u6fCws63pJ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6fCws63pJ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6fCws63pJ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6fCws63pJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6fCws63pJ .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6fCws63pJ .mbr-section-title {
  color: #ffffff;
}
.cid-u6fCws63pJ .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6fCws63pJ .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6fCws63pJ .mbr-section-title,
.cid-u6fCws63pJ .mbr-section-btn {
  text-align: center;
}
.cid-tPQttrws3I {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPQttrws3I .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tPQttrws3I .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tPQttrws3I .mbr-text,
.cid-tPQttrws3I .mbr-section-btn {
  color: #333333;
}
.cid-tPQttrws3I H3 {
  color: #333333;
}
.cid-u6fCVcBwDR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6fCVcBwDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6fCVcBwDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6fCVcBwDR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6fCVcBwDR img {
  border-radius: 2rem;
}
.cid-u6fCVcBwDR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6fCVcBwDR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6fCVcBwDR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6fCVcBwDR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6fCVcBwDR .mbr-text,
.cid-u6fCVcBwDR .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6fCVcBwDR .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7vogF5jff {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vogF5jff .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vogF5jff img {
  filter: grayscale(1);
}
.cid-u7vogF5jff .image-wrap {
  position: relative;
}
.cid-u7vogF5jff .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vogF5jff .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vogF5jff .card-wrap {
  background: #333333;
}
.cid-u7vogF5jff .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vogF5jff .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vogF5jff .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vogF5jff .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vogF5jff .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vogF5jff .btn {
  margin-top: 3rem;
}
.cid-u7vogF5jff .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vogF5jff .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vogF5jff .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vogF5jff .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vogF5jff .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vogF5jff .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vogF5jff .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vogF5jff .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vogF5jff .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vogF5jff .btn-2 {
  color: #42474c !important;
}
.cid-u7vogF5jff .main-title {
  color: #303030;
}
.cid-u7vogF5jff .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vogF5jff .card-text {
  text-align: center;
}
.cid-u6fDbpe3V7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6fDbpe3V7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6fDbpe3V7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6fDbpe3V7 .mbr-section-title {
  color: #333333;
}
.cid-u7txNRSnwW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7txNRSnwW .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7txNRSnwW .mbr-section-title,
.cid-u7txNRSnwW .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7txNRSnwW .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7txNRSnwW .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7txNRSnwW .mbr-section-title {
  color: #0abab5;
}
.cid-u7txNRSnwW .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7txNRSnwW .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-tPQttwk994 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tPQttwk994 .media-container-row {
  align-items: center;
}
.cid-tPQttwk994 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tPQttwk994 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tPQttwk994 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tPQttwk994 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tPQttwk994 .foot-menu-item {
  transform: 0.2s;
}
.cid-tPQttwk994 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tPQttwk994 .foot-menu {
    justify-content: center;
  }
  .cid-tPQttwk994 .mbr-text {
    text-align: center;
  }
  .cid-tPQttwk994 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tPQttwk994 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tPQttwk994 .link:hover {
  text-decoration: underline;
}
.cid-tPQttwk994 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tPQttwk994 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tPQttwk994 .container {
    padding: 0;
  }
}
.cid-tPQttwk994 .media-container-row .mbr-text {
  color: #efefef;
}
.cid-tPRzRsktAI {
  min-height: 80px !important;
  position: static;
}
.cid-tPRzRsktAI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tPRzRsktAI .nav-item:focus,
.cid-tPRzRsktAI .nav-link:focus {
  outline: none;
}
.cid-tPRzRsktAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tPRzRsktAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tPRzRsktAI .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-tPRzRsktAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPRzRsktAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPRzRsktAI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-tPRzRsktAI .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-tPRzRsktAI .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tPRzRsktAI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPRzRsktAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPRzRsktAI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tPRzRsktAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPRzRsktAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPRzRsktAI .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-tPRzRsktAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPRzRsktAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tPRzRsktAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tPRzRsktAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPRzRsktAI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tPRzRsktAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPRzRsktAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPRzRsktAI .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-tPRzRsktAI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tPRzRsktAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPRzRsktAI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPRzRsktAI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tPRzRsktAI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tPRzRsktAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tPRzRsktAI .navbar.navbar-short {
  background: #111111;
}
.cid-tPRzRsktAI .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-tPRzRsktAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPRzRsktAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPRzRsktAI .dropdown-item.active,
.cid-tPRzRsktAI .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-tPRzRsktAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPRzRsktAI .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-tPRzRsktAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-tPRzRsktAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tPRzRsktAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPRzRsktAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPRzRsktAI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPRzRsktAI .navbar-nav {
  margin: auto;
}
.cid-tPRzRsktAI .navbar-buttons {
  text-align: center;
}
.cid-tPRzRsktAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPRzRsktAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-tPRzRsktAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPRzRsktAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPRzRsktAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPRzRsktAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPRzRsktAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPRzRsktAI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPRzRsktAI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPRzRsktAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPRzRsktAI .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-tPRzRsktAI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tPRzRsktAI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tPRzRsktAI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tPRzRsktAI .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPRzRsktAI .navbar {
    height: 77px;
  }
  .cid-tPRzRsktAI .navbar.opened {
    height: auto;
  }
}
.cid-tPRzRsktAI .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-tPRzRsktAI .text-btn {
  transition: transform 0.3s;
}
.cid-tPRzRsktAI .btn:hover {
  transform: scale(0.8);
}
.cid-tPRzRsktAI .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-tPRzRsktAI .nav-link {
  position: relative;
  display: inline-block;
}
.cid-tPRzRsktAI .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-tPRzRsktAI .nav-link:hover::before {
  width: 100%;
}
.cid-tPRzRsktAI .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-tPRzRsktAI .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-tPRzRsktAI .link {
  margin: 0rem 1.2rem;
}
.cid-tPRzRsktAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-tPRzRsktAI .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-tPRzRsktAI .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-tPRzRsktAI .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-tPRzRsktAI .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-tPRzRsktAI .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-tPRzRsktAI .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-tPRzRsktAI .dropdown-menu::before {
    display: none !important;
  }
  .cid-tPRzRsktAI .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-tPRzRsktAI .dropdown-menu > a::after {
    display: none;
  }
  .cid-tPRzRsktAI .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tPRzRsktAI .nav-link::before {
    display: none;
  }
  .cid-tPRzRsktAI .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-tPRzRsktAI .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-tPRzRsktAI .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-tPRzRsktAI .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-tPRzRsktAI .nav-dropdown .dropdown-item:focus,
  .cid-tPRzRsktAI .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-tPRzRsktAI .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tPRzRsktAI .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tPRzRsktAI .container-fluid {
    padding-right: 0rem;
  }
  .cid-tPRzRsktAI .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-tPRzRsktAI .btn {
    padding: 1.8rem 6rem;
  }
  .cid-tPRzRsktAI .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-tPRzRsktAI .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-tPRzRsktAI .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-tPRzRsktAI .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-tPRzRsktAI .nav-dropdown .dropdown-item:focus,
  .cid-tPRzRsktAI .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-tPRzRsktAI .btn-primary {
  color: #cccccc !important;
}
.cid-tPRzRsktAI .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-tPRzRsktAI .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-tPRzRsktAI .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6fOyES1w1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6fOyES1w1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6fOyES1w1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6fOyES1w1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6fOyES1w1 .container {
    padding: 0 15px;
  }
}
.cid-u6fOyES1w1 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6fOyES1w1 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6fOyES1w1 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6fOyES1w1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6fOyES1w1 .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6fOyES1w1 .mbr-section-title {
  color: #ffffff;
}
.cid-u6fOyES1w1 .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6fOyES1w1 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6fOyES1w1 .mbr-section-title,
.cid-u6fOyES1w1 .mbr-section-btn {
  text-align: center;
}
.cid-tPRzRsRoBw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPRzRsRoBw .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tPRzRsRoBw .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tPRzRsRoBw .mbr-text,
.cid-tPRzRsRoBw .mbr-section-btn {
  color: #333333;
}
.cid-tPRzRsRoBw H3 {
  color: #333333;
}
.cid-u6fOHSwoCN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6fOHSwoCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6fOHSwoCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6fOHSwoCN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6fOHSwoCN img {
  border-radius: 2rem;
}
.cid-u6fOHSwoCN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6fOHSwoCN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6fOHSwoCN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6fOHSwoCN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6fOHSwoCN .mbr-text,
.cid-u6fOHSwoCN .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6fOHSwoCN .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7vpOb9fmw {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vpOb9fmw .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vpOb9fmw img {
  filter: grayscale(1);
}
.cid-u7vpOb9fmw .image-wrap {
  position: relative;
}
.cid-u7vpOb9fmw .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vpOb9fmw .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vpOb9fmw .card-wrap {
  background: #333333;
}
.cid-u7vpOb9fmw .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vpOb9fmw .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vpOb9fmw .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vpOb9fmw .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vpOb9fmw .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vpOb9fmw .btn {
  margin-top: 3rem;
}
.cid-u7vpOb9fmw .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vpOb9fmw .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vpOb9fmw .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vpOb9fmw .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vpOb9fmw .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vpOb9fmw .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vpOb9fmw .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vpOb9fmw .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vpOb9fmw .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vpOb9fmw .btn-2 {
  color: #42474c !important;
}
.cid-u7vpOb9fmw .main-title {
  color: #303030;
}
.cid-u7vpOb9fmw .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vpOb9fmw .card-text {
  text-align: center;
}
.cid-u6fPWQqlR0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6fPWQqlR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6fPWQqlR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6fPWQqlR0 .mbr-section-title {
  color: #333333;
}
.cid-u7txWfibFh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7txWfibFh .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7txWfibFh .mbr-section-title,
.cid-u7txWfibFh .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7txWfibFh .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7txWfibFh .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7txWfibFh .mbr-section-title {
  color: #0abab5;
}
.cid-u7txWfibFh .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7txWfibFh .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-tPRzRtLIwt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tPRzRtLIwt .media-container-row {
  align-items: center;
}
.cid-tPRzRtLIwt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tPRzRtLIwt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tPRzRtLIwt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tPRzRtLIwt .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tPRzRtLIwt .foot-menu-item {
  transform: 0.2s;
}
.cid-tPRzRtLIwt .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tPRzRtLIwt .foot-menu {
    justify-content: center;
  }
  .cid-tPRzRtLIwt .mbr-text {
    text-align: center;
  }
  .cid-tPRzRtLIwt .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tPRzRtLIwt .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tPRzRtLIwt .link:hover {
  text-decoration: underline;
}
.cid-tPRzRtLIwt .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tPRzRtLIwt .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tPRzRtLIwt .container {
    padding: 0;
  }
}
.cid-tPRzRtLIwt .media-container-row .mbr-text {
  color: #efefef;
}
.cid-tPRWoktKbF {
  min-height: 80px !important;
  position: static;
}
.cid-tPRWoktKbF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tPRWoktKbF .nav-item:focus,
.cid-tPRWoktKbF .nav-link:focus {
  outline: none;
}
.cid-tPRWoktKbF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tPRWoktKbF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tPRWoktKbF .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-tPRWoktKbF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPRWoktKbF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPRWoktKbF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-tPRWoktKbF .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-tPRWoktKbF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tPRWoktKbF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPRWoktKbF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPRWoktKbF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tPRWoktKbF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPRWoktKbF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPRWoktKbF .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-tPRWoktKbF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPRWoktKbF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tPRWoktKbF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tPRWoktKbF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPRWoktKbF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tPRWoktKbF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPRWoktKbF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPRWoktKbF .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-tPRWoktKbF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tPRWoktKbF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPRWoktKbF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPRWoktKbF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tPRWoktKbF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tPRWoktKbF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tPRWoktKbF .navbar.navbar-short {
  background: #111111;
}
.cid-tPRWoktKbF .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-tPRWoktKbF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPRWoktKbF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPRWoktKbF .dropdown-item.active,
.cid-tPRWoktKbF .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-tPRWoktKbF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPRWoktKbF .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-tPRWoktKbF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-tPRWoktKbF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-tPRWoktKbF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPRWoktKbF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPRWoktKbF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPRWoktKbF .navbar-nav {
  margin: auto;
}
.cid-tPRWoktKbF .navbar-buttons {
  text-align: center;
}
.cid-tPRWoktKbF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPRWoktKbF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-tPRWoktKbF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPRWoktKbF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPRWoktKbF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPRWoktKbF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPRWoktKbF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPRWoktKbF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPRWoktKbF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPRWoktKbF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPRWoktKbF .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-tPRWoktKbF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tPRWoktKbF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tPRWoktKbF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tPRWoktKbF .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPRWoktKbF .navbar {
    height: 77px;
  }
  .cid-tPRWoktKbF .navbar.opened {
    height: auto;
  }
}
.cid-tPRWoktKbF .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-tPRWoktKbF .text-btn {
  transition: transform 0.3s;
}
.cid-tPRWoktKbF .btn:hover {
  transform: scale(0.8);
}
.cid-tPRWoktKbF .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-tPRWoktKbF .nav-link {
  position: relative;
  display: inline-block;
}
.cid-tPRWoktKbF .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-tPRWoktKbF .nav-link:hover::before {
  width: 100%;
}
.cid-tPRWoktKbF .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-tPRWoktKbF .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-tPRWoktKbF .link {
  margin: 0rem 1.2rem;
}
.cid-tPRWoktKbF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-tPRWoktKbF .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-tPRWoktKbF .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-tPRWoktKbF .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-tPRWoktKbF .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-tPRWoktKbF .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-tPRWoktKbF .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-tPRWoktKbF .dropdown-menu::before {
    display: none !important;
  }
  .cid-tPRWoktKbF .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-tPRWoktKbF .dropdown-menu > a::after {
    display: none;
  }
  .cid-tPRWoktKbF .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tPRWoktKbF .nav-link::before {
    display: none;
  }
  .cid-tPRWoktKbF .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-tPRWoktKbF .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-tPRWoktKbF .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-tPRWoktKbF .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-tPRWoktKbF .nav-dropdown .dropdown-item:focus,
  .cid-tPRWoktKbF .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-tPRWoktKbF .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tPRWoktKbF .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tPRWoktKbF .container-fluid {
    padding-right: 0rem;
  }
  .cid-tPRWoktKbF .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-tPRWoktKbF .btn {
    padding: 1.8rem 6rem;
  }
  .cid-tPRWoktKbF .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-tPRWoktKbF .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-tPRWoktKbF .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-tPRWoktKbF .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-tPRWoktKbF .nav-dropdown .dropdown-item:focus,
  .cid-tPRWoktKbF .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-tPRWoktKbF .btn-primary {
  color: #cccccc !important;
}
.cid-tPRWoktKbF .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-tPRWoktKbF .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-tPRWoktKbF .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6fP6zUzFG {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6fP6zUzFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6fP6zUzFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6fP6zUzFG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6fP6zUzFG .container {
    padding: 0 15px;
  }
}
.cid-u6fP6zUzFG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6fP6zUzFG .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6fP6zUzFG .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6fP6zUzFG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6fP6zUzFG .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6fP6zUzFG .mbr-section-title {
  color: #ffffff;
}
.cid-u6fP6zUzFG .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6fP6zUzFG .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6fP6zUzFG .mbr-section-title,
.cid-u6fP6zUzFG .mbr-section-btn {
  text-align: center;
}
.cid-tPRWol6Y4S {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tPRWol6Y4S .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tPRWol6Y4S .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tPRWol6Y4S .mbr-text,
.cid-tPRWol6Y4S .mbr-section-btn {
  color: #333333;
}
.cid-tPRWol6Y4S H3 {
  color: #333333;
}
.cid-u6fPduiSoP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6fPduiSoP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6fPduiSoP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6fPduiSoP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6fPduiSoP img {
  border-radius: 2rem;
}
.cid-u6fPduiSoP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6fPduiSoP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6fPduiSoP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6fPduiSoP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6fPduiSoP .mbr-text,
.cid-u6fPduiSoP .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6fPduiSoP .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7vr0HKQsZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vr0HKQsZ .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vr0HKQsZ img {
  filter: grayscale(1);
}
.cid-u7vr0HKQsZ .image-wrap {
  position: relative;
}
.cid-u7vr0HKQsZ .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vr0HKQsZ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vr0HKQsZ .card-wrap {
  background: #333333;
}
.cid-u7vr0HKQsZ .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vr0HKQsZ .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vr0HKQsZ .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vr0HKQsZ .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vr0HKQsZ .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vr0HKQsZ .btn {
  margin-top: 3rem;
}
.cid-u7vr0HKQsZ .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vr0HKQsZ .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vr0HKQsZ .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vr0HKQsZ .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vr0HKQsZ .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vr0HKQsZ .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vr0HKQsZ .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vr0HKQsZ .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vr0HKQsZ .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vr0HKQsZ .btn-2 {
  color: #42474c !important;
}
.cid-u7vr0HKQsZ .main-title {
  color: #303030;
}
.cid-u7vr0HKQsZ .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vr0HKQsZ .card-text {
  text-align: center;
}
.cid-u6fPUfmuqt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6fPUfmuqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6fPUfmuqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6fPUfmuqt .mbr-section-title {
  color: #333333;
}
.cid-u7ty1WGnGL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7ty1WGnGL .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7ty1WGnGL .mbr-section-title,
.cid-u7ty1WGnGL .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7ty1WGnGL .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7ty1WGnGL .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7ty1WGnGL .mbr-section-title {
  color: #0abab5;
}
.cid-u7ty1WGnGL .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7ty1WGnGL .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-tPRWom6b8k {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tPRWom6b8k .media-container-row {
  align-items: center;
}
.cid-tPRWom6b8k .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tPRWom6b8k .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tPRWom6b8k .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tPRWom6b8k .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tPRWom6b8k .foot-menu-item {
  transform: 0.2s;
}
.cid-tPRWom6b8k .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tPRWom6b8k .foot-menu {
    justify-content: center;
  }
  .cid-tPRWom6b8k .mbr-text {
    text-align: center;
  }
  .cid-tPRWom6b8k .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tPRWom6b8k .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tPRWom6b8k .link:hover {
  text-decoration: underline;
}
.cid-tPRWom6b8k .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tPRWom6b8k .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tPRWom6b8k .container {
    padding: 0;
  }
}
.cid-tPRWom6b8k .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u6gcz5o6Gf {
  min-height: 80px !important;
  position: static;
}
.cid-u6gcz5o6Gf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6gcz5o6Gf .nav-item:focus,
.cid-u6gcz5o6Gf .nav-link:focus {
  outline: none;
}
.cid-u6gcz5o6Gf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6gcz5o6Gf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6gcz5o6Gf .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-u6gcz5o6Gf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6gcz5o6Gf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6gcz5o6Gf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-u6gcz5o6Gf .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-u6gcz5o6Gf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u6gcz5o6Gf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6gcz5o6Gf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6gcz5o6Gf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6gcz5o6Gf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6gcz5o6Gf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6gcz5o6Gf .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-u6gcz5o6Gf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6gcz5o6Gf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u6gcz5o6Gf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u6gcz5o6Gf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6gcz5o6Gf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6gcz5o6Gf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6gcz5o6Gf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6gcz5o6Gf .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-u6gcz5o6Gf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6gcz5o6Gf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6gcz5o6Gf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6gcz5o6Gf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6gcz5o6Gf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6gcz5o6Gf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u6gcz5o6Gf .navbar.navbar-short {
  background: #111111;
}
.cid-u6gcz5o6Gf .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-u6gcz5o6Gf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6gcz5o6Gf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6gcz5o6Gf .dropdown-item.active,
.cid-u6gcz5o6Gf .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-u6gcz5o6Gf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6gcz5o6Gf .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-u6gcz5o6Gf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-u6gcz5o6Gf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u6gcz5o6Gf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6gcz5o6Gf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6gcz5o6Gf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u6gcz5o6Gf .navbar-nav {
  margin: auto;
}
.cid-u6gcz5o6Gf .navbar-buttons {
  text-align: center;
}
.cid-u6gcz5o6Gf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6gcz5o6Gf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-u6gcz5o6Gf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6gcz5o6Gf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6gcz5o6Gf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6gcz5o6Gf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6gcz5o6Gf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6gcz5o6Gf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6gcz5o6Gf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6gcz5o6Gf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6gcz5o6Gf .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-u6gcz5o6Gf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6gcz5o6Gf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u6gcz5o6Gf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u6gcz5o6Gf .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6gcz5o6Gf .navbar {
    height: 77px;
  }
  .cid-u6gcz5o6Gf .navbar.opened {
    height: auto;
  }
}
.cid-u6gcz5o6Gf .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-u6gcz5o6Gf .text-btn {
  transition: transform 0.3s;
}
.cid-u6gcz5o6Gf .btn:hover {
  transform: scale(0.8);
}
.cid-u6gcz5o6Gf .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-u6gcz5o6Gf .nav-link {
  position: relative;
  display: inline-block;
}
.cid-u6gcz5o6Gf .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-u6gcz5o6Gf .nav-link:hover::before {
  width: 100%;
}
.cid-u6gcz5o6Gf .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-u6gcz5o6Gf .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-u6gcz5o6Gf .link {
  margin: 0rem 1.2rem;
}
.cid-u6gcz5o6Gf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-u6gcz5o6Gf .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-u6gcz5o6Gf .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-u6gcz5o6Gf .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-u6gcz5o6Gf .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-u6gcz5o6Gf .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-u6gcz5o6Gf .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-u6gcz5o6Gf .dropdown-menu::before {
    display: none !important;
  }
  .cid-u6gcz5o6Gf .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-u6gcz5o6Gf .dropdown-menu > a::after {
    display: none;
  }
  .cid-u6gcz5o6Gf .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-u6gcz5o6Gf .nav-link::before {
    display: none;
  }
  .cid-u6gcz5o6Gf .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-u6gcz5o6Gf .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-u6gcz5o6Gf .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-u6gcz5o6Gf .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-u6gcz5o6Gf .nav-dropdown .dropdown-item:focus,
  .cid-u6gcz5o6Gf .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-u6gcz5o6Gf .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u6gcz5o6Gf .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6gcz5o6Gf .container-fluid {
    padding-right: 0rem;
  }
  .cid-u6gcz5o6Gf .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-u6gcz5o6Gf .btn {
    padding: 1.8rem 6rem;
  }
  .cid-u6gcz5o6Gf .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-u6gcz5o6Gf .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-u6gcz5o6Gf .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-u6gcz5o6Gf .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-u6gcz5o6Gf .nav-dropdown .dropdown-item:focus,
  .cid-u6gcz5o6Gf .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-u6gcz5o6Gf .btn-primary {
  color: #cccccc !important;
}
.cid-u6gcz5o6Gf .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-u6gcz5o6Gf .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-u6gcz5o6Gf .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6gcz76qn4 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6gcz76qn4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gcz76qn4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gcz76qn4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6gcz76qn4 .container {
    padding: 0 15px;
  }
}
.cid-u6gcz76qn4 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6gcz76qn4 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6gcz76qn4 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6gcz76qn4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6gcz76qn4 .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6gcz76qn4 .mbr-section-title {
  color: #ffffff;
}
.cid-u6gcz76qn4 .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6gcz76qn4 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6gcz76qn4 .mbr-section-title,
.cid-u6gcz76qn4 .mbr-section-btn {
  text-align: center;
}
.cid-u6gcz7yDEO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6gcz7yDEO .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u6gcz7yDEO .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u6gcz7yDEO .mbr-text,
.cid-u6gcz7yDEO .mbr-section-btn {
  color: #333333;
}
.cid-u6gcz7yDEO H3 {
  color: #333333;
}
.cid-u6gcz7Wc7g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6gcz7Wc7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gcz7Wc7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6gcz7Wc7g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6gcz7Wc7g img {
  border-radius: 2rem;
}
.cid-u6gcz7Wc7g .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6gcz7Wc7g .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6gcz7Wc7g .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6gcz7Wc7g .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6gcz7Wc7g .mbr-text,
.cid-u6gcz7Wc7g .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6gcz7Wc7g .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7vqhStemP {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vqhStemP .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vqhStemP img {
  filter: grayscale(1);
}
.cid-u7vqhStemP .image-wrap {
  position: relative;
}
.cid-u7vqhStemP .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vqhStemP .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vqhStemP .card-wrap {
  background: #333333;
}
.cid-u7vqhStemP .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vqhStemP .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vqhStemP .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vqhStemP .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vqhStemP .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vqhStemP .btn {
  margin-top: 3rem;
}
.cid-u7vqhStemP .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vqhStemP .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vqhStemP .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vqhStemP .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vqhStemP .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vqhStemP .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vqhStemP .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vqhStemP .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vqhStemP .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vqhStemP .btn-2 {
  color: #42474c !important;
}
.cid-u7vqhStemP .main-title {
  color: #303030;
}
.cid-u7vqhStemP .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vqhStemP .card-text {
  text-align: center;
}
.cid-u6gcz8TJUb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6gcz8TJUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gcz8TJUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gcz8TJUb .mbr-section-title {
  color: #333333;
}
.cid-u7txZ32OF1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7txZ32OF1 .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7txZ32OF1 .mbr-section-title,
.cid-u7txZ32OF1 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7txZ32OF1 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7txZ32OF1 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7txZ32OF1 .mbr-section-title {
  color: #0abab5;
}
.cid-u7txZ32OF1 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7txZ32OF1 .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-u6gcz9wzjN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u6gcz9wzjN .media-container-row {
  align-items: center;
}
.cid-u6gcz9wzjN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6gcz9wzjN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6gcz9wzjN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6gcz9wzjN .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u6gcz9wzjN .foot-menu-item {
  transform: 0.2s;
}
.cid-u6gcz9wzjN .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-u6gcz9wzjN .foot-menu {
    justify-content: center;
  }
  .cid-u6gcz9wzjN .mbr-text {
    text-align: center;
  }
  .cid-u6gcz9wzjN .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6gcz9wzjN .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u6gcz9wzjN .link:hover {
  text-decoration: underline;
}
.cid-u6gcz9wzjN .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-u6gcz9wzjN .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-u6gcz9wzjN .container {
    padding: 0;
  }
}
.cid-u6gcz9wzjN .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u6IsKm2aCA {
  min-height: 80px !important;
  position: static;
}
.cid-u6IsKm2aCA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6IsKm2aCA .nav-item:focus,
.cid-u6IsKm2aCA .nav-link:focus {
  outline: none;
}
.cid-u6IsKm2aCA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6IsKm2aCA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6IsKm2aCA .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-u6IsKm2aCA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6IsKm2aCA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6IsKm2aCA .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-u6IsKm2aCA .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-u6IsKm2aCA .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u6IsKm2aCA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6IsKm2aCA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6IsKm2aCA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6IsKm2aCA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6IsKm2aCA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6IsKm2aCA .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-u6IsKm2aCA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6IsKm2aCA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u6IsKm2aCA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u6IsKm2aCA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6IsKm2aCA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6IsKm2aCA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6IsKm2aCA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6IsKm2aCA .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-u6IsKm2aCA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6IsKm2aCA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6IsKm2aCA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6IsKm2aCA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6IsKm2aCA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6IsKm2aCA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u6IsKm2aCA .navbar.navbar-short {
  background: #111111;
}
.cid-u6IsKm2aCA .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-u6IsKm2aCA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6IsKm2aCA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6IsKm2aCA .dropdown-item.active,
.cid-u6IsKm2aCA .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-u6IsKm2aCA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6IsKm2aCA .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-u6IsKm2aCA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-u6IsKm2aCA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u6IsKm2aCA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6IsKm2aCA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6IsKm2aCA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u6IsKm2aCA .navbar-nav {
  margin: auto;
}
.cid-u6IsKm2aCA .navbar-buttons {
  text-align: center;
}
.cid-u6IsKm2aCA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6IsKm2aCA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-u6IsKm2aCA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6IsKm2aCA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6IsKm2aCA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6IsKm2aCA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6IsKm2aCA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6IsKm2aCA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6IsKm2aCA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6IsKm2aCA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6IsKm2aCA .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-u6IsKm2aCA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6IsKm2aCA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u6IsKm2aCA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u6IsKm2aCA .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6IsKm2aCA .navbar {
    height: 77px;
  }
  .cid-u6IsKm2aCA .navbar.opened {
    height: auto;
  }
}
.cid-u6IsKm2aCA .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-u6IsKm2aCA .text-btn {
  transition: transform 0.3s;
}
.cid-u6IsKm2aCA .btn:hover {
  transform: scale(0.8);
}
.cid-u6IsKm2aCA .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-u6IsKm2aCA .nav-link {
  position: relative;
  display: inline-block;
}
.cid-u6IsKm2aCA .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-u6IsKm2aCA .nav-link:hover::before {
  width: 100%;
}
.cid-u6IsKm2aCA .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-u6IsKm2aCA .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-u6IsKm2aCA .link {
  margin: 0rem 1.2rem;
}
.cid-u6IsKm2aCA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-u6IsKm2aCA .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-u6IsKm2aCA .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-u6IsKm2aCA .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-u6IsKm2aCA .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-u6IsKm2aCA .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-u6IsKm2aCA .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-u6IsKm2aCA .dropdown-menu::before {
    display: none !important;
  }
  .cid-u6IsKm2aCA .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-u6IsKm2aCA .dropdown-menu > a::after {
    display: none;
  }
  .cid-u6IsKm2aCA .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-u6IsKm2aCA .nav-link::before {
    display: none;
  }
  .cid-u6IsKm2aCA .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-u6IsKm2aCA .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-u6IsKm2aCA .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-u6IsKm2aCA .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-u6IsKm2aCA .nav-dropdown .dropdown-item:focus,
  .cid-u6IsKm2aCA .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-u6IsKm2aCA .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u6IsKm2aCA .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6IsKm2aCA .container-fluid {
    padding-right: 0rem;
  }
  .cid-u6IsKm2aCA .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-u6IsKm2aCA .btn {
    padding: 1.8rem 6rem;
  }
  .cid-u6IsKm2aCA .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-u6IsKm2aCA .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-u6IsKm2aCA .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-u6IsKm2aCA .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-u6IsKm2aCA .nav-dropdown .dropdown-item:focus,
  .cid-u6IsKm2aCA .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-u6IsKm2aCA .btn-primary {
  color: #cccccc !important;
}
.cid-u6IsKm2aCA .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-u6IsKm2aCA .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-u6IsKm2aCA .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6IsKmJwYC {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6IsKmJwYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IsKmJwYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IsKmJwYC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6IsKmJwYC .container {
    padding: 0 15px;
  }
}
.cid-u6IsKmJwYC .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6IsKmJwYC .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6IsKmJwYC .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6IsKmJwYC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6IsKmJwYC .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6IsKmJwYC .mbr-section-title {
  color: #ffffff;
}
.cid-u6IsKmJwYC .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6IsKmJwYC .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6IsKmJwYC .mbr-section-title,
.cid-u6IsKmJwYC .mbr-section-btn {
  text-align: center;
}
.cid-u6IsKn94Mi {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6IsKn94Mi .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u6IsKn94Mi .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u6IsKn94Mi .mbr-text,
.cid-u6IsKn94Mi .mbr-section-btn {
  color: #333333;
}
.cid-u6IsKn94Mi H3 {
  color: #333333;
}
.cid-u6IsKnB7y1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6IsKnB7y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IsKnB7y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6IsKnB7y1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6IsKnB7y1 img {
  border-radius: 2rem;
}
.cid-u6IsKnB7y1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6IsKnB7y1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6IsKnB7y1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6IsKnB7y1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6IsKnB7y1 .mbr-text,
.cid-u6IsKnB7y1 .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6IsKnB7y1 .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7vpihe1Ay {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vpihe1Ay .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vpihe1Ay img {
  filter: grayscale(1);
}
.cid-u7vpihe1Ay .image-wrap {
  position: relative;
}
.cid-u7vpihe1Ay .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vpihe1Ay .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vpihe1Ay .card-wrap {
  background: #333333;
}
.cid-u7vpihe1Ay .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vpihe1Ay .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vpihe1Ay .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vpihe1Ay .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vpihe1Ay .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vpihe1Ay .btn {
  margin-top: 3rem;
}
.cid-u7vpihe1Ay .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vpihe1Ay .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vpihe1Ay .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vpihe1Ay .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vpihe1Ay .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vpihe1Ay .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vpihe1Ay .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vpihe1Ay .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vpihe1Ay .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vpihe1Ay .btn-2 {
  color: #42474c !important;
}
.cid-u7vpihe1Ay .main-title {
  color: #303030;
}
.cid-u7vpihe1Ay .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vpihe1Ay .card-text {
  text-align: center;
}
.cid-u6IsKp3vm4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6IsKp3vm4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IsKp3vm4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IsKp3vm4 .mbr-section-title {
  color: #333333;
}
.cid-u7txTCFC1K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7txTCFC1K .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7txTCFC1K .mbr-section-title,
.cid-u7txTCFC1K .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7txTCFC1K .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7txTCFC1K .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7txTCFC1K .mbr-section-title {
  color: #0abab5;
}
.cid-u7txTCFC1K .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7txTCFC1K .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-u6IsKqg2hi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u6IsKqg2hi .media-container-row {
  align-items: center;
}
.cid-u6IsKqg2hi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6IsKqg2hi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6IsKqg2hi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6IsKqg2hi .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u6IsKqg2hi .foot-menu-item {
  transform: 0.2s;
}
.cid-u6IsKqg2hi .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-u6IsKqg2hi .foot-menu {
    justify-content: center;
  }
  .cid-u6IsKqg2hi .mbr-text {
    text-align: center;
  }
  .cid-u6IsKqg2hi .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6IsKqg2hi .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u6IsKqg2hi .link:hover {
  text-decoration: underline;
}
.cid-u6IsKqg2hi .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-u6IsKqg2hi .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-u6IsKqg2hi .container {
    padding: 0;
  }
}
.cid-u6IsKqg2hi .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u6IyJRn9sR {
  min-height: 80px !important;
  position: static;
}
.cid-u6IyJRn9sR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6IyJRn9sR .nav-item:focus,
.cid-u6IyJRn9sR .nav-link:focus {
  outline: none;
}
.cid-u6IyJRn9sR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6IyJRn9sR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6IyJRn9sR .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-u6IyJRn9sR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6IyJRn9sR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6IyJRn9sR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-u6IyJRn9sR .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-u6IyJRn9sR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u6IyJRn9sR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6IyJRn9sR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6IyJRn9sR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6IyJRn9sR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6IyJRn9sR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6IyJRn9sR .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-u6IyJRn9sR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6IyJRn9sR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u6IyJRn9sR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u6IyJRn9sR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6IyJRn9sR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6IyJRn9sR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6IyJRn9sR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6IyJRn9sR .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-u6IyJRn9sR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6IyJRn9sR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6IyJRn9sR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6IyJRn9sR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6IyJRn9sR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6IyJRn9sR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u6IyJRn9sR .navbar.navbar-short {
  background: #111111;
}
.cid-u6IyJRn9sR .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-u6IyJRn9sR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6IyJRn9sR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6IyJRn9sR .dropdown-item.active,
.cid-u6IyJRn9sR .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-u6IyJRn9sR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6IyJRn9sR .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-u6IyJRn9sR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-u6IyJRn9sR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u6IyJRn9sR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6IyJRn9sR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6IyJRn9sR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u6IyJRn9sR .navbar-nav {
  margin: auto;
}
.cid-u6IyJRn9sR .navbar-buttons {
  text-align: center;
}
.cid-u6IyJRn9sR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6IyJRn9sR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-u6IyJRn9sR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6IyJRn9sR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6IyJRn9sR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6IyJRn9sR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6IyJRn9sR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6IyJRn9sR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6IyJRn9sR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6IyJRn9sR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6IyJRn9sR .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-u6IyJRn9sR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6IyJRn9sR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u6IyJRn9sR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u6IyJRn9sR .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6IyJRn9sR .navbar {
    height: 77px;
  }
  .cid-u6IyJRn9sR .navbar.opened {
    height: auto;
  }
}
.cid-u6IyJRn9sR .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-u6IyJRn9sR .text-btn {
  transition: transform 0.3s;
}
.cid-u6IyJRn9sR .btn:hover {
  transform: scale(0.8);
}
.cid-u6IyJRn9sR .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-u6IyJRn9sR .nav-link {
  position: relative;
  display: inline-block;
}
.cid-u6IyJRn9sR .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-u6IyJRn9sR .nav-link:hover::before {
  width: 100%;
}
.cid-u6IyJRn9sR .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-u6IyJRn9sR .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-u6IyJRn9sR .link {
  margin: 0rem 1.2rem;
}
.cid-u6IyJRn9sR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-u6IyJRn9sR .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-u6IyJRn9sR .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-u6IyJRn9sR .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-u6IyJRn9sR .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-u6IyJRn9sR .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-u6IyJRn9sR .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-u6IyJRn9sR .dropdown-menu::before {
    display: none !important;
  }
  .cid-u6IyJRn9sR .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-u6IyJRn9sR .dropdown-menu > a::after {
    display: none;
  }
  .cid-u6IyJRn9sR .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-u6IyJRn9sR .nav-link::before {
    display: none;
  }
  .cid-u6IyJRn9sR .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-u6IyJRn9sR .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-u6IyJRn9sR .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-u6IyJRn9sR .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-u6IyJRn9sR .nav-dropdown .dropdown-item:focus,
  .cid-u6IyJRn9sR .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-u6IyJRn9sR .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u6IyJRn9sR .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6IyJRn9sR .container-fluid {
    padding-right: 0rem;
  }
  .cid-u6IyJRn9sR .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-u6IyJRn9sR .btn {
    padding: 1.8rem 6rem;
  }
  .cid-u6IyJRn9sR .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-u6IyJRn9sR .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-u6IyJRn9sR .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-u6IyJRn9sR .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-u6IyJRn9sR .nav-dropdown .dropdown-item:focus,
  .cid-u6IyJRn9sR .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-u6IyJRn9sR .btn-primary {
  color: #cccccc !important;
}
.cid-u6IyJRn9sR .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-u6IyJRn9sR .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-u6IyJRn9sR .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6IyJS3EnC {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6IyJS3EnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IyJS3EnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IyJS3EnC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6IyJS3EnC .container {
    padding: 0 15px;
  }
}
.cid-u6IyJS3EnC .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6IyJS3EnC .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6IyJS3EnC .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6IyJS3EnC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6IyJS3EnC .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6IyJS3EnC .mbr-section-title {
  color: #ffffff;
}
.cid-u6IyJS3EnC .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6IyJS3EnC .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6IyJS3EnC .mbr-section-title,
.cid-u6IyJS3EnC .mbr-section-btn {
  text-align: center;
}
.cid-u6IyJStV7u {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6IyJStV7u .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u6IyJStV7u .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u6IyJStV7u .mbr-text,
.cid-u6IyJStV7u .mbr-section-btn {
  color: #333333;
}
.cid-u6IyJStV7u H3 {
  color: #333333;
}
.cid-u6IyJSRmN6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6IyJSRmN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IyJSRmN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6IyJSRmN6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6IyJSRmN6 img {
  border-radius: 2rem;
}
.cid-u6IyJSRmN6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6IyJSRmN6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6IyJSRmN6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6IyJSRmN6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6IyJSRmN6 .mbr-text,
.cid-u6IyJSRmN6 .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6IyJSRmN6 .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7voRchkoS {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7voRchkoS .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7voRchkoS img {
  filter: grayscale(1);
}
.cid-u7voRchkoS .image-wrap {
  position: relative;
}
.cid-u7voRchkoS .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7voRchkoS .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7voRchkoS .card-wrap {
  background: #333333;
}
.cid-u7voRchkoS .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7voRchkoS .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7voRchkoS .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7voRchkoS .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7voRchkoS .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7voRchkoS .btn {
  margin-top: 3rem;
}
.cid-u7voRchkoS .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7voRchkoS .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7voRchkoS .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7voRchkoS .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7voRchkoS .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7voRchkoS .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7voRchkoS .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7voRchkoS .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7voRchkoS .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7voRchkoS .btn-2 {
  color: #42474c !important;
}
.cid-u7voRchkoS .main-title {
  color: #303030;
}
.cid-u7voRchkoS .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7voRchkoS .card-text {
  text-align: center;
}
.cid-u6IyJUhONF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6IyJUhONF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IyJUhONF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IyJUhONF .mbr-section-title {
  color: #333333;
}
.cid-u7txQWe8q6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7txQWe8q6 .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7txQWe8q6 .mbr-section-title,
.cid-u7txQWe8q6 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7txQWe8q6 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7txQWe8q6 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7txQWe8q6 .mbr-section-title {
  color: #0abab5;
}
.cid-u7txQWe8q6 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7txQWe8q6 .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-u6IyJVtjG1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u6IyJVtjG1 .media-container-row {
  align-items: center;
}
.cid-u6IyJVtjG1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6IyJVtjG1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6IyJVtjG1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6IyJVtjG1 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u6IyJVtjG1 .foot-menu-item {
  transform: 0.2s;
}
.cid-u6IyJVtjG1 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-u6IyJVtjG1 .foot-menu {
    justify-content: center;
  }
  .cid-u6IyJVtjG1 .mbr-text {
    text-align: center;
  }
  .cid-u6IyJVtjG1 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6IyJVtjG1 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u6IyJVtjG1 .link:hover {
  text-decoration: underline;
}
.cid-u6IyJVtjG1 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-u6IyJVtjG1 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-u6IyJVtjG1 .container {
    padding: 0;
  }
}
.cid-u6IyJVtjG1 .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u6IBl5xohx {
  min-height: 80px !important;
  position: static;
}
.cid-u6IBl5xohx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6IBl5xohx .nav-item:focus,
.cid-u6IBl5xohx .nav-link:focus {
  outline: none;
}
.cid-u6IBl5xohx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6IBl5xohx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6IBl5xohx .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-u6IBl5xohx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6IBl5xohx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6IBl5xohx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-u6IBl5xohx .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-u6IBl5xohx .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u6IBl5xohx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6IBl5xohx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6IBl5xohx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6IBl5xohx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6IBl5xohx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6IBl5xohx .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-u6IBl5xohx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6IBl5xohx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u6IBl5xohx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u6IBl5xohx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6IBl5xohx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6IBl5xohx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6IBl5xohx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6IBl5xohx .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-u6IBl5xohx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6IBl5xohx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6IBl5xohx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6IBl5xohx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6IBl5xohx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6IBl5xohx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u6IBl5xohx .navbar.navbar-short {
  background: #111111;
}
.cid-u6IBl5xohx .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-u6IBl5xohx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6IBl5xohx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6IBl5xohx .dropdown-item.active,
.cid-u6IBl5xohx .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-u6IBl5xohx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6IBl5xohx .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-u6IBl5xohx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-u6IBl5xohx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u6IBl5xohx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6IBl5xohx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6IBl5xohx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u6IBl5xohx .navbar-nav {
  margin: auto;
}
.cid-u6IBl5xohx .navbar-buttons {
  text-align: center;
}
.cid-u6IBl5xohx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6IBl5xohx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-u6IBl5xohx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6IBl5xohx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6IBl5xohx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6IBl5xohx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6IBl5xohx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6IBl5xohx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6IBl5xohx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6IBl5xohx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6IBl5xohx .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-u6IBl5xohx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6IBl5xohx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u6IBl5xohx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u6IBl5xohx .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6IBl5xohx .navbar {
    height: 77px;
  }
  .cid-u6IBl5xohx .navbar.opened {
    height: auto;
  }
}
.cid-u6IBl5xohx .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-u6IBl5xohx .text-btn {
  transition: transform 0.3s;
}
.cid-u6IBl5xohx .btn:hover {
  transform: scale(0.8);
}
.cid-u6IBl5xohx .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-u6IBl5xohx .nav-link {
  position: relative;
  display: inline-block;
}
.cid-u6IBl5xohx .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-u6IBl5xohx .nav-link:hover::before {
  width: 100%;
}
.cid-u6IBl5xohx .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-u6IBl5xohx .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-u6IBl5xohx .link {
  margin: 0rem 1.2rem;
}
.cid-u6IBl5xohx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-u6IBl5xohx .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-u6IBl5xohx .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-u6IBl5xohx .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-u6IBl5xohx .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-u6IBl5xohx .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-u6IBl5xohx .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-u6IBl5xohx .dropdown-menu::before {
    display: none !important;
  }
  .cid-u6IBl5xohx .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-u6IBl5xohx .dropdown-menu > a::after {
    display: none;
  }
  .cid-u6IBl5xohx .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-u6IBl5xohx .nav-link::before {
    display: none;
  }
  .cid-u6IBl5xohx .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-u6IBl5xohx .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-u6IBl5xohx .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-u6IBl5xohx .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-u6IBl5xohx .nav-dropdown .dropdown-item:focus,
  .cid-u6IBl5xohx .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-u6IBl5xohx .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u6IBl5xohx .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6IBl5xohx .container-fluid {
    padding-right: 0rem;
  }
  .cid-u6IBl5xohx .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-u6IBl5xohx .btn {
    padding: 1.8rem 6rem;
  }
  .cid-u6IBl5xohx .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-u6IBl5xohx .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-u6IBl5xohx .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-u6IBl5xohx .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-u6IBl5xohx .nav-dropdown .dropdown-item:focus,
  .cid-u6IBl5xohx .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-u6IBl5xohx .btn-primary {
  color: #cccccc !important;
}
.cid-u6IBl5xohx .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-u6IBl5xohx .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-u6IBl5xohx .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6IBl6jiHO {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6IBl6jiHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IBl6jiHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IBl6jiHO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6IBl6jiHO .container {
    padding: 0 15px;
  }
}
.cid-u6IBl6jiHO .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6IBl6jiHO .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6IBl6jiHO .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6IBl6jiHO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6IBl6jiHO .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6IBl6jiHO .mbr-section-title {
  color: #ffffff;
}
.cid-u6IBl6jiHO .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6IBl6jiHO .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6IBl6jiHO .mbr-section-title,
.cid-u6IBl6jiHO .mbr-section-btn {
  text-align: center;
}
.cid-u6IBl6PNyR {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6IBl6PNyR .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u6IBl6PNyR .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u6IBl6PNyR .mbr-text,
.cid-u6IBl6PNyR .mbr-section-btn {
  color: #333333;
}
.cid-u6IBl6PNyR H3 {
  color: #333333;
}
.cid-u6IBl7jwei {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6IBl7jwei .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IBl7jwei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6IBl7jwei .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6IBl7jwei img {
  border-radius: 2rem;
}
.cid-u6IBl7jwei .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6IBl7jwei .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6IBl7jwei .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6IBl7jwei .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6IBl7jwei .mbr-text,
.cid-u6IBl7jwei .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6IBl7jwei .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7vrf9xLIL {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vrf9xLIL .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vrf9xLIL img {
  filter: grayscale(1);
}
.cid-u7vrf9xLIL .image-wrap {
  position: relative;
}
.cid-u7vrf9xLIL .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vrf9xLIL .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vrf9xLIL .card-wrap {
  background: #333333;
}
.cid-u7vrf9xLIL .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vrf9xLIL .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vrf9xLIL .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vrf9xLIL .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vrf9xLIL .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vrf9xLIL .btn {
  margin-top: 3rem;
}
.cid-u7vrf9xLIL .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vrf9xLIL .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vrf9xLIL .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vrf9xLIL .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vrf9xLIL .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vrf9xLIL .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vrf9xLIL .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vrf9xLIL .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vrf9xLIL .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vrf9xLIL .btn-2 {
  color: #42474c !important;
}
.cid-u7vrf9xLIL .main-title {
  color: #303030;
}
.cid-u7vrf9xLIL .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vrf9xLIL .card-text {
  text-align: center;
}
.cid-u6IBl8OgK3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6IBl8OgK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IBl8OgK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IBl8OgK3 .mbr-section-title {
  color: #333333;
}
.cid-u7ty50Qcxg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7ty50Qcxg .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7ty50Qcxg .mbr-section-title,
.cid-u7ty50Qcxg .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7ty50Qcxg .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7ty50Qcxg .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7ty50Qcxg .mbr-section-title {
  color: #0abab5;
}
.cid-u7ty50Qcxg .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7ty50Qcxg .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-u6IBla2fHi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u6IBla2fHi .media-container-row {
  align-items: center;
}
.cid-u6IBla2fHi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6IBla2fHi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6IBla2fHi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6IBla2fHi .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u6IBla2fHi .foot-menu-item {
  transform: 0.2s;
}
.cid-u6IBla2fHi .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-u6IBla2fHi .foot-menu {
    justify-content: center;
  }
  .cid-u6IBla2fHi .mbr-text {
    text-align: center;
  }
  .cid-u6IBla2fHi .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6IBla2fHi .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u6IBla2fHi .link:hover {
  text-decoration: underline;
}
.cid-u6IBla2fHi .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-u6IBla2fHi .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-u6IBla2fHi .container {
    padding: 0;
  }
}
.cid-u6IBla2fHi .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u6ICRvibJ1 {
  min-height: 80px !important;
  position: static;
}
.cid-u6ICRvibJ1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6ICRvibJ1 .nav-item:focus,
.cid-u6ICRvibJ1 .nav-link:focus {
  outline: none;
}
.cid-u6ICRvibJ1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6ICRvibJ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6ICRvibJ1 .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-u6ICRvibJ1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6ICRvibJ1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6ICRvibJ1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-u6ICRvibJ1 .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-u6ICRvibJ1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u6ICRvibJ1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6ICRvibJ1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6ICRvibJ1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6ICRvibJ1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6ICRvibJ1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6ICRvibJ1 .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-u6ICRvibJ1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6ICRvibJ1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u6ICRvibJ1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u6ICRvibJ1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6ICRvibJ1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6ICRvibJ1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6ICRvibJ1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6ICRvibJ1 .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-u6ICRvibJ1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6ICRvibJ1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6ICRvibJ1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6ICRvibJ1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6ICRvibJ1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6ICRvibJ1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u6ICRvibJ1 .navbar.navbar-short {
  background: #111111;
}
.cid-u6ICRvibJ1 .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-u6ICRvibJ1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6ICRvibJ1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6ICRvibJ1 .dropdown-item.active,
.cid-u6ICRvibJ1 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-u6ICRvibJ1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6ICRvibJ1 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-u6ICRvibJ1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-u6ICRvibJ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u6ICRvibJ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6ICRvibJ1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6ICRvibJ1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u6ICRvibJ1 .navbar-nav {
  margin: auto;
}
.cid-u6ICRvibJ1 .navbar-buttons {
  text-align: center;
}
.cid-u6ICRvibJ1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6ICRvibJ1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-u6ICRvibJ1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6ICRvibJ1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6ICRvibJ1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6ICRvibJ1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6ICRvibJ1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6ICRvibJ1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6ICRvibJ1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6ICRvibJ1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6ICRvibJ1 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-u6ICRvibJ1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6ICRvibJ1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u6ICRvibJ1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u6ICRvibJ1 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6ICRvibJ1 .navbar {
    height: 77px;
  }
  .cid-u6ICRvibJ1 .navbar.opened {
    height: auto;
  }
}
.cid-u6ICRvibJ1 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-u6ICRvibJ1 .text-btn {
  transition: transform 0.3s;
}
.cid-u6ICRvibJ1 .btn:hover {
  transform: scale(0.8);
}
.cid-u6ICRvibJ1 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-u6ICRvibJ1 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-u6ICRvibJ1 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-u6ICRvibJ1 .nav-link:hover::before {
  width: 100%;
}
.cid-u6ICRvibJ1 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-u6ICRvibJ1 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-u6ICRvibJ1 .link {
  margin: 0rem 1.2rem;
}
.cid-u6ICRvibJ1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-u6ICRvibJ1 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-u6ICRvibJ1 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-u6ICRvibJ1 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-u6ICRvibJ1 .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-u6ICRvibJ1 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-u6ICRvibJ1 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-u6ICRvibJ1 .dropdown-menu::before {
    display: none !important;
  }
  .cid-u6ICRvibJ1 .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-u6ICRvibJ1 .dropdown-menu > a::after {
    display: none;
  }
  .cid-u6ICRvibJ1 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-u6ICRvibJ1 .nav-link::before {
    display: none;
  }
  .cid-u6ICRvibJ1 .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-u6ICRvibJ1 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-u6ICRvibJ1 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-u6ICRvibJ1 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-u6ICRvibJ1 .nav-dropdown .dropdown-item:focus,
  .cid-u6ICRvibJ1 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-u6ICRvibJ1 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u6ICRvibJ1 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6ICRvibJ1 .container-fluid {
    padding-right: 0rem;
  }
  .cid-u6ICRvibJ1 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-u6ICRvibJ1 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-u6ICRvibJ1 .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-u6ICRvibJ1 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-u6ICRvibJ1 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-u6ICRvibJ1 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-u6ICRvibJ1 .nav-dropdown .dropdown-item:focus,
  .cid-u6ICRvibJ1 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-u6ICRvibJ1 .btn-primary {
  color: #cccccc !important;
}
.cid-u6ICRvibJ1 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-u6ICRvibJ1 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-u6ICRvibJ1 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6ICRw1FRR {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6ICRw1FRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ICRw1FRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ICRw1FRR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6ICRw1FRR .container {
    padding: 0 15px;
  }
}
.cid-u6ICRw1FRR .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6ICRw1FRR .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6ICRw1FRR .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6ICRw1FRR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6ICRw1FRR .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6ICRw1FRR .mbr-section-title {
  color: #ffffff;
}
.cid-u6ICRw1FRR .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6ICRw1FRR .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6ICRw1FRR .mbr-section-title,
.cid-u6ICRw1FRR .mbr-section-btn {
  text-align: center;
}
.cid-u6JTQeK9KC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6JTQeK9KC .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u6JTQeK9KC .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u6JTQeK9KC .mbr-text,
.cid-u6JTQeK9KC .mbr-section-btn {
  color: #333333;
}
.cid-u6JTQeK9KC H3 {
  color: #333333;
}
.cid-u6ICRwU3eE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6ICRwU3eE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ICRwU3eE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6ICRwU3eE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6ICRwU3eE img {
  border-radius: 2rem;
}
.cid-u6ICRwU3eE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6ICRwU3eE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6ICRwU3eE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6ICRwU3eE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6ICRwU3eE .mbr-text,
.cid-u6ICRwU3eE .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6ICRwU3eE .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u6ICRxjHEr {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u6ICRxjHEr .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u6ICRxjHEr img {
  filter: grayscale(1);
}
.cid-u6ICRxjHEr .image-wrap {
  position: relative;
}
.cid-u6ICRxjHEr .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u6ICRxjHEr .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6ICRxjHEr .card-wrap {
  background: #333333;
}
.cid-u6ICRxjHEr .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u6ICRxjHEr .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u6ICRxjHEr .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u6ICRxjHEr .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u6ICRxjHEr .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u6ICRxjHEr .btn {
  margin-top: 3rem;
}
.cid-u6ICRxjHEr .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u6ICRxjHEr .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u6ICRxjHEr .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u6ICRxjHEr .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u6ICRxjHEr .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u6ICRxjHEr .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u6ICRxjHEr .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u6ICRxjHEr .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u6ICRxjHEr .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u6ICRxjHEr .btn-2 {
  color: #42474c !important;
}
.cid-u6ICRxjHEr .main-title {
  color: #303030;
}
.cid-u6ICRxjHEr .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u6ICRxjHEr .card-text {
  text-align: center;
}
.cid-u7vnyXsE3M {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vnyXsE3M .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vnyXsE3M img {
  filter: grayscale(1);
}
.cid-u7vnyXsE3M .image-wrap {
  position: relative;
}
.cid-u7vnyXsE3M .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vnyXsE3M .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vnyXsE3M .card-wrap {
  background: #333333;
}
.cid-u7vnyXsE3M .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vnyXsE3M .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vnyXsE3M .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vnyXsE3M .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vnyXsE3M .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vnyXsE3M .btn {
  margin-top: 3rem;
}
.cid-u7vnyXsE3M .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vnyXsE3M .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vnyXsE3M .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vnyXsE3M .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vnyXsE3M .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vnyXsE3M .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vnyXsE3M .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vnyXsE3M .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vnyXsE3M .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vnyXsE3M .btn-2 {
  color: #42474c !important;
}
.cid-u7vnyXsE3M .main-title {
  color: #303030;
}
.cid-u7vnyXsE3M .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vnyXsE3M .card-text {
  text-align: center;
}
.cid-u6ICRymJdX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6ICRymJdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ICRymJdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ICRymJdX .mbr-section-title {
  color: #333333;
}
.cid-u7txL7lceZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7txL7lceZ .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7txL7lceZ .mbr-section-title,
.cid-u7txL7lceZ .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7txL7lceZ .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7txL7lceZ .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7txL7lceZ .mbr-section-title {
  color: #0abab5;
}
.cid-u7txL7lceZ .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7txL7lceZ .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-u6ICRzB1fF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u6ICRzB1fF .media-container-row {
  align-items: center;
}
.cid-u6ICRzB1fF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6ICRzB1fF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6ICRzB1fF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6ICRzB1fF .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u6ICRzB1fF .foot-menu-item {
  transform: 0.2s;
}
.cid-u6ICRzB1fF .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-u6ICRzB1fF .foot-menu {
    justify-content: center;
  }
  .cid-u6ICRzB1fF .mbr-text {
    text-align: center;
  }
  .cid-u6ICRzB1fF .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6ICRzB1fF .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u6ICRzB1fF .link:hover {
  text-decoration: underline;
}
.cid-u6ICRzB1fF .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-u6ICRzB1fF .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-u6ICRzB1fF .container {
    padding: 0;
  }
}
.cid-u6ICRzB1fF .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u6IHi0aQq1 {
  min-height: 80px !important;
  position: static;
}
.cid-u6IHi0aQq1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6IHi0aQq1 .nav-item:focus,
.cid-u6IHi0aQq1 .nav-link:focus {
  outline: none;
}
.cid-u6IHi0aQq1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6IHi0aQq1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6IHi0aQq1 .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-u6IHi0aQq1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6IHi0aQq1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6IHi0aQq1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-u6IHi0aQq1 .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-u6IHi0aQq1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u6IHi0aQq1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6IHi0aQq1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6IHi0aQq1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6IHi0aQq1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6IHi0aQq1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6IHi0aQq1 .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-u6IHi0aQq1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6IHi0aQq1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u6IHi0aQq1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u6IHi0aQq1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6IHi0aQq1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6IHi0aQq1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6IHi0aQq1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6IHi0aQq1 .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-u6IHi0aQq1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6IHi0aQq1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6IHi0aQq1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6IHi0aQq1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6IHi0aQq1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6IHi0aQq1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u6IHi0aQq1 .navbar.navbar-short {
  background: #111111;
}
.cid-u6IHi0aQq1 .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-u6IHi0aQq1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6IHi0aQq1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6IHi0aQq1 .dropdown-item.active,
.cid-u6IHi0aQq1 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-u6IHi0aQq1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6IHi0aQq1 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-u6IHi0aQq1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-u6IHi0aQq1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u6IHi0aQq1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6IHi0aQq1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6IHi0aQq1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u6IHi0aQq1 .navbar-nav {
  margin: auto;
}
.cid-u6IHi0aQq1 .navbar-buttons {
  text-align: center;
}
.cid-u6IHi0aQq1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6IHi0aQq1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-u6IHi0aQq1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6IHi0aQq1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6IHi0aQq1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6IHi0aQq1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6IHi0aQq1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6IHi0aQq1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6IHi0aQq1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6IHi0aQq1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6IHi0aQq1 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-u6IHi0aQq1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6IHi0aQq1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u6IHi0aQq1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u6IHi0aQq1 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6IHi0aQq1 .navbar {
    height: 77px;
  }
  .cid-u6IHi0aQq1 .navbar.opened {
    height: auto;
  }
}
.cid-u6IHi0aQq1 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-u6IHi0aQq1 .text-btn {
  transition: transform 0.3s;
}
.cid-u6IHi0aQq1 .btn:hover {
  transform: scale(0.8);
}
.cid-u6IHi0aQq1 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-u6IHi0aQq1 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-u6IHi0aQq1 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-u6IHi0aQq1 .nav-link:hover::before {
  width: 100%;
}
.cid-u6IHi0aQq1 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-u6IHi0aQq1 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-u6IHi0aQq1 .link {
  margin: 0rem 1.2rem;
}
.cid-u6IHi0aQq1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-u6IHi0aQq1 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-u6IHi0aQq1 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-u6IHi0aQq1 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-u6IHi0aQq1 .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-u6IHi0aQq1 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-u6IHi0aQq1 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-u6IHi0aQq1 .dropdown-menu::before {
    display: none !important;
  }
  .cid-u6IHi0aQq1 .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-u6IHi0aQq1 .dropdown-menu > a::after {
    display: none;
  }
  .cid-u6IHi0aQq1 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-u6IHi0aQq1 .nav-link::before {
    display: none;
  }
  .cid-u6IHi0aQq1 .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-u6IHi0aQq1 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-u6IHi0aQq1 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-u6IHi0aQq1 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-u6IHi0aQq1 .nav-dropdown .dropdown-item:focus,
  .cid-u6IHi0aQq1 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-u6IHi0aQq1 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u6IHi0aQq1 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6IHi0aQq1 .container-fluid {
    padding-right: 0rem;
  }
  .cid-u6IHi0aQq1 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-u6IHi0aQq1 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-u6IHi0aQq1 .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-u6IHi0aQq1 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-u6IHi0aQq1 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-u6IHi0aQq1 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-u6IHi0aQq1 .nav-dropdown .dropdown-item:focus,
  .cid-u6IHi0aQq1 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-u6IHi0aQq1 .btn-primary {
  color: #cccccc !important;
}
.cid-u6IHi0aQq1 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-u6IHi0aQq1 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-u6IHi0aQq1 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6IHi0Skc6 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6IHi0Skc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IHi0Skc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IHi0Skc6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6IHi0Skc6 .container {
    padding: 0 15px;
  }
}
.cid-u6IHi0Skc6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6IHi0Skc6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6IHi0Skc6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6IHi0Skc6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6IHi0Skc6 .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6IHi0Skc6 .mbr-section-title {
  color: #ffffff;
}
.cid-u6IHi0Skc6 .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6IHi0Skc6 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6IHi0Skc6 .mbr-section-title,
.cid-u6IHi0Skc6 .mbr-section-btn {
  text-align: center;
}
.cid-u6IHi1kQat {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6IHi1kQat .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u6IHi1kQat .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u6IHi1kQat .mbr-text,
.cid-u6IHi1kQat .mbr-section-btn {
  color: #333333;
}
.cid-u6IHi1kQat H3 {
  color: #333333;
}
.cid-u6IHi1LE8y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6IHi1LE8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IHi1LE8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6IHi1LE8y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6IHi1LE8y img {
  border-radius: 2rem;
}
.cid-u6IHi1LE8y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6IHi1LE8y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6IHi1LE8y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6IHi1LE8y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6IHi1LE8y .mbr-text,
.cid-u6IHi1LE8y .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6IHi1LE8y .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7vngiitB4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vngiitB4 .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vngiitB4 img {
  filter: grayscale(1);
}
.cid-u7vngiitB4 .image-wrap {
  position: relative;
}
.cid-u7vngiitB4 .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vngiitB4 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vngiitB4 .card-wrap {
  background: #333333;
}
.cid-u7vngiitB4 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vngiitB4 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vngiitB4 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vngiitB4 .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vngiitB4 .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vngiitB4 .btn {
  margin-top: 3rem;
}
.cid-u7vngiitB4 .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vngiitB4 .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vngiitB4 .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vngiitB4 .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vngiitB4 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vngiitB4 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vngiitB4 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vngiitB4 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vngiitB4 .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vngiitB4 .btn-2 {
  color: #42474c !important;
}
.cid-u7vngiitB4 .main-title {
  color: #303030;
}
.cid-u7vngiitB4 .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vngiitB4 .card-text {
  text-align: center;
}
.cid-u6IHi3fC6Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6IHi3fC6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IHi3fC6Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IHi3fC6Z .mbr-section-title {
  color: #333333;
}
.cid-u7txIiZaYd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7txIiZaYd .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7txIiZaYd .mbr-section-title,
.cid-u7txIiZaYd .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7txIiZaYd .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7txIiZaYd .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7txIiZaYd .mbr-section-title {
  color: #0abab5;
}
.cid-u7txIiZaYd .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7txIiZaYd .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-u6IHi4xUQq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u6IHi4xUQq .media-container-row {
  align-items: center;
}
.cid-u6IHi4xUQq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6IHi4xUQq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6IHi4xUQq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6IHi4xUQq .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u6IHi4xUQq .foot-menu-item {
  transform: 0.2s;
}
.cid-u6IHi4xUQq .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-u6IHi4xUQq .foot-menu {
    justify-content: center;
  }
  .cid-u6IHi4xUQq .mbr-text {
    text-align: center;
  }
  .cid-u6IHi4xUQq .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6IHi4xUQq .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u6IHi4xUQq .link:hover {
  text-decoration: underline;
}
.cid-u6IHi4xUQq .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-u6IHi4xUQq .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-u6IHi4xUQq .container {
    padding: 0;
  }
}
.cid-u6IHi4xUQq .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u6IJ3vmlFn {
  min-height: 80px !important;
  position: static;
}
.cid-u6IJ3vmlFn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6IJ3vmlFn .nav-item:focus,
.cid-u6IJ3vmlFn .nav-link:focus {
  outline: none;
}
.cid-u6IJ3vmlFn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6IJ3vmlFn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6IJ3vmlFn .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-u6IJ3vmlFn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6IJ3vmlFn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6IJ3vmlFn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-u6IJ3vmlFn .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-u6IJ3vmlFn .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u6IJ3vmlFn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6IJ3vmlFn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6IJ3vmlFn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6IJ3vmlFn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6IJ3vmlFn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6IJ3vmlFn .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-u6IJ3vmlFn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6IJ3vmlFn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u6IJ3vmlFn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u6IJ3vmlFn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6IJ3vmlFn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6IJ3vmlFn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6IJ3vmlFn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6IJ3vmlFn .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-u6IJ3vmlFn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6IJ3vmlFn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6IJ3vmlFn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6IJ3vmlFn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6IJ3vmlFn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6IJ3vmlFn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u6IJ3vmlFn .navbar.navbar-short {
  background: #111111;
}
.cid-u6IJ3vmlFn .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-u6IJ3vmlFn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6IJ3vmlFn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6IJ3vmlFn .dropdown-item.active,
.cid-u6IJ3vmlFn .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-u6IJ3vmlFn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6IJ3vmlFn .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-u6IJ3vmlFn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-u6IJ3vmlFn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u6IJ3vmlFn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6IJ3vmlFn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6IJ3vmlFn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u6IJ3vmlFn .navbar-nav {
  margin: auto;
}
.cid-u6IJ3vmlFn .navbar-buttons {
  text-align: center;
}
.cid-u6IJ3vmlFn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6IJ3vmlFn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-u6IJ3vmlFn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6IJ3vmlFn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6IJ3vmlFn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6IJ3vmlFn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6IJ3vmlFn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6IJ3vmlFn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6IJ3vmlFn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6IJ3vmlFn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6IJ3vmlFn .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-u6IJ3vmlFn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6IJ3vmlFn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u6IJ3vmlFn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u6IJ3vmlFn .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6IJ3vmlFn .navbar {
    height: 77px;
  }
  .cid-u6IJ3vmlFn .navbar.opened {
    height: auto;
  }
}
.cid-u6IJ3vmlFn .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-u6IJ3vmlFn .text-btn {
  transition: transform 0.3s;
}
.cid-u6IJ3vmlFn .btn:hover {
  transform: scale(0.8);
}
.cid-u6IJ3vmlFn .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-u6IJ3vmlFn .nav-link {
  position: relative;
  display: inline-block;
}
.cid-u6IJ3vmlFn .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-u6IJ3vmlFn .nav-link:hover::before {
  width: 100%;
}
.cid-u6IJ3vmlFn .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-u6IJ3vmlFn .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-u6IJ3vmlFn .link {
  margin: 0rem 1.2rem;
}
.cid-u6IJ3vmlFn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-u6IJ3vmlFn .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-u6IJ3vmlFn .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-u6IJ3vmlFn .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-u6IJ3vmlFn .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-u6IJ3vmlFn .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-u6IJ3vmlFn .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-u6IJ3vmlFn .dropdown-menu::before {
    display: none !important;
  }
  .cid-u6IJ3vmlFn .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-u6IJ3vmlFn .dropdown-menu > a::after {
    display: none;
  }
  .cid-u6IJ3vmlFn .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-u6IJ3vmlFn .nav-link::before {
    display: none;
  }
  .cid-u6IJ3vmlFn .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-u6IJ3vmlFn .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-u6IJ3vmlFn .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-u6IJ3vmlFn .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-u6IJ3vmlFn .nav-dropdown .dropdown-item:focus,
  .cid-u6IJ3vmlFn .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-u6IJ3vmlFn .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u6IJ3vmlFn .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6IJ3vmlFn .container-fluid {
    padding-right: 0rem;
  }
  .cid-u6IJ3vmlFn .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-u6IJ3vmlFn .btn {
    padding: 1.8rem 6rem;
  }
  .cid-u6IJ3vmlFn .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-u6IJ3vmlFn .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-u6IJ3vmlFn .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-u6IJ3vmlFn .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-u6IJ3vmlFn .nav-dropdown .dropdown-item:focus,
  .cid-u6IJ3vmlFn .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-u6IJ3vmlFn .btn-primary {
  color: #cccccc !important;
}
.cid-u6IJ3vmlFn .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-u6IJ3vmlFn .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-u6IJ3vmlFn .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6IJ3w4VA5 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6IJ3w4VA5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IJ3w4VA5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IJ3w4VA5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6IJ3w4VA5 .container {
    padding: 0 15px;
  }
}
.cid-u6IJ3w4VA5 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6IJ3w4VA5 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6IJ3w4VA5 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6IJ3w4VA5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6IJ3w4VA5 .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6IJ3w4VA5 .mbr-section-title {
  color: #ffffff;
}
.cid-u6IJ3w4VA5 .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6IJ3w4VA5 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6IJ3w4VA5 .mbr-section-title,
.cid-u6IJ3w4VA5 .mbr-section-btn {
  text-align: center;
}
.cid-u6JU033vXK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6JU033vXK .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u6JU033vXK .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u6JU033vXK .mbr-text,
.cid-u6JU033vXK .mbr-section-btn {
  color: #333333;
}
.cid-u6JU033vXK H3 {
  color: #333333;
}
.cid-u6IJ3x9efe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6IJ3x9efe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IJ3x9efe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6IJ3x9efe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6IJ3x9efe img {
  border-radius: 2rem;
}
.cid-u6IJ3x9efe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6IJ3x9efe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6IJ3x9efe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6IJ3x9efe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6IJ3x9efe .mbr-text,
.cid-u6IJ3x9efe .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6IJ3x9efe .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7vmWDynTN {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vmWDynTN .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vmWDynTN img {
  filter: grayscale(1);
}
.cid-u7vmWDynTN .image-wrap {
  position: relative;
}
.cid-u7vmWDynTN .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vmWDynTN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vmWDynTN .card-wrap {
  background: #333333;
}
.cid-u7vmWDynTN .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vmWDynTN .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vmWDynTN .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vmWDynTN .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vmWDynTN .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vmWDynTN .btn {
  margin-top: 3rem;
}
.cid-u7vmWDynTN .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vmWDynTN .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vmWDynTN .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vmWDynTN .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vmWDynTN .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vmWDynTN .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vmWDynTN .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vmWDynTN .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vmWDynTN .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vmWDynTN .btn-2 {
  color: #42474c !important;
}
.cid-u7vmWDynTN .main-title {
  color: #303030;
}
.cid-u7vmWDynTN .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vmWDynTN .card-text {
  text-align: center;
}
.cid-u6IJ3yOpW9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6IJ3yOpW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IJ3yOpW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IJ3yOpW9 .mbr-section-title {
  color: #333333;
}
.cid-u7txFAHeVp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7txFAHeVp .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7txFAHeVp .mbr-section-title,
.cid-u7txFAHeVp .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7txFAHeVp .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7txFAHeVp .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7txFAHeVp .mbr-section-title {
  color: #0abab5;
}
.cid-u7txFAHeVp .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7txFAHeVp .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-u6IJ3A7KA7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u6IJ3A7KA7 .media-container-row {
  align-items: center;
}
.cid-u6IJ3A7KA7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6IJ3A7KA7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6IJ3A7KA7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6IJ3A7KA7 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u6IJ3A7KA7 .foot-menu-item {
  transform: 0.2s;
}
.cid-u6IJ3A7KA7 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-u6IJ3A7KA7 .foot-menu {
    justify-content: center;
  }
  .cid-u6IJ3A7KA7 .mbr-text {
    text-align: center;
  }
  .cid-u6IJ3A7KA7 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6IJ3A7KA7 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u6IJ3A7KA7 .link:hover {
  text-decoration: underline;
}
.cid-u6IJ3A7KA7 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-u6IJ3A7KA7 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-u6IJ3A7KA7 .container {
    padding: 0;
  }
}
.cid-u6IJ3A7KA7 .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u6ILfKHTY6 {
  min-height: 80px !important;
  position: static;
}
.cid-u6ILfKHTY6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6ILfKHTY6 .nav-item:focus,
.cid-u6ILfKHTY6 .nav-link:focus {
  outline: none;
}
.cid-u6ILfKHTY6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6ILfKHTY6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6ILfKHTY6 .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-u6ILfKHTY6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6ILfKHTY6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6ILfKHTY6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-u6ILfKHTY6 .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-u6ILfKHTY6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u6ILfKHTY6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6ILfKHTY6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6ILfKHTY6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6ILfKHTY6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6ILfKHTY6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6ILfKHTY6 .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-u6ILfKHTY6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6ILfKHTY6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u6ILfKHTY6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u6ILfKHTY6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6ILfKHTY6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6ILfKHTY6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6ILfKHTY6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6ILfKHTY6 .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-u6ILfKHTY6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6ILfKHTY6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6ILfKHTY6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6ILfKHTY6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6ILfKHTY6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6ILfKHTY6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u6ILfKHTY6 .navbar.navbar-short {
  background: #111111;
}
.cid-u6ILfKHTY6 .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-u6ILfKHTY6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6ILfKHTY6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6ILfKHTY6 .dropdown-item.active,
.cid-u6ILfKHTY6 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-u6ILfKHTY6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6ILfKHTY6 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-u6ILfKHTY6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-u6ILfKHTY6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u6ILfKHTY6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6ILfKHTY6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6ILfKHTY6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u6ILfKHTY6 .navbar-nav {
  margin: auto;
}
.cid-u6ILfKHTY6 .navbar-buttons {
  text-align: center;
}
.cid-u6ILfKHTY6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6ILfKHTY6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-u6ILfKHTY6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6ILfKHTY6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6ILfKHTY6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6ILfKHTY6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6ILfKHTY6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6ILfKHTY6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6ILfKHTY6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6ILfKHTY6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6ILfKHTY6 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-u6ILfKHTY6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6ILfKHTY6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u6ILfKHTY6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u6ILfKHTY6 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6ILfKHTY6 .navbar {
    height: 77px;
  }
  .cid-u6ILfKHTY6 .navbar.opened {
    height: auto;
  }
}
.cid-u6ILfKHTY6 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-u6ILfKHTY6 .text-btn {
  transition: transform 0.3s;
}
.cid-u6ILfKHTY6 .btn:hover {
  transform: scale(0.8);
}
.cid-u6ILfKHTY6 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-u6ILfKHTY6 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-u6ILfKHTY6 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-u6ILfKHTY6 .nav-link:hover::before {
  width: 100%;
}
.cid-u6ILfKHTY6 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-u6ILfKHTY6 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-u6ILfKHTY6 .link {
  margin: 0rem 1.2rem;
}
.cid-u6ILfKHTY6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-u6ILfKHTY6 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-u6ILfKHTY6 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-u6ILfKHTY6 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-u6ILfKHTY6 .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-u6ILfKHTY6 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-u6ILfKHTY6 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-u6ILfKHTY6 .dropdown-menu::before {
    display: none !important;
  }
  .cid-u6ILfKHTY6 .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-u6ILfKHTY6 .dropdown-menu > a::after {
    display: none;
  }
  .cid-u6ILfKHTY6 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-u6ILfKHTY6 .nav-link::before {
    display: none;
  }
  .cid-u6ILfKHTY6 .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-u6ILfKHTY6 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-u6ILfKHTY6 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-u6ILfKHTY6 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-u6ILfKHTY6 .nav-dropdown .dropdown-item:focus,
  .cid-u6ILfKHTY6 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-u6ILfKHTY6 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u6ILfKHTY6 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6ILfKHTY6 .container-fluid {
    padding-right: 0rem;
  }
  .cid-u6ILfKHTY6 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-u6ILfKHTY6 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-u6ILfKHTY6 .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-u6ILfKHTY6 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-u6ILfKHTY6 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-u6ILfKHTY6 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-u6ILfKHTY6 .nav-dropdown .dropdown-item:focus,
  .cid-u6ILfKHTY6 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-u6ILfKHTY6 .btn-primary {
  color: #cccccc !important;
}
.cid-u6ILfKHTY6 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-u6ILfKHTY6 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-u6ILfKHTY6 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6ILfLoMIc {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6ILfLoMIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ILfLoMIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ILfLoMIc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6ILfLoMIc .container {
    padding: 0 15px;
  }
}
.cid-u6ILfLoMIc .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6ILfLoMIc .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6ILfLoMIc .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6ILfLoMIc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6ILfLoMIc .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6ILfLoMIc .mbr-section-title {
  color: #ffffff;
}
.cid-u6ILfLoMIc .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6ILfLoMIc .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6ILfLoMIc .mbr-section-title,
.cid-u6ILfLoMIc .mbr-section-btn {
  text-align: center;
}
.cid-u6JU4Zy9Oy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6JU4Zy9Oy .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u6JU4Zy9Oy .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u6JU4Zy9Oy .mbr-text,
.cid-u6JU4Zy9Oy .mbr-section-btn {
  color: #333333;
}
.cid-u6JU4Zy9Oy H3 {
  color: #333333;
}
.cid-u6ILfMnZxQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6ILfMnZxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ILfMnZxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6ILfMnZxQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6ILfMnZxQ img {
  border-radius: 2rem;
}
.cid-u6ILfMnZxQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6ILfMnZxQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6ILfMnZxQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6ILfMnZxQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6ILfMnZxQ .mbr-text,
.cid-u6ILfMnZxQ .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6ILfMnZxQ .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7vmCWTlwA {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vmCWTlwA .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vmCWTlwA img {
  filter: grayscale(1);
}
.cid-u7vmCWTlwA .image-wrap {
  position: relative;
}
.cid-u7vmCWTlwA .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vmCWTlwA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vmCWTlwA .card-wrap {
  background: #333333;
}
.cid-u7vmCWTlwA .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vmCWTlwA .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vmCWTlwA .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vmCWTlwA .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vmCWTlwA .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vmCWTlwA .btn {
  margin-top: 3rem;
}
.cid-u7vmCWTlwA .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vmCWTlwA .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vmCWTlwA .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vmCWTlwA .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vmCWTlwA .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vmCWTlwA .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vmCWTlwA .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vmCWTlwA .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vmCWTlwA .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vmCWTlwA .btn-2 {
  color: #42474c !important;
}
.cid-u7vmCWTlwA .main-title {
  color: #303030;
}
.cid-u7vmCWTlwA .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vmCWTlwA .card-text {
  text-align: center;
}
.cid-u6ILfNM2Dk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6ILfNM2Dk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ILfNM2Dk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ILfNM2Dk .mbr-section-title {
  color: #333333;
}
.cid-u7txCIdaqe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7txCIdaqe .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7txCIdaqe .mbr-section-title,
.cid-u7txCIdaqe .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7txCIdaqe .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7txCIdaqe .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7txCIdaqe .mbr-section-title {
  color: #0abab5;
}
.cid-u7txCIdaqe .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7txCIdaqe .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-u6ILfOZ5I4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u6ILfOZ5I4 .media-container-row {
  align-items: center;
}
.cid-u6ILfOZ5I4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6ILfOZ5I4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6ILfOZ5I4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6ILfOZ5I4 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u6ILfOZ5I4 .foot-menu-item {
  transform: 0.2s;
}
.cid-u6ILfOZ5I4 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-u6ILfOZ5I4 .foot-menu {
    justify-content: center;
  }
  .cid-u6ILfOZ5I4 .mbr-text {
    text-align: center;
  }
  .cid-u6ILfOZ5I4 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6ILfOZ5I4 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u6ILfOZ5I4 .link:hover {
  text-decoration: underline;
}
.cid-u6ILfOZ5I4 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-u6ILfOZ5I4 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-u6ILfOZ5I4 .container {
    padding: 0;
  }
}
.cid-u6ILfOZ5I4 .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u6JLgSy2e1 {
  min-height: 80px !important;
  position: static;
}
.cid-u6JLgSy2e1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6JLgSy2e1 .nav-item:focus,
.cid-u6JLgSy2e1 .nav-link:focus {
  outline: none;
}
.cid-u6JLgSy2e1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6JLgSy2e1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6JLgSy2e1 .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-u6JLgSy2e1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6JLgSy2e1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6JLgSy2e1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-u6JLgSy2e1 .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-u6JLgSy2e1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u6JLgSy2e1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6JLgSy2e1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6JLgSy2e1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6JLgSy2e1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6JLgSy2e1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6JLgSy2e1 .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-u6JLgSy2e1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6JLgSy2e1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u6JLgSy2e1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u6JLgSy2e1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6JLgSy2e1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6JLgSy2e1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6JLgSy2e1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6JLgSy2e1 .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-u6JLgSy2e1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6JLgSy2e1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6JLgSy2e1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6JLgSy2e1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6JLgSy2e1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6JLgSy2e1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u6JLgSy2e1 .navbar.navbar-short {
  background: #111111;
}
.cid-u6JLgSy2e1 .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-u6JLgSy2e1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6JLgSy2e1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6JLgSy2e1 .dropdown-item.active,
.cid-u6JLgSy2e1 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-u6JLgSy2e1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6JLgSy2e1 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-u6JLgSy2e1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-u6JLgSy2e1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u6JLgSy2e1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6JLgSy2e1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6JLgSy2e1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u6JLgSy2e1 .navbar-nav {
  margin: auto;
}
.cid-u6JLgSy2e1 .navbar-buttons {
  text-align: center;
}
.cid-u6JLgSy2e1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6JLgSy2e1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-u6JLgSy2e1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6JLgSy2e1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6JLgSy2e1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6JLgSy2e1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6JLgSy2e1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6JLgSy2e1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6JLgSy2e1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6JLgSy2e1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6JLgSy2e1 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-u6JLgSy2e1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6JLgSy2e1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u6JLgSy2e1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u6JLgSy2e1 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6JLgSy2e1 .navbar {
    height: 77px;
  }
  .cid-u6JLgSy2e1 .navbar.opened {
    height: auto;
  }
}
.cid-u6JLgSy2e1 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-u6JLgSy2e1 .text-btn {
  transition: transform 0.3s;
}
.cid-u6JLgSy2e1 .btn:hover {
  transform: scale(0.8);
}
.cid-u6JLgSy2e1 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-u6JLgSy2e1 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-u6JLgSy2e1 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-u6JLgSy2e1 .nav-link:hover::before {
  width: 100%;
}
.cid-u6JLgSy2e1 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-u6JLgSy2e1 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-u6JLgSy2e1 .link {
  margin: 0rem 1.2rem;
}
.cid-u6JLgSy2e1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-u6JLgSy2e1 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-u6JLgSy2e1 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-u6JLgSy2e1 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-u6JLgSy2e1 .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-u6JLgSy2e1 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-u6JLgSy2e1 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-u6JLgSy2e1 .dropdown-menu::before {
    display: none !important;
  }
  .cid-u6JLgSy2e1 .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-u6JLgSy2e1 .dropdown-menu > a::after {
    display: none;
  }
  .cid-u6JLgSy2e1 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-u6JLgSy2e1 .nav-link::before {
    display: none;
  }
  .cid-u6JLgSy2e1 .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-u6JLgSy2e1 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-u6JLgSy2e1 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-u6JLgSy2e1 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-u6JLgSy2e1 .nav-dropdown .dropdown-item:focus,
  .cid-u6JLgSy2e1 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-u6JLgSy2e1 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u6JLgSy2e1 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6JLgSy2e1 .container-fluid {
    padding-right: 0rem;
  }
  .cid-u6JLgSy2e1 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-u6JLgSy2e1 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-u6JLgSy2e1 .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-u6JLgSy2e1 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-u6JLgSy2e1 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-u6JLgSy2e1 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-u6JLgSy2e1 .nav-dropdown .dropdown-item:focus,
  .cid-u6JLgSy2e1 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-u6JLgSy2e1 .btn-primary {
  color: #cccccc !important;
}
.cid-u6JLgSy2e1 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-u6JLgSy2e1 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-u6JLgSy2e1 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6JLgTjkwh {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6JLgTjkwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JLgTjkwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6JLgTjkwh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6JLgTjkwh .container {
    padding: 0 15px;
  }
}
.cid-u6JLgTjkwh .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6JLgTjkwh .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6JLgTjkwh .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6JLgTjkwh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6JLgTjkwh .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6JLgTjkwh .mbr-section-title {
  color: #ffffff;
}
.cid-u6JLgTjkwh .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6JLgTjkwh .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6JLgTjkwh .mbr-section-title,
.cid-u6JLgTjkwh .mbr-section-btn {
  text-align: center;
}
.cid-u6JLgTZiDd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6JLgTZiDd .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u6JLgTZiDd .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u6JLgTZiDd .mbr-text,
.cid-u6JLgTZiDd .mbr-section-btn {
  color: #333333;
}
.cid-u6JLgTZiDd H3 {
  color: #333333;
}
.cid-u6JLgUqafy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6JLgUqafy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JLgUqafy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6JLgUqafy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6JLgUqafy img {
  border-radius: 2rem;
}
.cid-u6JLgUqafy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6JLgUqafy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6JLgUqafy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6JLgUqafy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6JLgUqafy .mbr-text,
.cid-u6JLgUqafy .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6JLgUqafy .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7vmgyZFrg {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vmgyZFrg .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vmgyZFrg img {
  filter: grayscale(1);
}
.cid-u7vmgyZFrg .image-wrap {
  position: relative;
}
.cid-u7vmgyZFrg .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vmgyZFrg .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vmgyZFrg .card-wrap {
  background: #333333;
}
.cid-u7vmgyZFrg .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vmgyZFrg .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vmgyZFrg .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vmgyZFrg .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vmgyZFrg .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vmgyZFrg .btn {
  margin-top: 3rem;
}
.cid-u7vmgyZFrg .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vmgyZFrg .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vmgyZFrg .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vmgyZFrg .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vmgyZFrg .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vmgyZFrg .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vmgyZFrg .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vmgyZFrg .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vmgyZFrg .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vmgyZFrg .btn-2 {
  color: #42474c !important;
}
.cid-u7vmgyZFrg .main-title {
  color: #303030;
}
.cid-u7vmgyZFrg .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vmgyZFrg .card-text {
  text-align: center;
}
.cid-u6JLgVQgMI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6JLgVQgMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JLgVQgMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6JLgVQgMI .mbr-section-title {
  color: #333333;
}
.cid-u7txzwOv79 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7txzwOv79 .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7txzwOv79 .mbr-section-title,
.cid-u7txzwOv79 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7txzwOv79 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7txzwOv79 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7txzwOv79 .mbr-section-title {
  color: #0abab5;
}
.cid-u7txzwOv79 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7txzwOv79 .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-u6JLgXas44 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u6JLgXas44 .media-container-row {
  align-items: center;
}
.cid-u6JLgXas44 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6JLgXas44 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6JLgXas44 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6JLgXas44 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u6JLgXas44 .foot-menu-item {
  transform: 0.2s;
}
.cid-u6JLgXas44 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-u6JLgXas44 .foot-menu {
    justify-content: center;
  }
  .cid-u6JLgXas44 .mbr-text {
    text-align: center;
  }
  .cid-u6JLgXas44 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6JLgXas44 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u6JLgXas44 .link:hover {
  text-decoration: underline;
}
.cid-u6JLgXas44 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-u6JLgXas44 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-u6JLgXas44 .container {
    padding: 0;
  }
}
.cid-u6JLgXas44 .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u6JMW5ZJ7R {
  min-height: 80px !important;
  position: static;
}
.cid-u6JMW5ZJ7R .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6JMW5ZJ7R .nav-item:focus,
.cid-u6JMW5ZJ7R .nav-link:focus {
  outline: none;
}
.cid-u6JMW5ZJ7R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6JMW5ZJ7R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6JMW5ZJ7R .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-u6JMW5ZJ7R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6JMW5ZJ7R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6JMW5ZJ7R .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-u6JMW5ZJ7R .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-u6JMW5ZJ7R .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u6JMW5ZJ7R .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6JMW5ZJ7R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6JMW5ZJ7R .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6JMW5ZJ7R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6JMW5ZJ7R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6JMW5ZJ7R .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-u6JMW5ZJ7R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6JMW5ZJ7R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u6JMW5ZJ7R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u6JMW5ZJ7R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6JMW5ZJ7R .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6JMW5ZJ7R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6JMW5ZJ7R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6JMW5ZJ7R .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-u6JMW5ZJ7R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6JMW5ZJ7R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6JMW5ZJ7R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6JMW5ZJ7R .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6JMW5ZJ7R .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6JMW5ZJ7R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u6JMW5ZJ7R .navbar.navbar-short {
  background: #111111;
}
.cid-u6JMW5ZJ7R .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-u6JMW5ZJ7R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6JMW5ZJ7R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6JMW5ZJ7R .dropdown-item.active,
.cid-u6JMW5ZJ7R .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-u6JMW5ZJ7R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6JMW5ZJ7R .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-u6JMW5ZJ7R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-u6JMW5ZJ7R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u6JMW5ZJ7R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6JMW5ZJ7R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6JMW5ZJ7R ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u6JMW5ZJ7R .navbar-nav {
  margin: auto;
}
.cid-u6JMW5ZJ7R .navbar-buttons {
  text-align: center;
}
.cid-u6JMW5ZJ7R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6JMW5ZJ7R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-u6JMW5ZJ7R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6JMW5ZJ7R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6JMW5ZJ7R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6JMW5ZJ7R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6JMW5ZJ7R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6JMW5ZJ7R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6JMW5ZJ7R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6JMW5ZJ7R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6JMW5ZJ7R .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-u6JMW5ZJ7R a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6JMW5ZJ7R .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u6JMW5ZJ7R .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u6JMW5ZJ7R .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6JMW5ZJ7R .navbar {
    height: 77px;
  }
  .cid-u6JMW5ZJ7R .navbar.opened {
    height: auto;
  }
}
.cid-u6JMW5ZJ7R .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-u6JMW5ZJ7R .text-btn {
  transition: transform 0.3s;
}
.cid-u6JMW5ZJ7R .btn:hover {
  transform: scale(0.8);
}
.cid-u6JMW5ZJ7R .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-u6JMW5ZJ7R .nav-link {
  position: relative;
  display: inline-block;
}
.cid-u6JMW5ZJ7R .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-u6JMW5ZJ7R .nav-link:hover::before {
  width: 100%;
}
.cid-u6JMW5ZJ7R .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-u6JMW5ZJ7R .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-u6JMW5ZJ7R .link {
  margin: 0rem 1.2rem;
}
.cid-u6JMW5ZJ7R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-u6JMW5ZJ7R .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-u6JMW5ZJ7R .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-u6JMW5ZJ7R .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-u6JMW5ZJ7R .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-u6JMW5ZJ7R .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-u6JMW5ZJ7R .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-u6JMW5ZJ7R .dropdown-menu::before {
    display: none !important;
  }
  .cid-u6JMW5ZJ7R .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-u6JMW5ZJ7R .dropdown-menu > a::after {
    display: none;
  }
  .cid-u6JMW5ZJ7R .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-u6JMW5ZJ7R .nav-link::before {
    display: none;
  }
  .cid-u6JMW5ZJ7R .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-u6JMW5ZJ7R .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-u6JMW5ZJ7R .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-u6JMW5ZJ7R .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-u6JMW5ZJ7R .nav-dropdown .dropdown-item:focus,
  .cid-u6JMW5ZJ7R .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-u6JMW5ZJ7R .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u6JMW5ZJ7R .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6JMW5ZJ7R .container-fluid {
    padding-right: 0rem;
  }
  .cid-u6JMW5ZJ7R .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-u6JMW5ZJ7R .btn {
    padding: 1.8rem 6rem;
  }
  .cid-u6JMW5ZJ7R .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-u6JMW5ZJ7R .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-u6JMW5ZJ7R .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-u6JMW5ZJ7R .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-u6JMW5ZJ7R .nav-dropdown .dropdown-item:focus,
  .cid-u6JMW5ZJ7R .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-u6JMW5ZJ7R .btn-primary {
  color: #cccccc !important;
}
.cid-u6JMW5ZJ7R .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-u6JMW5ZJ7R .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-u6JMW5ZJ7R .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6JMW6JsQM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6JMW6JsQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JMW6JsQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6JMW6JsQM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6JMW6JsQM .container {
    padding: 0 15px;
  }
}
.cid-u6JMW6JsQM .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6JMW6JsQM .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6JMW6JsQM .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6JMW6JsQM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6JMW6JsQM .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6JMW6JsQM .mbr-section-title {
  color: #ffffff;
}
.cid-u6JMW6JsQM .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6JMW6JsQM .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6JMW6JsQM .mbr-section-title,
.cid-u6JMW6JsQM .mbr-section-btn {
  text-align: center;
}
.cid-u6JMW7bIMG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6JMW7bIMG .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u6JMW7bIMG .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u6JMW7bIMG .mbr-text,
.cid-u6JMW7bIMG .mbr-section-btn {
  color: #333333;
}
.cid-u6JMW7bIMG H3 {
  color: #333333;
}
.cid-u6JMW7D6C9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6JMW7D6C9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JMW7D6C9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6JMW7D6C9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6JMW7D6C9 img {
  border-radius: 2rem;
}
.cid-u6JMW7D6C9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6JMW7D6C9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6JMW7D6C9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6JMW7D6C9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6JMW7D6C9 .mbr-text,
.cid-u6JMW7D6C9 .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6JMW7D6C9 .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7vlXD0FQa {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vlXD0FQa .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vlXD0FQa img {
  filter: grayscale(1);
}
.cid-u7vlXD0FQa .image-wrap {
  position: relative;
}
.cid-u7vlXD0FQa .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vlXD0FQa .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vlXD0FQa .card-wrap {
  background: #333333;
}
.cid-u7vlXD0FQa .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vlXD0FQa .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vlXD0FQa .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vlXD0FQa .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vlXD0FQa .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vlXD0FQa .btn {
  margin-top: 3rem;
}
.cid-u7vlXD0FQa .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vlXD0FQa .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vlXD0FQa .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vlXD0FQa .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vlXD0FQa .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vlXD0FQa .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vlXD0FQa .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vlXD0FQa .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vlXD0FQa .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vlXD0FQa .btn-2 {
  color: #42474c !important;
}
.cid-u7vlXD0FQa .main-title {
  color: #303030;
}
.cid-u7vlXD0FQa .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vlXD0FQa .card-text {
  text-align: center;
}
.cid-u6JMW965IY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6JMW965IY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JMW965IY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6JMW965IY .mbr-section-title {
  color: #333333;
}
.cid-u7txwUk6Bx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7txwUk6Bx .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7txwUk6Bx .mbr-section-title,
.cid-u7txwUk6Bx .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7txwUk6Bx .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7txwUk6Bx .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7txwUk6Bx .mbr-section-title {
  color: #0abab5;
}
.cid-u7txwUk6Bx .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7txwUk6Bx .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-u6JMWait6G {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u6JMWait6G .media-container-row {
  align-items: center;
}
.cid-u6JMWait6G .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6JMWait6G .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6JMWait6G .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6JMWait6G .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u6JMWait6G .foot-menu-item {
  transform: 0.2s;
}
.cid-u6JMWait6G .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-u6JMWait6G .foot-menu {
    justify-content: center;
  }
  .cid-u6JMWait6G .mbr-text {
    text-align: center;
  }
  .cid-u6JMWait6G .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6JMWait6G .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u6JMWait6G .link:hover {
  text-decoration: underline;
}
.cid-u6JMWait6G .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-u6JMWait6G .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-u6JMWait6G .container {
    padding: 0;
  }
}
.cid-u6JMWait6G .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u6JOi2OeZC {
  min-height: 80px !important;
  position: static;
}
.cid-u6JOi2OeZC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6JOi2OeZC .nav-item:focus,
.cid-u6JOi2OeZC .nav-link:focus {
  outline: none;
}
.cid-u6JOi2OeZC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6JOi2OeZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6JOi2OeZC .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-u6JOi2OeZC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6JOi2OeZC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6JOi2OeZC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-u6JOi2OeZC .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-u6JOi2OeZC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u6JOi2OeZC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6JOi2OeZC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6JOi2OeZC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6JOi2OeZC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6JOi2OeZC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6JOi2OeZC .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-u6JOi2OeZC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6JOi2OeZC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u6JOi2OeZC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u6JOi2OeZC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6JOi2OeZC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6JOi2OeZC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6JOi2OeZC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6JOi2OeZC .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-u6JOi2OeZC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6JOi2OeZC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6JOi2OeZC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6JOi2OeZC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6JOi2OeZC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6JOi2OeZC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u6JOi2OeZC .navbar.navbar-short {
  background: #111111;
}
.cid-u6JOi2OeZC .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-u6JOi2OeZC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6JOi2OeZC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6JOi2OeZC .dropdown-item.active,
.cid-u6JOi2OeZC .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-u6JOi2OeZC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6JOi2OeZC .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-u6JOi2OeZC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-u6JOi2OeZC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u6JOi2OeZC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6JOi2OeZC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6JOi2OeZC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u6JOi2OeZC .navbar-nav {
  margin: auto;
}
.cid-u6JOi2OeZC .navbar-buttons {
  text-align: center;
}
.cid-u6JOi2OeZC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6JOi2OeZC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-u6JOi2OeZC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6JOi2OeZC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6JOi2OeZC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6JOi2OeZC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6JOi2OeZC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6JOi2OeZC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6JOi2OeZC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6JOi2OeZC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6JOi2OeZC .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-u6JOi2OeZC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6JOi2OeZC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u6JOi2OeZC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u6JOi2OeZC .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6JOi2OeZC .navbar {
    height: 77px;
  }
  .cid-u6JOi2OeZC .navbar.opened {
    height: auto;
  }
}
.cid-u6JOi2OeZC .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-u6JOi2OeZC .text-btn {
  transition: transform 0.3s;
}
.cid-u6JOi2OeZC .btn:hover {
  transform: scale(0.8);
}
.cid-u6JOi2OeZC .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-u6JOi2OeZC .nav-link {
  position: relative;
  display: inline-block;
}
.cid-u6JOi2OeZC .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-u6JOi2OeZC .nav-link:hover::before {
  width: 100%;
}
.cid-u6JOi2OeZC .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-u6JOi2OeZC .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-u6JOi2OeZC .link {
  margin: 0rem 1.2rem;
}
.cid-u6JOi2OeZC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-u6JOi2OeZC .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-u6JOi2OeZC .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-u6JOi2OeZC .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-u6JOi2OeZC .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-u6JOi2OeZC .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-u6JOi2OeZC .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-u6JOi2OeZC .dropdown-menu::before {
    display: none !important;
  }
  .cid-u6JOi2OeZC .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-u6JOi2OeZC .dropdown-menu > a::after {
    display: none;
  }
  .cid-u6JOi2OeZC .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-u6JOi2OeZC .nav-link::before {
    display: none;
  }
  .cid-u6JOi2OeZC .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-u6JOi2OeZC .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-u6JOi2OeZC .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-u6JOi2OeZC .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-u6JOi2OeZC .nav-dropdown .dropdown-item:focus,
  .cid-u6JOi2OeZC .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-u6JOi2OeZC .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u6JOi2OeZC .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6JOi2OeZC .container-fluid {
    padding-right: 0rem;
  }
  .cid-u6JOi2OeZC .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-u6JOi2OeZC .btn {
    padding: 1.8rem 6rem;
  }
  .cid-u6JOi2OeZC .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-u6JOi2OeZC .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-u6JOi2OeZC .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-u6JOi2OeZC .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-u6JOi2OeZC .nav-dropdown .dropdown-item:focus,
  .cid-u6JOi2OeZC .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-u6JOi2OeZC .btn-primary {
  color: #cccccc !important;
}
.cid-u6JOi2OeZC .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-u6JOi2OeZC .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-u6JOi2OeZC .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6JOi3tTfF {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6JOi3tTfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JOi3tTfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6JOi3tTfF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6JOi3tTfF .container {
    padding: 0 15px;
  }
}
.cid-u6JOi3tTfF .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6JOi3tTfF .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6JOi3tTfF .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6JOi3tTfF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6JOi3tTfF .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6JOi3tTfF .mbr-section-title {
  color: #ffffff;
}
.cid-u6JOi3tTfF .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6JOi3tTfF .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6JOi3tTfF .mbr-section-title,
.cid-u6JOi3tTfF .mbr-section-btn {
  text-align: center;
}
.cid-u6JOi3XULI {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6JOi3XULI .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u6JOi3XULI .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u6JOi3XULI .mbr-text,
.cid-u6JOi3XULI .mbr-section-btn {
  color: #333333;
}
.cid-u6JOi3XULI H3 {
  color: #333333;
}
.cid-u6JOi4qXNk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6JOi4qXNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JOi4qXNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6JOi4qXNk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6JOi4qXNk img {
  border-radius: 2rem;
}
.cid-u6JOi4qXNk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6JOi4qXNk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6JOi4qXNk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6JOi4qXNk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6JOi4qXNk .mbr-text,
.cid-u6JOi4qXNk .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6JOi4qXNk .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7vlyBJvIm {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vlyBJvIm .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vlyBJvIm img {
  filter: grayscale(1);
}
.cid-u7vlyBJvIm .image-wrap {
  position: relative;
}
.cid-u7vlyBJvIm .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vlyBJvIm .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vlyBJvIm .card-wrap {
  background: #333333;
}
.cid-u7vlyBJvIm .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vlyBJvIm .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vlyBJvIm .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vlyBJvIm .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vlyBJvIm .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vlyBJvIm .btn {
  margin-top: 3rem;
}
.cid-u7vlyBJvIm .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vlyBJvIm .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vlyBJvIm .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vlyBJvIm .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vlyBJvIm .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vlyBJvIm .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vlyBJvIm .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vlyBJvIm .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vlyBJvIm .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vlyBJvIm .btn-2 {
  color: #42474c !important;
}
.cid-u7vlyBJvIm .main-title {
  color: #303030;
}
.cid-u7vlyBJvIm .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vlyBJvIm .card-text {
  text-align: center;
}
.cid-u6JOi5TubE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6JOi5TubE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JOi5TubE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6JOi5TubE .mbr-section-title {
  color: #333333;
}
.cid-u7txuewvYj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7txuewvYj .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7txuewvYj .mbr-section-title,
.cid-u7txuewvYj .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7txuewvYj .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7txuewvYj .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7txuewvYj .mbr-section-title {
  color: #0abab5;
}
.cid-u7txuewvYj .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7txuewvYj .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-u6JOi79ycu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u6JOi79ycu .media-container-row {
  align-items: center;
}
.cid-u6JOi79ycu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6JOi79ycu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6JOi79ycu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6JOi79ycu .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u6JOi79ycu .foot-menu-item {
  transform: 0.2s;
}
.cid-u6JOi79ycu .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-u6JOi79ycu .foot-menu {
    justify-content: center;
  }
  .cid-u6JOi79ycu .mbr-text {
    text-align: center;
  }
  .cid-u6JOi79ycu .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6JOi79ycu .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u6JOi79ycu .link:hover {
  text-decoration: underline;
}
.cid-u6JOi79ycu .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-u6JOi79ycu .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-u6JOi79ycu .container {
    padding: 0;
  }
}
.cid-u6JOi79ycu .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u6JQkafGWu {
  min-height: 80px !important;
  position: static;
}
.cid-u6JQkafGWu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6JQkafGWu .nav-item:focus,
.cid-u6JQkafGWu .nav-link:focus {
  outline: none;
}
.cid-u6JQkafGWu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6JQkafGWu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6JQkafGWu .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-u6JQkafGWu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6JQkafGWu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6JQkafGWu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-u6JQkafGWu .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-u6JQkafGWu .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u6JQkafGWu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6JQkafGWu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6JQkafGWu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6JQkafGWu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6JQkafGWu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6JQkafGWu .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-u6JQkafGWu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6JQkafGWu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u6JQkafGWu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u6JQkafGWu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6JQkafGWu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6JQkafGWu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6JQkafGWu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6JQkafGWu .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-u6JQkafGWu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6JQkafGWu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6JQkafGWu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6JQkafGWu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6JQkafGWu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6JQkafGWu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u6JQkafGWu .navbar.navbar-short {
  background: #111111;
}
.cid-u6JQkafGWu .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-u6JQkafGWu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6JQkafGWu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6JQkafGWu .dropdown-item.active,
.cid-u6JQkafGWu .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-u6JQkafGWu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6JQkafGWu .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-u6JQkafGWu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-u6JQkafGWu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u6JQkafGWu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6JQkafGWu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6JQkafGWu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u6JQkafGWu .navbar-nav {
  margin: auto;
}
.cid-u6JQkafGWu .navbar-buttons {
  text-align: center;
}
.cid-u6JQkafGWu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6JQkafGWu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-u6JQkafGWu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6JQkafGWu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6JQkafGWu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6JQkafGWu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6JQkafGWu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6JQkafGWu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6JQkafGWu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6JQkafGWu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6JQkafGWu .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-u6JQkafGWu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6JQkafGWu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u6JQkafGWu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u6JQkafGWu .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6JQkafGWu .navbar {
    height: 77px;
  }
  .cid-u6JQkafGWu .navbar.opened {
    height: auto;
  }
}
.cid-u6JQkafGWu .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-u6JQkafGWu .text-btn {
  transition: transform 0.3s;
}
.cid-u6JQkafGWu .btn:hover {
  transform: scale(0.8);
}
.cid-u6JQkafGWu .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-u6JQkafGWu .nav-link {
  position: relative;
  display: inline-block;
}
.cid-u6JQkafGWu .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-u6JQkafGWu .nav-link:hover::before {
  width: 100%;
}
.cid-u6JQkafGWu .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-u6JQkafGWu .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-u6JQkafGWu .link {
  margin: 0rem 1.2rem;
}
.cid-u6JQkafGWu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-u6JQkafGWu .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-u6JQkafGWu .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-u6JQkafGWu .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-u6JQkafGWu .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-u6JQkafGWu .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-u6JQkafGWu .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-u6JQkafGWu .dropdown-menu::before {
    display: none !important;
  }
  .cid-u6JQkafGWu .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-u6JQkafGWu .dropdown-menu > a::after {
    display: none;
  }
  .cid-u6JQkafGWu .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-u6JQkafGWu .nav-link::before {
    display: none;
  }
  .cid-u6JQkafGWu .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-u6JQkafGWu .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-u6JQkafGWu .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-u6JQkafGWu .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-u6JQkafGWu .nav-dropdown .dropdown-item:focus,
  .cid-u6JQkafGWu .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-u6JQkafGWu .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u6JQkafGWu .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6JQkafGWu .container-fluid {
    padding-right: 0rem;
  }
  .cid-u6JQkafGWu .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-u6JQkafGWu .btn {
    padding: 1.8rem 6rem;
  }
  .cid-u6JQkafGWu .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-u6JQkafGWu .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-u6JQkafGWu .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-u6JQkafGWu .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-u6JQkafGWu .nav-dropdown .dropdown-item:focus,
  .cid-u6JQkafGWu .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-u6JQkafGWu .btn-primary {
  color: #cccccc !important;
}
.cid-u6JQkafGWu .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-u6JQkafGWu .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-u6JQkafGWu .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6JQkaZ0uq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6JQkaZ0uq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JQkaZ0uq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6JQkaZ0uq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6JQkaZ0uq .container {
    padding: 0 15px;
  }
}
.cid-u6JQkaZ0uq .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6JQkaZ0uq .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6JQkaZ0uq .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6JQkaZ0uq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6JQkaZ0uq .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6JQkaZ0uq .mbr-section-title {
  color: #ffffff;
}
.cid-u6JQkaZ0uq .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6JQkaZ0uq .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6JQkaZ0uq .mbr-section-title,
.cid-u6JQkaZ0uq .mbr-section-btn {
  text-align: center;
}
.cid-u6JQkbuhD6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6JQkbuhD6 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u6JQkbuhD6 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u6JQkbuhD6 .mbr-text,
.cid-u6JQkbuhD6 .mbr-section-btn {
  color: #333333;
}
.cid-u6JQkbuhD6 H3 {
  color: #333333;
}
.cid-u6JQkbVaqn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6JQkbVaqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JQkbVaqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6JQkbVaqn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6JQkbVaqn img {
  border-radius: 2rem;
}
.cid-u6JQkbVaqn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6JQkbVaqn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6JQkbVaqn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6JQkbVaqn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6JQkbVaqn .mbr-text,
.cid-u6JQkbVaqn .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6JQkbVaqn .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u6JQkckgQ1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u6JQkckgQ1 .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u6JQkckgQ1 img {
  filter: grayscale(1);
}
.cid-u6JQkckgQ1 .image-wrap {
  position: relative;
}
.cid-u6JQkckgQ1 .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u6JQkckgQ1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6JQkckgQ1 .card-wrap {
  background: #333333;
}
.cid-u6JQkckgQ1 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u6JQkckgQ1 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u6JQkckgQ1 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u6JQkckgQ1 .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u6JQkckgQ1 .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u6JQkckgQ1 .btn {
  margin-top: 3rem;
}
.cid-u6JQkckgQ1 .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u6JQkckgQ1 .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u6JQkckgQ1 .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u6JQkckgQ1 .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u6JQkckgQ1 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u6JQkckgQ1 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u6JQkckgQ1 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u6JQkckgQ1 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u6JQkckgQ1 .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u6JQkckgQ1 .btn-2 {
  color: #42474c !important;
}
.cid-u6JQkckgQ1 .main-title {
  color: #303030;
}
.cid-u6JQkckgQ1 .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u6JQkckgQ1 .card-text {
  text-align: center;
}
.cid-u6JQkdrslF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6JQkdrslF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6JQkdrslF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6JQkdrslF .mbr-section-title {
  color: #333333;
}
.cid-u7txrDxUGA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7txrDxUGA .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7txrDxUGA .mbr-section-title,
.cid-u7txrDxUGA .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7txrDxUGA .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7txrDxUGA .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7txrDxUGA .mbr-section-title {
  color: #0abab5;
}
.cid-u7txrDxUGA .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7txrDxUGA .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-u6JQkeH7uf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u6JQkeH7uf .media-container-row {
  align-items: center;
}
.cid-u6JQkeH7uf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6JQkeH7uf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6JQkeH7uf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6JQkeH7uf .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u6JQkeH7uf .foot-menu-item {
  transform: 0.2s;
}
.cid-u6JQkeH7uf .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-u6JQkeH7uf .foot-menu {
    justify-content: center;
  }
  .cid-u6JQkeH7uf .mbr-text {
    text-align: center;
  }
  .cid-u6JQkeH7uf .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6JQkeH7uf .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u6JQkeH7uf .link:hover {
  text-decoration: underline;
}
.cid-u6JQkeH7uf .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-u6JQkeH7uf .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-u6JQkeH7uf .container {
    padding: 0;
  }
}
.cid-u6JQkeH7uf .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u6Pi34Me1d {
  min-height: 80px !important;
  position: static;
}
.cid-u6Pi34Me1d .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6Pi34Me1d .nav-item:focus,
.cid-u6Pi34Me1d .nav-link:focus {
  outline: none;
}
.cid-u6Pi34Me1d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6Pi34Me1d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6Pi34Me1d .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-u6Pi34Me1d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6Pi34Me1d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6Pi34Me1d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-u6Pi34Me1d .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-u6Pi34Me1d .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u6Pi34Me1d .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6Pi34Me1d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6Pi34Me1d .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6Pi34Me1d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6Pi34Me1d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6Pi34Me1d .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-u6Pi34Me1d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6Pi34Me1d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u6Pi34Me1d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u6Pi34Me1d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6Pi34Me1d .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6Pi34Me1d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6Pi34Me1d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6Pi34Me1d .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-u6Pi34Me1d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6Pi34Me1d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6Pi34Me1d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6Pi34Me1d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6Pi34Me1d .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6Pi34Me1d .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u6Pi34Me1d .navbar.navbar-short {
  background: #111111;
}
.cid-u6Pi34Me1d .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-u6Pi34Me1d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6Pi34Me1d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6Pi34Me1d .dropdown-item.active,
.cid-u6Pi34Me1d .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-u6Pi34Me1d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6Pi34Me1d .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-u6Pi34Me1d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-u6Pi34Me1d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u6Pi34Me1d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6Pi34Me1d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6Pi34Me1d ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u6Pi34Me1d .navbar-nav {
  margin: auto;
}
.cid-u6Pi34Me1d .navbar-buttons {
  text-align: center;
}
.cid-u6Pi34Me1d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6Pi34Me1d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-u6Pi34Me1d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6Pi34Me1d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6Pi34Me1d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6Pi34Me1d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6Pi34Me1d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6Pi34Me1d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6Pi34Me1d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6Pi34Me1d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6Pi34Me1d .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-u6Pi34Me1d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6Pi34Me1d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u6Pi34Me1d .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u6Pi34Me1d .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6Pi34Me1d .navbar {
    height: 77px;
  }
  .cid-u6Pi34Me1d .navbar.opened {
    height: auto;
  }
}
.cid-u6Pi34Me1d .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-u6Pi34Me1d .text-btn {
  transition: transform 0.3s;
}
.cid-u6Pi34Me1d .btn:hover {
  transform: scale(0.8);
}
.cid-u6Pi34Me1d .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-u6Pi34Me1d .nav-link {
  position: relative;
  display: inline-block;
}
.cid-u6Pi34Me1d .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-u6Pi34Me1d .nav-link:hover::before {
  width: 100%;
}
.cid-u6Pi34Me1d .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-u6Pi34Me1d .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-u6Pi34Me1d .link {
  margin: 0rem 1.2rem;
}
.cid-u6Pi34Me1d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-u6Pi34Me1d .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-u6Pi34Me1d .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-u6Pi34Me1d .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-u6Pi34Me1d .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-u6Pi34Me1d .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-u6Pi34Me1d .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-u6Pi34Me1d .dropdown-menu::before {
    display: none !important;
  }
  .cid-u6Pi34Me1d .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-u6Pi34Me1d .dropdown-menu > a::after {
    display: none;
  }
  .cid-u6Pi34Me1d .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-u6Pi34Me1d .nav-link::before {
    display: none;
  }
  .cid-u6Pi34Me1d .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-u6Pi34Me1d .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-u6Pi34Me1d .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-u6Pi34Me1d .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-u6Pi34Me1d .nav-dropdown .dropdown-item:focus,
  .cid-u6Pi34Me1d .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-u6Pi34Me1d .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u6Pi34Me1d .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6Pi34Me1d .container-fluid {
    padding-right: 0rem;
  }
  .cid-u6Pi34Me1d .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-u6Pi34Me1d .btn {
    padding: 1.8rem 6rem;
  }
  .cid-u6Pi34Me1d .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-u6Pi34Me1d .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-u6Pi34Me1d .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-u6Pi34Me1d .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-u6Pi34Me1d .nav-dropdown .dropdown-item:focus,
  .cid-u6Pi34Me1d .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-u6Pi34Me1d .btn-primary {
  color: #cccccc !important;
}
.cid-u6Pi34Me1d .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-u6Pi34Me1d .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-u6Pi34Me1d .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6Pi3554f9 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6Pi3554f9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Pi3554f9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Pi3554f9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6Pi3554f9 .container {
    padding: 0 15px;
  }
}
.cid-u6Pi3554f9 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6Pi3554f9 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6Pi3554f9 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6Pi3554f9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6Pi3554f9 .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6Pi3554f9 .mbr-section-title {
  color: #ffffff;
}
.cid-u6Pi3554f9 .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6Pi3554f9 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6Pi3554f9 .mbr-section-title,
.cid-u6Pi3554f9 .mbr-section-btn {
  text-align: center;
}
.cid-u6Pi35gT5X {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6Pi35gT5X .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u6Pi35gT5X .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u6Pi35gT5X .mbr-text,
.cid-u6Pi35gT5X .mbr-section-btn {
  color: #333333;
}
.cid-u6Pi35gT5X H3 {
  color: #333333;
}
.cid-u6Pi35qhPR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6Pi35qhPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Pi35qhPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6Pi35qhPR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6Pi35qhPR img {
  border-radius: 2rem;
}
.cid-u6Pi35qhPR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6Pi35qhPR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6Pi35qhPR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6Pi35qhPR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6Pi35qhPR .mbr-text,
.cid-u6Pi35qhPR .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6Pi35qhPR .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7vruk9szk {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vruk9szk .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vruk9szk img {
  filter: grayscale(1);
}
.cid-u7vruk9szk .image-wrap {
  position: relative;
}
.cid-u7vruk9szk .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vruk9szk .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vruk9szk .card-wrap {
  background: #333333;
}
.cid-u7vruk9szk .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vruk9szk .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vruk9szk .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vruk9szk .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vruk9szk .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vruk9szk .btn {
  margin-top: 3rem;
}
.cid-u7vruk9szk .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vruk9szk .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vruk9szk .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vruk9szk .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vruk9szk .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vruk9szk .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vruk9szk .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vruk9szk .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vruk9szk .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vruk9szk .btn-2 {
  color: #42474c !important;
}
.cid-u7vruk9szk .main-title {
  color: #303030;
}
.cid-u7vruk9szk .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vruk9szk .card-text {
  text-align: center;
}
.cid-u6Pi363T6h {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6Pi363T6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Pi363T6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Pi363T6h .mbr-section-title {
  color: #333333;
}
.cid-u7ty7Ehn0s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7ty7Ehn0s .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7ty7Ehn0s .mbr-section-title,
.cid-u7ty7Ehn0s .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7ty7Ehn0s .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7ty7Ehn0s .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7ty7Ehn0s .mbr-section-title {
  color: #0abab5;
}
.cid-u7ty7Ehn0s .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7ty7Ehn0s .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-u6Pi36ybdH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u6Pi36ybdH .media-container-row {
  align-items: center;
}
.cid-u6Pi36ybdH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6Pi36ybdH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6Pi36ybdH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6Pi36ybdH .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u6Pi36ybdH .foot-menu-item {
  transform: 0.2s;
}
.cid-u6Pi36ybdH .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-u6Pi36ybdH .foot-menu {
    justify-content: center;
  }
  .cid-u6Pi36ybdH .mbr-text {
    text-align: center;
  }
  .cid-u6Pi36ybdH .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6Pi36ybdH .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u6Pi36ybdH .link:hover {
  text-decoration: underline;
}
.cid-u6Pi36ybdH .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-u6Pi36ybdH .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-u6Pi36ybdH .container {
    padding: 0;
  }
}
.cid-u6Pi36ybdH .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u6VtfsiHYB {
  min-height: 80px !important;
  position: static;
}
.cid-u6VtfsiHYB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6VtfsiHYB .nav-item:focus,
.cid-u6VtfsiHYB .nav-link:focus {
  outline: none;
}
.cid-u6VtfsiHYB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6VtfsiHYB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6VtfsiHYB .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-u6VtfsiHYB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6VtfsiHYB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6VtfsiHYB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-u6VtfsiHYB .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-u6VtfsiHYB .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u6VtfsiHYB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6VtfsiHYB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6VtfsiHYB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6VtfsiHYB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6VtfsiHYB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6VtfsiHYB .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-u6VtfsiHYB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6VtfsiHYB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u6VtfsiHYB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u6VtfsiHYB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6VtfsiHYB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6VtfsiHYB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6VtfsiHYB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6VtfsiHYB .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-u6VtfsiHYB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6VtfsiHYB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6VtfsiHYB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6VtfsiHYB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6VtfsiHYB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6VtfsiHYB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u6VtfsiHYB .navbar.navbar-short {
  background: #111111;
}
.cid-u6VtfsiHYB .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-u6VtfsiHYB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6VtfsiHYB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6VtfsiHYB .dropdown-item.active,
.cid-u6VtfsiHYB .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-u6VtfsiHYB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6VtfsiHYB .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-u6VtfsiHYB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-u6VtfsiHYB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u6VtfsiHYB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6VtfsiHYB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6VtfsiHYB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u6VtfsiHYB .navbar-nav {
  margin: auto;
}
.cid-u6VtfsiHYB .navbar-buttons {
  text-align: center;
}
.cid-u6VtfsiHYB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6VtfsiHYB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-u6VtfsiHYB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6VtfsiHYB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6VtfsiHYB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6VtfsiHYB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6VtfsiHYB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6VtfsiHYB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6VtfsiHYB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6VtfsiHYB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6VtfsiHYB .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-u6VtfsiHYB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6VtfsiHYB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u6VtfsiHYB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u6VtfsiHYB .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6VtfsiHYB .navbar {
    height: 77px;
  }
  .cid-u6VtfsiHYB .navbar.opened {
    height: auto;
  }
}
.cid-u6VtfsiHYB .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-u6VtfsiHYB .text-btn {
  transition: transform 0.3s;
}
.cid-u6VtfsiHYB .btn:hover {
  transform: scale(0.8);
}
.cid-u6VtfsiHYB .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-u6VtfsiHYB .nav-link {
  position: relative;
  display: inline-block;
}
.cid-u6VtfsiHYB .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-u6VtfsiHYB .nav-link:hover::before {
  width: 100%;
}
.cid-u6VtfsiHYB .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-u6VtfsiHYB .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-u6VtfsiHYB .link {
  margin: 0rem 1.2rem;
}
.cid-u6VtfsiHYB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-u6VtfsiHYB .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-u6VtfsiHYB .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-u6VtfsiHYB .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-u6VtfsiHYB .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-u6VtfsiHYB .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-u6VtfsiHYB .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-u6VtfsiHYB .dropdown-menu::before {
    display: none !important;
  }
  .cid-u6VtfsiHYB .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-u6VtfsiHYB .dropdown-menu > a::after {
    display: none;
  }
  .cid-u6VtfsiHYB .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-u6VtfsiHYB .nav-link::before {
    display: none;
  }
  .cid-u6VtfsiHYB .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-u6VtfsiHYB .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-u6VtfsiHYB .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-u6VtfsiHYB .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-u6VtfsiHYB .nav-dropdown .dropdown-item:focus,
  .cid-u6VtfsiHYB .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-u6VtfsiHYB .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u6VtfsiHYB .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6VtfsiHYB .container-fluid {
    padding-right: 0rem;
  }
  .cid-u6VtfsiHYB .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-u6VtfsiHYB .btn {
    padding: 1.8rem 6rem;
  }
  .cid-u6VtfsiHYB .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-u6VtfsiHYB .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-u6VtfsiHYB .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-u6VtfsiHYB .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-u6VtfsiHYB .nav-dropdown .dropdown-item:focus,
  .cid-u6VtfsiHYB .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-u6VtfsiHYB .btn-primary {
  color: #cccccc !important;
}
.cid-u6VtfsiHYB .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-u6VtfsiHYB .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-u6VtfsiHYB .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6Vtft48qr {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6Vtft48qr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Vtft48qr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Vtft48qr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6Vtft48qr .container {
    padding: 0 15px;
  }
}
.cid-u6Vtft48qr .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6Vtft48qr .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6Vtft48qr .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6Vtft48qr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6Vtft48qr .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6Vtft48qr .mbr-section-title {
  color: #ffffff;
}
.cid-u6Vtft48qr .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6Vtft48qr .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6Vtft48qr .mbr-section-title,
.cid-u6Vtft48qr .mbr-section-btn {
  text-align: center;
}
.cid-u6Vtfto0a8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6Vtfto0a8 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u6Vtfto0a8 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u6Vtfto0a8 .mbr-text,
.cid-u6Vtfto0a8 .mbr-section-btn {
  color: #333333;
}
.cid-u6Vtfto0a8 H3 {
  color: #333333;
}
.cid-u6VtftEOyd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6VtftEOyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6VtftEOyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6VtftEOyd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6VtftEOyd img {
  border-radius: 2rem;
}
.cid-u6VtftEOyd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6VtftEOyd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6VtftEOyd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6VtftEOyd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6VtftEOyd .mbr-text,
.cid-u6VtftEOyd .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6VtftEOyd .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7vrG29EwE {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vrG29EwE .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vrG29EwE img {
  filter: grayscale(1);
}
.cid-u7vrG29EwE .image-wrap {
  position: relative;
}
.cid-u7vrG29EwE .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vrG29EwE .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vrG29EwE .card-wrap {
  background: #333333;
}
.cid-u7vrG29EwE .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vrG29EwE .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vrG29EwE .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vrG29EwE .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vrG29EwE .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vrG29EwE .btn {
  margin-top: 3rem;
}
.cid-u7vrG29EwE .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vrG29EwE .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vrG29EwE .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vrG29EwE .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vrG29EwE .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vrG29EwE .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vrG29EwE .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vrG29EwE .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vrG29EwE .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vrG29EwE .btn-2 {
  color: #42474c !important;
}
.cid-u7vrG29EwE .main-title {
  color: #303030;
}
.cid-u7vrG29EwE .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vrG29EwE .card-text {
  text-align: center;
}
.cid-u6VtfusPCn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6VtfusPCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6VtfusPCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6VtfusPCn .mbr-section-title {
  color: #333333;
}
.cid-u7tyamCtP5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7tyamCtP5 .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7tyamCtP5 .mbr-section-title,
.cid-u7tyamCtP5 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7tyamCtP5 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7tyamCtP5 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7tyamCtP5 .mbr-section-title {
  color: #0abab5;
}
.cid-u7tyamCtP5 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7tyamCtP5 .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-u6Vtfvdu1Y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u6Vtfvdu1Y .media-container-row {
  align-items: center;
}
.cid-u6Vtfvdu1Y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6Vtfvdu1Y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6Vtfvdu1Y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6Vtfvdu1Y .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u6Vtfvdu1Y .foot-menu-item {
  transform: 0.2s;
}
.cid-u6Vtfvdu1Y .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-u6Vtfvdu1Y .foot-menu {
    justify-content: center;
  }
  .cid-u6Vtfvdu1Y .mbr-text {
    text-align: center;
  }
  .cid-u6Vtfvdu1Y .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6Vtfvdu1Y .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u6Vtfvdu1Y .link:hover {
  text-decoration: underline;
}
.cid-u6Vtfvdu1Y .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-u6Vtfvdu1Y .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-u6Vtfvdu1Y .container {
    padding: 0;
  }
}
.cid-u6Vtfvdu1Y .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u6Vvn1ckXH {
  min-height: 80px !important;
  position: static;
}
.cid-u6Vvn1ckXH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6Vvn1ckXH .nav-item:focus,
.cid-u6Vvn1ckXH .nav-link:focus {
  outline: none;
}
.cid-u6Vvn1ckXH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6Vvn1ckXH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6Vvn1ckXH .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-u6Vvn1ckXH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6Vvn1ckXH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6Vvn1ckXH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-u6Vvn1ckXH .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-u6Vvn1ckXH .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u6Vvn1ckXH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6Vvn1ckXH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6Vvn1ckXH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6Vvn1ckXH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6Vvn1ckXH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6Vvn1ckXH .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-u6Vvn1ckXH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6Vvn1ckXH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u6Vvn1ckXH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u6Vvn1ckXH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6Vvn1ckXH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6Vvn1ckXH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6Vvn1ckXH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6Vvn1ckXH .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-u6Vvn1ckXH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6Vvn1ckXH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6Vvn1ckXH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6Vvn1ckXH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6Vvn1ckXH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6Vvn1ckXH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u6Vvn1ckXH .navbar.navbar-short {
  background: #111111;
}
.cid-u6Vvn1ckXH .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-u6Vvn1ckXH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6Vvn1ckXH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6Vvn1ckXH .dropdown-item.active,
.cid-u6Vvn1ckXH .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-u6Vvn1ckXH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6Vvn1ckXH .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-u6Vvn1ckXH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-u6Vvn1ckXH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u6Vvn1ckXH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6Vvn1ckXH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6Vvn1ckXH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u6Vvn1ckXH .navbar-nav {
  margin: auto;
}
.cid-u6Vvn1ckXH .navbar-buttons {
  text-align: center;
}
.cid-u6Vvn1ckXH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6Vvn1ckXH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-u6Vvn1ckXH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6Vvn1ckXH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6Vvn1ckXH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6Vvn1ckXH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6Vvn1ckXH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6Vvn1ckXH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6Vvn1ckXH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6Vvn1ckXH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6Vvn1ckXH .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-u6Vvn1ckXH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6Vvn1ckXH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u6Vvn1ckXH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u6Vvn1ckXH .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6Vvn1ckXH .navbar {
    height: 77px;
  }
  .cid-u6Vvn1ckXH .navbar.opened {
    height: auto;
  }
}
.cid-u6Vvn1ckXH .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-u6Vvn1ckXH .text-btn {
  transition: transform 0.3s;
}
.cid-u6Vvn1ckXH .btn:hover {
  transform: scale(0.8);
}
.cid-u6Vvn1ckXH .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-u6Vvn1ckXH .nav-link {
  position: relative;
  display: inline-block;
}
.cid-u6Vvn1ckXH .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-u6Vvn1ckXH .nav-link:hover::before {
  width: 100%;
}
.cid-u6Vvn1ckXH .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-u6Vvn1ckXH .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-u6Vvn1ckXH .link {
  margin: 0rem 1.2rem;
}
.cid-u6Vvn1ckXH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-u6Vvn1ckXH .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-u6Vvn1ckXH .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-u6Vvn1ckXH .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-u6Vvn1ckXH .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-u6Vvn1ckXH .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-u6Vvn1ckXH .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-u6Vvn1ckXH .dropdown-menu::before {
    display: none !important;
  }
  .cid-u6Vvn1ckXH .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-u6Vvn1ckXH .dropdown-menu > a::after {
    display: none;
  }
  .cid-u6Vvn1ckXH .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-u6Vvn1ckXH .nav-link::before {
    display: none;
  }
  .cid-u6Vvn1ckXH .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-u6Vvn1ckXH .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-u6Vvn1ckXH .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-u6Vvn1ckXH .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-u6Vvn1ckXH .nav-dropdown .dropdown-item:focus,
  .cid-u6Vvn1ckXH .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-u6Vvn1ckXH .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u6Vvn1ckXH .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6Vvn1ckXH .container-fluid {
    padding-right: 0rem;
  }
  .cid-u6Vvn1ckXH .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-u6Vvn1ckXH .btn {
    padding: 1.8rem 6rem;
  }
  .cid-u6Vvn1ckXH .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-u6Vvn1ckXH .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-u6Vvn1ckXH .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-u6Vvn1ckXH .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-u6Vvn1ckXH .nav-dropdown .dropdown-item:focus,
  .cid-u6Vvn1ckXH .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-u6Vvn1ckXH .btn-primary {
  color: #cccccc !important;
}
.cid-u6Vvn1ckXH .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-u6Vvn1ckXH .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-u6Vvn1ckXH .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6Vvn1tQ3y {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6Vvn1tQ3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Vvn1tQ3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Vvn1tQ3y .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6Vvn1tQ3y .container {
    padding: 0 15px;
  }
}
.cid-u6Vvn1tQ3y .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6Vvn1tQ3y .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6Vvn1tQ3y .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6Vvn1tQ3y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6Vvn1tQ3y .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6Vvn1tQ3y .mbr-section-title {
  color: #ffffff;
}
.cid-u6Vvn1tQ3y .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6Vvn1tQ3y .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6Vvn1tQ3y .mbr-section-title,
.cid-u6Vvn1tQ3y .mbr-section-btn {
  text-align: center;
}
.cid-u6Vvn1J2Rx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6Vvn1J2Rx .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u6Vvn1J2Rx .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u6Vvn1J2Rx .mbr-text,
.cid-u6Vvn1J2Rx .mbr-section-btn {
  color: #333333;
}
.cid-u6Vvn1J2Rx H3 {
  color: #333333;
}
.cid-u6Vvn1Tg3S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6Vvn1Tg3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Vvn1Tg3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6Vvn1Tg3S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6Vvn1Tg3S img {
  border-radius: 2rem;
}
.cid-u6Vvn1Tg3S .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6Vvn1Tg3S .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6Vvn1Tg3S .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6Vvn1Tg3S .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6Vvn1Tg3S .mbr-text,
.cid-u6Vvn1Tg3S .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6Vvn1Tg3S .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7vrQ7bewN {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vrQ7bewN .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vrQ7bewN img {
  filter: grayscale(1);
}
.cid-u7vrQ7bewN .image-wrap {
  position: relative;
}
.cid-u7vrQ7bewN .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vrQ7bewN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vrQ7bewN .card-wrap {
  background: #333333;
}
.cid-u7vrQ7bewN .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vrQ7bewN .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vrQ7bewN .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vrQ7bewN .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vrQ7bewN .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vrQ7bewN .btn {
  margin-top: 3rem;
}
.cid-u7vrQ7bewN .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vrQ7bewN .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vrQ7bewN .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vrQ7bewN .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vrQ7bewN .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vrQ7bewN .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vrQ7bewN .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vrQ7bewN .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vrQ7bewN .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vrQ7bewN .btn-2 {
  color: #42474c !important;
}
.cid-u7vrQ7bewN .main-title {
  color: #303030;
}
.cid-u7vrQ7bewN .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vrQ7bewN .card-text {
  text-align: center;
}
.cid-u6Vvn2qn3R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6Vvn2qn3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Vvn2qn3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Vvn2qn3R .mbr-section-title {
  color: #333333;
}
.cid-u7tyd9Hv7i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7tyd9Hv7i .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7tyd9Hv7i .mbr-section-title,
.cid-u7tyd9Hv7i .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7tyd9Hv7i .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7tyd9Hv7i .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7tyd9Hv7i .mbr-section-title {
  color: #0abab5;
}
.cid-u7tyd9Hv7i .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7tyd9Hv7i .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-u6Vvn2XaV5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u6Vvn2XaV5 .media-container-row {
  align-items: center;
}
.cid-u6Vvn2XaV5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6Vvn2XaV5 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6Vvn2XaV5 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6Vvn2XaV5 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u6Vvn2XaV5 .foot-menu-item {
  transform: 0.2s;
}
.cid-u6Vvn2XaV5 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-u6Vvn2XaV5 .foot-menu {
    justify-content: center;
  }
  .cid-u6Vvn2XaV5 .mbr-text {
    text-align: center;
  }
  .cid-u6Vvn2XaV5 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6Vvn2XaV5 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u6Vvn2XaV5 .link:hover {
  text-decoration: underline;
}
.cid-u6Vvn2XaV5 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-u6Vvn2XaV5 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-u6Vvn2XaV5 .container {
    padding: 0;
  }
}
.cid-u6Vvn2XaV5 .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u6VFXKzCxp {
  min-height: 80px !important;
  position: static;
}
.cid-u6VFXKzCxp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6VFXKzCxp .nav-item:focus,
.cid-u6VFXKzCxp .nav-link:focus {
  outline: none;
}
.cid-u6VFXKzCxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6VFXKzCxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6VFXKzCxp .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-u6VFXKzCxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6VFXKzCxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6VFXKzCxp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-u6VFXKzCxp .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-u6VFXKzCxp .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u6VFXKzCxp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6VFXKzCxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6VFXKzCxp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6VFXKzCxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6VFXKzCxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6VFXKzCxp .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-u6VFXKzCxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6VFXKzCxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u6VFXKzCxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u6VFXKzCxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6VFXKzCxp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6VFXKzCxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6VFXKzCxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6VFXKzCxp .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-u6VFXKzCxp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6VFXKzCxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6VFXKzCxp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6VFXKzCxp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6VFXKzCxp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6VFXKzCxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u6VFXKzCxp .navbar.navbar-short {
  background: #111111;
}
.cid-u6VFXKzCxp .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-u6VFXKzCxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6VFXKzCxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6VFXKzCxp .dropdown-item.active,
.cid-u6VFXKzCxp .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-u6VFXKzCxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6VFXKzCxp .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-u6VFXKzCxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-u6VFXKzCxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u6VFXKzCxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6VFXKzCxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6VFXKzCxp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u6VFXKzCxp .navbar-nav {
  margin: auto;
}
.cid-u6VFXKzCxp .navbar-buttons {
  text-align: center;
}
.cid-u6VFXKzCxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6VFXKzCxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-u6VFXKzCxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6VFXKzCxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6VFXKzCxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6VFXKzCxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6VFXKzCxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6VFXKzCxp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6VFXKzCxp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6VFXKzCxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6VFXKzCxp .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-u6VFXKzCxp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6VFXKzCxp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u6VFXKzCxp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u6VFXKzCxp .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6VFXKzCxp .navbar {
    height: 77px;
  }
  .cid-u6VFXKzCxp .navbar.opened {
    height: auto;
  }
}
.cid-u6VFXKzCxp .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-u6VFXKzCxp .text-btn {
  transition: transform 0.3s;
}
.cid-u6VFXKzCxp .btn:hover {
  transform: scale(0.8);
}
.cid-u6VFXKzCxp .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-u6VFXKzCxp .nav-link {
  position: relative;
  display: inline-block;
}
.cid-u6VFXKzCxp .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-u6VFXKzCxp .nav-link:hover::before {
  width: 100%;
}
.cid-u6VFXKzCxp .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-u6VFXKzCxp .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-u6VFXKzCxp .link {
  margin: 0rem 1.2rem;
}
.cid-u6VFXKzCxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-u6VFXKzCxp .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-u6VFXKzCxp .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-u6VFXKzCxp .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-u6VFXKzCxp .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-u6VFXKzCxp .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-u6VFXKzCxp .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-u6VFXKzCxp .dropdown-menu::before {
    display: none !important;
  }
  .cid-u6VFXKzCxp .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-u6VFXKzCxp .dropdown-menu > a::after {
    display: none;
  }
  .cid-u6VFXKzCxp .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-u6VFXKzCxp .nav-link::before {
    display: none;
  }
  .cid-u6VFXKzCxp .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-u6VFXKzCxp .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-u6VFXKzCxp .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-u6VFXKzCxp .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-u6VFXKzCxp .nav-dropdown .dropdown-item:focus,
  .cid-u6VFXKzCxp .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-u6VFXKzCxp .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u6VFXKzCxp .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6VFXKzCxp .container-fluid {
    padding-right: 0rem;
  }
  .cid-u6VFXKzCxp .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-u6VFXKzCxp .btn {
    padding: 1.8rem 6rem;
  }
  .cid-u6VFXKzCxp .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-u6VFXKzCxp .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-u6VFXKzCxp .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-u6VFXKzCxp .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-u6VFXKzCxp .nav-dropdown .dropdown-item:focus,
  .cid-u6VFXKzCxp .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-u6VFXKzCxp .btn-primary {
  color: #cccccc !important;
}
.cid-u6VFXKzCxp .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-u6VFXKzCxp .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-u6VFXKzCxp .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6VFXLkaax {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6VFXLkaax .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6VFXLkaax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6VFXLkaax .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6VFXLkaax .container {
    padding: 0 15px;
  }
}
.cid-u6VFXLkaax .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6VFXLkaax .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6VFXLkaax .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6VFXLkaax .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6VFXLkaax .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6VFXLkaax .mbr-section-title {
  color: #ffffff;
}
.cid-u6VFXLkaax .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6VFXLkaax .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6VFXLkaax .mbr-section-title,
.cid-u6VFXLkaax .mbr-section-btn {
  text-align: center;
}
.cid-u6VFXLGUB7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6VFXLGUB7 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u6VFXLGUB7 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u6VFXLGUB7 .mbr-text,
.cid-u6VFXLGUB7 .mbr-section-btn {
  color: #333333;
}
.cid-u6VFXLGUB7 H3 {
  color: #333333;
}
.cid-u6VFXLY87p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6VFXLY87p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6VFXLY87p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6VFXLY87p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6VFXLY87p img {
  border-radius: 2rem;
}
.cid-u6VFXLY87p .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6VFXLY87p .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6VFXLY87p .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6VFXLY87p .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6VFXLY87p .mbr-text,
.cid-u6VFXLY87p .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6VFXLY87p .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7vs2kdyx9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vs2kdyx9 .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vs2kdyx9 img {
  filter: grayscale(1);
}
.cid-u7vs2kdyx9 .image-wrap {
  position: relative;
}
.cid-u7vs2kdyx9 .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vs2kdyx9 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vs2kdyx9 .card-wrap {
  background: #333333;
}
.cid-u7vs2kdyx9 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vs2kdyx9 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vs2kdyx9 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vs2kdyx9 .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vs2kdyx9 .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vs2kdyx9 .btn {
  margin-top: 3rem;
}
.cid-u7vs2kdyx9 .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vs2kdyx9 .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vs2kdyx9 .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vs2kdyx9 .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vs2kdyx9 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vs2kdyx9 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vs2kdyx9 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vs2kdyx9 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vs2kdyx9 .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vs2kdyx9 .btn-2 {
  color: #42474c !important;
}
.cid-u7vs2kdyx9 .main-title {
  color: #303030;
}
.cid-u7vs2kdyx9 .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vs2kdyx9 .card-text {
  text-align: center;
}
.cid-u6VFXMLoCS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6VFXMLoCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6VFXMLoCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6VFXMLoCS .mbr-section-title {
  color: #333333;
}
.cid-u7tygcVELj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7tygcVELj .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7tygcVELj .mbr-section-title,
.cid-u7tygcVELj .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7tygcVELj .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7tygcVELj .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7tygcVELj .mbr-section-title {
  color: #0abab5;
}
.cid-u7tygcVELj .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7tygcVELj .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-u6VFXNr7p2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u6VFXNr7p2 .media-container-row {
  align-items: center;
}
.cid-u6VFXNr7p2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6VFXNr7p2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6VFXNr7p2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6VFXNr7p2 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u6VFXNr7p2 .foot-menu-item {
  transform: 0.2s;
}
.cid-u6VFXNr7p2 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-u6VFXNr7p2 .foot-menu {
    justify-content: center;
  }
  .cid-u6VFXNr7p2 .mbr-text {
    text-align: center;
  }
  .cid-u6VFXNr7p2 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6VFXNr7p2 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u6VFXNr7p2 .link:hover {
  text-decoration: underline;
}
.cid-u6VFXNr7p2 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-u6VFXNr7p2 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-u6VFXNr7p2 .container {
    padding: 0;
  }
}
.cid-u6VFXNr7p2 .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u6VHZx8e6D {
  min-height: 80px !important;
  position: static;
}
.cid-u6VHZx8e6D .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6VHZx8e6D .nav-item:focus,
.cid-u6VHZx8e6D .nav-link:focus {
  outline: none;
}
.cid-u6VHZx8e6D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u6VHZx8e6D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u6VHZx8e6D .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-u6VHZx8e6D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6VHZx8e6D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6VHZx8e6D .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-u6VHZx8e6D .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-u6VHZx8e6D .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u6VHZx8e6D .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6VHZx8e6D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6VHZx8e6D .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6VHZx8e6D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6VHZx8e6D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6VHZx8e6D .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-u6VHZx8e6D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6VHZx8e6D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u6VHZx8e6D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u6VHZx8e6D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6VHZx8e6D .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6VHZx8e6D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6VHZx8e6D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6VHZx8e6D .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-u6VHZx8e6D .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u6VHZx8e6D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6VHZx8e6D .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6VHZx8e6D .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6VHZx8e6D .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6VHZx8e6D .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u6VHZx8e6D .navbar.navbar-short {
  background: #111111;
}
.cid-u6VHZx8e6D .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-u6VHZx8e6D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6VHZx8e6D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6VHZx8e6D .dropdown-item.active,
.cid-u6VHZx8e6D .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-u6VHZx8e6D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6VHZx8e6D .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-u6VHZx8e6D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-u6VHZx8e6D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u6VHZx8e6D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6VHZx8e6D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6VHZx8e6D ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u6VHZx8e6D .navbar-nav {
  margin: auto;
}
.cid-u6VHZx8e6D .navbar-buttons {
  text-align: center;
}
.cid-u6VHZx8e6D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6VHZx8e6D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-u6VHZx8e6D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u6VHZx8e6D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u6VHZx8e6D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u6VHZx8e6D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u6VHZx8e6D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6VHZx8e6D nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u6VHZx8e6D nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u6VHZx8e6D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u6VHZx8e6D .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-u6VHZx8e6D a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6VHZx8e6D .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u6VHZx8e6D .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u6VHZx8e6D .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6VHZx8e6D .navbar {
    height: 77px;
  }
  .cid-u6VHZx8e6D .navbar.opened {
    height: auto;
  }
}
.cid-u6VHZx8e6D .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-u6VHZx8e6D .text-btn {
  transition: transform 0.3s;
}
.cid-u6VHZx8e6D .btn:hover {
  transform: scale(0.8);
}
.cid-u6VHZx8e6D .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-u6VHZx8e6D .nav-link {
  position: relative;
  display: inline-block;
}
.cid-u6VHZx8e6D .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-u6VHZx8e6D .nav-link:hover::before {
  width: 100%;
}
.cid-u6VHZx8e6D .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-u6VHZx8e6D .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-u6VHZx8e6D .link {
  margin: 0rem 1.2rem;
}
.cid-u6VHZx8e6D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-u6VHZx8e6D .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-u6VHZx8e6D .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-u6VHZx8e6D .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-u6VHZx8e6D .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-u6VHZx8e6D .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-u6VHZx8e6D .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-u6VHZx8e6D .dropdown-menu::before {
    display: none !important;
  }
  .cid-u6VHZx8e6D .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-u6VHZx8e6D .dropdown-menu > a::after {
    display: none;
  }
  .cid-u6VHZx8e6D .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-u6VHZx8e6D .nav-link::before {
    display: none;
  }
  .cid-u6VHZx8e6D .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-u6VHZx8e6D .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-u6VHZx8e6D .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-u6VHZx8e6D .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-u6VHZx8e6D .nav-dropdown .dropdown-item:focus,
  .cid-u6VHZx8e6D .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-u6VHZx8e6D .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u6VHZx8e6D .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6VHZx8e6D .container-fluid {
    padding-right: 0rem;
  }
  .cid-u6VHZx8e6D .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-u6VHZx8e6D .btn {
    padding: 1.8rem 6rem;
  }
  .cid-u6VHZx8e6D .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-u6VHZx8e6D .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-u6VHZx8e6D .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-u6VHZx8e6D .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-u6VHZx8e6D .nav-dropdown .dropdown-item:focus,
  .cid-u6VHZx8e6D .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-u6VHZx8e6D .btn-primary {
  color: #cccccc !important;
}
.cid-u6VHZx8e6D .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-u6VHZx8e6D .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-u6VHZx8e6D .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u6VHZxrXdU {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u6VHZxrXdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6VHZxrXdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6VHZxrXdU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u6VHZxrXdU .container {
    padding: 0 15px;
  }
}
.cid-u6VHZxrXdU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u6VHZxrXdU .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6VHZxrXdU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6VHZxrXdU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6VHZxrXdU .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6VHZxrXdU .mbr-section-title {
  color: #ffffff;
}
.cid-u6VHZxrXdU .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u6VHZxrXdU .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u6VHZxrXdU .mbr-section-title,
.cid-u6VHZxrXdU .mbr-section-btn {
  text-align: center;
}
.cid-u6VHZxHHs5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6VHZxHHs5 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u6VHZxHHs5 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u6VHZxHHs5 .mbr-text,
.cid-u6VHZxHHs5 .mbr-section-btn {
  color: #333333;
}
.cid-u6VHZxHHs5 H3 {
  color: #333333;
}
.cid-u6VHZxSCFV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u6VHZxSCFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6VHZxSCFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6VHZxSCFV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6VHZxSCFV img {
  border-radius: 2rem;
}
.cid-u6VHZxSCFV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6VHZxSCFV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6VHZxSCFV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6VHZxSCFV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6VHZxSCFV .mbr-text,
.cid-u6VHZxSCFV .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u6VHZxSCFV .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7vsc6nHY1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vsc6nHY1 .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vsc6nHY1 img {
  filter: grayscale(1);
}
.cid-u7vsc6nHY1 .image-wrap {
  position: relative;
}
.cid-u7vsc6nHY1 .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vsc6nHY1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vsc6nHY1 .card-wrap {
  background: #333333;
}
.cid-u7vsc6nHY1 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vsc6nHY1 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vsc6nHY1 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vsc6nHY1 .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vsc6nHY1 .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vsc6nHY1 .btn {
  margin-top: 3rem;
}
.cid-u7vsc6nHY1 .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vsc6nHY1 .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vsc6nHY1 .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vsc6nHY1 .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vsc6nHY1 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vsc6nHY1 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vsc6nHY1 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vsc6nHY1 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vsc6nHY1 .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vsc6nHY1 .btn-2 {
  color: #42474c !important;
}
.cid-u7vsc6nHY1 .main-title {
  color: #303030;
}
.cid-u7vsc6nHY1 .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vsc6nHY1 .card-text {
  text-align: center;
}
.cid-u6VHZyym6V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6VHZyym6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6VHZyym6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6VHZyym6V .mbr-section-title {
  color: #333333;
}
.cid-u7tyiT99A7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7tyiT99A7 .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7tyiT99A7 .mbr-section-title,
.cid-u7tyiT99A7 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7tyiT99A7 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7tyiT99A7 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7tyiT99A7 .mbr-section-title {
  color: #0abab5;
}
.cid-u7tyiT99A7 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7tyiT99A7 .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-u6VHZz5LPD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u6VHZz5LPD .media-container-row {
  align-items: center;
}
.cid-u6VHZz5LPD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6VHZz5LPD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6VHZz5LPD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6VHZz5LPD .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u6VHZz5LPD .foot-menu-item {
  transform: 0.2s;
}
.cid-u6VHZz5LPD .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-u6VHZz5LPD .foot-menu {
    justify-content: center;
  }
  .cid-u6VHZz5LPD .mbr-text {
    text-align: center;
  }
  .cid-u6VHZz5LPD .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6VHZz5LPD .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u6VHZz5LPD .link:hover {
  text-decoration: underline;
}
.cid-u6VHZz5LPD .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-u6VHZz5LPD .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-u6VHZz5LPD .container {
    padding: 0;
  }
}
.cid-u6VHZz5LPD .media-container-row .mbr-text {
  color: #efefef;
}
.cid-u70xMPrRFM {
  min-height: 80px !important;
  position: static;
}
.cid-u70xMPrRFM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u70xMPrRFM .nav-item:focus,
.cid-u70xMPrRFM .nav-link:focus {
  outline: none;
}
.cid-u70xMPrRFM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u70xMPrRFM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u70xMPrRFM .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-u70xMPrRFM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u70xMPrRFM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u70xMPrRFM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-u70xMPrRFM .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-u70xMPrRFM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u70xMPrRFM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u70xMPrRFM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u70xMPrRFM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u70xMPrRFM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u70xMPrRFM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u70xMPrRFM .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-u70xMPrRFM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u70xMPrRFM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u70xMPrRFM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u70xMPrRFM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u70xMPrRFM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u70xMPrRFM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u70xMPrRFM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u70xMPrRFM .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-u70xMPrRFM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u70xMPrRFM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u70xMPrRFM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u70xMPrRFM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u70xMPrRFM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u70xMPrRFM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u70xMPrRFM .navbar.navbar-short {
  background: #111111;
}
.cid-u70xMPrRFM .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-u70xMPrRFM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u70xMPrRFM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u70xMPrRFM .dropdown-item.active,
.cid-u70xMPrRFM .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-u70xMPrRFM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u70xMPrRFM .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-u70xMPrRFM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-u70xMPrRFM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u70xMPrRFM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u70xMPrRFM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u70xMPrRFM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u70xMPrRFM .navbar-nav {
  margin: auto;
}
.cid-u70xMPrRFM .navbar-buttons {
  text-align: center;
}
.cid-u70xMPrRFM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u70xMPrRFM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #787324;
}
.cid-u70xMPrRFM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u70xMPrRFM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u70xMPrRFM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u70xMPrRFM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u70xMPrRFM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u70xMPrRFM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u70xMPrRFM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u70xMPrRFM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u70xMPrRFM .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-u70xMPrRFM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u70xMPrRFM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u70xMPrRFM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u70xMPrRFM .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u70xMPrRFM .navbar {
    height: 77px;
  }
  .cid-u70xMPrRFM .navbar.opened {
    height: auto;
  }
}
.cid-u70xMPrRFM .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-u70xMPrRFM .text-btn {
  transition: transform 0.3s;
}
.cid-u70xMPrRFM .btn:hover {
  transform: scale(0.8);
}
.cid-u70xMPrRFM .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-u70xMPrRFM .nav-link {
  position: relative;
  display: inline-block;
}
.cid-u70xMPrRFM .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-u70xMPrRFM .nav-link:hover::before {
  width: 100%;
}
.cid-u70xMPrRFM .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-u70xMPrRFM .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-u70xMPrRFM .link {
  margin: 0rem 1.2rem;
}
.cid-u70xMPrRFM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-u70xMPrRFM .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-u70xMPrRFM .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-u70xMPrRFM .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #333333;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-u70xMPrRFM .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-u70xMPrRFM .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-u70xMPrRFM .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-u70xMPrRFM .dropdown-menu::before {
    display: none !important;
  }
  .cid-u70xMPrRFM .btn:hover {
    background-color: #42474c !important;
    color: #cccccc !important;
  }
  .cid-u70xMPrRFM .dropdown-menu > a::after {
    display: none;
  }
  .cid-u70xMPrRFM .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-u70xMPrRFM .nav-link::before {
    display: none;
  }
  .cid-u70xMPrRFM .dropdown-menu > a {
    color: #42474c !important;
  }
  .cid-u70xMPrRFM .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-u70xMPrRFM .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-u70xMPrRFM .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-u70xMPrRFM .nav-dropdown .dropdown-item:focus,
  .cid-u70xMPrRFM .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-u70xMPrRFM .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u70xMPrRFM .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u70xMPrRFM .container-fluid {
    padding-right: 0rem;
  }
  .cid-u70xMPrRFM .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-u70xMPrRFM .btn {
    padding: 1.8rem 6rem;
  }
  .cid-u70xMPrRFM .btn:hover {
    background-color: #cccccc !important;
    color: #42474c !important;
  }
  .cid-u70xMPrRFM .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-u70xMPrRFM .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-u70xMPrRFM .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-u70xMPrRFM .nav-dropdown .dropdown-item:focus,
  .cid-u70xMPrRFM .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-u70xMPrRFM .btn-primary {
  color: #cccccc !important;
}
.cid-u70xMPrRFM .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-u70xMPrRFM .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-u70xMPrRFM .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-u70xMPEQOX {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1080x500.webp");
}
.cid-u70xMPEQOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70xMPEQOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70xMPEQOX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u70xMPEQOX .container {
    padding: 0 15px;
  }
}
.cid-u70xMPEQOX .content-wrapper .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-u70xMPEQOX .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u70xMPEQOX .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u70xMPEQOX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u70xMPEQOX .mbr-section-btn {
  margin-top: 40px;
}
.cid-u70xMPEQOX .mbr-section-title {
  color: #ffffff;
}
.cid-u70xMPEQOX .mbr-section-subtitle {
  color: #938142;
  text-align: center;
}
.cid-u70xMPEQOX .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-u70xMPEQOX .mbr-section-title,
.cid-u70xMPEQOX .mbr-section-btn {
  text-align: center;
}
.cid-u70xMPRH7h {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u70xMPRH7h .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-u70xMPRH7h .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-u70xMPRH7h .mbr-text,
.cid-u70xMPRH7h .mbr-section-btn {
  color: #333333;
}
.cid-u70xMPRH7h H3 {
  color: #333333;
}
.cid-u70xMQ2vYr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #111111;
}
.cid-u70xMQ2vYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70xMQ2vYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u70xMQ2vYr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u70xMQ2vYr img {
  border-radius: 2rem;
}
.cid-u70xMQ2vYr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u70xMQ2vYr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u70xMQ2vYr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u70xMQ2vYr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u70xMQ2vYr .mbr-text,
.cid-u70xMQ2vYr .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u70xMQ2vYr .btn-white-outline {
  animation: rays 3.5s infinite;
}
@keyframes rays {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}
.cid-u7vso0WFkA {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-u7vso0WFkA .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-u7vso0WFkA img {
  filter: grayscale(1);
}
.cid-u7vso0WFkA .image-wrap {
  position: relative;
}
.cid-u7vso0WFkA .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-u7vso0WFkA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7vso0WFkA .card-wrap {
  background: #333333;
}
.cid-u7vso0WFkA .card-wrap .image-wrap img {
  width: 100%;
}
.cid-u7vso0WFkA .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-u7vso0WFkA .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7vso0WFkA .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-u7vso0WFkA .main-heading {
  margin-bottom: 2.2rem;
}
.cid-u7vso0WFkA .btn {
  margin-top: 3rem;
}
.cid-u7vso0WFkA .mbr-text {
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u7vso0WFkA .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-u7vso0WFkA .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7vso0WFkA .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-u7vso0WFkA .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-u7vso0WFkA .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-u7vso0WFkA .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-u7vso0WFkA .btn-primary-outline {
  color: #ffffff !important;
}
.cid-u7vso0WFkA .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-u7vso0WFkA .btn-2 {
  color: #42474c !important;
}
.cid-u7vso0WFkA .main-title {
  color: #303030;
}
.cid-u7vso0WFkA .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-u7vso0WFkA .card-text {
  text-align: center;
}
.cid-u70xMQzXxr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u70xMQzXxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70xMQzXxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70xMQzXxr .mbr-section-title {
  color: #333333;
}
.cid-u7tylDcRwK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7tylDcRwK .card-wrapper {
  background-color: #111111;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #111111;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-u7tylDcRwK .mbr-section-title,
.cid-u7tylDcRwK .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7tylDcRwK .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7tylDcRwK .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-u7tylDcRwK .mbr-section-title {
  color: #0abab5;
}
.cid-u7tylDcRwK .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u7tylDcRwK .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-u70xMR3BNW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-u70xMR3BNW .media-container-row {
  align-items: center;
}
.cid-u70xMR3BNW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u70xMR3BNW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u70xMR3BNW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u70xMR3BNW .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u70xMR3BNW .foot-menu-item {
  transform: 0.2s;
}
.cid-u70xMR3BNW .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-u70xMR3BNW .foot-menu {
    justify-content: center;
  }
  .cid-u70xMR3BNW .mbr-text {
    text-align: center;
  }
  .cid-u70xMR3BNW .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u70xMR3BNW .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u70xMR3BNW .link:hover {
  text-decoration: underline;
}
.cid-u70xMR3BNW .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-u70xMR3BNW .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-u70xMR3BNW .container {
    padding: 0;
  }
}
.cid-u70xMR3BNW .media-container-row .mbr-text {
  color: #efefef;
}
