body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #5b686b !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #2c3234;
  color: #2c3234;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #5b686b !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2c3234 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5b686b;
  border-color: #5b686b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5b686b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #5b686b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #5b686b;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #5b686b;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5b686b;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5b686b;
  border-bottom-color: #5b686b;
}
.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: #5b686b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%235b686b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-uzsKLFJkqr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzsKLFJkqr .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uzsKLFJkqr .nav-item,
.cid-uzsKLFJkqr .nav-link,
.cid-uzsKLFJkqr .navbar-caption {
  font-weight: normal;
}
.cid-uzsKLFJkqr .nav-item:focus,
.cid-uzsKLFJkqr .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uzsKLFJkqr .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uzsKLFJkqr .nav-item .nav-link {
    position: relative;
  }
  .cid-uzsKLFJkqr .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uzsKLFJkqr .nav-item:hover .nav-link:before,
  .cid-uzsKLFJkqr .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzsKLFJkqr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #232323;
  background: none;
}
.cid-uzsKLFJkqr .navbar.opened {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-uzsKLFJkqr .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uzsKLFJkqr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uzsKLFJkqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzsKLFJkqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uzsKLFJkqr .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uzsKLFJkqr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzsKLFJkqr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uzsKLFJkqr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uzsKLFJkqr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzsKLFJkqr .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uzsKLFJkqr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uzsKLFJkqr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uzsKLFJkqr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzsKLFJkqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzsKLFJkqr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzsKLFJkqr .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uzsKLFJkqr .dropdown-item.active,
.cid-uzsKLFJkqr .dropdown-item:active {
  background-color: transparent;
}
.cid-uzsKLFJkqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzsKLFJkqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzsKLFJkqr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzsKLFJkqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-uzsKLFJkqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzsKLFJkqr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzsKLFJkqr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzsKLFJkqr .navbar-buttons {
  text-align: center;
}
.cid-uzsKLFJkqr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uzsKLFJkqr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzsKLFJkqr .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-uzsKLFJkqr .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-uzsKLFJkqr .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uzsKLFJkqr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzsKLFJkqr a.nav-link .mbr-iconfont-btn,
.cid-uzsKLFJkqr a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uzsKLFJkqr a.nav-link:hover .mbr-iconfont-btn,
.cid-uzsKLFJkqr a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uzsKLFJkqr a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzsKLFJkqr .navbar {
    height: 77px;
  }
  .cid-uzsKLFJkqr .navbar.opened {
    height: auto;
  }
  .cid-uzsKLFJkqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGwCF1tpuS .modal-body .close {
  background: #1b1b1b;
}
.cid-sGwCF1tpuS .modal-body .close span {
  font-style: normal;
}
.cid-sGwCF1tpuS .carousel-inner > .active,
.cid-sGwCF1tpuS .carousel-inner > .next,
.cid-sGwCF1tpuS .carousel-inner > .prev {
  display: flex;
}
.cid-sGwCF1tpuS .carousel-control .icon-next,
.cid-sGwCF1tpuS .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sGwCF1tpuS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGwCF1tpuS .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sGwCF1tpuS .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sGwCF1tpuS .boxed-slider > div {
  position: relative;
}
.cid-sGwCF1tpuS .container img {
  width: 100%;
}
.cid-sGwCF1tpuS .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sGwCF1tpuS .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sGwCF1tpuS .mbr-table-cell {
  padding: 0;
}
.cid-sGwCF1tpuS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sGwCF1tpuS .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sGwCF1tpuS .mbr-overlay {
  z-index: 1;
}
.cid-sGwCF1tpuS .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sGwCF1tpuS .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sGwCF1tpuS .carousel-item.active.right,
.cid-sGwCF1tpuS .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sGwCF1tpuS .carousel-item.active.left,
.cid-sGwCF1tpuS .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sGwCF1tpuS .carousel-item.active,
.cid-sGwCF1tpuS .carousel-item.next.left,
.cid-sGwCF1tpuS .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sGwCF1tpuS .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sGwCF1tpuS .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGwCF1tpuS .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGwCF1tpuS .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sGwCF1tpuS .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sGwCF1tpuS .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sGwCF1tpuS .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sGwCF1tpuS .mbr-slider .carousel-indicators li.active,
.cid-sGwCF1tpuS .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sGwCF1tpuS .mbr-slider .carousel-indicators li::after,
.cid-sGwCF1tpuS .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sGwCF1tpuS .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sGwCF1tpuS .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sGwCF1tpuS .mbr-slider > .container img {
  width: 100%;
}
.cid-sGwCF1tpuS .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sGwCF1tpuS .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sGwCF1tpuS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sGwCF1tpuS .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sGwCF1tpuS .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sGwCF1tpuS .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sGwCF1tpuS .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sGwCF1tpuS .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sGwCF1tpuS .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sGwCF1tpuS .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sGwCF1tpuS .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sGwCF1tpuS .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sGwCF1tpuS .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sx56dEid1p {
  padding-top: 90px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-sx56dEid1p .btn {
  margin: 0 0 .5rem 0;
}
.cid-sx56dEid1p H2 {
  color: #232323;
  text-align: center;
}
.cid-sGwd6rGuHq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGwd6rGuHq .mbr-text {
  color: #767676;
}
.cid-sGwd6rGuHq .card-subtitle {
  margin: 0;
}
.cid-sGwd6rGuHq .link {
  margin: 0;
}
.cid-sGwd6rGuHq .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sGwd6rGuHq .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sGwd6rGuHq img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sGwd6rGuHq .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sGwd6rGuHq .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sGwd6rGuHq .card-img:hover:before {
  opacity: 0.4;
}
.cid-sGwd6rGuHq .card-img:hover img {
  transform: scale(1.05);
}
.cid-sGwd6rGuHq .row {
  justify-content: center;
}
.cid-sGwd6rGuHq .card {
  margin-bottom: 4rem;
}
.cid-sGwd6rGuHq .mbr-text,
.cid-sGwd6rGuHq .link {
  color: #232323;
}
.cid-sx56oOgkqA {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sx56oOgkqA .line {
  background-color: #5b686b;
  color: #5b686b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sx56oOgkqA .section-text {
  padding: 2rem 0;
}
.cid-sx56oOgkqA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sx56oOgkqA .inner-container {
    width: 100% !important;
  }
}
.cid-sGwdkJOCDU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #5b686b;
}
.cid-sGwdkJOCDU .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 3rem;
}
.cid-sGwdkJOCDU .carousel-item > div {
  width: 100%;
}
.cid-sGwdkJOCDU .carousel-item.active,
.cid-sGwdkJOCDU .carousel-item-next,
.cid-sGwdkJOCDU .carousel-item-prev {
  display: flex;
}
.cid-sGwdkJOCDU .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-sGwdkJOCDU .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: .9;
}
.cid-sGwdkJOCDU .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sGwdkJOCDU .signature,
.cid-sGwdkJOCDU .desk {
  margin: 0;
}
.cid-sGwdkJOCDU .mbr-text,
.cid-sGwdkJOCDU .mbr-section-subtitle {
  color: #efefef;
}
.cid-sGwdkJOCDU .signature,
.cid-sGwdkJOCDU .desk {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sGwdkJOCDU .carousel-item {
    padding: 0 5rem;
  }
}
@media (min-width: 768px) {
  .cid-sGwdkJOCDU .carousel-controls a {
    width: 5%;
  }
}
.cid-sGwdqgiUtN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sGwdqgiUtN [class^="socicon-"]:before,
.cid-sGwdqgiUtN [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sGwdqgiUtN .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-sGwdqgiUtN .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sGwdqgiUtN .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-sGwdqgiUtN .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sGwdqgiUtN .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-sGwdqgiUtN .btn {
    font-size: 20px !important;
  }
}
.cid-sGwe6vpIYq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .content {
    text-align: center;
  }
  .cid-sGwe6vpIYq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sGwe6vpIYq .logo-subtitle {
  color: #8d97ad;
}
.cid-sGwe6vpIYq .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sGwe6vpIYq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sGwe6vpIYq .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sGwe6vpIYq .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sGwe6vpIYq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sGwe6vpIYq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sGwe6vpIYq .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sGwe6vpIYq .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sGwe6vpIYq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGwe6vpIYq .list-item {
  display: flex;
}
.cid-sGwe6vpIYq .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sGwe6vpIYq ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sGwe6vpIYq ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sGwe6vpIYq ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sGwe6vpIYq .logo-subtitle,
.cid-sGwe6vpIYq .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-sx5sMiIWDv {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/p12200021920-1-1920x1442.jpeg");
}
.cid-sx5sMiIWDv H2 {
  color: #ffffff;
}
.cid-sx5sO85j42 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sx5sO85j42 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sx5sO85j42 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sx5sO85j42 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sx5sO85j42 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sx5sO85j42 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sx5sO85j42 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sx5sO85j42 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sx5sO85j42 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sx5sO85j42 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sGwe6vpIYq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .content {
    text-align: center;
  }
  .cid-sGwe6vpIYq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sGwe6vpIYq .logo-subtitle {
  color: #8d97ad;
}
.cid-sGwe6vpIYq .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sGwe6vpIYq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sGwe6vpIYq .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sGwe6vpIYq .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sGwe6vpIYq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sGwe6vpIYq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sGwe6vpIYq .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sGwe6vpIYq .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sGwe6vpIYq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGwe6vpIYq .list-item {
  display: flex;
}
.cid-sGwe6vpIYq .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sGwe6vpIYq ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sGwe6vpIYq ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sGwe6vpIYq ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sGwe6vpIYq .logo-subtitle,
.cid-sGwe6vpIYq .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-uzsKLFJkqr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzsKLFJkqr .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uzsKLFJkqr .nav-item,
.cid-uzsKLFJkqr .nav-link,
.cid-uzsKLFJkqr .navbar-caption {
  font-weight: normal;
}
.cid-uzsKLFJkqr .nav-item:focus,
.cid-uzsKLFJkqr .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uzsKLFJkqr .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uzsKLFJkqr .nav-item .nav-link {
    position: relative;
  }
  .cid-uzsKLFJkqr .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uzsKLFJkqr .nav-item:hover .nav-link:before,
  .cid-uzsKLFJkqr .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzsKLFJkqr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #232323;
  background: none;
}
.cid-uzsKLFJkqr .navbar.opened {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-uzsKLFJkqr .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uzsKLFJkqr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uzsKLFJkqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzsKLFJkqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uzsKLFJkqr .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uzsKLFJkqr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzsKLFJkqr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uzsKLFJkqr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uzsKLFJkqr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzsKLFJkqr .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uzsKLFJkqr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uzsKLFJkqr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uzsKLFJkqr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzsKLFJkqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzsKLFJkqr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzsKLFJkqr .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uzsKLFJkqr .dropdown-item.active,
.cid-uzsKLFJkqr .dropdown-item:active {
  background-color: transparent;
}
.cid-uzsKLFJkqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzsKLFJkqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzsKLFJkqr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzsKLFJkqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-uzsKLFJkqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzsKLFJkqr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzsKLFJkqr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzsKLFJkqr .navbar-buttons {
  text-align: center;
}
.cid-uzsKLFJkqr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uzsKLFJkqr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzsKLFJkqr .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-uzsKLFJkqr .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-uzsKLFJkqr .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uzsKLFJkqr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzsKLFJkqr a.nav-link .mbr-iconfont-btn,
.cid-uzsKLFJkqr a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uzsKLFJkqr a.nav-link:hover .mbr-iconfont-btn,
.cid-uzsKLFJkqr a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uzsKLFJkqr a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzsKLFJkqr .navbar {
    height: 77px;
  }
  .cid-uzsKLFJkqr .navbar.opened {
    height: auto;
  }
  .cid-uzsKLFJkqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sx5Esy7RLX {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/p1220021-optimised1920-1920x1442.jpg");
}
.cid-sx5Esy7RLX H2 {
  color: #ffffff;
}
.cid-sGwZywiS1y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGwZywiS1y .mbr-text {
  color: #767676;
}
.cid-sGwZywiS1y .card-subtitle {
  margin: 0;
}
.cid-sGwZywiS1y .link {
  margin: 0;
}
.cid-sGwZywiS1y .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sGwZywiS1y .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sGwZywiS1y img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-sGwZywiS1y .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-sGwZywiS1y .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sGwZywiS1y .card-img:hover:before {
  opacity: 0.4;
}
.cid-sGwZywiS1y .card-img:hover img {
  transform: scale(1.05);
}
.cid-sGwZywiS1y .row {
  justify-content: center;
}
.cid-sGwZywiS1y .card {
  margin-bottom: 4rem;
}
.cid-sGwZywiS1y .mbr-text,
.cid-sGwZywiS1y .link {
  color: #232323;
}
.cid-sGwX6idrld {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-sGwX6idrld .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sGwX6idrld .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sGwX6idrld .mbr-text,
.cid-sGwX6idrld .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sGwX6idrld .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sx5GW0kjIR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sx5GW0kjIR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sx5GW0kjIR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sx5GW0kjIR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sx5GW0kjIR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sx5GW0kjIR .row > .row {
  display: block;
}
.cid-sx5GW0kjIR .mbr-gallery-item {
  width: 100%;
}
.cid-sx5GW0kjIR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sx5GW0kjIR .mbr-gallery-item > div {
  position: relative;
}
.cid-sx5GW0kjIR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sx5GW0kjIR .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sx5GW0kjIR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sx5GW0kjIR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sGwe6vpIYq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .content {
    text-align: center;
  }
  .cid-sGwe6vpIYq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sGwe6vpIYq .logo-subtitle {
  color: #8d97ad;
}
.cid-sGwe6vpIYq .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sGwe6vpIYq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sGwe6vpIYq .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sGwe6vpIYq .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sGwe6vpIYq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sGwe6vpIYq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sGwe6vpIYq .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sGwe6vpIYq .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sGwe6vpIYq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGwe6vpIYq .list-item {
  display: flex;
}
.cid-sGwe6vpIYq .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sGwe6vpIYq ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sGwe6vpIYq ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sGwe6vpIYq ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sGwe6vpIYq .logo-subtitle,
.cid-sGwe6vpIYq .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-uzsKLFJkqr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzsKLFJkqr .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uzsKLFJkqr .nav-item,
.cid-uzsKLFJkqr .nav-link,
.cid-uzsKLFJkqr .navbar-caption {
  font-weight: normal;
}
.cid-uzsKLFJkqr .nav-item:focus,
.cid-uzsKLFJkqr .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uzsKLFJkqr .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uzsKLFJkqr .nav-item .nav-link {
    position: relative;
  }
  .cid-uzsKLFJkqr .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uzsKLFJkqr .nav-item:hover .nav-link:before,
  .cid-uzsKLFJkqr .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzsKLFJkqr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #232323;
  background: none;
}
.cid-uzsKLFJkqr .navbar.opened {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-uzsKLFJkqr .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uzsKLFJkqr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uzsKLFJkqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzsKLFJkqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uzsKLFJkqr .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uzsKLFJkqr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzsKLFJkqr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uzsKLFJkqr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uzsKLFJkqr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzsKLFJkqr .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uzsKLFJkqr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uzsKLFJkqr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uzsKLFJkqr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzsKLFJkqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzsKLFJkqr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzsKLFJkqr .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uzsKLFJkqr .dropdown-item.active,
.cid-uzsKLFJkqr .dropdown-item:active {
  background-color: transparent;
}
.cid-uzsKLFJkqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzsKLFJkqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzsKLFJkqr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzsKLFJkqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-uzsKLFJkqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzsKLFJkqr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzsKLFJkqr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzsKLFJkqr .navbar-buttons {
  text-align: center;
}
.cid-uzsKLFJkqr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uzsKLFJkqr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzsKLFJkqr .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-uzsKLFJkqr .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-uzsKLFJkqr .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uzsKLFJkqr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzsKLFJkqr a.nav-link .mbr-iconfont-btn,
.cid-uzsKLFJkqr a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uzsKLFJkqr a.nav-link:hover .mbr-iconfont-btn,
.cid-uzsKLFJkqr a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uzsKLFJkqr a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzsKLFJkqr .navbar {
    height: 77px;
  }
  .cid-uzsKLFJkqr .navbar.opened {
    height: auto;
  }
  .cid-uzsKLFJkqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGxoXtm5Av {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/p12109981920-1920x1442.jpg");
}
.cid-sGxoXtm5Av img {
  border-radius: 0px;
}
.cid-sGxoXtm5Av .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sGxoXtm5Av .date {
  text-transform: uppercase;
  color: #5b686b;
  text-align: left;
  padding-top: 1rem;
}
.cid-sGxoXtm5Av .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sGxoXtm5Av .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sGxoXtm5Av .right {
  display: flex;
  flex-direction: column;
}
.cid-sGxoXtm5Av .mbr-section-btn {
  border: 2px solid #5b686b;
  width: auto;
}
.cid-sGxoXtm5Av .mbr-section-btn:hover {
  background-color: #5b686b;
  border: 2px solid #5b686b;
}
.cid-sGxoXtm5Av .card-heading {
  padding-top: 0;
  text-align: center;
  color: #ffffff;
}
.cid-sGxoXtm5Av .mbr-text {
  padding-top: 10px;
  text-align: center;
  color: #ffffff;
}
#RS6STARContactFormGRRCV3-i h3 {
  font-size: 46px;
}
#RS6STARContactFormGRRCV3-i small {
  font-size: 26px;
}
#RS6STARContactFormGRRCV3-i .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormGRRCV3-i .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormGRRCV3-i .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormGRRCV3-i .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormGRRCV3-i .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormGRRCV3-i #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormGRRCV3-i #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormGRRCV3-i #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormGRRCV3-i #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormGRRCV3-i #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormGRRCV3-i #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormGRRCV3-i #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormGRRCV3-i #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormGRRCV3-i #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormGRRCV3-i #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormGRRCV3-i #sendbutton {
  text-align: left;
}
#RS6STARContactFormGRRCV3-i .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormGRRCV3-i .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormGRRCV3-i .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormGRRCV3-i .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormGRRCV3-i .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormGRRCV3-i .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormGRRCV3-i #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormGRRCV3-i #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormGRRCV3-i #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormGRRCV3-i #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormGRRCV3-i #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormGRRCV3-i #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormGRRCV3-i #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormGRRCV3-i #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormGRRCV3-i #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormGRRCV3-i #optcheck3 {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormGRRCV3-i #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormGRRCV3-i #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormGRRCV3-i #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormGRRCV3-i #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-i #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-i #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormGRRCV3-i #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-i #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-i #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-i #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-i #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormGRRCV3-i #optcheck3 {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormGRRCV3-i .form-control {
  padding: .5em .5em !important;
}
.cid-uzsKnRHtU8 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzsKnRHtU8 .mbr-section-title,
.cid-uzsKnRHtU8 .mbr-section-subtitle {
  text-align: center;
}
.cid-uzsKnRHtU8 .card {
  margin-bottom: 2rem;
}
.cid-uzsKnRHtU8 .cards-wrap {
  background: #f6f7f8;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 48px;
}
.cid-uzsKnRHtU8 .cards-wrap .features-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
}
.cid-uzsKnRHtU8 .cards-wrap .card {
  display: flex;
  flex-direction: row;
}
.cid-uzsKnRHtU8 .cards-wrap .card-img {
  font-size: 40px;
  background: #232323;
  line-height: 68px;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.cid-uzsKnRHtU8 .cards-wrap .card .card-wrapper {
  margin-left: 23px;
  border-radius: 4px;
}
.cid-uzsKnRHtU8 .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-uzsKnRHtU8 .card-wrapper {
    padding: 1rem;
    margin-left: 0 !important;
  }
  .cid-uzsKnRHtU8 .cards-wrap .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .cid-uzsKnRHtU8 .cards-wrap .card .card-img {
    align-self: center;
  }
  .cid-uzsKnRHtU8 * {
    text-align: center;
  }
}
.cid-uzsKnRHtU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsKnRHtU8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsKnRHtU8 .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #111111;
}
.cid-sGwe6vpIYq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .content {
    text-align: center;
  }
  .cid-sGwe6vpIYq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sGwe6vpIYq .logo-subtitle {
  color: #8d97ad;
}
.cid-sGwe6vpIYq .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sGwe6vpIYq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sGwe6vpIYq .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sGwe6vpIYq .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sGwe6vpIYq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sGwe6vpIYq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sGwe6vpIYq .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sGwe6vpIYq .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sGwe6vpIYq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGwe6vpIYq .list-item {
  display: flex;
}
.cid-sGwe6vpIYq .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sGwe6vpIYq ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sGwe6vpIYq ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sGwe6vpIYq ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sGwe6vpIYq .logo-subtitle,
.cid-sGwe6vpIYq .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-uzsKLFJkqr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzsKLFJkqr .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uzsKLFJkqr .nav-item,
.cid-uzsKLFJkqr .nav-link,
.cid-uzsKLFJkqr .navbar-caption {
  font-weight: normal;
}
.cid-uzsKLFJkqr .nav-item:focus,
.cid-uzsKLFJkqr .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uzsKLFJkqr .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uzsKLFJkqr .nav-item .nav-link {
    position: relative;
  }
  .cid-uzsKLFJkqr .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uzsKLFJkqr .nav-item:hover .nav-link:before,
  .cid-uzsKLFJkqr .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzsKLFJkqr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #232323;
  background: none;
}
.cid-uzsKLFJkqr .navbar.opened {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-uzsKLFJkqr .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uzsKLFJkqr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uzsKLFJkqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzsKLFJkqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uzsKLFJkqr .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uzsKLFJkqr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzsKLFJkqr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uzsKLFJkqr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uzsKLFJkqr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzsKLFJkqr .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uzsKLFJkqr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uzsKLFJkqr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uzsKLFJkqr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzsKLFJkqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzsKLFJkqr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzsKLFJkqr .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uzsKLFJkqr .dropdown-item.active,
.cid-uzsKLFJkqr .dropdown-item:active {
  background-color: transparent;
}
.cid-uzsKLFJkqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzsKLFJkqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzsKLFJkqr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzsKLFJkqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-uzsKLFJkqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzsKLFJkqr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzsKLFJkqr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzsKLFJkqr .navbar-buttons {
  text-align: center;
}
.cid-uzsKLFJkqr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uzsKLFJkqr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzsKLFJkqr .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-uzsKLFJkqr .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-uzsKLFJkqr .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uzsKLFJkqr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzsKLFJkqr a.nav-link .mbr-iconfont-btn,
.cid-uzsKLFJkqr a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uzsKLFJkqr a.nav-link:hover .mbr-iconfont-btn,
.cid-uzsKLFJkqr a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uzsKLFJkqr a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzsKLFJkqr .navbar {
    height: 77px;
  }
  .cid-uzsKLFJkqr .navbar.opened {
    height: auto;
  }
  .cid-uzsKLFJkqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sx5KTrzXlD {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #b1a374;
}
.cid-sx5KTrzXlD H2 {
  color: #ffffff;
}
#custom-html-m {
  /* Type valid CSS here */
}
#custom-html-m div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-m p {
  font-size: 60px;
  color: #777;
}
.cid-sGwe6vpIYq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .content {
    text-align: center;
  }
  .cid-sGwe6vpIYq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sGwe6vpIYq .logo-subtitle {
  color: #8d97ad;
}
.cid-sGwe6vpIYq .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sGwe6vpIYq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sGwe6vpIYq .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sGwe6vpIYq .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sGwe6vpIYq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sGwe6vpIYq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sGwe6vpIYq .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sGwe6vpIYq .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sGwe6vpIYq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGwe6vpIYq .list-item {
  display: flex;
}
.cid-sGwe6vpIYq .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sGwe6vpIYq ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sGwe6vpIYq ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sGwe6vpIYq ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sGwe6vpIYq .logo-subtitle,
.cid-sGwe6vpIYq .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-uzsKLFJkqr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzsKLFJkqr .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uzsKLFJkqr .nav-item,
.cid-uzsKLFJkqr .nav-link,
.cid-uzsKLFJkqr .navbar-caption {
  font-weight: normal;
}
.cid-uzsKLFJkqr .nav-item:focus,
.cid-uzsKLFJkqr .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uzsKLFJkqr .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uzsKLFJkqr .nav-item .nav-link {
    position: relative;
  }
  .cid-uzsKLFJkqr .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uzsKLFJkqr .nav-item:hover .nav-link:before,
  .cid-uzsKLFJkqr .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzsKLFJkqr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #232323;
  background: none;
}
.cid-uzsKLFJkqr .navbar.opened {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-uzsKLFJkqr .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uzsKLFJkqr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uzsKLFJkqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzsKLFJkqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uzsKLFJkqr .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uzsKLFJkqr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzsKLFJkqr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uzsKLFJkqr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uzsKLFJkqr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzsKLFJkqr .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uzsKLFJkqr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uzsKLFJkqr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uzsKLFJkqr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzsKLFJkqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzsKLFJkqr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzsKLFJkqr .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uzsKLFJkqr .dropdown-item.active,
.cid-uzsKLFJkqr .dropdown-item:active {
  background-color: transparent;
}
.cid-uzsKLFJkqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzsKLFJkqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzsKLFJkqr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzsKLFJkqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-uzsKLFJkqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzsKLFJkqr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzsKLFJkqr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzsKLFJkqr .navbar-buttons {
  text-align: center;
}
.cid-uzsKLFJkqr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uzsKLFJkqr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzsKLFJkqr .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-uzsKLFJkqr .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-uzsKLFJkqr .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uzsKLFJkqr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzsKLFJkqr a.nav-link .mbr-iconfont-btn,
.cid-uzsKLFJkqr a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uzsKLFJkqr a.nav-link:hover .mbr-iconfont-btn,
.cid-uzsKLFJkqr a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uzsKLFJkqr a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzsKLFJkqr .navbar {
    height: 77px;
  }
  .cid-uzsKLFJkqr .navbar.opened {
    height: auto;
  }
  .cid-uzsKLFJkqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sx5Lqxk15G {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #b1a374;
}
#custom-html-p {
  /* Type valid CSS here */
}
#custom-html-p div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-p p {
  font-size: 60px;
  color: #777;
}
.cid-sGwe6vpIYq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .content {
    text-align: center;
  }
  .cid-sGwe6vpIYq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sGwe6vpIYq .logo-subtitle {
  color: #8d97ad;
}
.cid-sGwe6vpIYq .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sGwe6vpIYq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sGwe6vpIYq .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sGwe6vpIYq .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sGwe6vpIYq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sGwe6vpIYq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sGwe6vpIYq .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sGwe6vpIYq .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sGwe6vpIYq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGwe6vpIYq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGwe6vpIYq .list-item {
  display: flex;
}
.cid-sGwe6vpIYq .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sGwe6vpIYq ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sGwe6vpIYq ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sGwe6vpIYq ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sGwe6vpIYq .logo-subtitle,
.cid-sGwe6vpIYq .media-wrap {
  text-align: center;
  color: #232323;
}
.cid-uzsKLFJkqr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzsKLFJkqr .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uzsKLFJkqr .nav-item,
.cid-uzsKLFJkqr .nav-link,
.cid-uzsKLFJkqr .navbar-caption {
  font-weight: normal;
}
.cid-uzsKLFJkqr .nav-item:focus,
.cid-uzsKLFJkqr .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uzsKLFJkqr .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uzsKLFJkqr .nav-item .nav-link {
    position: relative;
  }
  .cid-uzsKLFJkqr .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uzsKLFJkqr .nav-item:hover .nav-link:before,
  .cid-uzsKLFJkqr .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uzsKLFJkqr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uzsKLFJkqr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #232323;
  background: none;
}
.cid-uzsKLFJkqr .navbar.opened {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-uzsKLFJkqr .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-uzsKLFJkqr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uzsKLFJkqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzsKLFJkqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uzsKLFJkqr .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uzsKLFJkqr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzsKLFJkqr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzsKLFJkqr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uzsKLFJkqr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uzsKLFJkqr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzsKLFJkqr .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uzsKLFJkqr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uzsKLFJkqr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uzsKLFJkqr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzsKLFJkqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzsKLFJkqr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzsKLFJkqr .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uzsKLFJkqr .dropdown-item.active,
.cid-uzsKLFJkqr .dropdown-item:active {
  background-color: transparent;
}
.cid-uzsKLFJkqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzsKLFJkqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzsKLFJkqr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzsKLFJkqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
  z-index: 2;
}
.cid-uzsKLFJkqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzsKLFJkqr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzsKLFJkqr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uzsKLFJkqr .navbar-buttons {
  text-align: center;
}
.cid-uzsKLFJkqr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsKLFJkqr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzsKLFJkqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsKLFJkqr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uzsKLFJkqr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzsKLFJkqr .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-uzsKLFJkqr .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-uzsKLFJkqr .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uzsKLFJkqr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzsKLFJkqr a.nav-link .mbr-iconfont-btn,
.cid-uzsKLFJkqr a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uzsKLFJkqr a.nav-link:hover .mbr-iconfont-btn,
.cid-uzsKLFJkqr a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uzsKLFJkqr a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzsKLFJkqr .navbar {
    height: 77px;
  }
  .cid-uzsKLFJkqr .navbar.opened {
    height: auto;
  }
  .cid-uzsKLFJkqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
