body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c9642d !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #676767 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c9642d !important;
  border-color: #c9642d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #82411d !important;
  border-color: #82411d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #82411d !important;
  border-color: #82411d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #676767 !important;
  border-color: #676767 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #3c3c3c !important;
  border-color: #3c3c3c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3c3c3c !important;
  border-color: #3c3c3c !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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: #c9642d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #82411d !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: #c9642d !important;
  border-color: #c9642d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #676767;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3c3c3c !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: #676767 !important;
  border-color: #676767 !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: #c9642d !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #676767 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #763b1a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #343434 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #c9642d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #676767;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c9642d;
  border-color: #c9642d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c9642d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f4dbce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a7a7a7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #c9642d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #c9642d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c9642d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c9642d;
}
.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: #c9642d;
  border-bottom-color: #c9642d;
}
.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: #c9642d !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: #ff6666 !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='%23c9642d' %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-udCwTVtkbJ .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-udCwTVtkbJ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-udCwTVtkbJ a {
  font-style: normal;
}
.cid-udCwTVtkbJ .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-udCwTVtkbJ .top-icon {
  font-size: 1rem;
  color: #c9642d;
  padding: 0.4rem;
}
.cid-udCwTVtkbJ .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-udCwTVtkbJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-udCwTVtkbJ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-udCwTVtkbJ .nav-item:focus,
.cid-udCwTVtkbJ .nav-link:focus {
  outline: none;
}
.cid-udCwTVtkbJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-udCwTVtkbJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-udCwTVtkbJ .menu-logo {
  margin-right: auto;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-udCwTVtkbJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-udCwTVtkbJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-udCwTVtkbJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-udCwTVtkbJ button.navbar-toggler:focus {
  outline: none;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9642d;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udCwTVtkbJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-udCwTVtkbJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-udCwTVtkbJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-udCwTVtkbJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-udCwTVtkbJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-udCwTVtkbJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-udCwTVtkbJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-udCwTVtkbJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-udCwTVtkbJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-udCwTVtkbJ .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-udCwTVtkbJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-udCwTVtkbJ img {
    height: 3.8rem !important;
  }
  .cid-udCwTVtkbJ .icon-wrap {
    margin-top: 1rem;
  }
  .cid-udCwTVtkbJ .menu-wrap {
    flex-direction: column;
  }
  .cid-udCwTVtkbJ .btn {
    display: -webkit-flex;
  }
  .cid-udCwTVtkbJ button.navbar-toggler {
    display: block;
  }
  .cid-udCwTVtkbJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-udCwTVtkbJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-udCwTVtkbJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing,
  .cid-udCwTVtkbJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-nav,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-udCwTVtkbJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-udCwTVtkbJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-udCwTVtkbJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-udCwTVtkbJ .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-udCwTVtkbJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-udCwTVtkbJ .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-udCwTVtkbJ .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-udCwTVtkbJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-udCwTVtkbJ .nav-link:hover,
.cid-udCwTVtkbJ .dropdown-item:hover {
  color: #c9642d !important;
}
.cid-udNYzAyuYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNYzAyuYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/mbr-1920x1439.jpg");
}
.cid-udNYzAyuYd .mbr-text,
.cid-udNYzAyuYd .mbr-section-btn {
  text-align: left;
}
.cid-udNYzAyuYd .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-udNYzAyuYd .mbr-section-subtitle {
  color: #fafafa;
}
.cid-udAhCxKMp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-udAhCxKMp1 .item:focus,
.cid-udAhCxKMp1 span:focus {
  outline: none;
}
.cid-udAhCxKMp1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udAhCxKMp1 .item {
    margin-bottom: 1rem;
  }
}
.cid-udAhCxKMp1 .line {
  width: 100%;
  height: 1px;
  background: #c9642d;
  margin-bottom: 2rem;
}
.cid-udAhCxKMp1 .mbr-card-title {
  background: #c9642d;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 12px;
}
.cid-udAhCxKMp1 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-udAhCxKMp1 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-udAhCxKMp1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-udAhCxKMp1 .mbr-section-title {
  color: #c9642d;
  text-align: center;
}
.cid-udAhCxKMp1 .mbr-text,
.cid-udAhCxKMp1 .item .mbr-section-btn {
  text-align: center;
}
.cid-udAhCxKMp1 .content-head {
  max-width: 800px;
}
.cid-udAhCxKMp1 .mbr-number {
  color: #ffffff;
}
.cid-udAhCxKMp1 .mbr-section-subtitle,
.cid-udAhCxKMp1 .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-udAhCxKMp1 .mbr-text {
  text-align: left;
}
.cid-udAhCxKMp1 .mbr-text,
.cid-udAhCxKMp1 .mbr-card-btn {
  text-align: left;
}
.cid-udAhCxKMp1 .mbr-text,
.cid-udAhCxKMp1 .mbr-section-btn {
  text-align: left;
}
.cid-udAhCxKMp1 .mbr-text,
.cid-udAhCxKMp1 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-udAhCxKMp1 .card-text,
.cid-udAhCxKMp1 .item .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-udAhCxKMp1 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-udO71U3hsW {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-udO71U3hsW .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
}
.cid-udO71U3hsW .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-udO71U3hsW .image-block:hover:before {
  opacity: 0.4;
}
.cid-udO71U3hsW .image-block:hover .wrap {
  opacity: 1;
}
.cid-udO71U3hsW .image-block:hover img {
  transform: scale(1.05);
}
.cid-udO71U3hsW h4 {
  letter-spacing: 2px;
}
.cid-udO71U3hsW figcaption {
  position: relative;
}
.cid-udO71U3hsW figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-udO71U3hsW img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-udO71U3hsW .col-lg-4 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-udO71U3hsW .image-block {
    height: 400px;
  }
}
.cid-udAspjs5Va {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-udAspjs5Va .mbr-fallback-image.disabled {
  display: none;
}
.cid-udAspjs5Va .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udAspjs5Va .contects {
  line-height: 2;
}
.cid-udAspjs5Va .mbr-section-title {
  color: #fafafa;
}
.cid-udAspjs5Va .mbr-text {
  color: #c9642d;
}
.cid-udAspjs5Va P {
  color: #ffffff;
}
.cid-udAspjs5Va H4 {
  color: #ffffff;
}
.cid-udS2s35kUP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-udS2s35kUP .links {
  text-align: left;
  color: #ffffff;
}
.cid-udS2s35kUP p {
  margin: 0;
}
.cid-udS2s35kUP a {
  color: #ffffff;
}
.cid-udS2s35kUP a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-udCwTVtkbJ .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-udCwTVtkbJ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-udCwTVtkbJ a {
  font-style: normal;
}
.cid-udCwTVtkbJ .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-udCwTVtkbJ .top-icon {
  font-size: 1rem;
  color: #c9642d;
  padding: 0.4rem;
}
.cid-udCwTVtkbJ .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-udCwTVtkbJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-udCwTVtkbJ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-udCwTVtkbJ .nav-item:focus,
.cid-udCwTVtkbJ .nav-link:focus {
  outline: none;
}
.cid-udCwTVtkbJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-udCwTVtkbJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-udCwTVtkbJ .menu-logo {
  margin-right: auto;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-udCwTVtkbJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-udCwTVtkbJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-udCwTVtkbJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-udCwTVtkbJ button.navbar-toggler:focus {
  outline: none;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9642d;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udCwTVtkbJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-udCwTVtkbJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-udCwTVtkbJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-udCwTVtkbJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-udCwTVtkbJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-udCwTVtkbJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-udCwTVtkbJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-udCwTVtkbJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-udCwTVtkbJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-udCwTVtkbJ .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-udCwTVtkbJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-udCwTVtkbJ img {
    height: 3.8rem !important;
  }
  .cid-udCwTVtkbJ .icon-wrap {
    margin-top: 1rem;
  }
  .cid-udCwTVtkbJ .menu-wrap {
    flex-direction: column;
  }
  .cid-udCwTVtkbJ .btn {
    display: -webkit-flex;
  }
  .cid-udCwTVtkbJ button.navbar-toggler {
    display: block;
  }
  .cid-udCwTVtkbJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-udCwTVtkbJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-udCwTVtkbJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing,
  .cid-udCwTVtkbJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-nav,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-udCwTVtkbJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-udCwTVtkbJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-udCwTVtkbJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-udCwTVtkbJ .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-udCwTVtkbJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-udCwTVtkbJ .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-udCwTVtkbJ .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-udCwTVtkbJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-udCwTVtkbJ .nav-link:hover,
.cid-udCwTVtkbJ .dropdown-item:hover {
  color: #c9642d !important;
}
.cid-udOcqhnAgu {
  background: #000000;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-udOcqhnAgu .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-udOcqhnAgu .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-udOcqhnAgu .image-block:hover:before {
  opacity: 0;
}
.cid-udOcqhnAgu .image-block:hover .wrap {
  opacity: 1;
}
.cid-udOcqhnAgu .image-block:hover img {
  transform: scale(1.05);
}
.cid-udOcqhnAgu h4 {
  letter-spacing: 2px;
}
.cid-udOcqhnAgu figcaption {
  position: relative;
}
.cid-udOcqhnAgu figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-udOcqhnAgu img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udOcqhnAgu .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-udOcqhnAgu .wrap {
    opacity: 1!important;
  }
  .cid-udOcqhnAgu .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-udOdSXmHME {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-udOdSXmHME .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOdSXmHME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOdSXmHME .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udOdSXmHME .container {
    padding: 0 15px;
  }
}
.cid-udOdSXmHME .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-udOdSXmHME .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udOdSXmHME .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udOdSXmHME .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udOdSXmHME .mbr-section-btn {
  margin-top: 40px;
}
.cid-udOdSXmHME .mbr-section-title {
  color: #ffffff;
}
.cid-udOdSXmHME .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udOdSXmHME .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-udOdSXmHME .mbr-section-title,
.cid-udOdSXmHME .mbr-section-btn {
  text-align: center;
  color: #c9642d;
}
.cid-udADHQHvye {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-udADHQHvye p,
.cid-udADHQHvye h6 {
  font-weight: 300 !important;
}
.cid-udADHQHvye .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #fff;
  margin-left: 1rem;
}
.cid-udADHQHvye .panel-group {
  border: none;
}
.cid-udADHQHvye .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udADHQHvye .panel-title-edit {
  color: #fafafa;
}
.cid-udADHQHvye .panel-text {
  color: #fafafa;
  width: 71%;
}
@media (max-width: 768px) {
  .cid-udADHQHvye .panel-text {
    width: 100%;
  }
}
.cid-udADHQHvye .card {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-udADHQHvye .card {
    padding: 2rem 0;
  }
}
.cid-udADHQHvye .card-header {
  padding: 0;
  border-bottom: none;
}
.cid-udADHQHvye .mbr-section-title {
  margin-bottom: 80px;
  color: #fff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-udADHQHvye .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udALimX2qL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-udALimX2qL p,
.cid-udALimX2qL h6 {
  font-weight: 300 !important;
}
.cid-udALimX2qL .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #fff;
  margin-left: 1rem;
}
.cid-udALimX2qL .panel-group {
  border: none;
}
.cid-udALimX2qL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udALimX2qL .panel-title-edit {
  color: #fafafa;
}
.cid-udALimX2qL .panel-text {
  color: #fafafa;
  width: 71%;
}
@media (max-width: 768px) {
  .cid-udALimX2qL .panel-text {
    width: 100%;
  }
}
.cid-udALimX2qL .card {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-udALimX2qL .card {
    padding: 2rem 0;
  }
}
.cid-udALimX2qL .card-header {
  padding: 0;
  border-bottom: none;
}
.cid-udALimX2qL .mbr-section-title {
  margin-bottom: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .cid-udALimX2qL .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udOgV2aYOH {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-udOgV2aYOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOgV2aYOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOgV2aYOH .contects {
  line-height: 2;
}
.cid-udOgV2aYOH .mbr-section-title {
  color: #fafafa;
}
.cid-udOgV2aYOH .mbr-text {
  color: #c9642d;
}
.cid-udOgV2aYOH P {
  color: #ffffff;
}
.cid-udOgV2aYOH .mbr-section-title DIV {
  text-align: left;
}
.cid-udOgV2aYOH H4 {
  color: #ffffff;
}
.cid-udRXBdPwD6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-udRXBdPwD6 .links {
  text-align: left;
  color: #ffffff;
}
.cid-udRXBdPwD6 p {
  margin: 0;
}
.cid-udRXBdPwD6 a {
  color: #ffffff;
}
.cid-udRXBdPwD6 a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-udCwTVtkbJ .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-udCwTVtkbJ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-udCwTVtkbJ a {
  font-style: normal;
}
.cid-udCwTVtkbJ .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-udCwTVtkbJ .top-icon {
  font-size: 1rem;
  color: #c9642d;
  padding: 0.4rem;
}
.cid-udCwTVtkbJ .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-udCwTVtkbJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-udCwTVtkbJ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-udCwTVtkbJ .nav-item:focus,
.cid-udCwTVtkbJ .nav-link:focus {
  outline: none;
}
.cid-udCwTVtkbJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-udCwTVtkbJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-udCwTVtkbJ .menu-logo {
  margin-right: auto;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-udCwTVtkbJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-udCwTVtkbJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-udCwTVtkbJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-udCwTVtkbJ button.navbar-toggler:focus {
  outline: none;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9642d;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udCwTVtkbJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-udCwTVtkbJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-udCwTVtkbJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-udCwTVtkbJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-udCwTVtkbJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-udCwTVtkbJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-udCwTVtkbJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-udCwTVtkbJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-udCwTVtkbJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-udCwTVtkbJ .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-udCwTVtkbJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-udCwTVtkbJ img {
    height: 3.8rem !important;
  }
  .cid-udCwTVtkbJ .icon-wrap {
    margin-top: 1rem;
  }
  .cid-udCwTVtkbJ .menu-wrap {
    flex-direction: column;
  }
  .cid-udCwTVtkbJ .btn {
    display: -webkit-flex;
  }
  .cid-udCwTVtkbJ button.navbar-toggler {
    display: block;
  }
  .cid-udCwTVtkbJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-udCwTVtkbJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-udCwTVtkbJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing,
  .cid-udCwTVtkbJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-nav,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-udCwTVtkbJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-udCwTVtkbJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-udCwTVtkbJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-udCwTVtkbJ .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-udCwTVtkbJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-udCwTVtkbJ .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-udCwTVtkbJ .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-udCwTVtkbJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-udCwTVtkbJ .nav-link:hover,
.cid-udCwTVtkbJ .dropdown-item:hover {
  color: #c9642d !important;
}
.cid-udOlD0lwTI {
  padding-top: 7.8rem;
  padding-bottom: 15.6rem;
  background-image: url("../../../assets/images/mdcewdcqscbr-1-1556x1038.jpg");
}
.cid-udOlD0lwTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOlD0lwTI .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-udOlD0lwTI .container {
    padding: 0 15px;
  }
}
.cid-udOlD0lwTI .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-udOlD0lwTI .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-udOlD0lwTI .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-udOlD0lwTI .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udOlD0lwTI .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udOlD0lwTI .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udOlD0lwTI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udOlD0lwTI .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udOlD0lwTI .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-udOlD0lwTI .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #000000;
  box-shadow: 10px 10px 50px #000000;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-udOlD0lwTI .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-udOlD0lwTI .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-udOlD0lwTI .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-udOlD0lwTI .mbr-section-title {
  color: #ffffff;
}
.cid-udOlD0lwTI .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-udOlD0lwTI .mbr-text {
  color: #d2d2df;
}
.cid-udOuN9n389 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-udOuN9n389 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-udOuN9n389 .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-udOuN9n389 .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-udOuN9n389 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-udOuN9n389 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #c9642d;
  background: linear-gradient(#c9642d 0%, #c9642d 69%, #c9642d 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-udOuN9n389 .mbr-text,
.cid-udOuN9n389 .mbr-section-btn {
  color: #ffffff;
}
.cid-udOuN9n389 .mbr-section-subtitle {
  color: #c9642d;
  text-align: center;
}
.cid-udOuN9n389 .card .card-wrapper {
  text-align: center;
}
.cid-udOuN9n389 .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #c9642d;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-udOuN9n389 .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-udOuN9n389 .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-udOuN9n389 .buttons-wrap {
  text-align: center;
}
.cid-udOuN9n389 .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-udOuN9n389 .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-udOuN9n389 .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-udOuN9n389 .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-udOuN9n389 .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-udOuN9n389 .buttons-wrap .or {
    display: none;
  }
}
.cid-udOuN9n389 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOuN9n389 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOuN9n389 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-udOw1BSPQD {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-udOw1BSPQD .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-udOw1BSPQD .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-udOw1BSPQD .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-udOw1BSPQD .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-udOw1BSPQD .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #c9642d;
  background: linear-gradient(#c9642d 0%, #c9642d 69%, #c9642d 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-udOw1BSPQD .mbr-text,
.cid-udOw1BSPQD .mbr-section-btn {
  color: #ffffff;
}
.cid-udOw1BSPQD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udOw1BSPQD .card .card-wrapper {
  text-align: center;
}
.cid-udOw1BSPQD .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #c9642d;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-udOw1BSPQD .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-udOw1BSPQD .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-udOw1BSPQD .buttons-wrap {
  text-align: center;
}
.cid-udOw1BSPQD .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-udOw1BSPQD .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-udOw1BSPQD .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-udOw1BSPQD .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-udOw1BSPQD .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-udOw1BSPQD .buttons-wrap .or {
    display: none;
  }
}
.cid-udOw1BSPQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOw1BSPQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOCLX0oNe {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-udOCLX0oNe .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-udOCLX0oNe .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-udOCLX0oNe .image-block:hover:before {
  opacity: 0;
}
.cid-udOCLX0oNe .image-block:hover .wrap {
  opacity: 1;
}
.cid-udOCLX0oNe .image-block:hover img {
  transform: scale(1.05);
}
.cid-udOCLX0oNe h4 {
  letter-spacing: 2px;
}
.cid-udOCLX0oNe figcaption {
  position: relative;
}
.cid-udOCLX0oNe figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-udOCLX0oNe img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udOCLX0oNe .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-udOCLX0oNe .wrap {
    opacity: 1!important;
  }
  .cid-udOCLX0oNe .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-udOEAyfZEz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-udOEAyfZEz .mbr-section-title {
  color: #06182d;
}
.cid-udOEAyfZEz .mbr-section-title span {
  line-height: 1;
  color: #c9642d;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #c9642d;
  background: linear-gradient(#c9642d 0%, #c9642d 69%, #c9642d 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-udOEAyfZEz .mbr-section-subtitle {
  color: #fafafa;
}
.cid-udOEAyfZEz .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-udOEAyfZEz .mbr-section-text {
  color: #999999;
}
.cid-udOEAyfZEz .nav-tabs .nav-item.open .nav-link:focus,
.cid-udOEAyfZEz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-udOEAyfZEz .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #676767;
}
.cid-udOEAyfZEz .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-udOEAyfZEz .first {
  margin-left: -24px;
}
.cid-udOEAyfZEz .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
  background-color: #676767;
  padding: 1rem 2.2rem;
}
.cid-udOEAyfZEz .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #c9642d;
}
.cid-udOEAyfZEz .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #c9642d;
}
.cid-udOEAyfZEz P {
  color: #879a9f;
}
@media (max-width: 768px) {
  .cid-udOEAyfZEz .first {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .cid-udOEAyfZEz .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-udOEAyfZEz .mbr-text,
  .cid-udOEAyfZEz .nav-link {
    text-align: center;
  }
}
.cid-udOEAyfZEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOEAyfZEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOEAyfZEz .mbr-section-title,
.cid-udOEAyfZEz .col {
  color: #ffffff;
}
.cid-udOEAyfZEz .mbr-text {
  color: #fafafa;
}
.cid-udOGBKyqH2 {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-udOGBKyqH2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOGBKyqH2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOGBKyqH2 .contects {
  line-height: 2;
}
.cid-udOGBKyqH2 .mbr-section-title {
  color: #fafafa;
}
.cid-udOGBKyqH2 .mbr-text {
  color: #c9642d;
}
.cid-udOGBKyqH2 P {
  color: #ffffff;
}
.cid-udOGBKyqH2 .mbr-section-title DIV {
  text-align: left;
}
.cid-udOGBKyqH2 H4 {
  color: #ffffff;
}
.cid-udRXFrrePA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-udRXFrrePA .links {
  text-align: left;
  color: #ffffff;
}
.cid-udRXFrrePA p {
  margin: 0;
}
.cid-udRXFrrePA a {
  color: #ffffff;
}
.cid-udRXFrrePA a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-udCwTVtkbJ .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-udCwTVtkbJ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-udCwTVtkbJ a {
  font-style: normal;
}
.cid-udCwTVtkbJ .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-udCwTVtkbJ .top-icon {
  font-size: 1rem;
  color: #c9642d;
  padding: 0.4rem;
}
.cid-udCwTVtkbJ .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-udCwTVtkbJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-udCwTVtkbJ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-udCwTVtkbJ .nav-item:focus,
.cid-udCwTVtkbJ .nav-link:focus {
  outline: none;
}
.cid-udCwTVtkbJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-udCwTVtkbJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-udCwTVtkbJ .menu-logo {
  margin-right: auto;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-udCwTVtkbJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-udCwTVtkbJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-udCwTVtkbJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-udCwTVtkbJ button.navbar-toggler:focus {
  outline: none;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9642d;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udCwTVtkbJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-udCwTVtkbJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-udCwTVtkbJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-udCwTVtkbJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-udCwTVtkbJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-udCwTVtkbJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-udCwTVtkbJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-udCwTVtkbJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-udCwTVtkbJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-udCwTVtkbJ .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-udCwTVtkbJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-udCwTVtkbJ img {
    height: 3.8rem !important;
  }
  .cid-udCwTVtkbJ .icon-wrap {
    margin-top: 1rem;
  }
  .cid-udCwTVtkbJ .menu-wrap {
    flex-direction: column;
  }
  .cid-udCwTVtkbJ .btn {
    display: -webkit-flex;
  }
  .cid-udCwTVtkbJ button.navbar-toggler {
    display: block;
  }
  .cid-udCwTVtkbJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-udCwTVtkbJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-udCwTVtkbJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing,
  .cid-udCwTVtkbJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-nav,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-udCwTVtkbJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-udCwTVtkbJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-udCwTVtkbJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-udCwTVtkbJ .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-udCwTVtkbJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-udCwTVtkbJ .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-udCwTVtkbJ .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-udCwTVtkbJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-udCwTVtkbJ .nav-link:hover,
.cid-udCwTVtkbJ .dropdown-item:hover {
  color: #c9642d !important;
}
.cid-udOJjshtb7 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-udOJjshtb7 .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
}
.cid-udOJjshtb7 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-udOJjshtb7 .image-block:hover:before {
  opacity: 0.2;
}
.cid-udOJjshtb7 .image-block:hover .wrap {
  opacity: 1;
}
.cid-udOJjshtb7 h4 {
  letter-spacing: 2px;
}
.cid-udOJjshtb7 figcaption {
  position: relative;
}
.cid-udOJjshtb7 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-udOJjshtb7 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-udOJjshtb7 .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-udOJjshtb7 .wrap {
    opacity: 1 !important;
  }
  .cid-udOJjshtb7 .image-block:before {
    opacity: 0.2 !important;
  }
}
.cid-udCa4xrTe4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-udCa4xrTe4 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-udCa4xrTe4 .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-udCa4xrTe4 .container {
    padding: 0 28px;
  }
}
.cid-udCa4xrTe4 .item:focus,
.cid-udCa4xrTe4 span:focus {
  outline: none;
}
.cid-udCa4xrTe4 .item-wrapper {
  position: relative;
}
.cid-udCa4xrTe4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 0 200px;
}
@media (max-width: 1200px) {
  .cid-udCa4xrTe4 .embla__slide {
    padding: 0 130px;
  }
}
@media (max-width: 767px) {
  .cid-udCa4xrTe4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.cid-udCa4xrTe4 .embla__slide .slide-content {
  width: 100%;
}
.cid-udCa4xrTe4 .embla__slide .slide-content .item-wrapper {
  width: 100%;
}
.cid-udCa4xrTe4 .embla__slide .slide-content .item-wrapper .content-wrap .icon-wrap {
  margin-bottom: 30px;
}
.cid-udCa4xrTe4 .embla__slide .slide-content .item-wrapper .content-wrap .icon-wrap .mbr-iconfont {
  font-size: 80px;
  color: #000000;
  display: inline-flex;
}
.cid-udCa4xrTe4 .embla__slide .slide-content .item-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 40px;
}
.cid-udCa4xrTe4 .embla__slide .slide-content .item-wrapper .content-wrap .mbr-name {
  margin-bottom: 10px;
}
.cid-udCa4xrTe4 .embla__slide .slide-content .item-wrapper .content-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-udCa4xrTe4 .embla__button--next,
.cid-udCa4xrTe4 .embla__button--prev {
  display: flex;
}
.cid-udCa4xrTe4 .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #c9642d !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-udCa4xrTe4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-udCa4xrTe4 .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-udCa4xrTe4 .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-udCa4xrTe4 .embla__button.embla__button--prev {
  left: 20px;
}
.cid-udCa4xrTe4 .embla__button.embla__button--next {
  right: 20px;
}
@media (max-width: 768px) {
  .cid-udCa4xrTe4 .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-udCa4xrTe4 .embla {
  position: relative;
  width: 100%;
}
.cid-udCa4xrTe4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-udCa4xrTe4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-udCa4xrTe4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-udCa4xrTe4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-udCa4xrTe4 .mbr-card-title {
  color: #000000;
}
.cid-udCa4xrTe4 .mbr-name {
  color: #000000;
  text-align: center;
}
.cid-udCa4xrTe4 .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-udCa4xrTe4 .mbr-card-title,
.cid-udCa4xrTe4 .icon-wrap {
  text-align: center;
  color: #fafafa;
}
.cid-udOImTG9bi {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-udOImTG9bi .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
}
.cid-udOImTG9bi .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-udOImTG9bi .image-block:hover:before {
  opacity: 0.2;
}
.cid-udOImTG9bi .image-block:hover .wrap {
  opacity: 1;
}
.cid-udOImTG9bi h4 {
  letter-spacing: 2px;
}
.cid-udOImTG9bi figcaption {
  position: relative;
}
.cid-udOImTG9bi figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-udOImTG9bi img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-udOImTG9bi .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-udOImTG9bi .wrap {
    opacity: 1 !important;
  }
  .cid-udOImTG9bi .image-block:before {
    opacity: 0.2 !important;
  }
}
.cid-udCfSgFy0s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-udCfSgFy0s blockquote {
  border-color: #c9642d;
  border-radius: 4px;
  background-color: #000000;
}
.cid-udCfSgFy0s .mbr-section-title {
  color: #c9642d;
}
.cid-udCfSgFy0s .mbr-text {
  color: #fafafa;
}
.cid-udCnsgNLfC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-udCnsgNLfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-udCnsgNLfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udCnsgNLfC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udCnsgNLfC .container {
    padding: 0 15px;
  }
}
.cid-udCnsgNLfC .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-udCnsgNLfC .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udCnsgNLfC .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udCnsgNLfC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udCnsgNLfC .mbr-section-btn {
  margin-top: 40px;
}
.cid-udCnsgNLfC .mbr-section-title {
  color: #ffffff;
}
.cid-udCnsgNLfC .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udCnsgNLfC .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-udCnsgNLfC .mbr-section-title,
.cid-udCnsgNLfC .mbr-section-btn {
  text-align: center;
}
.cid-udCkXEIE92 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-udCkXEIE92 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udCkXEIE92 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udCkXEIE92 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udCkXEIE92 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-udCkXEIE92 .container {
    padding: 0 30px;
  }
}
.cid-udCkXEIE92 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #8a8588;
}
@media (max-width: 992px) {
  .cid-udCkXEIE92 .items-wrapper {
    display: block;
  }
}
.cid-udCkXEIE92 .items-wrapper .item .item-wrapper {
  padding: 0 60px 0 40px;
  border-left: 1px solid #8a8588;
  margin-bottom: 60px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-udCkXEIE92 .items-wrapper .item .item-wrapper {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.cid-udCkXEIE92 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-udCkXEIE92 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
}
.cid-udCkXEIE92 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap .circle-wrap {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #8a8588;
}
.cid-udCkXEIE92 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #c9642d;
  border-radius: 100%;
  z-index: 1;
}
.cid-udCkXEIE92 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  backdrop-filter: blur(5px);
  border-radius: 100%;
}
.cid-udCkXEIE92 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #fafafa;
}
.cid-udCkXEIE92 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-udCkXEIE92 .item-text {
  color: #144031;
}
.cid-udCkXEIE92 .item-text,
.cid-udCkXEIE92 .icon-wrapper {
  color: #fafafa;
  text-align: center;
}
.cid-udCn1JYqxp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-udCn1JYqxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-udCn1JYqxp .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-udCn1JYqxp .container {
    padding: 0 15px;
  }
}
.cid-udCn1JYqxp .row {
  justify-content: center;
}
.cid-udCn1JYqxp .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #676767;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-udCn1JYqxp .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-udCn1JYqxp .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-udCn1JYqxp .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udCn1JYqxp .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #000000;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-udCn1JYqxp .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-udCn1JYqxp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udCn1JYqxp .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udCn1JYqxp .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udCn1JYqxp .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-udCn1JYqxp .mbr-section-title {
  color: #f2ac2b;
}
.cid-udCn1JYqxp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udCn1JYqxp .mbr-section-title,
.cid-udCn1JYqxp .mbr-section-btn {
  text-align: center;
  color: #c9642d;
}
.cid-udOOXK9TrV {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-udOOXK9TrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOOXK9TrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOOXK9TrV .contects {
  line-height: 2;
}
.cid-udOOXK9TrV .mbr-section-title {
  color: #fafafa;
}
.cid-udOOXK9TrV .mbr-text {
  color: #c9642d;
}
.cid-udOOXK9TrV P {
  color: #ffffff;
}
.cid-udOOXK9TrV .mbr-section-title DIV {
  text-align: left;
}
.cid-udOOXK9TrV H4 {
  color: #ffffff;
}
.cid-udSRURQTin {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-udSRURQTin .links {
  text-align: left;
  color: #ffffff;
}
.cid-udSRURQTin p {
  margin: 0;
}
.cid-udSRURQTin a {
  color: #ffffff;
}
.cid-udSRURQTin a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-udCwTVtkbJ .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-udCwTVtkbJ .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-udCwTVtkbJ a {
  font-style: normal;
}
.cid-udCwTVtkbJ .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-udCwTVtkbJ .top-icon {
  font-size: 1rem;
  color: #c9642d;
  padding: 0.4rem;
}
.cid-udCwTVtkbJ .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-udCwTVtkbJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-udCwTVtkbJ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-udCwTVtkbJ .nav-item:focus,
.cid-udCwTVtkbJ .nav-link:focus {
  outline: none;
}
.cid-udCwTVtkbJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-udCwTVtkbJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-udCwTVtkbJ .menu-logo {
  margin-right: auto;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-udCwTVtkbJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udCwTVtkbJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-udCwTVtkbJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udCwTVtkbJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-udCwTVtkbJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-udCwTVtkbJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-udCwTVtkbJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-udCwTVtkbJ button.navbar-toggler:focus {
  outline: none;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9642d;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-udCwTVtkbJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-udCwTVtkbJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udCwTVtkbJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-udCwTVtkbJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-udCwTVtkbJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-udCwTVtkbJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-udCwTVtkbJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-udCwTVtkbJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-udCwTVtkbJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-udCwTVtkbJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-udCwTVtkbJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-udCwTVtkbJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-udCwTVtkbJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-udCwTVtkbJ .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-udCwTVtkbJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-udCwTVtkbJ img {
    height: 3.8rem !important;
  }
  .cid-udCwTVtkbJ .icon-wrap {
    margin-top: 1rem;
  }
  .cid-udCwTVtkbJ .menu-wrap {
    flex-direction: column;
  }
  .cid-udCwTVtkbJ .btn {
    display: -webkit-flex;
  }
  .cid-udCwTVtkbJ button.navbar-toggler {
    display: block;
  }
  .cid-udCwTVtkbJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-udCwTVtkbJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-udCwTVtkbJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing,
  .cid-udCwTVtkbJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-nav,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-udCwTVtkbJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-udCwTVtkbJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-udCwTVtkbJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-udCwTVtkbJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-udCwTVtkbJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-udCwTVtkbJ .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-udCwTVtkbJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-udCwTVtkbJ .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-udCwTVtkbJ .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-udCwTVtkbJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-udCwTVtkbJ .nav-link:hover,
.cid-udCwTVtkbJ .dropdown-item:hover {
  color: #c9642d !important;
}
.cid-udSEB6W36w {
  padding-top: 15.6rem;
  padding-bottom: 15.6rem;
  background-image: url("../../../assets/images/aboutas-mbr-1686x1124.jpg");
}
.cid-udSEB6W36w .mbr-fallback-image.disabled {
  display: none;
}
.cid-udSEB6W36w .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-udSEB6W36w .container {
    padding: 0 15px;
  }
}
.cid-udSEB6W36w .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-udSEB6W36w .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-udSEB6W36w .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-udSEB6W36w .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udSEB6W36w .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udSEB6W36w .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udSEB6W36w .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udSEB6W36w .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udSEB6W36w .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-udSEB6W36w .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #000000;
  box-shadow: 10px 10px 50px #000000;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-udSEB6W36w .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-udSEB6W36w .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-udSEB6W36w .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-udSEB6W36w .mbr-section-title {
  color: #ffffff;
}
.cid-udSEB6W36w .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-udSEB6W36w .mbr-text {
  color: #d2d2df;
}
.cid-udCw8oN08S {
  background-color: #000000;
}
.cid-udCw8oN08S .mbr-fallback-image.disabled {
  display: none;
}
.cid-udCw8oN08S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udCw8oN08S .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-udCw8oN08S .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-udCw8oN08S .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-udCw8oN08S .container {
    padding: 0 22px;
  }
}
.cid-udCw8oN08S .card {
  justify-content: center;
}
.cid-udCw8oN08S .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-udCw8oN08S .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-udCw8oN08S .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-udCw8oN08S .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-udCw8oN08S .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-udCw8oN08S .content-wrapper .border-wrap {
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.cid-udCw8oN08S .content-wrapper .contacts-wrap .item-contact {
  margin-bottom: 16px;
}
.cid-udCw8oN08S .content-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udCw8oN08S .content-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #c9642d;
  display: inline-flex;
  margin-right: 20px;
}
.cid-udCw8oN08S .content-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-udCw8oN08S .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-udCw8oN08S .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #c9642d;
}
.cid-udCw8oN08S .content-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-udCw8oN08S .content-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-udCw8oN08S .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udCw8oN08S .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-udCw8oN08S .content-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-udCw8oN08S .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-udCw8oN08S .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-udCw8oN08S .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-udCw8oN08S .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udCw8oN08S .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #c9642d;
}
.cid-udCw8oN08S .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udCw8oN08S .form-wrapper {
  position: relative;
  padding: 60px 40px;
}
@media (max-width: 992px) {
  .cid-udCw8oN08S .form-wrapper {
    padding: 20px;
  }
}
.cid-udCw8oN08S .form-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udCw8oN08S .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-udCw8oN08S .form-wrapper .dragArea.row .form-group {
  margin-bottom: 18px !important;
}
.cid-udCw8oN08S .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-udCw8oN08S .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 15px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-udCw8oN08S .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-udCw8oN08S .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-udCw8oN08S .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #c9642d;
  opacity: .5;
}
.cid-udCw8oN08S .form-wrapper .dragArea.row .form-group textarea {
  min-height: 230px;
}
.cid-udCw8oN08S .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-udCw8oN08S .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #47b5ed;
  border-color: #c9642d;
  border-radius: 0;
}
.cid-udCw8oN08S .form-wrapper .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #c9642d;
}
.cid-udCw8oN08S .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-udCw8oN08S .mbr-section-title {
  color: #ffffff;
}
.cid-udCw8oN08S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udCw8oN08S .mbr-text {
  color: #c9642d;
}
.cid-udCw8oN08S .mbr-desc {
  color: #c9642d;
}
.cid-udCw8oN08S .mbr-contact {
  color: #ffffff;
}
.cid-udCw8oN08S .mbr-contact,
.cid-udCw8oN08S .item-contact {
  color: #f7f7f7;
}
.cid-udCw8oN08S LABEL {
  color: #f7f7f7;
}
.cid-udOUEooyfj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-udOUEooyfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOUEooyfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOUEooyfj .contects {
  line-height: 2;
}
.cid-udOUEooyfj .mbr-section-title {
  color: #fafafa;
}
.cid-udOUEooyfj .mbr-text {
  color: #ffffff;
}
.cid-udOUEooyfj P {
  color: #ffffff;
}
.cid-udOUEooyfj .mbr-section-title DIV {
  text-align: left;
}
.cid-udOUEooyfj H2 {
  color: #ffffff;
}
.cid-udSPw1SOmb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-udSPw1SOmb .links {
  text-align: left;
  color: #ffffff;
}
.cid-udSPw1SOmb p {
  margin: 0;
}
.cid-udSPw1SOmb a {
  color: #ffffff;
}
.cid-udSPw1SOmb a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-udOVIXYF57 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-udOVIXYF57 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-udOVIXYF57 a {
  font-style: normal;
}
.cid-udOVIXYF57 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-udOVIXYF57 .top-icon {
  font-size: 1rem;
  color: #c9642d;
  padding: 0.4rem;
}
.cid-udOVIXYF57 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-udOVIXYF57 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-udOVIXYF57 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-udOVIXYF57 .nav-item:focus,
.cid-udOVIXYF57 .nav-link:focus {
  outline: none;
}
.cid-udOVIXYF57 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-udOVIXYF57 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-udOVIXYF57 .menu-logo {
  margin-right: auto;
}
.cid-udOVIXYF57 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udOVIXYF57 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-udOVIXYF57 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-udOVIXYF57 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-udOVIXYF57 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-udOVIXYF57 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-udOVIXYF57 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-udOVIXYF57 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-udOVIXYF57 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-udOVIXYF57 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-udOVIXYF57 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-udOVIXYF57 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-udOVIXYF57 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-udOVIXYF57 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udOVIXYF57 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-udOVIXYF57 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udOVIXYF57 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-udOVIXYF57 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-udOVIXYF57 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-udOVIXYF57 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-udOVIXYF57 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-udOVIXYF57 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-udOVIXYF57 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-udOVIXYF57 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-udOVIXYF57 button.navbar-toggler:focus {
  outline: none;
}
.cid-udOVIXYF57 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9642d;
}
.cid-udOVIXYF57 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-udOVIXYF57 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-udOVIXYF57 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-udOVIXYF57 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-udOVIXYF57 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udOVIXYF57 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-udOVIXYF57 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-udOVIXYF57 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udOVIXYF57 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-udOVIXYF57 .collapsed .btn {
  display: -webkit-flex;
}
.cid-udOVIXYF57 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-udOVIXYF57 .collapsed .navbar-collapse.collapsing,
.cid-udOVIXYF57 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-udOVIXYF57 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-udOVIXYF57 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-udOVIXYF57 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-udOVIXYF57 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-udOVIXYF57 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-udOVIXYF57 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-udOVIXYF57 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-udOVIXYF57 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-udOVIXYF57 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-udOVIXYF57 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-udOVIXYF57 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-udOVIXYF57 .collapsed button.navbar-toggler {
  display: block;
}
.cid-udOVIXYF57 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-udOVIXYF57 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-udOVIXYF57 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-udOVIXYF57 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-udOVIXYF57 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-udOVIXYF57 .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-udOVIXYF57.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-udOVIXYF57 img {
    height: 3.8rem !important;
  }
  .cid-udOVIXYF57 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-udOVIXYF57 .menu-wrap {
    flex-direction: column;
  }
  .cid-udOVIXYF57 .btn {
    display: -webkit-flex;
  }
  .cid-udOVIXYF57 button.navbar-toggler {
    display: block;
  }
  .cid-udOVIXYF57 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-udOVIXYF57 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-udOVIXYF57 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-udOVIXYF57 .navbar-collapse.collapsing,
  .cid-udOVIXYF57 .navbar-collapse.show {
    display: block !important;
  }
  .cid-udOVIXYF57 .navbar-collapse.collapsing .navbar-nav,
  .cid-udOVIXYF57 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-udOVIXYF57 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-udOVIXYF57 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-udOVIXYF57 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-udOVIXYF57 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-udOVIXYF57 .navbar-collapse.collapsing .navbar-buttons,
  .cid-udOVIXYF57 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-udOVIXYF57 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-udOVIXYF57 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-udOVIXYF57 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-udOVIXYF57 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-udOVIXYF57 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-udOVIXYF57 .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-udOVIXYF57 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-udOVIXYF57 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-udOVIXYF57 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-udOVIXYF57 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-udOVIXYF57 .nav-link:hover,
.cid-udOVIXYF57 .dropdown-item:hover {
  color: #c9642d !important;
}
.cid-udOVIZep4A {
  padding-top: 7.8rem;
  padding-bottom: 15.6rem;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-udOVIZep4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOVIZep4A .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-udOVIZep4A .container {
    padding: 0 15px;
  }
}
.cid-udOVIZep4A .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-udOVIZep4A .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-udOVIZep4A .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-udOVIZep4A .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udOVIZep4A .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udOVIZep4A .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udOVIZep4A .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udOVIZep4A .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udOVIZep4A .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-udOVIZep4A .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #000000;
  box-shadow: 10px 10px 50px #000000;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-udOVIZep4A .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-udOVIZep4A .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-udOVIZep4A .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-udOVIZep4A .mbr-section-title {
  color: #ffffff;
}
.cid-udOVIZep4A .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-udOVIZep4A .mbr-text {
  color: #d2d2df;
}
.cid-udOXXn15Nj {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #000000;
}
.cid-udOXXn15Nj .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOXXn15Nj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udOXXn15Nj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udOXXn15Nj .container {
    padding: 0 15px;
  }
}
.cid-udOXXn15Nj .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-udOXXn15Nj .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udOXXn15Nj .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udOXXn15Nj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udOXXn15Nj .mbr-section-btn {
  margin-top: 40px;
}
.cid-udOXXn15Nj .mbr-section-title {
  color: #ffffff;
}
.cid-udOXXn15Nj .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udOXXn15Nj .mbr-text {
  color: #c9642d;
  text-align: center;
}
.cid-udOXXn15Nj .mbr-section-title,
.cid-udOXXn15Nj .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-udSMLGfHV3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-udSMLGfHV3 .links {
  text-align: left;
  color: #ffffff;
}
.cid-udSMLGfHV3 p {
  margin: 0;
}
.cid-udSMLGfHV3 a {
  color: #ffffff;
}
.cid-udSMLGfHV3 a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-udOYuJoRbE .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-udOYuJoRbE .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-udOYuJoRbE a {
  font-style: normal;
}
.cid-udOYuJoRbE .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-udOYuJoRbE .top-icon {
  font-size: 1rem;
  color: #c9642d;
  padding: 0.4rem;
}
.cid-udOYuJoRbE .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-udOYuJoRbE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-udOYuJoRbE .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-udOYuJoRbE .nav-item:focus,
.cid-udOYuJoRbE .nav-link:focus {
  outline: none;
}
.cid-udOYuJoRbE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-udOYuJoRbE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-udOYuJoRbE .menu-logo {
  margin-right: auto;
}
.cid-udOYuJoRbE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udOYuJoRbE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-udOYuJoRbE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-udOYuJoRbE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-udOYuJoRbE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-udOYuJoRbE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-udOYuJoRbE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-udOYuJoRbE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-udOYuJoRbE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-udOYuJoRbE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-udOYuJoRbE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-udOYuJoRbE .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-udOYuJoRbE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-udOYuJoRbE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udOYuJoRbE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-udOYuJoRbE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udOYuJoRbE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-udOYuJoRbE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-udOYuJoRbE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-udOYuJoRbE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-udOYuJoRbE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-udOYuJoRbE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-udOYuJoRbE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-udOYuJoRbE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-udOYuJoRbE button.navbar-toggler:focus {
  outline: none;
}
.cid-udOYuJoRbE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9642d;
}
.cid-udOYuJoRbE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-udOYuJoRbE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-udOYuJoRbE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-udOYuJoRbE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-udOYuJoRbE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udOYuJoRbE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-udOYuJoRbE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-udOYuJoRbE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udOYuJoRbE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-udOYuJoRbE .collapsed .btn {
  display: -webkit-flex;
}
.cid-udOYuJoRbE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-udOYuJoRbE .collapsed .navbar-collapse.collapsing,
.cid-udOYuJoRbE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-udOYuJoRbE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-udOYuJoRbE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-udOYuJoRbE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-udOYuJoRbE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-udOYuJoRbE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-udOYuJoRbE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-udOYuJoRbE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-udOYuJoRbE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-udOYuJoRbE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-udOYuJoRbE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-udOYuJoRbE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-udOYuJoRbE .collapsed button.navbar-toggler {
  display: block;
}
.cid-udOYuJoRbE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-udOYuJoRbE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-udOYuJoRbE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-udOYuJoRbE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-udOYuJoRbE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-udOYuJoRbE .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-udOYuJoRbE.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-udOYuJoRbE img {
    height: 3.8rem !important;
  }
  .cid-udOYuJoRbE .icon-wrap {
    margin-top: 1rem;
  }
  .cid-udOYuJoRbE .menu-wrap {
    flex-direction: column;
  }
  .cid-udOYuJoRbE .btn {
    display: -webkit-flex;
  }
  .cid-udOYuJoRbE button.navbar-toggler {
    display: block;
  }
  .cid-udOYuJoRbE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-udOYuJoRbE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-udOYuJoRbE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-udOYuJoRbE .navbar-collapse.collapsing,
  .cid-udOYuJoRbE .navbar-collapse.show {
    display: block !important;
  }
  .cid-udOYuJoRbE .navbar-collapse.collapsing .navbar-nav,
  .cid-udOYuJoRbE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-udOYuJoRbE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-udOYuJoRbE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-udOYuJoRbE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-udOYuJoRbE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-udOYuJoRbE .navbar-collapse.collapsing .navbar-buttons,
  .cid-udOYuJoRbE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-udOYuJoRbE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-udOYuJoRbE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-udOYuJoRbE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-udOYuJoRbE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-udOYuJoRbE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-udOYuJoRbE .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-udOYuJoRbE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-udOYuJoRbE .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-udOYuJoRbE .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-udOYuJoRbE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-udOYuJoRbE .nav-link:hover,
.cid-udOYuJoRbE .dropdown-item:hover {
  color: #c9642d !important;
}
.cid-udOYuKmtES {
  padding-top: 7.8rem;
  padding-bottom: 15.6rem;
  background-image: url("../../../assets/images/mbr-1920x938.jpg");
}
.cid-udOYuKmtES .mbr-fallback-image.disabled {
  display: none;
}
.cid-udOYuKmtES .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-udOYuKmtES .container {
    padding: 0 15px;
  }
}
.cid-udOYuKmtES .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-udOYuKmtES .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-udOYuKmtES .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-udOYuKmtES .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udOYuKmtES .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udOYuKmtES .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udOYuKmtES .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udOYuKmtES .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udOYuKmtES .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-udOYuKmtES .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #000000;
  box-shadow: 10px 10px 50px #000000;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-udOYuKmtES .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-udOYuKmtES .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-udOYuKmtES .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-udOYuKmtES .mbr-section-title {
  color: #ffffff;
}
.cid-udOYuKmtES .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-udOYuKmtES .mbr-text {
  color: #d2d2df;
}
.cid-udP4fMoW37 {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-udP4fMoW37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udP4fMoW37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udP4fMoW37 .container,
.cid-udP4fMoW37 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udP4fMoW37 .container,
  .cid-udP4fMoW37 .container-fluid {
    padding: 0 20px;
  }
}
.cid-udP4fMoW37 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udP4fMoW37 .title-wrapper {
    margin-bottom: 50px;
    padding: 0;
  }
}
.cid-udP4fMoW37 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udP4fMoW37 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  border-left: 1px solid #c9642d;
}
@media (max-width: 992px) {
  .cid-udP4fMoW37 .text-wrapper {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-udP4fMoW37 .text-wrapper {
    padding: 0;
  }
}
.cid-udP4fMoW37 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udP4fMoW37 .mbr-section-title {
  color: #ffffff;
}
.cid-udP4fMoW37 .mbr-text {
  color: #c9642d;
}
.cid-udP4fMoW37 P {
  color: #ffffff;
}
.cid-udP4fMoW37 H3 {
  color: #ffffff;
}
.cid-udSMRefIgN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-udSMRefIgN .links {
  text-align: left;
  color: #ffffff;
}
.cid-udSMRefIgN p {
  margin: 0;
}
.cid-udSMRefIgN a {
  color: #ffffff;
}
.cid-udSMRefIgN a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-udSIoFkHu6 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-udSIoFkHu6 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-udSIoFkHu6 a {
  font-style: normal;
}
.cid-udSIoFkHu6 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-udSIoFkHu6 .top-icon {
  font-size: 1rem;
  color: #c9642d;
  padding: 0.4rem;
}
.cid-udSIoFkHu6 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-udSIoFkHu6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-udSIoFkHu6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-udSIoFkHu6 .nav-item:focus,
.cid-udSIoFkHu6 .nav-link:focus {
  outline: none;
}
.cid-udSIoFkHu6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-udSIoFkHu6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-udSIoFkHu6 .menu-logo {
  margin-right: auto;
}
.cid-udSIoFkHu6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udSIoFkHu6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-udSIoFkHu6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-udSIoFkHu6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-udSIoFkHu6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-udSIoFkHu6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-udSIoFkHu6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-udSIoFkHu6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-udSIoFkHu6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-udSIoFkHu6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-udSIoFkHu6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-udSIoFkHu6 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-udSIoFkHu6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-udSIoFkHu6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udSIoFkHu6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-udSIoFkHu6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udSIoFkHu6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-udSIoFkHu6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-udSIoFkHu6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-udSIoFkHu6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-udSIoFkHu6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-udSIoFkHu6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-udSIoFkHu6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-udSIoFkHu6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-udSIoFkHu6 button.navbar-toggler:focus {
  outline: none;
}
.cid-udSIoFkHu6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c9642d;
}
.cid-udSIoFkHu6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-udSIoFkHu6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-udSIoFkHu6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-udSIoFkHu6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-udSIoFkHu6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udSIoFkHu6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-udSIoFkHu6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-udSIoFkHu6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udSIoFkHu6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-udSIoFkHu6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-udSIoFkHu6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-udSIoFkHu6 .collapsed .navbar-collapse.collapsing,
.cid-udSIoFkHu6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-udSIoFkHu6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-udSIoFkHu6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-udSIoFkHu6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-udSIoFkHu6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-udSIoFkHu6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-udSIoFkHu6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-udSIoFkHu6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-udSIoFkHu6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-udSIoFkHu6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-udSIoFkHu6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-udSIoFkHu6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-udSIoFkHu6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-udSIoFkHu6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-udSIoFkHu6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-udSIoFkHu6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-udSIoFkHu6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-udSIoFkHu6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-udSIoFkHu6 .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-udSIoFkHu6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-udSIoFkHu6 img {
    height: 3.8rem !important;
  }
  .cid-udSIoFkHu6 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-udSIoFkHu6 .menu-wrap {
    flex-direction: column;
  }
  .cid-udSIoFkHu6 .btn {
    display: -webkit-flex;
  }
  .cid-udSIoFkHu6 button.navbar-toggler {
    display: block;
  }
  .cid-udSIoFkHu6 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-udSIoFkHu6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-udSIoFkHu6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-udSIoFkHu6 .navbar-collapse.collapsing,
  .cid-udSIoFkHu6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-udSIoFkHu6 .navbar-collapse.collapsing .navbar-nav,
  .cid-udSIoFkHu6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-udSIoFkHu6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-udSIoFkHu6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-udSIoFkHu6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-udSIoFkHu6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-udSIoFkHu6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-udSIoFkHu6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-udSIoFkHu6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-udSIoFkHu6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-udSIoFkHu6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-udSIoFkHu6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-udSIoFkHu6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-udSIoFkHu6 .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-udSIoFkHu6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-udSIoFkHu6 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-udSIoFkHu6 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-udSIoFkHu6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-udSIoFkHu6 .nav-link:hover,
.cid-udSIoFkHu6 .dropdown-item:hover {
  color: #c9642d !important;
}
.cid-udSIoGuMpF {
  padding-top: 0rem;
  padding-bottom: 9.1rem;
  background-color: #000000;
}
.cid-udSIoGuMpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-udSIoGuMpF .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-udSIoGuMpF .container {
    padding: 0 15px;
  }
}
.cid-udSIoGuMpF .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-udSIoGuMpF .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-udSIoGuMpF .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-udSIoGuMpF .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udSIoGuMpF .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udSIoGuMpF .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udSIoGuMpF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udSIoGuMpF .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udSIoGuMpF .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-udSIoGuMpF .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #000000;
  box-shadow: 10px 10px 50px #000000;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-udSIoGuMpF .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-udSIoGuMpF .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-udSIoGuMpF .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-udSIoGuMpF .mbr-section-title {
  color: #ffffff;
}
.cid-udSIoGuMpF .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-udSIoGuMpF .mbr-text {
  color: #d2d2df;
}
.cid-udSKnO1h3v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-udSKnO1h3v::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #c9642d -10%, transparent 70%);
}
.cid-udSKnO1h3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-udSKnO1h3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-udSKnO1h3v .container {
    padding: 0 16px;
  }
}
.cid-udSKnO1h3v .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-udSKnO1h3v .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-udSKnO1h3v .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udSKnO1h3v .mbr-section-title {
  color: #c9642d;
}
.cid-udSKnO1h3v .mbr-text {
  color: #000000;
}
.cid-udSKnO1h3v .mbr-text,
.cid-udSKnO1h3v .icon-wrapper {
  color: #ffffff;
}
.cid-udSMOo0cgi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-udSMOo0cgi .links {
  text-align: left;
  color: #ffffff;
}
.cid-udSMOo0cgi p {
  margin: 0;
}
.cid-udSMOo0cgi a {
  color: #ffffff;
}
.cid-udSMOo0cgi a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
