body {
  font-family: 'Montserrat', sans-serif;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5.7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.125rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.9rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.625rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.99rem;
    font-size: calc( 2.645rem + (5.7 - 2.645) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.645rem + (5.7 - 2.645) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.68rem;
    font-size: calc( 0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #de4f15 !important;
}
.bg-success {
  background-color: #00a651 !important;
}
.bg-info {
  background-color: #00b8be !important;
}
.bg-warning {
  background-color: #faa834 !important;
}
.bg-danger {
  background-color: #00aeef !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #de4f15 !important;
  border-color: #de4f15 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #de4f15 !important;
  border-color: #de4f15 !important;
  box-shadow: #de4f15 2px 2px 20px 0px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8f330e !important;
  border-color: #8f330e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #37b838 !important;
  border-color: #37b838 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #37b838 !important;
  border-color: #37b838 !important;
  box-shadow: #37b838 2px 2px 20px 0px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #237524 !important;
  border-color: #237524 !important;
}
.btn-info,
.btn-info:active {
  background-color: #00b8be !important;
  border-color: #00b8be !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #00b8be !important;
  border-color: #00b8be !important;
  box-shadow: #00b8be 2px 2px 20px 0px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #006467 !important;
  border-color: #006467 !important;
}
.btn-success,
.btn-success:active {
  background-color: #00a651 !important;
  border-color: #00a651 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #00a651 !important;
  border-color: #00a651 !important;
  box-shadow: #00a651 2px 2px 20px 0px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #004f27 !important;
  border-color: #004f27 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #faa834 !important;
  border-color: #faa834 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #faa834 !important;
  border-color: #faa834 !important;
  box-shadow: #faa834 2px 2px 20px 0px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d27d05 !important;
  border-color: #d27d05 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #00aeef !important;
  border-color: #00aeef !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #00aeef !important;
  border-color: #00aeef !important;
  box-shadow: #00aeef 2px 2px 20px 0px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #006f98 !important;
  border-color: #006f98 !important;
}
.btn-white {
  color: #de4f15 !important;
  background-color: white;
}
.btn-white,
.btn-white:active {
  background-color: white !important;
  border-color: white !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: white 2px 2px 20px 0px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:active {
  color: #de4f15 !important;
  box-shadow: #de4f15 2px 2px 20px 0px;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: #232323 2px 2px 20px 0px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #de4f15;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8f330e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #de4f15 !important;
  border-color: #de4f15 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #37b838;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #237524 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #37b838 !important;
  border-color: #37b838 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00b8be;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #006467 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #00b8be !important;
  border-color: #00b8be !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00a651;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #004f27 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00a651 !important;
  border-color: #00a651 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #faa834;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d27d05 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #faa834 !important;
  border-color: #faa834 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00aeef;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #006f98 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00aeef !important;
  border-color: #00aeef !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #de4f15 !important;
}
.text-secondary {
  color: #37b838 !important;
}
.text-success {
  color: #00a651 !important;
}
.text-info {
  color: #00b8be !important;
}
.text-warning {
  color: #faa834 !important;
}
.text-danger {
  color: #00aeef !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #812e0c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #206920 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #00401f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #005558 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c37405 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #006489 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #de4f15;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #00b8be;
}
.alert-warning {
  background-color: #faa834;
}
.alert-danger {
  background-color: #00aeef;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #de4f15;
  border-color: #de4f15;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #de4f15;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fad4c5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #26ff90;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3ff9ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffdfb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bcedff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.0625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #de4f15 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.0625rem;
}
blockquote {
  border-color: #de4f15;
}
/* Forms */
.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #de4f15;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #de4f15;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #de4f15;
  border-bottom-color: #de4f15;
}
.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: #de4f15 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #37b838 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23de4f15' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-umQUlUc6uv .navbar {
  padding: 0.2rem 0;
  background: #060c25;
  transition: none;
  min-height: 50px;
}
.cid-umQUlUc6uv .navbar-fixed-top {
  padding-top: 0;
}
.cid-umQUlUc6uv .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-umQUlUc6uv .collapse {
  justify-content: space-between !important;
}
.cid-umQUlUc6uv .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-umQUlUc6uv .mbr-iconfont {
  cursor: pointer;
}
.cid-umQUlUc6uv .nav-item {
  position: relative;
  letter-spacing: 0px;
  font-weight: 200;
}
.cid-umQUlUc6uv .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  opacity: 0.5;
  background: #de4f15;
  border-radius: 50%;
}
.cid-umQUlUc6uv .nav-item span {
  padding-right: 0.2em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-umQUlUc6uv .nav-item:first-child {
  background: #de4f15;
  border-radius: 6px;
}
.cid-umQUlUc6uv .nav-item:first-child a {
  color: #fff;
}
.cid-umQUlUc6uv .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-umQUlUc6uv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umQUlUc6uv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-umQUlUc6uv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-umQUlUc6uv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-umQUlUc6uv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-umQUlUc6uv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-umQUlUc6uv .menu-content-top {
  background: #060c25;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-umQUlUc6uv .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-umQUlUc6uv .dropdown-item,
.cid-umQUlUc6uv .nav-link,
.cid-umQUlUc6uv .brand-name {
  font-style: normal;
}
.cid-umQUlUc6uv .dropdown-item:hover,
.cid-umQUlUc6uv .nav-link:hover,
.cid-umQUlUc6uv .brand-name:hover {
  color: #fff !important;
}
.cid-umQUlUc6uv .dropdown-menu {
  background-color: #160830;
}
.cid-umQUlUc6uv .dropdown-item:active {
  background-color: #160830;
}
.cid-umQUlUc6uv .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-umQUlUc6uv .navbar-dropdown.bg-color.transparent.opened {
  background: #060c25;
}
.cid-umQUlUc6uv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-umQUlUc6uv .content-text {
  margin-bottom: 0;
}
.cid-umQUlUc6uv .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-umQUlUc6uv .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #de4f15;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-umQUlUc6uv .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-umQUlUc6uv .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-umQUlUc6uv .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-umQUlUc6uv .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-umQUlUc6uv .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-umQUlUc6uv .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-umQUlUc6uv .nav-dropdown .link {
  font-weight: 400;
}
.cid-umQUlUc6uv .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-umQUlUc6uv .content-right-side {
  text-align: center;
}
.cid-umQUlUc6uv .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-umQUlUc6uv .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-umQUlUc6uv .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-umQUlUc6uv .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-umQUlUc6uv .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-umQUlUc6uv .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-umQUlUc6uv .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-umQUlUc6uv .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-umQUlUc6uv .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-umQUlUc6uv .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-umQUlUc6uv .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-umQUlUc6uv .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-umQUlUc6uv .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-umQUlUc6uv .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-umQUlUc6uv .navbar {
    display: block;
    padding: 0;
  }
  .cid-umQUlUc6uv .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-umQUlUc6uv .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-umQUlUc6uv .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-umQUlUc6uv .navbar-toggler {
    display: none;
  }
}
.cid-umQUlUc6uv .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-umQUlUc6uv .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-umQUlUc6uv .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-umQUlUc6uv .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-umQUlUc6uv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-umQUlUc6uv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-umQUlUc6uv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-umQUlUc6uv .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-umQUlUc6uv .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-umQUlUc6uv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-umQUlUc6uv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umQUlUc6uv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-umQUlUc6uv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-umQUlUc6uv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-umQUlUc6uv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-umQUlUc6uv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umQUlUc6uv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-umQUlUc6uv .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-umQUlUc6uv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-umQUlUc6uv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-umQUlUc6uv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-umQUlUc6uv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-umQUlUc6uv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-umQUlUc6uv button.navbar-toggler:focus {
  outline: none;
}
.cid-umQUlUc6uv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umQUlUc6uv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umQUlUc6uv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umQUlUc6uv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umQUlUc6uv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umQUlUc6uv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umQUlUc6uv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umQUlUc6uv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umQUlUc6uv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umQUlUc6uv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umQUlUc6uv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umQUlUc6uv .collapsed .btn {
  display: flex;
}
.cid-umQUlUc6uv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-umQUlUc6uv .collapsed .navbar-collapse.collapsing,
.cid-umQUlUc6uv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-umQUlUc6uv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-umQUlUc6uv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-umQUlUc6uv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-umQUlUc6uv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-umQUlUc6uv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-umQUlUc6uv .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-umQUlUc6uv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-umQUlUc6uv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-umQUlUc6uv .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-umQUlUc6uv .collapsed button.navbar-toggler {
  display: block;
}
.cid-umQUlUc6uv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-umQUlUc6uv .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-umQUlUc6uv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-umQUlUc6uv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-umQUlUc6uv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-umQUlUc6uv .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-umQUlUc6uv .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-umQUlUc6uv .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-umQUlUc6uv .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-umQUlUc6uv .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-umQUlUc6uv .navbar-collapse.collapsing,
  .cid-umQUlUc6uv .navbar-collapse.show {
    display: block !important;
  }
  .cid-umQUlUc6uv .navbar-collapse.collapsing .navbar-nav,
  .cid-umQUlUc6uv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-umQUlUc6uv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-umQUlUc6uv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-umQUlUc6uv .navbar-collapse.collapsing .navbar-buttons,
  .cid-umQUlUc6uv .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-umQUlUc6uv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-umQUlUc6uv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-umQUlUc6uv img {
    height: 3.8rem !important;
  }
  .cid-umQUlUc6uv .btn {
    display: flex;
  }
  .cid-umQUlUc6uv button.navbar-toggler {
    display: block;
  }
  .cid-umQUlUc6uv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-umQUlUc6uv .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-umQUlUc6uv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-umQUlUc6uv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-umQUlUc6uv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-umQUlUc6uv .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-umQUlUc6uv .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-umQUlUc6uv .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-umQUlUc6uv .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-umQUlUc6uv .nav-link:focus {
  outline: none;
}
.cid-umQUlUc6uv .navbar-toggler {
  position: relative;
}
.cid-umQUlUc6uv .dropdown-item.active,
.cid-umQUlUc6uv .dropdown-item:active {
  color: initial;
}
.cid-umQUlUc6uv .widget-title,
.cid-umQUlUc6uv .widget-icon {
  color: #ffffff;
}
.cid-umQUlUc6uv .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-umQUlUc6uv .menu-logo {
    display: block;
  }
  .cid-umQUlUc6uv .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-umQUlUc6uv .nav-item:before {
    content: none;
  }
  .cid-umQUlUc6uv .navbar {
    padding: 0;
  }
  .cid-umQUlUc6uv .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-umQUlUc6uv button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
    position: fixed;
    right: 5px;
    top: 0px;
  }
  .cid-umQUlUc6uv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
    position: fixed;
    left: 0px;
    top: -5px;
  }
  .cid-umQUlUc6uv .navbar.navbar-short {
    min-height: 70px !important;
    transition: all 0.2s;
  }
  .cid-umQUlUc6uv .navbar-collapse.show {
    display: block !important;
    padding-top: 70px;
    transition: all 0.2s;
  }
}
.cid-umRwtrmKca {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg1-2-2000x1000.webp");
}
.cid-umRwtrmKca .mbr-overlay {
  background: #160830;
  opacity: 0.6;
}
.cid-umRwtrmKca .mbr-section-number {
  border: 1px solid currentColor;
  border-radius: 2rem;
  padding: 2rem 2rem;
  color: #ffffff;
  width: fit-content;
  display: inline-block;
}
.cid-umRwtrmKca .item:focus,
.cid-umRwtrmKca span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-umRwtrmKca .align-right {
    text-align: center;
  }
}
.cid-umRwtrmKca .card-wrapper {
  background: transparent;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-umRwtrmKca .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-umRwtrmKca .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umRwtrmKca .item {
    margin-bottom: 1rem;
  }
}
.cid-umRwtrmKca .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-umRwtrmKca .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-umRwtrmKca .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-umRwtrmKca .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-umRwtrmKca .item-wrapper {
  position: relative;
  background: #de4f15;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-umRwtrmKca .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-umRwtrmKca .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-umRwtrmKca .mbr-text,
.cid-umRwtrmKca .item .mbr-section-btn {
  text-align: center;
}
.cid-umRwtrmKca .mbr-number {
  color: #f0466a;
}
.cid-umRwtrmKca .mbr-section-subtitle,
.cid-umRwtrmKca .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-umRwtrmKca .mbr-text {
  text-align: left;
}
.cid-umRwtrmKca .mbr-text,
.cid-umRwtrmKca .mbr-card-btn {
  text-align: left;
}
.cid-umRwtrmKca .mbr-text,
.cid-umRwtrmKca .mbr-section-btn {
  text-align: left;
}
.cid-umRwtrmKca .mbr-text,
.cid-umRwtrmKca .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-umRwtrmKca .card-text,
.cid-umRwtrmKca .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-umRwtrmKca .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-umciqPsqvR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-umciqPsqvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-umciqPsqvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umciqPsqvR .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-umciqPsqvR .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-umciqPsqvR .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-umciqPsqvR .image-wrapper {
  padding: 0;
}
.cid-umciqPsqvR .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-umRu4uIpdc {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-focus-2000x1000.webp");
}
.cid-umRu4uIpdc .mbr-text,
.cid-umRu4uIpdc .mbr-section-btn {
  color: #060c25;
}
.cid-umRu4uIpdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-umRu4uIpdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umRu4uIpdc .mbr-section-title {
  color: #060c25;
}
.cid-umRJl8VkRc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.cid-umRJl8VkRc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-umRJl8VkRc .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-umRJl8VkRc .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-umRJl8VkRc .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-umRJl8VkRc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-umRJl8VkRc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-umRJl8VkRc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-umRJl8VkRc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-umRJl8VkRc .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-umRJl8VkRc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umRJl8VkRc .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-umRJl8VkRc .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #078efb;
}
.cid-umRJl8VkRc .embla__slide .slide-content {
  width: 100%;
}
.cid-umRJl8VkRc .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-umRJl8VkRc .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-umRJl8VkRc .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-umRJl8VkRc .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-umRJl8VkRc .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-umRJl8VkRc .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-umRJl8VkRc .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-umRJl8VkRc .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-umRJl8VkRc .embla__button--next,
.cid-umRJl8VkRc .embla__button--prev {
  display: flex;
}
.cid-umRJl8VkRc .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-umRJl8VkRc .embla__button:hover {
  transform: scale(1.05);
}
.cid-umRJl8VkRc .embla__button.embla__button--prev {
  left: 0;
}
.cid-umRJl8VkRc .embla__button.embla__button--next {
  right: 0;
}
.cid-umRJl8VkRc .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-umRJl8VkRc .embla {
    margin-bottom: 38px;
  }
}
.cid-umRJl8VkRc .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-umRJl8VkRc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umRJl8VkRc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umRJl8VkRc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umRJl8VkRc .item-menu-overlay {
  opacity: 0 !important;
}
.cid-umRJl8VkRc .mbr-section-title {
  color: #ffffff;
}
.cid-umRJl8VkRc .mbr-text,
.cid-umRJl8VkRc .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-umRJl8VkRc .mbr-desc,
.cid-umRJl8VkRc .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-umRJl8VkRc .item-title,
.cid-umRJl8VkRc .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-umRJl8VkRc .item-text,
.cid-umRJl8VkRc .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-umRJl8VkRc .mbr-section-title,
.cid-umRJl8VkRc .mbr-section-btn {
  text-align: center;
  color: #060c25;
}
.cid-umRPpj0j3Q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8eded;
}
.cid-umRPpj0j3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-umRPpj0j3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umRPpj0j3Q .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-umRPpj0j3Q .main-container {
    margin-bottom: 70px;
  }
}
.cid-umRPpj0j3Q .mbr-title {
  color: #000000;
}
.cid-umRPpj0j3Q .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-umRPpj0j3Q .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-umRPpj0j3Q .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-umRPpj0j3Q .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-umRPpj0j3Q .card {
  border-radius: 0;
}
.cid-umRPpj0j3Q .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-umRPpj0j3Q .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-umRPpj0j3Q .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-umRPpj0j3Q .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-umRPpj0j3Q .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umRPpj0j3Q .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #de4f15;
  margin: 0 2px;
}
.cid-umRPpj0j3Q .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umRPpj0j3Q .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-umRPpj0j3Q .card-text {
  color: #747474;
  margin-bottom: 30px;
}
.cid-umRPpj0j3Q .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-umRPpj0j3Q .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-umRPpj0j3Q .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-umRPpj0j3Q .card-name {
  color: #000000;
}
.cid-umRPpj0j3Q .card-prof {
  color: #747474;
}
.cid-uo9wqPRdb2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #060c25;
}
.cid-uo9wqPRdb2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9wqPRdb2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9wqPRdb2 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uo9wqPRdb2 .title-wrapper .mbr-section-title span {
  color: #de4f15;
}
@media (max-width: 992px) {
  .cid-uo9wqPRdb2 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uo9wqPRdb2 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uo9wqPRdb2 .item {
    margin-bottom: 16px;
  }
}
.cid-uo9wqPRdb2 .item:last-child {
  margin-bottom: 0;
}
.cid-uo9wqPRdb2 .item:hover .item-wrapper .item-img img,
.cid-uo9wqPRdb2 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uo9wqPRdb2 .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uo9wqPRdb2 .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uo9wqPRdb2 .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uo9wqPRdb2 .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uo9wqPRdb2 .item .item-wrapper .item-content .item-title_1,
.cid-uo9wqPRdb2 .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uo9wqPRdb2 .item .item-wrapper .item-content .item-text_1,
.cid-uo9wqPRdb2 .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uo9wqPRdb2 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uo9wqPRdb2 .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uo9wqPRdb2 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uo9wqPRdb2 .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uo9wqPRdb2 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uo9wqPRdb2 .item .card_1 {
  background-color: #de4f15;
}
.cid-uo9wqPRdb2 .item .card_2 {
  background-color: #de4f15;
}
.cid-uo9wqPRdb2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uo9wqPRdb2 .item-title_1 {
  color: #ffffff;
}
.cid-uo9wqPRdb2 .item-title_2 {
  color: #ffffff;
}
.cid-uo9wqPRdb2 .item-text_1 {
  color: #f5a11b;
}
.cid-uo9wqPRdb2 .item-text_2 {
  color: #ff543d;
}
.cid-uo9wqPRdb2 .item-text_1,
.cid-uo9wqPRdb2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uo9wqPRdb2 .item-text_2,
.cid-uo9wqPRdb2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uoaswL7FG9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background16.webp");
}
.cid-uoaswL7FG9 .mbr-section-subtitle {
  color: #060c25;
  text-transform: uppercase;
}
.cid-uoaswL7FG9 .mbr-section-title {
  color: #060c25;
  margin-bottom: 40px;
}
.cid-uoaswL7FG9 .counter {
  color: #fff;
  display: inline-flex;
  background-color: #de4f15;
  margin-top: 40px;
  margin-bottom: 0px;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 10px;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  box-shadow: rgba(255, 255, 255, 0.1) 0px -2px 0px 0px inset;
  width: 100%;
}
.cid-uoaswL7FG9 .number {
  padding-right: 20px;
  margin-bottom: 0px;
  font-size: 2.75rem;
  line-height: 50px;
}
.cid-uoaswL7FG9 .description {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
}
.cid-uoaswL7FG9 .link {
  display: inline-block;
}
.cid-uoaswL7FG9 .resume-link {
  display: inline-block;
  margin-top: 40px;
  color: #fff;
}
.cid-uoaswL7FG9 a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-top: -3px;
  background-color: currentColor;
  transition-property: width;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  vertical-align: middle;
  margin-right: 7px;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.cid-uoaswL7FG9 .link:hover a::before {
  width: 30px;
}
.cid-uog1EOSSVL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #060c25;
}
.cid-uog1EOSSVL .mbr-social-likes {
  font-size: 0;
}
.cid-uog1EOSSVL .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uog1EOSSVL .socicon-bg-facebook:hover {
  background: #de4f15;
}
.cid-uog1EOSSVL .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uog1EOSSVL .socicon-bg-twitter:hover {
  background: #de4f15;
}
.cid-uog1EOSSVL .socicon-bg-behance {
  color: #ffffff;
}
.cid-uog1EOSSVL .socicon-bg-behance:hover {
  background: #de4f15;
}
.cid-uog1EOSSVL .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uog1EOSSVL .socicon-bg-instagram:hover {
  background: #de4f15;
}
.cid-uog1EOSSVL .btn-social {
  background: #de4f15;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uog1EOSSVL .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uog1EOSSVL [class^="socicon-"]:before,
.cid-uog1EOSSVL [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uog1EOSSVL .mbr-section-title,
.cid-uog1EOSSVL .mbr-social-likes {
  color: #f4f4f4;
}
.cid-uofXWMLHnr {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #060c25;
}
.cid-uofXWMLHnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofXWMLHnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofXWMLHnr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uofXWMLHnr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uofXWMLHnr .row {
    text-align: center;
  }
  .cid-uofXWMLHnr .row > div {
    margin: auto;
  }
  .cid-uofXWMLHnr .social-row {
    justify-content: center;
  }
}
.cid-uofXWMLHnr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uofXWMLHnr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uofXWMLHnr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uofXWMLHnr .list {
    margin-bottom: 0rem;
  }
}
.cid-uofXWMLHnr .mbr-text {
  color: #bbbbbb;
}
.cid-uofXWMLHnr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uofXWMLHnr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uofXWMLHnr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uoaBLHUn9G .navbar {
  padding: 0.2rem 0;
  background: #060c25;
  transition: none;
  min-height: 50px;
}
.cid-uoaBLHUn9G .navbar-fixed-top {
  padding-top: 0;
}
.cid-uoaBLHUn9G .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uoaBLHUn9G .collapse {
  justify-content: space-between !important;
}
.cid-uoaBLHUn9G .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uoaBLHUn9G .mbr-iconfont {
  cursor: pointer;
}
.cid-uoaBLHUn9G .nav-item {
  position: relative;
  letter-spacing: 0px;
  font-weight: 200;
}
.cid-uoaBLHUn9G .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  opacity: 0.5;
  background: #de4f15;
  border-radius: 50%;
}
.cid-uoaBLHUn9G .nav-item span {
  padding-right: 0.2em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uoaBLHUn9G .nav-item:first-child {
  background: #de4f15;
  border-radius: 6px;
}
.cid-uoaBLHUn9G .nav-item:first-child a {
  color: #fff;
}
.cid-uoaBLHUn9G .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uoaBLHUn9G .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uoaBLHUn9G .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uoaBLHUn9G .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uoaBLHUn9G .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uoaBLHUn9G .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uoaBLHUn9G .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uoaBLHUn9G .menu-content-top {
  background: #060c25;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-uoaBLHUn9G .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-uoaBLHUn9G .dropdown-item,
.cid-uoaBLHUn9G .nav-link,
.cid-uoaBLHUn9G .brand-name {
  font-style: normal;
}
.cid-uoaBLHUn9G .dropdown-item:hover,
.cid-uoaBLHUn9G .nav-link:hover,
.cid-uoaBLHUn9G .brand-name:hover {
  color: #fff !important;
}
.cid-uoaBLHUn9G .dropdown-menu {
  background-color: #160830;
}
.cid-uoaBLHUn9G .dropdown-item:active {
  background-color: #160830;
}
.cid-uoaBLHUn9G .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-uoaBLHUn9G .navbar-dropdown.bg-color.transparent.opened {
  background: #060c25;
}
.cid-uoaBLHUn9G .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoaBLHUn9G .content-text {
  margin-bottom: 0;
}
.cid-uoaBLHUn9G .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uoaBLHUn9G .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #de4f15;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uoaBLHUn9G .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uoaBLHUn9G .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uoaBLHUn9G .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uoaBLHUn9G .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uoaBLHUn9G .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uoaBLHUn9G .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoaBLHUn9G .nav-dropdown .link {
  font-weight: 400;
}
.cid-uoaBLHUn9G .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uoaBLHUn9G .content-right-side {
  text-align: center;
}
.cid-uoaBLHUn9G .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uoaBLHUn9G .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uoaBLHUn9G .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uoaBLHUn9G .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uoaBLHUn9G .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uoaBLHUn9G .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uoaBLHUn9G .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uoaBLHUn9G .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uoaBLHUn9G .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uoaBLHUn9G .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uoaBLHUn9G .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uoaBLHUn9G .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uoaBLHUn9G .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoaBLHUn9G .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uoaBLHUn9G .navbar {
    display: block;
    padding: 0;
  }
  .cid-uoaBLHUn9G .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoaBLHUn9G .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uoaBLHUn9G .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uoaBLHUn9G .navbar-toggler {
    display: none;
  }
}
.cid-uoaBLHUn9G .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uoaBLHUn9G .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uoaBLHUn9G .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uoaBLHUn9G .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uoaBLHUn9G .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uoaBLHUn9G .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uoaBLHUn9G .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uoaBLHUn9G .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoaBLHUn9G .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uoaBLHUn9G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoaBLHUn9G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoaBLHUn9G .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uoaBLHUn9G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uoaBLHUn9G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoaBLHUn9G .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uoaBLHUn9G .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoaBLHUn9G .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uoaBLHUn9G .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uoaBLHUn9G .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uoaBLHUn9G .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uoaBLHUn9G .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uoaBLHUn9G .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uoaBLHUn9G button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-uoaBLHUn9G button.navbar-toggler:focus {
  outline: none;
}
.cid-uoaBLHUn9G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoaBLHUn9G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoaBLHUn9G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaBLHUn9G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaBLHUn9G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoaBLHUn9G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaBLHUn9G nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoaBLHUn9G nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoaBLHUn9G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaBLHUn9G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoaBLHUn9G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoaBLHUn9G .collapsed .btn {
  display: flex;
}
.cid-uoaBLHUn9G .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uoaBLHUn9G .collapsed .navbar-collapse.collapsing,
.cid-uoaBLHUn9G .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uoaBLHUn9G .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uoaBLHUn9G .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uoaBLHUn9G .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uoaBLHUn9G .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uoaBLHUn9G .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uoaBLHUn9G .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uoaBLHUn9G .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uoaBLHUn9G .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uoaBLHUn9G .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uoaBLHUn9G .collapsed button.navbar-toggler {
  display: block;
}
.cid-uoaBLHUn9G .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uoaBLHUn9G .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uoaBLHUn9G .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uoaBLHUn9G .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uoaBLHUn9G .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uoaBLHUn9G .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uoaBLHUn9G .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uoaBLHUn9G .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uoaBLHUn9G .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uoaBLHUn9G .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uoaBLHUn9G .navbar-collapse.collapsing,
  .cid-uoaBLHUn9G .navbar-collapse.show {
    display: block !important;
  }
  .cid-uoaBLHUn9G .navbar-collapse.collapsing .navbar-nav,
  .cid-uoaBLHUn9G .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uoaBLHUn9G .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uoaBLHUn9G .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uoaBLHUn9G .navbar-collapse.collapsing .navbar-buttons,
  .cid-uoaBLHUn9G .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uoaBLHUn9G .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uoaBLHUn9G .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uoaBLHUn9G img {
    height: 3.8rem !important;
  }
  .cid-uoaBLHUn9G .btn {
    display: flex;
  }
  .cid-uoaBLHUn9G button.navbar-toggler {
    display: block;
  }
  .cid-uoaBLHUn9G .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uoaBLHUn9G .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uoaBLHUn9G .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uoaBLHUn9G .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uoaBLHUn9G .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uoaBLHUn9G .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uoaBLHUn9G .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uoaBLHUn9G .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uoaBLHUn9G .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uoaBLHUn9G .nav-link:focus {
  outline: none;
}
.cid-uoaBLHUn9G .navbar-toggler {
  position: relative;
}
.cid-uoaBLHUn9G .dropdown-item.active,
.cid-uoaBLHUn9G .dropdown-item:active {
  color: initial;
}
.cid-uoaBLHUn9G .widget-title,
.cid-uoaBLHUn9G .widget-icon {
  color: #ffffff;
}
.cid-uoaBLHUn9G .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uoaBLHUn9G .menu-logo {
    display: block;
  }
  .cid-uoaBLHUn9G .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uoaBLHUn9G .nav-item:before {
    content: none;
  }
  .cid-uoaBLHUn9G .navbar {
    padding: 0;
  }
  .cid-uoaBLHUn9G .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uoaBLHUn9G button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
    position: fixed;
    right: 5px;
    top: 0px;
  }
  .cid-uoaBLHUn9G .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
    position: fixed;
    left: 0px;
    top: -5px;
  }
  .cid-uoaBLHUn9G .navbar.navbar-short {
    min-height: 70px !important;
    transition: all 0.2s;
  }
  .cid-uoaBLHUn9G .navbar-collapse.show {
    display: block !important;
    padding-top: 70px;
    transition: all 0.2s;
  }
}
.cid-uoaBRAVJuS {
  padding-top: 14rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uoaBRAVJuS .mbr-text,
.cid-uoaBRAVJuS .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uoaBRAVJuS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uoaBRAVJuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaBRAVJuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoaBLJwDV6 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-focus-2000x1000.webp");
}
.cid-uoaBLJwDV6 .mbr-text,
.cid-uoaBLJwDV6 .mbr-section-btn {
  color: #060c25;
}
.cid-uoaBLJwDV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaBLJwDV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoaBLJwDV6 .mbr-section-title {
  color: #060c25;
}
.cid-uoaBLK5gy1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.cid-uoaBLK5gy1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uoaBLK5gy1 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uoaBLK5gy1 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uoaBLK5gy1 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uoaBLK5gy1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoaBLK5gy1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoaBLK5gy1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoaBLK5gy1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uoaBLK5gy1 .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uoaBLK5gy1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uoaBLK5gy1 .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uoaBLK5gy1 .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #078efb;
}
.cid-uoaBLK5gy1 .embla__slide .slide-content {
  width: 100%;
}
.cid-uoaBLK5gy1 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uoaBLK5gy1 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uoaBLK5gy1 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uoaBLK5gy1 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uoaBLK5gy1 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uoaBLK5gy1 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uoaBLK5gy1 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoaBLK5gy1 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uoaBLK5gy1 .embla__button--next,
.cid-uoaBLK5gy1 .embla__button--prev {
  display: flex;
}
.cid-uoaBLK5gy1 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uoaBLK5gy1 .embla__button:hover {
  transform: scale(1.05);
}
.cid-uoaBLK5gy1 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uoaBLK5gy1 .embla__button.embla__button--next {
  right: 0;
}
.cid-uoaBLK5gy1 .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uoaBLK5gy1 .embla {
    margin-bottom: 38px;
  }
}
.cid-uoaBLK5gy1 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uoaBLK5gy1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoaBLK5gy1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoaBLK5gy1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoaBLK5gy1 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uoaBLK5gy1 .mbr-section-title {
  color: #ffffff;
}
.cid-uoaBLK5gy1 .mbr-text,
.cid-uoaBLK5gy1 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uoaBLK5gy1 .mbr-desc,
.cid-uoaBLK5gy1 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uoaBLK5gy1 .item-title,
.cid-uoaBLK5gy1 .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uoaBLK5gy1 .item-text,
.cid-uoaBLK5gy1 .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uoaBLK5gy1 .mbr-section-title,
.cid-uoaBLK5gy1 .mbr-section-btn {
  text-align: center;
  color: #060c25;
}
.cid-uoaCAYeJOr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f4f4f4;
}
.cid-uoaCAYeJOr .mbr-shop {
  display: table;
  width: 100%;
  margin: 0;
}
.cid-uoaCAYeJOr .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uoaCAYeJOr .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uoaCAYeJOr .btn {
  padding: 0.6rem 2rem;
}
.cid-uoaCAYeJOr .mbr-section-btn {
  text-align: left;
}
.cid-uoaCAYeJOr .img_wraper img {
  border-radius: 8px !important;
}
.cid-uoaCAYeJOr .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uoaCAYeJOr .mbr-shop .shopItemsModal_wraper {
  left: 0rem;
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uoaCAYeJOr .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uoaCAYeJOr .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uoaCAYeJOr .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uoaCAYeJOr .mbr-shop .hide-modal {
  display: none;
}
.cid-uoaCAYeJOr .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uoaCAYeJOr .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uoaCAYeJOr .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uoaCAYeJOr .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uoaCAYeJOr .mbr-shop .shopItemsModal .close-modal {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uoaCAYeJOr .mbr-shop .shopItemsModal .close-modal:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uoaCAYeJOr .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uoaCAYeJOr .mbr-shop .filter-by-pu,
.cid-uoaCAYeJOr .mbr-shop .filter-by-pd,
.cid-uoaCAYeJOr .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uoaCAYeJOr .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uoaCAYeJOr .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uoaCAYeJOr .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uoaCAYeJOr .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uoaCAYeJOr .mbr-shop .galleryItem h4,
.cid-uoaCAYeJOr .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uoaCAYeJOr .mbr-shop .galleryItem h5,
.cid-uoaCAYeJOr .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uoaCAYeJOr .mbr-shop .galleryItem p,
.cid-uoaCAYeJOr .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uoaCAYeJOr .mbr-shop .item-button {
  text-align: center;
}
.cid-uoaCAYeJOr .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uoaCAYeJOr .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uoaCAYeJOr .mbr-shop .sidebar {
  margin-top: 15px;
  position: relative;
}
.cid-uoaCAYeJOr .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uoaCAYeJOr .sidebar-background {
  padding-top: 2rem;
}
.cid-uoaCAYeJOr .mbr-shop .sidebar-background:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-uoaCAYeJOr .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uoaCAYeJOr .mbr-shop .bestsellers .onsale {
  top: -15px;
  font-weight: 700 !important;
}
.cid-uoaCAYeJOr a {
  font-weight: 700 !important;
}
.cid-uoaCAYeJOr li {
  font-weight: 700 !important;
}
.cid-uoaCAYeJOr .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uoaCAYeJOr .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uoaCAYeJOr .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uoaCAYeJOr .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uoaCAYeJOr .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uoaCAYeJOr .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uoaCAYeJOr .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uoaCAYeJOr .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uoaCAYeJOr .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uoaCAYeJOr .mbr-shop .onsale {
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  color: #354463;
  padding: 3px 14px 5px 14px;
  background: #de4f15;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uoaCAYeJOr .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uoaCAYeJOr .mbr-shop .mbr-gallery-item__hided h4,
.cid-uoaCAYeJOr .mbr-shop .mbr-gallery-item__hided h5,
.cid-uoaCAYeJOr .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uoaCAYeJOr .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uoaCAYeJOr .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uoaCAYeJOr .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uoaCAYeJOr .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uoaCAYeJOr .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uoaCAYeJOr .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uoaCAYeJOr .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #354463;
}
.cid-uoaCAYeJOr .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uoaCAYeJOr .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uoaCAYeJOr .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #de4f15;
  font-weight: bold;
}
.cid-uoaCAYeJOr .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border-radius: 2px;
  font-size: 0;
}
.cid-uoaCAYeJOr .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #de4f15;
  font-weight: normal;
  cursor: pointer;
}
.cid-uoaCAYeJOr .mbr-shop .price-controls input {
  width: 100%;
  background-color: #f0edeb;
  border-radius: 25px;
  color: #87817d;
  font-size: 14px;
  font-weight: 700;
  border: none;
  line-height: 31px;
  height: 50px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uoaCAYeJOr .mbr-shop .range-controls {
  position: relative;
  margin-top: 3.2rem;
}
.cid-uoaCAYeJOr .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uoaCAYeJOr .mbr-shop .range-controls .bar {
  margin-left: 0;
  height: 4px;
  background-color: #e2e3e7;
  border-radius: 4px;
}
.cid-uoaCAYeJOr .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  height: 14px;
  width: 14px;
  border: 2px solid #e2e3e7;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ffffff;
  cursor: pointer;
}
.cid-uoaCAYeJOr .mbr-shop .toggle::after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #354463;
  border-radius: 50%;
}
.cid-uoaCAYeJOr .mbr-shop .toggle:hover,
.cid-uoaCAYeJOr .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uoaCAYeJOr .mbr-shop .min-toggle {
  left: 0;
}
.cid-uoaCAYeJOr .mbr-shop .max-toggle {
  right: 0;
}
.cid-uoaCAYeJOr .mbr-shop .hided-by-price {
  display: none;
}
.cid-uoaCAYeJOr .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uoaCAYeJOr .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uoaCAYeJOr .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uoaCAYeJOr .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uoaCAYeJOr .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uoaCAYeJOr .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uoaCAYeJOr .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uoaCAYeJOr .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uoaCAYeJOr .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uoaCAYeJOr .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uoaCAYeJOr .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uoaCAYeJOr .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uoaCAYeJOr .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uoaCAYeJOr .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uoaCAYeJOr .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uoaCAYeJOr .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uoaCAYeJOr .mbr-shop .shop-items .onsale,
.cid-uoaCAYeJOr .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uoaCAYeJOr .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uoaCAYeJOr .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uoaCAYeJOr .mbr-shop .price-range {
  display: inline-block;
}
.cid-uoaCAYeJOr .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uoaCAYeJOr .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uoaCAYeJOr .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uoaCAYeJOr .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uoaCAYeJOr .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uoaCAYeJOr .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uoaCAYeJOr .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uoaCAYeJOr .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uoaCAYeJOr .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uoaCAYeJOr .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uoaCAYeJOr .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uoaCAYeJOr .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uoaCAYeJOr .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uoaCAYeJOr .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uoaCAYeJOr .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoaCAYeJOr .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uoaCAYeJOr .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uoaCAYeJOr .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uoaCAYeJOr .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uoaCAYeJOr .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uoaCAYeJOr .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uoaCAYeJOr .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uoaCAYeJOr .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uoaCAYeJOr .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uoaCAYeJOr .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-uoaCAYeJOr .row {
    padding: 0;
  }
}
@media (max-width: 1100px) {
  .cid-uoaCAYeJOr .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uoaCAYeJOr .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uoaCAYeJOr .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uoaCAYeJOr .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uoaCAYeJOr .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uoaCAYeJOr .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uoaCAYeJOr .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uoaCAYeJOr .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uoaCAYeJOr .oldprice {
  color: #767676;
  padding-left: 0.8rem !important;
  text-decoration: line-through;
}
.cid-uoaCAYeJOr .range-controls {
  display: block !important;
}
.cid-uoaCAYeJOr .sort-buttons {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoaCAYeJOr .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uoaCAYeJOr LI {
  color: #354463;
}
.cid-uoaCAYeJOr .sidebar-title {
  color: #354463;
}
.cid-uoaCAYeJOr .item-title {
  text-align: left;
  color: #777777;
}
.cid-uoaCAYeJOr .display-7 {
  font-weight: 700 !important;
}
.cid-uoaCAYeJOr .shop-item-price,
.cid-uoaCAYeJOr .price-block {
  text-align: left;
  color: #354463;
  font-weight: 700 !important;
}
@media (max-width: 576px) {
  .cid-uoaCAYeJOr .mbr-shop .mbr-gallery-item,
  .cid-uoaCAYeJOr .wrapper-shop-items,
  .cid-uoaCAYeJOr .sidebar-block,
  .cid-uoaCAYeJOr .sidebar-title,
  .cid-uoaCAYeJOr .categories {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cid-uoaCAYeJOr .filter-cost {
    max-width: 100% !important;
  }
  .cid-uoaCAYeJOr .range-slider,
  .cid-uoaCAYeJOr .categories,
  .cid-uoaCAYeJOr .bestseller-block {
    text-align: center;
  }
}
.cid-uoaCAYeJOr .wrapper-shop-items {
  order: 1;
}
.cid-uoaCAYeJOr .btn-sm {
  border: 2px solid #00b8be;
  border-radius: 50px;
  padding: 0.8rem 2rem;
}
.cid-uoaCAYeJOr .galleryItem {
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.04);
  padding: 1rem 1rem;
  transition: 0.3s;
}
.cid-uoaCAYeJOr .mbr-gallery-item:hover .galleryItem {
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.2);
}
.cid-uoaCAYeJOr .bestsellers .mbr-gallery-item {
  padding: 0rem !important;
  width: 100% !important;
}
.cid-uoaCAYeJOr .min-price {
  padding-right: 1rem;
}
.cid-uoaCAYeJOr .max-price {
  padding-left: 1rem;
}
.cid-uoaCAYeJOr .btn-secondary {
  color: #333 !important;
  background-color: transparent !important;
}
.cid-uoaCAYeJOr .btn-secondary:hover {
  background-color: transparent !important;
  opacity: 0.5;
  transform: translate(0);
}
.cid-uoaCAYeJOr a,
.cid-uoaCAYeJOr a:hover {
  color: #354463 !important;
}
.cid-uoaCAYeJOr .sidebar {
  background-color: #ffffff;
  margin-bottom: 1rem;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uoaCAYeJOr .wrapper-shop-items {
    padding: 0;
  }
  .cid-uoaCAYeJOr .row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uoaCAYeJOr .mbr-gallery-item {
    padding: 1rem !important;
    width: 33.333% !important;
  }
  .cid-uoaCAYeJOr .row {
    padding: 0;
  }
}
.cid-uoaCAYeJOr .row {
  margin: 0rem;
}
.cid-uoaBLKL9Kt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8eded;
}
.cid-uoaBLKL9Kt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaBLKL9Kt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoaBLKL9Kt .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uoaBLKL9Kt .main-container {
    margin-bottom: 70px;
  }
}
.cid-uoaBLKL9Kt .mbr-title {
  color: #000000;
}
.cid-uoaBLKL9Kt .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-uoaBLKL9Kt .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-uoaBLKL9Kt .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uoaBLKL9Kt .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uoaBLKL9Kt .card {
  border-radius: 0;
}
.cid-uoaBLKL9Kt .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uoaBLKL9Kt .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uoaBLKL9Kt .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-uoaBLKL9Kt .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-uoaBLKL9Kt .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoaBLKL9Kt .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #de4f15;
  margin: 0 2px;
}
.cid-uoaBLKL9Kt .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uoaBLKL9Kt .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uoaBLKL9Kt .card-text {
  color: #747474;
  margin-bottom: 30px;
}
.cid-uoaBLKL9Kt .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-uoaBLKL9Kt .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-uoaBLKL9Kt .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uoaBLKL9Kt .card-name {
  color: #000000;
}
.cid-uoaBLKL9Kt .card-prof {
  color: #747474;
}
.cid-uog2zY533V {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #060c25;
}
.cid-uog2zY533V .mbr-social-likes {
  font-size: 0;
}
.cid-uog2zY533V .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uog2zY533V .socicon-bg-facebook:hover {
  background: #de4f15;
}
.cid-uog2zY533V .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uog2zY533V .socicon-bg-twitter:hover {
  background: #de4f15;
}
.cid-uog2zY533V .socicon-bg-behance {
  color: #ffffff;
}
.cid-uog2zY533V .socicon-bg-behance:hover {
  background: #de4f15;
}
.cid-uog2zY533V .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uog2zY533V .socicon-bg-instagram:hover {
  background: #de4f15;
}
.cid-uog2zY533V .btn-social {
  background: #de4f15;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uog2zY533V .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uog2zY533V [class^="socicon-"]:before,
.cid-uog2zY533V [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uog2zY533V .mbr-section-title,
.cid-uog2zY533V .mbr-social-likes {
  color: #f4f4f4;
}
.cid-uofXWMLHnr {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #060c25;
}
.cid-uofXWMLHnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofXWMLHnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofXWMLHnr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uofXWMLHnr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uofXWMLHnr .row {
    text-align: center;
  }
  .cid-uofXWMLHnr .row > div {
    margin: auto;
  }
  .cid-uofXWMLHnr .social-row {
    justify-content: center;
  }
}
.cid-uofXWMLHnr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uofXWMLHnr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uofXWMLHnr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uofXWMLHnr .list {
    margin-bottom: 0rem;
  }
}
.cid-uofXWMLHnr .mbr-text {
  color: #bbbbbb;
}
.cid-uofXWMLHnr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uofXWMLHnr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uofXWMLHnr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uoaFK87BSK .navbar {
  padding: 0.2rem 0;
  background: #060c25;
  transition: none;
  min-height: 50px;
}
.cid-uoaFK87BSK .navbar-fixed-top {
  padding-top: 0;
}
.cid-uoaFK87BSK .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uoaFK87BSK .collapse {
  justify-content: space-between !important;
}
.cid-uoaFK87BSK .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uoaFK87BSK .mbr-iconfont {
  cursor: pointer;
}
.cid-uoaFK87BSK .nav-item {
  position: relative;
  letter-spacing: 0px;
  font-weight: 200;
}
.cid-uoaFK87BSK .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  opacity: 0.5;
  background: #de4f15;
  border-radius: 50%;
}
.cid-uoaFK87BSK .nav-item span {
  padding-right: 0.2em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uoaFK87BSK .nav-item:first-child {
  background: #de4f15;
  border-radius: 6px;
}
.cid-uoaFK87BSK .nav-item:first-child a {
  color: #fff;
}
.cid-uoaFK87BSK .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uoaFK87BSK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uoaFK87BSK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uoaFK87BSK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uoaFK87BSK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uoaFK87BSK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uoaFK87BSK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uoaFK87BSK .menu-content-top {
  background: #060c25;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-uoaFK87BSK .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-uoaFK87BSK .dropdown-item,
.cid-uoaFK87BSK .nav-link,
.cid-uoaFK87BSK .brand-name {
  font-style: normal;
}
.cid-uoaFK87BSK .dropdown-item:hover,
.cid-uoaFK87BSK .nav-link:hover,
.cid-uoaFK87BSK .brand-name:hover {
  color: #fff !important;
}
.cid-uoaFK87BSK .dropdown-menu {
  background-color: #160830;
}
.cid-uoaFK87BSK .dropdown-item:active {
  background-color: #160830;
}
.cid-uoaFK87BSK .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-uoaFK87BSK .navbar-dropdown.bg-color.transparent.opened {
  background: #060c25;
}
.cid-uoaFK87BSK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoaFK87BSK .content-text {
  margin-bottom: 0;
}
.cid-uoaFK87BSK .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uoaFK87BSK .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #de4f15;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uoaFK87BSK .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uoaFK87BSK .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uoaFK87BSK .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uoaFK87BSK .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uoaFK87BSK .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uoaFK87BSK .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoaFK87BSK .nav-dropdown .link {
  font-weight: 400;
}
.cid-uoaFK87BSK .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uoaFK87BSK .content-right-side {
  text-align: center;
}
.cid-uoaFK87BSK .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uoaFK87BSK .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uoaFK87BSK .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uoaFK87BSK .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uoaFK87BSK .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uoaFK87BSK .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uoaFK87BSK .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uoaFK87BSK .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uoaFK87BSK .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uoaFK87BSK .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uoaFK87BSK .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uoaFK87BSK .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uoaFK87BSK .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoaFK87BSK .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uoaFK87BSK .navbar {
    display: block;
    padding: 0;
  }
  .cid-uoaFK87BSK .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoaFK87BSK .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uoaFK87BSK .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uoaFK87BSK .navbar-toggler {
    display: none;
  }
}
.cid-uoaFK87BSK .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uoaFK87BSK .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uoaFK87BSK .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uoaFK87BSK .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uoaFK87BSK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uoaFK87BSK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uoaFK87BSK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uoaFK87BSK .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoaFK87BSK .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uoaFK87BSK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoaFK87BSK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoaFK87BSK .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uoaFK87BSK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uoaFK87BSK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoaFK87BSK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uoaFK87BSK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoaFK87BSK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uoaFK87BSK .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uoaFK87BSK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uoaFK87BSK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uoaFK87BSK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uoaFK87BSK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uoaFK87BSK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-uoaFK87BSK button.navbar-toggler:focus {
  outline: none;
}
.cid-uoaFK87BSK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoaFK87BSK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoaFK87BSK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaFK87BSK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaFK87BSK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoaFK87BSK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaFK87BSK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoaFK87BSK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoaFK87BSK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaFK87BSK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoaFK87BSK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoaFK87BSK .collapsed .btn {
  display: flex;
}
.cid-uoaFK87BSK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uoaFK87BSK .collapsed .navbar-collapse.collapsing,
.cid-uoaFK87BSK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uoaFK87BSK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uoaFK87BSK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uoaFK87BSK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uoaFK87BSK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uoaFK87BSK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uoaFK87BSK .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uoaFK87BSK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uoaFK87BSK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uoaFK87BSK .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uoaFK87BSK .collapsed button.navbar-toggler {
  display: block;
}
.cid-uoaFK87BSK .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uoaFK87BSK .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uoaFK87BSK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uoaFK87BSK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uoaFK87BSK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uoaFK87BSK .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uoaFK87BSK .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uoaFK87BSK .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uoaFK87BSK .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uoaFK87BSK .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uoaFK87BSK .navbar-collapse.collapsing,
  .cid-uoaFK87BSK .navbar-collapse.show {
    display: block !important;
  }
  .cid-uoaFK87BSK .navbar-collapse.collapsing .navbar-nav,
  .cid-uoaFK87BSK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uoaFK87BSK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uoaFK87BSK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uoaFK87BSK .navbar-collapse.collapsing .navbar-buttons,
  .cid-uoaFK87BSK .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uoaFK87BSK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uoaFK87BSK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uoaFK87BSK img {
    height: 3.8rem !important;
  }
  .cid-uoaFK87BSK .btn {
    display: flex;
  }
  .cid-uoaFK87BSK button.navbar-toggler {
    display: block;
  }
  .cid-uoaFK87BSK .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uoaFK87BSK .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uoaFK87BSK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uoaFK87BSK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uoaFK87BSK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uoaFK87BSK .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uoaFK87BSK .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uoaFK87BSK .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uoaFK87BSK .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uoaFK87BSK .nav-link:focus {
  outline: none;
}
.cid-uoaFK87BSK .navbar-toggler {
  position: relative;
}
.cid-uoaFK87BSK .dropdown-item.active,
.cid-uoaFK87BSK .dropdown-item:active {
  color: initial;
}
.cid-uoaFK87BSK .widget-title,
.cid-uoaFK87BSK .widget-icon {
  color: #ffffff;
}
.cid-uoaFK87BSK .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uoaFK87BSK .menu-logo {
    display: block;
  }
  .cid-uoaFK87BSK .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uoaFK87BSK .nav-item:before {
    content: none;
  }
  .cid-uoaFK87BSK .navbar {
    padding: 0;
  }
  .cid-uoaFK87BSK .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uoaFK87BSK button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
    position: fixed;
    right: 5px;
    top: 0px;
  }
  .cid-uoaFK87BSK .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
    position: fixed;
    left: 0px;
    top: -5px;
  }
  .cid-uoaFK87BSK .navbar.navbar-short {
    min-height: 70px !important;
    transition: all 0.2s;
  }
  .cid-uoaFK87BSK .navbar-collapse.show {
    display: block !important;
    padding-top: 70px;
    transition: all 0.2s;
  }
}
.cid-uoaFK95g3i {
  padding-top: 14rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uoaFK95g3i .mbr-text,
.cid-uoaFK95g3i .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uoaFK95g3i .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uoaFK95g3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaFK95g3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoaFPsUN33 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uoaFPsUN33 .mbr-text {
  color: #353535;
}
.cid-uoaFPsUN33 .mbr-section-subtitle {
  color: #353535;
}
.cid-uoaGAjyGP1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #131c28;
}
.cid-uoaGAjyGP1 .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uoaGAjyGP1 .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-uoaGAjyGP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaGAjyGP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uoaGAjyGP1 .container {
    padding: 0 15px;
  }
}
.cid-uoaGAjyGP1 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uoaGAjyGP1 .image-wrapper {
  position: relative;
}
.cid-uoaGAjyGP1 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #de4f15;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uoaGAjyGP1 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoaGAjyGP1 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uoaGAjyGP1 .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uoaGAjyGP1 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uoaGAjyGP1 .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uoaGAjyGP1 .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uoaGAjyGP1 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uoaGAjyGP1 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uoaGAjyGP1 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uoaGAjyGP1 .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uoaGAjyGP1 .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uoaGAjyGP1 .mbr-text {
  color: #f7f5f6;
}
.cid-uoaGAjyGP1 .item-name {
  color: #f7f5f6;
}
.cid-uoaGAjyGP1 .item-role {
  color: #68707c;
}
.cid-uog2JjTVV8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uog2JjTVV8 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #de4f15;
  margin-bottom: 1rem;
}
.cid-uog2JjTVV8 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uog2JjTVV8 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uog2JjTVV8 .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-uog2JjTVV8 .card-wrapper:hover {
  background: #ffffff;
}
.cid-uog2JjTVV8 .card-title,
.cid-uog2JjTVV8 .card-box {
  color: #000000;
}
.cid-uog2JjTVV8 .main-title,
.cid-uog2JjTVV8 .title-col {
  text-align: center;
  color: #000000;
}
.cid-uog2JjTVV8 .card-text {
  color: #353535;
}
.cid-uog2JjTVV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uog2JjTVV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uog2K7HTY5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #060c25;
}
.cid-uog2K7HTY5 .mbr-social-likes {
  font-size: 0;
}
.cid-uog2K7HTY5 .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uog2K7HTY5 .socicon-bg-facebook:hover {
  background: #de4f15;
}
.cid-uog2K7HTY5 .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uog2K7HTY5 .socicon-bg-twitter:hover {
  background: #de4f15;
}
.cid-uog2K7HTY5 .socicon-bg-behance {
  color: #ffffff;
}
.cid-uog2K7HTY5 .socicon-bg-behance:hover {
  background: #de4f15;
}
.cid-uog2K7HTY5 .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uog2K7HTY5 .socicon-bg-instagram:hover {
  background: #de4f15;
}
.cid-uog2K7HTY5 .btn-social {
  background: #de4f15;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uog2K7HTY5 .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uog2K7HTY5 [class^="socicon-"]:before,
.cid-uog2K7HTY5 [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uog2K7HTY5 .mbr-section-title,
.cid-uog2K7HTY5 .mbr-social-likes {
  color: #f4f4f4;
}
.cid-uofXWMLHnr {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #060c25;
}
.cid-uofXWMLHnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofXWMLHnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofXWMLHnr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uofXWMLHnr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uofXWMLHnr .row {
    text-align: center;
  }
  .cid-uofXWMLHnr .row > div {
    margin: auto;
  }
  .cid-uofXWMLHnr .social-row {
    justify-content: center;
  }
}
.cid-uofXWMLHnr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uofXWMLHnr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uofXWMLHnr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uofXWMLHnr .list {
    margin-bottom: 0rem;
  }
}
.cid-uofXWMLHnr .mbr-text {
  color: #bbbbbb;
}
.cid-uofXWMLHnr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uofXWMLHnr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uofXWMLHnr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uoaHF4VT2N .navbar {
  padding: 0.2rem 0;
  background: #060c25;
  transition: none;
  min-height: 50px;
}
.cid-uoaHF4VT2N .navbar-fixed-top {
  padding-top: 0;
}
.cid-uoaHF4VT2N .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uoaHF4VT2N .collapse {
  justify-content: space-between !important;
}
.cid-uoaHF4VT2N .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uoaHF4VT2N .mbr-iconfont {
  cursor: pointer;
}
.cid-uoaHF4VT2N .nav-item {
  position: relative;
  letter-spacing: 0px;
  font-weight: 200;
}
.cid-uoaHF4VT2N .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  opacity: 0.5;
  background: #de4f15;
  border-radius: 50%;
}
.cid-uoaHF4VT2N .nav-item span {
  padding-right: 0.2em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uoaHF4VT2N .nav-item:first-child {
  background: #de4f15;
  border-radius: 6px;
}
.cid-uoaHF4VT2N .nav-item:first-child a {
  color: #fff;
}
.cid-uoaHF4VT2N .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uoaHF4VT2N .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uoaHF4VT2N .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uoaHF4VT2N .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uoaHF4VT2N .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uoaHF4VT2N .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uoaHF4VT2N .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uoaHF4VT2N .menu-content-top {
  background: #060c25;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-uoaHF4VT2N .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-uoaHF4VT2N .dropdown-item,
.cid-uoaHF4VT2N .nav-link,
.cid-uoaHF4VT2N .brand-name {
  font-style: normal;
}
.cid-uoaHF4VT2N .dropdown-item:hover,
.cid-uoaHF4VT2N .nav-link:hover,
.cid-uoaHF4VT2N .brand-name:hover {
  color: #fff !important;
}
.cid-uoaHF4VT2N .dropdown-menu {
  background-color: #160830;
}
.cid-uoaHF4VT2N .dropdown-item:active {
  background-color: #160830;
}
.cid-uoaHF4VT2N .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-uoaHF4VT2N .navbar-dropdown.bg-color.transparent.opened {
  background: #060c25;
}
.cid-uoaHF4VT2N .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoaHF4VT2N .content-text {
  margin-bottom: 0;
}
.cid-uoaHF4VT2N .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uoaHF4VT2N .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #de4f15;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uoaHF4VT2N .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uoaHF4VT2N .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uoaHF4VT2N .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uoaHF4VT2N .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uoaHF4VT2N .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uoaHF4VT2N .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoaHF4VT2N .nav-dropdown .link {
  font-weight: 400;
}
.cid-uoaHF4VT2N .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uoaHF4VT2N .content-right-side {
  text-align: center;
}
.cid-uoaHF4VT2N .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uoaHF4VT2N .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uoaHF4VT2N .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uoaHF4VT2N .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uoaHF4VT2N .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uoaHF4VT2N .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uoaHF4VT2N .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uoaHF4VT2N .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uoaHF4VT2N .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uoaHF4VT2N .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uoaHF4VT2N .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uoaHF4VT2N .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uoaHF4VT2N .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoaHF4VT2N .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uoaHF4VT2N .navbar {
    display: block;
    padding: 0;
  }
  .cid-uoaHF4VT2N .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoaHF4VT2N .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uoaHF4VT2N .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uoaHF4VT2N .navbar-toggler {
    display: none;
  }
}
.cid-uoaHF4VT2N .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uoaHF4VT2N .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uoaHF4VT2N .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uoaHF4VT2N .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uoaHF4VT2N .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uoaHF4VT2N .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uoaHF4VT2N .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uoaHF4VT2N .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoaHF4VT2N .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uoaHF4VT2N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoaHF4VT2N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoaHF4VT2N .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uoaHF4VT2N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uoaHF4VT2N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoaHF4VT2N .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uoaHF4VT2N .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoaHF4VT2N .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uoaHF4VT2N .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uoaHF4VT2N .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uoaHF4VT2N .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uoaHF4VT2N .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uoaHF4VT2N .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uoaHF4VT2N button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-uoaHF4VT2N button.navbar-toggler:focus {
  outline: none;
}
.cid-uoaHF4VT2N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoaHF4VT2N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoaHF4VT2N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaHF4VT2N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaHF4VT2N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoaHF4VT2N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaHF4VT2N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoaHF4VT2N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoaHF4VT2N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaHF4VT2N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoaHF4VT2N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoaHF4VT2N .collapsed .btn {
  display: flex;
}
.cid-uoaHF4VT2N .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uoaHF4VT2N .collapsed .navbar-collapse.collapsing,
.cid-uoaHF4VT2N .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uoaHF4VT2N .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uoaHF4VT2N .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uoaHF4VT2N .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uoaHF4VT2N .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uoaHF4VT2N .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uoaHF4VT2N .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uoaHF4VT2N .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uoaHF4VT2N .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uoaHF4VT2N .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uoaHF4VT2N .collapsed button.navbar-toggler {
  display: block;
}
.cid-uoaHF4VT2N .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uoaHF4VT2N .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uoaHF4VT2N .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uoaHF4VT2N .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uoaHF4VT2N .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uoaHF4VT2N .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uoaHF4VT2N .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uoaHF4VT2N .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uoaHF4VT2N .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uoaHF4VT2N .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uoaHF4VT2N .navbar-collapse.collapsing,
  .cid-uoaHF4VT2N .navbar-collapse.show {
    display: block !important;
  }
  .cid-uoaHF4VT2N .navbar-collapse.collapsing .navbar-nav,
  .cid-uoaHF4VT2N .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uoaHF4VT2N .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uoaHF4VT2N .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uoaHF4VT2N .navbar-collapse.collapsing .navbar-buttons,
  .cid-uoaHF4VT2N .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uoaHF4VT2N .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uoaHF4VT2N .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uoaHF4VT2N img {
    height: 3.8rem !important;
  }
  .cid-uoaHF4VT2N .btn {
    display: flex;
  }
  .cid-uoaHF4VT2N button.navbar-toggler {
    display: block;
  }
  .cid-uoaHF4VT2N .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uoaHF4VT2N .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uoaHF4VT2N .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uoaHF4VT2N .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uoaHF4VT2N .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uoaHF4VT2N .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uoaHF4VT2N .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uoaHF4VT2N .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uoaHF4VT2N .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uoaHF4VT2N .nav-link:focus {
  outline: none;
}
.cid-uoaHF4VT2N .navbar-toggler {
  position: relative;
}
.cid-uoaHF4VT2N .dropdown-item.active,
.cid-uoaHF4VT2N .dropdown-item:active {
  color: initial;
}
.cid-uoaHF4VT2N .widget-title,
.cid-uoaHF4VT2N .widget-icon {
  color: #ffffff;
}
.cid-uoaHF4VT2N .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uoaHF4VT2N .menu-logo {
    display: block;
  }
  .cid-uoaHF4VT2N .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uoaHF4VT2N .nav-item:before {
    content: none;
  }
  .cid-uoaHF4VT2N .navbar {
    padding: 0;
  }
  .cid-uoaHF4VT2N .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uoaHF4VT2N button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
    position: fixed;
    right: 5px;
    top: 0px;
  }
  .cid-uoaHF4VT2N .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
    position: fixed;
    left: 0px;
    top: -5px;
  }
  .cid-uoaHF4VT2N .navbar.navbar-short {
    min-height: 70px !important;
    transition: all 0.2s;
  }
  .cid-uoaHF4VT2N .navbar-collapse.show {
    display: block !important;
    padding-top: 70px;
    transition: all 0.2s;
  }
}
.cid-uoaI0EXE3x {
  padding-top: 14rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-uoaI0EXE3x .mbr-text,
.cid-uoaI0EXE3x .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uoaI0EXE3x .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uoaI0EXE3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaI0EXE3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoaHUMrnlg {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoaHUMrnlg .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #de4f15;
  margin-bottom: 1rem;
}
.cid-uoaHUMrnlg .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uoaHUMrnlg .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uoaHUMrnlg .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-uoaHUMrnlg .card-wrapper:hover {
  background: #ffffff;
}
.cid-uoaHUMrnlg .card-title,
.cid-uoaHUMrnlg .card-box {
  color: #000000;
}
.cid-uoaHUMrnlg .main-title,
.cid-uoaHUMrnlg .title-col {
  text-align: center;
  color: #000000;
}
.cid-uoaHUMrnlg .card-text {
  color: #353535;
}
.cid-uoaHUMrnlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaHUMrnlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoaHF6Kchd {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-focus-2000x1000.webp");
}
.cid-uoaHF6Kchd .mbr-text,
.cid-uoaHF6Kchd .mbr-section-btn {
  color: #060c25;
}
.cid-uoaHF6Kchd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaHF6Kchd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoaHF6Kchd .mbr-section-title {
  color: #060c25;
}
.cid-uoaHF7auei {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.cid-uoaHF7auei .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uoaHF7auei .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uoaHF7auei .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uoaHF7auei .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uoaHF7auei .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoaHF7auei .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoaHF7auei .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoaHF7auei .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uoaHF7auei .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uoaHF7auei .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uoaHF7auei .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uoaHF7auei .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #078efb;
}
.cid-uoaHF7auei .embla__slide .slide-content {
  width: 100%;
}
.cid-uoaHF7auei .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uoaHF7auei .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uoaHF7auei .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uoaHF7auei .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uoaHF7auei .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uoaHF7auei .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uoaHF7auei .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoaHF7auei .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uoaHF7auei .embla__button--next,
.cid-uoaHF7auei .embla__button--prev {
  display: flex;
}
.cid-uoaHF7auei .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uoaHF7auei .embla__button:hover {
  transform: scale(1.05);
}
.cid-uoaHF7auei .embla__button.embla__button--prev {
  left: 0;
}
.cid-uoaHF7auei .embla__button.embla__button--next {
  right: 0;
}
.cid-uoaHF7auei .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uoaHF7auei .embla {
    margin-bottom: 38px;
  }
}
.cid-uoaHF7auei .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uoaHF7auei .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoaHF7auei .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoaHF7auei .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoaHF7auei .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uoaHF7auei .mbr-section-title {
  color: #ffffff;
}
.cid-uoaHF7auei .mbr-text,
.cid-uoaHF7auei .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uoaHF7auei .mbr-desc,
.cid-uoaHF7auei .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uoaHF7auei .item-title,
.cid-uoaHF7auei .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uoaHF7auei .item-text,
.cid-uoaHF7auei .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uoaHF7auei .mbr-section-title,
.cid-uoaHF7auei .mbr-section-btn {
  text-align: center;
  color: #060c25;
}
.cid-uoaHF7Lxxl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8eded;
}
.cid-uoaHF7Lxxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaHF7Lxxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoaHF7Lxxl .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uoaHF7Lxxl .main-container {
    margin-bottom: 70px;
  }
}
.cid-uoaHF7Lxxl .mbr-title {
  color: #000000;
}
.cid-uoaHF7Lxxl .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-uoaHF7Lxxl .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-uoaHF7Lxxl .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uoaHF7Lxxl .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uoaHF7Lxxl .card {
  border-radius: 0;
}
.cid-uoaHF7Lxxl .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uoaHF7Lxxl .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uoaHF7Lxxl .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-uoaHF7Lxxl .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-uoaHF7Lxxl .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoaHF7Lxxl .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #de4f15;
  margin: 0 2px;
}
.cid-uoaHF7Lxxl .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uoaHF7Lxxl .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uoaHF7Lxxl .card-text {
  color: #747474;
  margin-bottom: 30px;
}
.cid-uoaHF7Lxxl .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-uoaHF7Lxxl .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-uoaHF7Lxxl .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uoaHF7Lxxl .card-name {
  color: #000000;
}
.cid-uoaHF7Lxxl .card-prof {
  color: #747474;
}
.cid-uoaHF8v365 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #060c25;
}
.cid-uoaHF8v365 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaHF8v365 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoaHF8v365 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uoaHF8v365 .title-wrapper .mbr-section-title span {
  color: #de4f15;
}
@media (max-width: 992px) {
  .cid-uoaHF8v365 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uoaHF8v365 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uoaHF8v365 .item {
    margin-bottom: 16px;
  }
}
.cid-uoaHF8v365 .item:last-child {
  margin-bottom: 0;
}
.cid-uoaHF8v365 .item:hover .item-wrapper .item-img img,
.cid-uoaHF8v365 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uoaHF8v365 .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uoaHF8v365 .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uoaHF8v365 .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uoaHF8v365 .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uoaHF8v365 .item .item-wrapper .item-content .item-title_1,
.cid-uoaHF8v365 .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uoaHF8v365 .item .item-wrapper .item-content .item-text_1,
.cid-uoaHF8v365 .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uoaHF8v365 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uoaHF8v365 .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uoaHF8v365 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uoaHF8v365 .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uoaHF8v365 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uoaHF8v365 .item .card_1 {
  background-color: #de4f15;
}
.cid-uoaHF8v365 .item .card_2 {
  background-color: #de4f15;
}
.cid-uoaHF8v365 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uoaHF8v365 .item-title_1 {
  color: #ffffff;
}
.cid-uoaHF8v365 .item-title_2 {
  color: #ffffff;
}
.cid-uoaHF8v365 .item-text_1 {
  color: #f5a11b;
}
.cid-uoaHF8v365 .item-text_2 {
  color: #ff543d;
}
.cid-uoaHF8v365 .item-text_1,
.cid-uoaHF8v365 .mbr-section-btn {
  color: #ffffff;
}
.cid-uoaHF8v365 .item-text_2,
.cid-uoaHF8v365 .mbr-section-btn {
  color: #ffffff;
}
.cid-uoaHF909Gi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background16.webp");
}
.cid-uoaHF909Gi .mbr-section-subtitle {
  color: #060c25;
  text-transform: uppercase;
}
.cid-uoaHF909Gi .mbr-section-title {
  color: #060c25;
  margin-bottom: 40px;
}
.cid-uoaHF909Gi .counter {
  color: #fff;
  display: inline-flex;
  background-color: #de4f15;
  margin-top: 40px;
  margin-bottom: 0px;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 10px;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  box-shadow: rgba(255, 255, 255, 0.1) 0px -2px 0px 0px inset;
  width: 100%;
}
.cid-uoaHF909Gi .number {
  padding-right: 20px;
  margin-bottom: 0px;
  font-size: 2.75rem;
  line-height: 50px;
}
.cid-uoaHF909Gi .description {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
}
.cid-uoaHF909Gi .link {
  display: inline-block;
}
.cid-uoaHF909Gi .resume-link {
  display: inline-block;
  margin-top: 40px;
  color: #fff;
}
.cid-uoaHF909Gi a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-top: -3px;
  background-color: currentColor;
  transition-property: width;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  vertical-align: middle;
  margin-right: 7px;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.cid-uoaHF909Gi .link:hover a::before {
  width: 30px;
}
.cid-uog2g6yv0v {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #060c25;
}
.cid-uog2g6yv0v .mbr-social-likes {
  font-size: 0;
}
.cid-uog2g6yv0v .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uog2g6yv0v .socicon-bg-facebook:hover {
  background: #de4f15;
}
.cid-uog2g6yv0v .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uog2g6yv0v .socicon-bg-twitter:hover {
  background: #de4f15;
}
.cid-uog2g6yv0v .socicon-bg-behance {
  color: #ffffff;
}
.cid-uog2g6yv0v .socicon-bg-behance:hover {
  background: #de4f15;
}
.cid-uog2g6yv0v .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uog2g6yv0v .socicon-bg-instagram:hover {
  background: #de4f15;
}
.cid-uog2g6yv0v .btn-social {
  background: #de4f15;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uog2g6yv0v .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uog2g6yv0v [class^="socicon-"]:before,
.cid-uog2g6yv0v [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uog2g6yv0v .mbr-section-title,
.cid-uog2g6yv0v .mbr-social-likes {
  color: #f4f4f4;
}
.cid-uofXWMLHnr {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #060c25;
}
.cid-uofXWMLHnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofXWMLHnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofXWMLHnr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uofXWMLHnr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uofXWMLHnr .row {
    text-align: center;
  }
  .cid-uofXWMLHnr .row > div {
    margin: auto;
  }
  .cid-uofXWMLHnr .social-row {
    justify-content: center;
  }
}
.cid-uofXWMLHnr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uofXWMLHnr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uofXWMLHnr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uofXWMLHnr .list {
    margin-bottom: 0rem;
  }
}
.cid-uofXWMLHnr .mbr-text {
  color: #bbbbbb;
}
.cid-uofXWMLHnr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uofXWMLHnr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uofXWMLHnr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uoaIh3jEHo .navbar {
  padding: 0.2rem 0;
  background: #060c25;
  transition: none;
  min-height: 50px;
}
.cid-uoaIh3jEHo .navbar-fixed-top {
  padding-top: 0;
}
.cid-uoaIh3jEHo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uoaIh3jEHo .collapse {
  justify-content: space-between !important;
}
.cid-uoaIh3jEHo .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uoaIh3jEHo .mbr-iconfont {
  cursor: pointer;
}
.cid-uoaIh3jEHo .nav-item {
  position: relative;
  letter-spacing: 0px;
  font-weight: 200;
}
.cid-uoaIh3jEHo .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  opacity: 0.5;
  background: #de4f15;
  border-radius: 50%;
}
.cid-uoaIh3jEHo .nav-item span {
  padding-right: 0.2em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uoaIh3jEHo .nav-item:first-child {
  background: #de4f15;
  border-radius: 6px;
}
.cid-uoaIh3jEHo .nav-item:first-child a {
  color: #fff;
}
.cid-uoaIh3jEHo .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uoaIh3jEHo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uoaIh3jEHo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uoaIh3jEHo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uoaIh3jEHo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uoaIh3jEHo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uoaIh3jEHo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uoaIh3jEHo .menu-content-top {
  background: #060c25;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-uoaIh3jEHo .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-uoaIh3jEHo .dropdown-item,
.cid-uoaIh3jEHo .nav-link,
.cid-uoaIh3jEHo .brand-name {
  font-style: normal;
}
.cid-uoaIh3jEHo .dropdown-item:hover,
.cid-uoaIh3jEHo .nav-link:hover,
.cid-uoaIh3jEHo .brand-name:hover {
  color: #fff !important;
}
.cid-uoaIh3jEHo .dropdown-menu {
  background-color: #160830;
}
.cid-uoaIh3jEHo .dropdown-item:active {
  background-color: #160830;
}
.cid-uoaIh3jEHo .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-uoaIh3jEHo .navbar-dropdown.bg-color.transparent.opened {
  background: #060c25;
}
.cid-uoaIh3jEHo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoaIh3jEHo .content-text {
  margin-bottom: 0;
}
.cid-uoaIh3jEHo .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uoaIh3jEHo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #de4f15;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uoaIh3jEHo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uoaIh3jEHo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uoaIh3jEHo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uoaIh3jEHo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uoaIh3jEHo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uoaIh3jEHo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uoaIh3jEHo .nav-dropdown .link {
  font-weight: 400;
}
.cid-uoaIh3jEHo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uoaIh3jEHo .content-right-side {
  text-align: center;
}
.cid-uoaIh3jEHo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uoaIh3jEHo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uoaIh3jEHo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uoaIh3jEHo .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uoaIh3jEHo .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uoaIh3jEHo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uoaIh3jEHo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uoaIh3jEHo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uoaIh3jEHo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uoaIh3jEHo .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uoaIh3jEHo .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uoaIh3jEHo .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uoaIh3jEHo .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoaIh3jEHo .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uoaIh3jEHo .navbar {
    display: block;
    padding: 0;
  }
  .cid-uoaIh3jEHo .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoaIh3jEHo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uoaIh3jEHo .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uoaIh3jEHo .navbar-toggler {
    display: none;
  }
}
.cid-uoaIh3jEHo .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uoaIh3jEHo .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uoaIh3jEHo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uoaIh3jEHo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uoaIh3jEHo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uoaIh3jEHo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uoaIh3jEHo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uoaIh3jEHo .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoaIh3jEHo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uoaIh3jEHo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoaIh3jEHo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoaIh3jEHo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uoaIh3jEHo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uoaIh3jEHo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uoaIh3jEHo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uoaIh3jEHo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoaIh3jEHo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uoaIh3jEHo .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uoaIh3jEHo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uoaIh3jEHo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uoaIh3jEHo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uoaIh3jEHo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uoaIh3jEHo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-uoaIh3jEHo button.navbar-toggler:focus {
  outline: none;
}
.cid-uoaIh3jEHo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoaIh3jEHo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoaIh3jEHo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaIh3jEHo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoaIh3jEHo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoaIh3jEHo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaIh3jEHo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoaIh3jEHo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoaIh3jEHo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoaIh3jEHo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoaIh3jEHo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoaIh3jEHo .collapsed .btn {
  display: flex;
}
.cid-uoaIh3jEHo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uoaIh3jEHo .collapsed .navbar-collapse.collapsing,
.cid-uoaIh3jEHo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uoaIh3jEHo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uoaIh3jEHo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uoaIh3jEHo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uoaIh3jEHo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uoaIh3jEHo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uoaIh3jEHo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uoaIh3jEHo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uoaIh3jEHo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uoaIh3jEHo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uoaIh3jEHo .collapsed button.navbar-toggler {
  display: block;
}
.cid-uoaIh3jEHo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uoaIh3jEHo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uoaIh3jEHo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uoaIh3jEHo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uoaIh3jEHo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uoaIh3jEHo .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uoaIh3jEHo .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uoaIh3jEHo .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-uoaIh3jEHo .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uoaIh3jEHo .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uoaIh3jEHo .navbar-collapse.collapsing,
  .cid-uoaIh3jEHo .navbar-collapse.show {
    display: block !important;
  }
  .cid-uoaIh3jEHo .navbar-collapse.collapsing .navbar-nav,
  .cid-uoaIh3jEHo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uoaIh3jEHo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uoaIh3jEHo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uoaIh3jEHo .navbar-collapse.collapsing .navbar-buttons,
  .cid-uoaIh3jEHo .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uoaIh3jEHo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uoaIh3jEHo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uoaIh3jEHo img {
    height: 3.8rem !important;
  }
  .cid-uoaIh3jEHo .btn {
    display: flex;
  }
  .cid-uoaIh3jEHo button.navbar-toggler {
    display: block;
  }
  .cid-uoaIh3jEHo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uoaIh3jEHo .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uoaIh3jEHo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uoaIh3jEHo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uoaIh3jEHo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uoaIh3jEHo .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uoaIh3jEHo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uoaIh3jEHo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uoaIh3jEHo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uoaIh3jEHo .nav-link:focus {
  outline: none;
}
.cid-uoaIh3jEHo .navbar-toggler {
  position: relative;
}
.cid-uoaIh3jEHo .dropdown-item.active,
.cid-uoaIh3jEHo .dropdown-item:active {
  color: initial;
}
.cid-uoaIh3jEHo .widget-title,
.cid-uoaIh3jEHo .widget-icon {
  color: #ffffff;
}
.cid-uoaIh3jEHo .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-uoaIh3jEHo .menu-logo {
    display: block;
  }
  .cid-uoaIh3jEHo .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-uoaIh3jEHo .nav-item:before {
    content: none;
  }
  .cid-uoaIh3jEHo .navbar {
    padding: 0;
  }
  .cid-uoaIh3jEHo .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uoaIh3jEHo button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
    position: fixed;
    right: 5px;
    top: 0px;
  }
  .cid-uoaIh3jEHo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
    position: fixed;
    left: 0px;
    top: -5px;
  }
  .cid-uoaIh3jEHo .navbar.navbar-short {
    min-height: 70px !important;
    transition: all 0.2s;
  }
  .cid-uoaIh3jEHo .navbar-collapse.show {
    display: block !important;
    padding-top: 70px;
    transition: all 0.2s;
  }
}
.cid-uoaIh4fXam {
  padding-top: 14rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uoaIh4fXam .mbr-text,
.cid-uoaIh4fXam .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uoaIh4fXam .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uoaIh4fXam .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaIh4fXam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoaJifNGGN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoaJifNGGN blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uoaJifNGGN .quote {
  color: #e43f3f;
}
.cid-uoaJifNGGN .quote,
.cid-uoaJifNGGN blockquote {
  color: #353535;
}
.cid-uoaJwFB6DW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uoaJwFB6DW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaJwFB6DW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoaJwFB6DW .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uoaJwFB6DW .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uoaJwFB6DW .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-uoaJwFB6DW .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uoaJwFB6DW .items-wrapper .item .item-wrapper {
  position: relative;
  background-color: #060c25;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uoaJwFB6DW .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uoaJwFB6DW .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uoaJwFB6DW .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.cid-uoaJwFB6DW .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uoaJwFB6DW .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uoaJwFB6DW .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-uoaJwFB6DW .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uoaJwFB6DW .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-uoaJwFB6DW .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uoaJwFB6DW .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-uoaJwFB6DW .item-title {
  color: #050f0f;
}
.cid-uoaJwFB6DW .item-text {
  color: #f4f4f4;
}
.cid-uoaJwFB6DW .icon-wrapper {
  text-align: right;
}
.cid-uoaJwFB6DW .item-title,
.cid-uoaJwFB6DW .icon-wrapper,
.cid-uoaJwFB6DW .mbr-section-btn {
  color: #ffffff;
}
.cid-uoaJ3am7c5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uoaJ3am7c5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaJ3am7c5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uoaJ3am7c5 .container {
    padding: 0 20px;
  }
}
.cid-uoaJ3am7c5 .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uoaJ3am7c5 .row {
    padding: 46px 0;
  }
}
.cid-uoaJ3am7c5 .row .card {
  justify-content: flex-end;
}
.cid-uoaJ3am7c5 .content-wrapper {
  margin-bottom: 50px;
}
.cid-uoaJ3am7c5 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uoaJ3am7c5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uoaJ3am7c5 .tabs-wrap {
  margin-bottom: 40px;
  text-align: right;
}
.cid-uoaJ3am7c5 .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uoaJ3am7c5 .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 5px 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uoaJ3am7c5 .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uoaJ3am7c5 .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: #dcdde0;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uoaJ3am7c5 .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #000000;
  color: #ffffff;
}
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  padding: 60px 40px 40px;
}
@media (max-width: 1200px) {
  .cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item {
    padding: 60px 20px 40px;
  }
}
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 20px;
}
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .card-role {
  margin-bottom: 25px;
}
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-primary,
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-secondary,
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-success,
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-info,
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-warning,
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-danger,
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-black,
.cid-uoaJ3am7c5 .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uoaJ3am7c5 .mbr-section-title {
  color: #000000;
}
.cid-uoaJ3am7c5 .mbr-desc {
  color: #000000;
}
.cid-uoaJ3am7c5 .card-name {
  color: #000000;
}
.cid-uoaJ3am7c5 .card-role {
  color: #000000;
  text-align: center;
}
.cid-uoaJ3am7c5 .list,
.cid-uoaJ3am7c5 .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uoaJ3am7c5 .card-name,
.cid-uoaJ3am7c5 .mbr-section-btn {
  text-align: center;
}
.cid-uoaIh6fnGW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8eded;
}
.cid-uoaIh6fnGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaIh6fnGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoaIh6fnGW .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uoaIh6fnGW .main-container {
    margin-bottom: 70px;
  }
}
.cid-uoaIh6fnGW .mbr-title {
  color: #000000;
}
.cid-uoaIh6fnGW .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-uoaIh6fnGW .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-uoaIh6fnGW .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uoaIh6fnGW .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uoaIh6fnGW .card {
  border-radius: 0;
}
.cid-uoaIh6fnGW .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uoaIh6fnGW .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uoaIh6fnGW .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-uoaIh6fnGW .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-uoaIh6fnGW .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoaIh6fnGW .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #de4f15;
  margin: 0 2px;
}
.cid-uoaIh6fnGW .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uoaIh6fnGW .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uoaIh6fnGW .card-text {
  color: #747474;
  margin-bottom: 30px;
}
.cid-uoaIh6fnGW .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-uoaIh6fnGW .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-uoaIh6fnGW .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uoaIh6fnGW .card-name {
  color: #000000;
}
.cid-uoaIh6fnGW .card-prof {
  color: #747474;
}
.cid-uog2VjQjlT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #060c25;
}
.cid-uog2VjQjlT .mbr-social-likes {
  font-size: 0;
}
.cid-uog2VjQjlT .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uog2VjQjlT .socicon-bg-facebook:hover {
  background: #de4f15;
}
.cid-uog2VjQjlT .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uog2VjQjlT .socicon-bg-twitter:hover {
  background: #de4f15;
}
.cid-uog2VjQjlT .socicon-bg-behance {
  color: #ffffff;
}
.cid-uog2VjQjlT .socicon-bg-behance:hover {
  background: #de4f15;
}
.cid-uog2VjQjlT .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uog2VjQjlT .socicon-bg-instagram:hover {
  background: #de4f15;
}
.cid-uog2VjQjlT .btn-social {
  background: #de4f15;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uog2VjQjlT .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uog2VjQjlT [class^="socicon-"]:before,
.cid-uog2VjQjlT [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uog2VjQjlT .mbr-section-title,
.cid-uog2VjQjlT .mbr-social-likes {
  color: #f4f4f4;
}
.cid-uofXWMLHnr {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #060c25;
}
.cid-uofXWMLHnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofXWMLHnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofXWMLHnr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uofXWMLHnr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uofXWMLHnr .row {
    text-align: center;
  }
  .cid-uofXWMLHnr .row > div {
    margin: auto;
  }
  .cid-uofXWMLHnr .social-row {
    justify-content: center;
  }
}
.cid-uofXWMLHnr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uofXWMLHnr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uofXWMLHnr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uofXWMLHnr .list {
    margin-bottom: 0rem;
  }
}
.cid-uofXWMLHnr .mbr-text {
  color: #bbbbbb;
}
.cid-uofXWMLHnr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uofXWMLHnr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uofXWMLHnr div > *:last-child {
    margin-top: 0 !important;
  }
}
