body {
  font-family: 'Jost', sans-serif;
}
.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.35;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
}
.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: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 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: #fafafa !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #c4c4c8 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !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: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !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: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info,
.btn-info:active {
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  color: #444449 !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: #262626 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #444449 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #262626 !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: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #262626 !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: #262626 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #262626 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #662200 !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: #262626 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #662200 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #262626 !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: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #262626 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #262626 !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: #262626 !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: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c4c4c8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #97979e !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: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !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: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #fafafa !important;
}
.text-secondary {
  color: #fafafa !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #c4c4c8 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #262626 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fafafa !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c7c7c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8f8f97 !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: #ff5500 !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 {
  font-weight: 500;
}
.nav-tabs .nav-link.active {
  color: #fafafa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c4c4c8;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #878787;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fafafa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #ffffff;
}
/* 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: 500;
  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: #fafafa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #fafafa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fafafa;
}
.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: #fafafa;
  border-bottom-color: #fafafa;
}
.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: #000000 !important;
  background-color: #fafafa !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: #fafafa !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='%23fafafa' %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-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: relative !important;
}
.cid-taOw7l9PvM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #000000 !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taOw7vq3RR {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/whatsapp-grsel-2024-09-04-saat-21.27.02-60729c66.jpg");
}
.cid-taOw7vq3RR .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-taOw7vq3RR .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-taOw7vq3RR .card-btn svg {
  transition: all 0.4s;
}
.cid-taOw7vq3RR .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-taOw7vq3RR .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-taOw7vq3RR .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-taOw7vq3RR .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-taOw7vq3RR .column {
  display: flex;
  flex-direction: column;
}
.cid-taOw7vq3RR .mbr-card-title,
.cid-taOw7vq3RR .mbr-text {
  color: #fafafa;
}
.cid-taOw7vq3RR .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-taOw7vq3RR .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-taOw7vq3RR .mbr-card-title {
  text-align: left;
  color: #ffffff;
}
.cid-taOw7vq3RR .mbr-text {
  text-align: left;
}
.cid-uofxjrN62j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/terrifying-hands-silhouettes-studio-23.jpg");
}
.cid-uofxjrN62j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofxjrN62j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofxjrN62j .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uofxjrN62j .image-wrap {
    height: 400px;
  }
}
.cid-uofuIKuSlY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #161616;
}
.cid-uofuIKuSlY .text-wrapper {
  padding: 2rem;
  max-width: 650px;
}
@media (max-width: 991px) {
  .cid-uofuIKuSlY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uofuIKuSlY img {
  width: 130%;
}
@media (max-width: 1400px) {
  .cid-uofuIKuSlY img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-uofuIKuSlY img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uofuIKuSlY .text-wrapper {
    padding: 2rem;
  }
}
.cid-uofuIKuSlY .mbr-section-subtitle {
  color: #fa4529;
}
.cid-uofuIKuSlY .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uofuIKuSlY .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uofx1SWPKy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hand-sticking-out-ground-fog-23.jpg");
}
.cid-uofx1SWPKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofx1SWPKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofx1SWPKy .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uofx1SWPKy .image-wrap {
    height: 400px;
  }
}
.cid-uofA5ekCJS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #161616;
}
.cid-uofA5ekCJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofA5ekCJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofA5ekCJS .content-wrapper {
  padding: 80px 90px;
  background-color: #161616;
}
@media (max-width: 992px) {
  .cid-uofA5ekCJS .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uofA5ekCJS .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uofA5ekCJS .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uofA5ekCJS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uofA5ekCJS .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uofA5ekCJS .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uofA5ekCJS .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uofA5ekCJS .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .cid-uofA5ekCJS .content-wrapper .items-wrapper {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uofA5ekCJS .content-wrapper .items-wrapper {
    display: block;
  }
}
.cid-uofA5ekCJS .content-wrapper .items-wrapper .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.cid-uofA5ekCJS .content-wrapper .items-wrapper .item:nth-child(2n) {
  transform: rotate(1deg);
}
.cid-uofA5ekCJS .content-wrapper .items-wrapper .item:hover,
.cid-uofA5ekCJS .content-wrapper .items-wrapper .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .cid-uofA5ekCJS .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .cid-uofA5ekCJS .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uofA5ekCJS .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  height: 100%;
  padding: 24px;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uofA5ekCJS .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uofA5ekCJS .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uofA5ekCJS .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uofA5ekCJS .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uofA5ekCJS .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uofA5ekCJS .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper {
  padding-right: 8px;
}
.cid-uofA5ekCJS .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uofA5ekCJS .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uofA5ekCJS .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .icon-wrapper .mbr-iconfont:focus {
  color: #90ee90;
}
.cid-uofA5ekCJS .content-wrapper .items-wrapper .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.cid-uofA5ekCJS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uofA5ekCJS .mbr-text,
.cid-uofA5ekCJS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uofA5ekCJS .item-name {
  color: #050f0f;
  text-align: center;
}
.cid-uofEr90Sij {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/horror-scene-with-eerie-hospital.jpg");
}
.cid-uofEr90Sij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofEr90Sij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofEr90Sij .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uofEr90Sij .image-wrap {
    height: 400px;
  }
}
.cid-uryzyTyeC8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #161616;
}
.cid-uryzyTyeC8 .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uryzyTyeC8 .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uryzyTyeC8 .image-wrapper {
    padding: 30px;
  }
}
.cid-uryzyTyeC8 .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uryzyTyeC8 .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uryzyTyeC8 .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-uryzyTyeC8 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uryzyTyeC8 .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uryzyTyeC8 .col-text {
    text-align: center;
  }
}
.cid-uryzyTyeC8 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uryzyTyeC8 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uryzyTyeC8 .label-text {
    text-align: center !important;
  }
}
.cid-uryzyTyeC8 .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-uryzyTyeC8 .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uryzyTyeC8 .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-uryzyTyeC8 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uryzyTyeC8 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uryzyTyeC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryzyTyeC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uryzyTyeC8 .mbr-section-title,
.cid-uryzyTyeC8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uryAlH3vu4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-52.jpg");
}
.cid-uryAlH3vu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryAlH3vu4 .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-uryAlH3vu4 .container {
    padding: 0 16px;
  }
}
.cid-uryAlH3vu4 .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uryAlH3vu4 .row {
    height: 200px;
  }
}
.cid-uwaKtRWJfz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #161616;
}
.cid-uwaKtRWJfz .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uwaKtRWJfz .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uwaKtRWJfz .image-wrapper {
    padding: 30px;
  }
}
.cid-uwaKtRWJfz .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-uwaKtRWJfz .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uwaKtRWJfz .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-uwaKtRWJfz .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uwaKtRWJfz .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uwaKtRWJfz .col-text {
    text-align: center;
  }
}
.cid-uwaKtRWJfz .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uwaKtRWJfz .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uwaKtRWJfz .label-text {
    text-align: center !important;
  }
}
.cid-uwaKtRWJfz .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-uwaKtRWJfz .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uwaKtRWJfz .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-uwaKtRWJfz .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uwaKtRWJfz .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uwaKtRWJfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaKtRWJfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwaKtRWJfz .mbr-section-title,
.cid-uwaKtRWJfz .mbr-section-btn {
  color: #ffffff;
}
.cid-uwaLcq2QBW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-61.jpg");
}
.cid-uwaLcq2QBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaLcq2QBW .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-uwaLcq2QBW .container {
    padding: 0 16px;
  }
}
.cid-uwaLcq2QBW .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uwaLcq2QBW .row {
    height: 200px;
  }
}
.cid-uw5eHqgGZc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uw5eHqgGZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5eHqgGZc .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-uw5eHqgGZc .container {
    padding: 0 15px;
  }
}
.cid-uw5eHqgGZc .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uw5eHqgGZc .content-wrapper {
  position: relative;
}
.cid-uw5eHqgGZc .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uw5eHqgGZc .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uw5eHqgGZc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uw5eHqgGZc .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uw5eHqgGZc .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uw5eHqgGZc .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uw5eHqgGZc .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uw5eHqgGZc .dragArea.row .form-group {
  margin-bottom: 30px !important;
  padding: 0 15px;
}
.cid-uw5eHqgGZc .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 15px;
}
.cid-uw5eHqgGZc .dragArea.row .form-group .form-control {
  padding: 20px 40px 24px;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uw5eHqgGZc .dragArea.row .form-group .form-control {
    padding: 20px 30px;
  }
}
.cid-uw5eHqgGZc .dragArea.row .form-group .form-control:hover,
.cid-uw5eHqgGZc .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uw5eHqgGZc .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 20px;
}
.cid-uw5eHqgGZc .dragArea.row .form-group textarea {
  min-height: 200px;
}
.cid-uw5eHqgGZc .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uw5eHqgGZc .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uw5eHqgGZc .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-uw5eHqgGZc .mbr-section-title {
  color: #ffffff;
}
.cid-uw5eHqgGZc .mbr-desc {
  color: #68707c;
}
.cid-uw5eHqgGZc label {
  color: #ffffff;
}
.cid-uw5eHqgGZc .mbr-section-btn {
  text-align: right;
}
.cid-uw5eHqgGZc .mbr-section-title,
.cid-uw5eHqgGZc .mbr-section-btn {
  color: #ffffff;
}
.cid-ui1Do03728 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-ui1Do03728::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ui1Do03728 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1Do03728 .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-ui1Do03728 .container {
    padding: 0 22px;
  }
}
.cid-ui1Do03728 .row {
  position: relative;
  z-index: 1;
}
.cid-ui1Do03728 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ui1Do03728 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ui1Do03728 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ui1Do03728 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ui1Do03728 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ui1Do03728 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ui1Do03728 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui1Do03728 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ui1Do03728 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ui1Do03728 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ui1Do03728 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ui1Do03728 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ui1Do03728 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ui1Do03728 .nav-wrapper .list .item-wrap:hover,
.cid-ui1Do03728 .nav-wrapper .list .item-wrap:hover {
  color: #fafafa;
}
.cid-ui1Do03728 .nav-wrapper .list .item-wrap:hover::before,
.cid-ui1Do03728 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ui1Do03728 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fafafa;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ui1Do03728 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ui1Do03728 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fafafa;
}
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fafafa;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ui1Do03728 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ui1Do03728 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ui1Do03728 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ui1Do03728 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ui1Do03728 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ui1Do03728 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ui1Do03728 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ui1Do03728 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ui1Do03728 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ui1Do03728 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ui1Do03728 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ui1Do03728 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fafafa;
}
.cid-ui1Do03728 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ui1Do03728 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ui1Do03728 .mbr-section-title {
  color: #fafafa;
}
.cid-ui1Do03728 .mbr-text {
  color: #ffffff;
}
.cid-ui1Do03728 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ui1Do03728 .list {
  color: #ffffff;
}
.cid-ui1Do03728 .mbr-contact {
  color: #ffffff;
}
.cid-ui1Do03728 .mbr-desc {
  color: #ffffff;
}
.cid-ui1Do03728 .list,
.cid-ui1Do03728 .item-wrap {
  color: #ffffff;
}
.cid-ui1WOHZAD8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-ui1WOHZAD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1WOHZAD8 .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-ui1WOHZAD8 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ui1WOHZAD8 .container {
    padding: 0 14px;
  }
}
.cid-ui1WOHZAD8 .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-ui1WOHZAD8 .content-wrapper .link-wrapper {
  display: block;
}
.cid-ui1WOHZAD8 .content-wrapper .link-wrapper:hover .mbr-link,
.cid-ui1WOHZAD8 .content-wrapper .link-wrapper:focus .mbr-link {
  color: #01004c;
}
.cid-ui1WOHZAD8 .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ui1WOHZAD8 .mbr-text {
  color: #161616;
  text-align: center;
}
.cid-ui1WOHZAD8 .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-uI4HlKxNUa.popup-builder {
  background-color: #ffffff;
}
.cid-uI4HlKxNUa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uI4HlKxNUa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uI4HlKxNUa .modal-content,
.cid-uI4HlKxNUa .modal-dialog {
  height: auto;
}
.cid-uI4HlKxNUa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uI4HlKxNUa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uI4HlKxNUa .form-wrapper .mbr-form .form-group,
  .cid-uI4HlKxNUa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uI4HlKxNUa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uI4HlKxNUa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uI4HlKxNUa .mbr-text {
  text-align: center;
}
.cid-uI4HlKxNUa .pt-0 {
  padding-top: 0 !important;
}
.cid-uI4HlKxNUa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uI4HlKxNUa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uI4HlKxNUa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uI4HlKxNUa .modal-open {
  overflow: hidden;
}
.cid-uI4HlKxNUa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uI4HlKxNUa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uI4HlKxNUa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uI4HlKxNUa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uI4HlKxNUa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uI4HlKxNUa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uI4HlKxNUa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uI4HlKxNUa .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uI4HlKxNUa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uI4HlKxNUa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uI4HlKxNUa .modal-backdrop.fade {
  opacity: 0;
}
.cid-uI4HlKxNUa .modal-backdrop.show {
  opacity: .5;
}
.cid-uI4HlKxNUa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uI4HlKxNUa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uI4HlKxNUa .modal-header {
    padding: 1rem;
  }
}
.cid-uI4HlKxNUa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uI4HlKxNUa .modal-header .close svg {
  fill: #353535;
}
.cid-uI4HlKxNUa .modal-header .close:hover {
  opacity: 1;
}
.cid-uI4HlKxNUa .modal-header .close:focus {
  outline: none;
}
.cid-uI4HlKxNUa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uI4HlKxNUa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uI4HlKxNUa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI4HlKxNUa .modal-body {
    padding: 1rem;
  }
}
.cid-uI4HlKxNUa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uI4HlKxNUa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI4HlKxNUa .modal-footer {
    padding: 1rem;
  }
}
.cid-uI4HlKxNUa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uI4HlKxNUa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uI4HlKxNUa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uI4HlKxNUa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uI4HlKxNUa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uI4HlKxNUa .modal-lg,
  .cid-uI4HlKxNUa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uI4HlKxNUa .modal-xl {
    max-width: 1140px;
  }
}
.cid-uI4HlKxNUa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uI4HlKxNUa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uI4HlKxNUa .form-group {
  margin-bottom: 1rem;
}
.cid-uI4HlKxNUa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uI4HlKxNUa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uI4HlKxNUa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uI4HlKxNUa .mbr-section-btn {
  margin: 0;
}
.cid-uI4HlKxNUa .mbr-section-btn .btn {
  margin: 0;
}
.cid-ui1VeVfTwa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ui1VeVfTwa .media-container-row .mbr-text {
  color: #000000;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: relative !important;
}
.cid-taOw7l9PvM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #000000 !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uofF5GU6KI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-uofF5GU6KI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofF5GU6KI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofF5GU6KI .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uofF5GU6KI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uofF5GU6KI .container {
    padding: 0 20px;
  }
}
.cid-uofF5GU6KI .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uofF5GU6KI .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uofF5GU6KI .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uofF5GU6KI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uofF5GU6KI .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uofF5GU6KI .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uofF5GU6KI .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uofF5GU6KI .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uofF5GU6KI .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uofF5GU6KI .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uofF5GU6KI .mbr-section-title {
  color: #000000;
}
.cid-uofF5GU6KI .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uofF5GU6KI .mbr-text,
.cid-uofF5GU6KI .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uofF5GU6KI .mbr-section-title,
.cid-uofF5GU6KI .mbr-section-btn,
.cid-uofF5GU6KI .image-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uofHN3VH1z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #161616;
}
.cid-uofHN3VH1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofHN3VH1z .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-uofHN3VH1z .container {
    padding: 0 30px;
  }
}
.cid-uofHN3VH1z .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-uofHN3VH1z .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uofHN3VH1z .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uofHN3VH1z .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uofHN3VH1z .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uofHN3VH1z .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uofHN3VH1z .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uofHN3VH1z .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-uofHN3VH1z .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uofHN3VH1z .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-uofHN3VH1z .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-uofHN3VH1z .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-uofHN3VH1z .item-title {
  color: #144031;
}
.cid-uofHN3VH1z .item-text {
  color: #ffffff;
}
.cid-uofHN3VH1z .item-title,
.cid-uofHN3VH1z .mbr-section-btn {
  color: #ffffff;
}
.cid-ui1Do03728 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-ui1Do03728::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ui1Do03728 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1Do03728 .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-ui1Do03728 .container {
    padding: 0 22px;
  }
}
.cid-ui1Do03728 .row {
  position: relative;
  z-index: 1;
}
.cid-ui1Do03728 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ui1Do03728 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ui1Do03728 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ui1Do03728 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ui1Do03728 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ui1Do03728 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ui1Do03728 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ui1Do03728 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ui1Do03728 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ui1Do03728 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ui1Do03728 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ui1Do03728 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ui1Do03728 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ui1Do03728 .nav-wrapper .list .item-wrap:hover,
.cid-ui1Do03728 .nav-wrapper .list .item-wrap:hover {
  color: #fafafa;
}
.cid-ui1Do03728 .nav-wrapper .list .item-wrap:hover::before,
.cid-ui1Do03728 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ui1Do03728 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fafafa;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ui1Do03728 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ui1Do03728 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fafafa;
}
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ui1Do03728 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fafafa;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ui1Do03728 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ui1Do03728 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ui1Do03728 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ui1Do03728 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ui1Do03728 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ui1Do03728 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ui1Do03728 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ui1Do03728 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ui1Do03728 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ui1Do03728 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ui1Do03728 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ui1Do03728 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fafafa;
}
.cid-ui1Do03728 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ui1Do03728 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-ui1Do03728 .mbr-section-title {
  color: #fafafa;
}
.cid-ui1Do03728 .mbr-text {
  color: #ffffff;
}
.cid-ui1Do03728 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ui1Do03728 .list {
  color: #ffffff;
}
.cid-ui1Do03728 .mbr-contact {
  color: #ffffff;
}
.cid-ui1Do03728 .mbr-desc {
  color: #ffffff;
}
.cid-ui1Do03728 .list,
.cid-ui1Do03728 .item-wrap {
  color: #ffffff;
}
.cid-ui1VeVfTwa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ui1VeVfTwa .media-container-row .mbr-text {
  color: #000000;
}
.cid-uI4HojiMzA.popup-builder {
  background-color: #ffffff;
}
.cid-uI4HojiMzA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uI4HojiMzA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uI4HojiMzA .modal-content,
.cid-uI4HojiMzA .modal-dialog {
  height: auto;
}
.cid-uI4HojiMzA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uI4HojiMzA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uI4HojiMzA .form-wrapper .mbr-form .form-group,
  .cid-uI4HojiMzA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uI4HojiMzA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uI4HojiMzA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uI4HojiMzA .mbr-text {
  text-align: center;
}
.cid-uI4HojiMzA .pt-0 {
  padding-top: 0 !important;
}
.cid-uI4HojiMzA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uI4HojiMzA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uI4HojiMzA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uI4HojiMzA .modal-open {
  overflow: hidden;
}
.cid-uI4HojiMzA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uI4HojiMzA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uI4HojiMzA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uI4HojiMzA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uI4HojiMzA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uI4HojiMzA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uI4HojiMzA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uI4HojiMzA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uI4HojiMzA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uI4HojiMzA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uI4HojiMzA .modal-backdrop.fade {
  opacity: 0;
}
.cid-uI4HojiMzA .modal-backdrop.show {
  opacity: .5;
}
.cid-uI4HojiMzA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uI4HojiMzA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uI4HojiMzA .modal-header {
    padding: 1rem;
  }
}
.cid-uI4HojiMzA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uI4HojiMzA .modal-header .close svg {
  fill: #353535;
}
.cid-uI4HojiMzA .modal-header .close:hover {
  opacity: 1;
}
.cid-uI4HojiMzA .modal-header .close:focus {
  outline: none;
}
.cid-uI4HojiMzA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uI4HojiMzA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uI4HojiMzA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI4HojiMzA .modal-body {
    padding: 1rem;
  }
}
.cid-uI4HojiMzA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uI4HojiMzA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI4HojiMzA .modal-footer {
    padding: 1rem;
  }
}
.cid-uI4HojiMzA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uI4HojiMzA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uI4HojiMzA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uI4HojiMzA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uI4HojiMzA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uI4HojiMzA .modal-lg,
  .cid-uI4HojiMzA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uI4HojiMzA .modal-xl {
    max-width: 1140px;
  }
}
.cid-uI4HojiMzA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uI4HojiMzA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uI4HojiMzA .form-group {
  margin-bottom: 1rem;
}
.cid-uI4HojiMzA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uI4HojiMzA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uI4HojiMzA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uI4HojiMzA .mbr-section-btn {
  margin: 0;
}
.cid-uI4HojiMzA .mbr-section-btn .btn {
  margin: 0;
}
.cid-uofyCCO9wd {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uofyCCO9wd .navbar-dropdown {
  position: relative !important;
}
.cid-uofyCCO9wd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uofyCCO9wd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uofyCCO9wd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uofyCCO9wd .dropdown-item:hover,
.cid-uofyCCO9wd .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uofyCCO9wd .dropdown-item:hover span {
  color: white;
}
.cid-uofyCCO9wd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uofyCCO9wd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uofyCCO9wd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uofyCCO9wd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uofyCCO9wd .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uofyCCO9wd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uofyCCO9wd .container {
    flex-wrap: nowrap;
  }
}
.cid-uofyCCO9wd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uofyCCO9wd .dropdown-menu,
.cid-uofyCCO9wd .navbar.opened {
  background: #000000 !important;
}
.cid-uofyCCO9wd .nav-item:focus,
.cid-uofyCCO9wd .nav-link:focus {
  outline: none;
}
.cid-uofyCCO9wd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uofyCCO9wd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uofyCCO9wd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uofyCCO9wd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uofyCCO9wd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uofyCCO9wd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uofyCCO9wd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uofyCCO9wd .navbar.opened {
  transition: all 0.3s;
}
.cid-uofyCCO9wd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uofyCCO9wd .navbar .navbar-logo img {
  width: auto;
}
.cid-uofyCCO9wd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uofyCCO9wd .navbar.collapsed {
  justify-content: center;
}
.cid-uofyCCO9wd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uofyCCO9wd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uofyCCO9wd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uofyCCO9wd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uofyCCO9wd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uofyCCO9wd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uofyCCO9wd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uofyCCO9wd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uofyCCO9wd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uofyCCO9wd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uofyCCO9wd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uofyCCO9wd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uofyCCO9wd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uofyCCO9wd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uofyCCO9wd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uofyCCO9wd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uofyCCO9wd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uofyCCO9wd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uofyCCO9wd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uofyCCO9wd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uofyCCO9wd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uofyCCO9wd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uofyCCO9wd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uofyCCO9wd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uofyCCO9wd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uofyCCO9wd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uofyCCO9wd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uofyCCO9wd .dropdown-item.active,
.cid-uofyCCO9wd .dropdown-item:active {
  background-color: transparent;
}
.cid-uofyCCO9wd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uofyCCO9wd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uofyCCO9wd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uofyCCO9wd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uofyCCO9wd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uofyCCO9wd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uofyCCO9wd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uofyCCO9wd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uofyCCO9wd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uofyCCO9wd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uofyCCO9wd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uofyCCO9wd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uofyCCO9wd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uofyCCO9wd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uofyCCO9wd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uofyCCO9wd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uofyCCO9wd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uofyCCO9wd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uofyCCO9wd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uofyCCO9wd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uofyCCO9wd .navbar {
    height: 70px;
  }
  .cid-uofyCCO9wd .navbar.opened {
    height: auto;
  }
  .cid-uofyCCO9wd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uofOvJOyyP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-uofOvJOyyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofOvJOyyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofOvJOyyP .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uofOvJOyyP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uofOvJOyyP .container {
    padding: 0 20px;
  }
}
.cid-uofOvJOyyP .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uofOvJOyyP .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uofOvJOyyP .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uofOvJOyyP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uofOvJOyyP .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uofOvJOyyP .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uofOvJOyyP .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uofOvJOyyP .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uofOvJOyyP .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uofOvJOyyP .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uofOvJOyyP .mbr-section-title {
  color: #000000;
}
.cid-uofOvJOyyP .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uofOvJOyyP .mbr-text,
.cid-uofOvJOyyP .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uofOvJOyyP .mbr-section-title,
.cid-uofOvJOyyP .mbr-section-btn,
.cid-uofOvJOyyP .image-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uofSSMYvql {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uofSSMYvql .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uofSSMYvql .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uofSSMYvql .container {
    padding: 0 20px;
  }
}
.cid-uofSSMYvql .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uofSSMYvql .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uofSSMYvql .embla__slide .slide-content {
  width: 100%;
}
.cid-uofSSMYvql .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uofSSMYvql .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  min-height: 830px;
  border-radius: 20px !important;
  overflow: hidden;
  padding: 60px 86px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uofSSMYvql .embla__slide .slide-content .item-wrapper .item-img {
    padding: 46px 20px 46px;
    min-height: auto;
    height: 100%;
  }
}
.cid-uofSSMYvql .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uofSSMYvql .embla__slide .slide-content .item-wrapper .item-img .item-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uofSSMYvql .embla__slide .slide-content .item-wrapper .item-img .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-uofSSMYvql .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uofSSMYvql .embla__slide .slide-content .item-wrapper .item-img .title-wrapper .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uofSSMYvql .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
}
.cid-uofSSMYvql .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uofSSMYvql .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper {
    margin-right: 16px;
  }
}
.cid-uofSSMYvql .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 86px;
  border-radius: 100%;
  color: #000000;
}
.cid-uofSSMYvql .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-name {
  margin-bottom: 16px;
}
.cid-uofSSMYvql .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .icon-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uofSSMYvql .embla__button--next,
.cid-uofSSMYvql .embla__button--prev {
  display: flex;
}
.cid-uofSSMYvql .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #fafafa !important;
  border: 2px solid #fafafa !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uofSSMYvql .embla__button {
    top: 2.5rem;
    color: #fafafa !important;
    border: 2px solid #fafafa !important;
  }
}
@media (max-width: 768px) {
  .cid-uofSSMYvql .embla__button {
    display: none;
  }
}
.cid-uofSSMYvql .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uofSSMYvql .embla__button:hover {
  opacity: 1 !important;
}
.cid-uofSSMYvql .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uofSSMYvql .embla__button.embla__button--next {
  right: 30px;
}
.cid-uofSSMYvql .embla {
  position: relative;
  width: 100%;
}
.cid-uofSSMYvql .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uofSSMYvql .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uofSSMYvql .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uofSSMYvql .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uofSSMYvql .item-desc {
  color: #000000;
  text-align: center;
}
.cid-uofSSMYvql .item-title {
  color: #000000;
}
.cid-uofSSMYvql .item-name {
  color: #000000;
}
.cid-uofSSMYvql .item-role {
  color: #000000;
}
.cid-uofSSMYvql .list {
  color: #000000;
}
.cid-uofSSMYvql .item-title,
.cid-uofSSMYvql .mbr-section-btn,
.cid-uofSSMYvql .title-wrap {
  text-align: center;
}
.cid-uofyCD8w81 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uofyCD8w81::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uofyCD8w81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofyCD8w81 .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-uofyCD8w81 .container {
    padding: 0 22px;
  }
}
.cid-uofyCD8w81 .row {
  position: relative;
  z-index: 1;
}
.cid-uofyCD8w81 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uofyCD8w81 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uofyCD8w81 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uofyCD8w81 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uofyCD8w81 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uofyCD8w81 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uofyCD8w81 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uofyCD8w81 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uofyCD8w81 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uofyCD8w81 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uofyCD8w81 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uofyCD8w81 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uofyCD8w81 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uofyCD8w81 .nav-wrapper .list .item-wrap:hover,
.cid-uofyCD8w81 .nav-wrapper .list .item-wrap:hover {
  color: #fafafa;
}
.cid-uofyCD8w81 .nav-wrapper .list .item-wrap:hover::before,
.cid-uofyCD8w81 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uofyCD8w81 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fafafa;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uofyCD8w81 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uofyCD8w81 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uofyCD8w81 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uofyCD8w81 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uofyCD8w81 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uofyCD8w81 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uofyCD8w81 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uofyCD8w81 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fafafa;
}
.cid-uofyCD8w81 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uofyCD8w81 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uofyCD8w81 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uofyCD8w81 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fafafa;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uofyCD8w81 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uofyCD8w81 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uofyCD8w81 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uofyCD8w81 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uofyCD8w81 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uofyCD8w81 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uofyCD8w81 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uofyCD8w81 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uofyCD8w81 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uofyCD8w81 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uofyCD8w81 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uofyCD8w81 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fafafa;
}
.cid-uofyCD8w81 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uofyCD8w81 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uofyCD8w81 .mbr-section-title {
  color: #fafafa;
}
.cid-uofyCD8w81 .mbr-text {
  color: #ffffff;
}
.cid-uofyCD8w81 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uofyCD8w81 .list {
  color: #ffffff;
}
.cid-uofyCD8w81 .mbr-contact {
  color: #ffffff;
}
.cid-uofyCD8w81 .mbr-desc {
  color: #ffffff;
}
.cid-uofyCD8w81 .list,
.cid-uofyCD8w81 .item-wrap {
  color: #ffffff;
}
.cid-uofyCDFHTw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uofyCDFHTw .media-container-row .mbr-text {
  color: #000000;
}
.cid-uI4HojiDjv.popup-builder {
  background-color: #ffffff;
}
.cid-uI4HojiDjv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uI4HojiDjv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uI4HojiDjv .modal-content,
.cid-uI4HojiDjv .modal-dialog {
  height: auto;
}
.cid-uI4HojiDjv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uI4HojiDjv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uI4HojiDjv .form-wrapper .mbr-form .form-group,
  .cid-uI4HojiDjv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uI4HojiDjv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uI4HojiDjv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uI4HojiDjv .mbr-text {
  text-align: center;
}
.cid-uI4HojiDjv .pt-0 {
  padding-top: 0 !important;
}
.cid-uI4HojiDjv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uI4HojiDjv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uI4HojiDjv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uI4HojiDjv .modal-open {
  overflow: hidden;
}
.cid-uI4HojiDjv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uI4HojiDjv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uI4HojiDjv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uI4HojiDjv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uI4HojiDjv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uI4HojiDjv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uI4HojiDjv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uI4HojiDjv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uI4HojiDjv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uI4HojiDjv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uI4HojiDjv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uI4HojiDjv .modal-backdrop.show {
  opacity: .5;
}
.cid-uI4HojiDjv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uI4HojiDjv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uI4HojiDjv .modal-header {
    padding: 1rem;
  }
}
.cid-uI4HojiDjv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uI4HojiDjv .modal-header .close svg {
  fill: #353535;
}
.cid-uI4HojiDjv .modal-header .close:hover {
  opacity: 1;
}
.cid-uI4HojiDjv .modal-header .close:focus {
  outline: none;
}
.cid-uI4HojiDjv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uI4HojiDjv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uI4HojiDjv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI4HojiDjv .modal-body {
    padding: 1rem;
  }
}
.cid-uI4HojiDjv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uI4HojiDjv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI4HojiDjv .modal-footer {
    padding: 1rem;
  }
}
.cid-uI4HojiDjv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uI4HojiDjv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uI4HojiDjv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uI4HojiDjv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uI4HojiDjv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uI4HojiDjv .modal-lg,
  .cid-uI4HojiDjv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uI4HojiDjv .modal-xl {
    max-width: 1140px;
  }
}
.cid-uI4HojiDjv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uI4HojiDjv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uI4HojiDjv .form-group {
  margin-bottom: 1rem;
}
.cid-uI4HojiDjv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uI4HojiDjv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uI4HojiDjv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uI4HojiDjv .mbr-section-btn {
  margin: 0;
}
.cid-uI4HojiDjv .mbr-section-btn .btn {
  margin: 0;
}
.cid-uryBfjgZIg {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uryBfjgZIg .navbar-dropdown {
  position: relative !important;
}
.cid-uryBfjgZIg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uryBfjgZIg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uryBfjgZIg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uryBfjgZIg .dropdown-item:hover,
.cid-uryBfjgZIg .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uryBfjgZIg .dropdown-item:hover span {
  color: white;
}
.cid-uryBfjgZIg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uryBfjgZIg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uryBfjgZIg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uryBfjgZIg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uryBfjgZIg .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uryBfjgZIg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uryBfjgZIg .container {
    flex-wrap: nowrap;
  }
}
.cid-uryBfjgZIg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uryBfjgZIg .dropdown-menu,
.cid-uryBfjgZIg .navbar.opened {
  background: #000000 !important;
}
.cid-uryBfjgZIg .nav-item:focus,
.cid-uryBfjgZIg .nav-link:focus {
  outline: none;
}
.cid-uryBfjgZIg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uryBfjgZIg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uryBfjgZIg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uryBfjgZIg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uryBfjgZIg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uryBfjgZIg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uryBfjgZIg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uryBfjgZIg .navbar.opened {
  transition: all 0.3s;
}
.cid-uryBfjgZIg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uryBfjgZIg .navbar .navbar-logo img {
  width: auto;
}
.cid-uryBfjgZIg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uryBfjgZIg .navbar.collapsed {
  justify-content: center;
}
.cid-uryBfjgZIg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uryBfjgZIg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uryBfjgZIg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uryBfjgZIg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uryBfjgZIg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uryBfjgZIg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uryBfjgZIg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uryBfjgZIg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uryBfjgZIg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uryBfjgZIg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uryBfjgZIg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uryBfjgZIg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uryBfjgZIg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uryBfjgZIg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uryBfjgZIg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uryBfjgZIg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uryBfjgZIg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uryBfjgZIg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uryBfjgZIg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uryBfjgZIg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uryBfjgZIg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uryBfjgZIg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uryBfjgZIg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uryBfjgZIg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uryBfjgZIg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uryBfjgZIg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uryBfjgZIg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uryBfjgZIg .dropdown-item.active,
.cid-uryBfjgZIg .dropdown-item:active {
  background-color: transparent;
}
.cid-uryBfjgZIg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uryBfjgZIg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uryBfjgZIg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uryBfjgZIg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uryBfjgZIg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uryBfjgZIg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uryBfjgZIg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uryBfjgZIg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uryBfjgZIg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uryBfjgZIg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uryBfjgZIg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uryBfjgZIg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uryBfjgZIg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uryBfjgZIg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uryBfjgZIg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uryBfjgZIg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uryBfjgZIg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uryBfjgZIg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uryBfjgZIg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uryBfjgZIg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uryBfjgZIg .navbar {
    height: 70px;
  }
  .cid-uryBfjgZIg .navbar.opened {
    height: auto;
  }
  .cid-uryBfjgZIg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uryBfjx6EY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-uryBfjx6EY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryBfjx6EY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uryBfjx6EY .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uryBfjx6EY .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uryBfjx6EY .container {
    padding: 0 20px;
  }
}
.cid-uryBfjx6EY .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uryBfjx6EY .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uryBfjx6EY .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uryBfjx6EY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uryBfjx6EY .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uryBfjx6EY .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uryBfjx6EY .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uryBfjx6EY .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uryBfjx6EY .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uryBfjx6EY .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uryBfjx6EY .mbr-section-title {
  color: #000000;
}
.cid-uryBfjx6EY .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uryBfjx6EY .mbr-text,
.cid-uryBfjx6EY .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uryBfjx6EY .mbr-section-title,
.cid-uryBfjx6EY .mbr-section-btn,
.cid-uryBfjx6EY .image-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uryBLCIJKE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #161616;
}
.cid-uryBLCIJKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryBLCIJKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uryBLCIJKE .row {
  position: relative;
  z-index: 2;
}
.cid-uryBLCIJKE .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uryBLCIJKE .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uryBLCIJKE .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uryBLCIJKE .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uryBLCIJKE .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uryBLCIJKE .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uryBLCIJKE .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #fafafa;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uryBLCIJKE .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uryBLCIJKE .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uryBLCIJKE .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uryBLCIJKE .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uryBLCIJKE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uryBLCIJKE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uryBLCIJKE .mbr-section-title {
  color: #212529;
}
.cid-uryBLCIJKE .mbr-text {
  color: #51565c;
}
.cid-uryBLCIJKE .mbr-desc {
  color: #161616;
  text-align: center;
}
.cid-uryBLCIJKE .mbr-text,
.cid-uryBLCIJKE .text-wrapper {
  color: #ffffff;
}
.cid-uryBfm6HAo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uryBfm6HAo::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uryBfm6HAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uryBfm6HAo .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-uryBfm6HAo .container {
    padding: 0 22px;
  }
}
.cid-uryBfm6HAo .row {
  position: relative;
  z-index: 1;
}
.cid-uryBfm6HAo .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uryBfm6HAo .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uryBfm6HAo .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uryBfm6HAo .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uryBfm6HAo .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uryBfm6HAo .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uryBfm6HAo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uryBfm6HAo .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uryBfm6HAo .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uryBfm6HAo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uryBfm6HAo .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uryBfm6HAo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uryBfm6HAo .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uryBfm6HAo .nav-wrapper .list .item-wrap:hover,
.cid-uryBfm6HAo .nav-wrapper .list .item-wrap:hover {
  color: #fafafa;
}
.cid-uryBfm6HAo .nav-wrapper .list .item-wrap:hover::before,
.cid-uryBfm6HAo .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uryBfm6HAo .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fafafa;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uryBfm6HAo .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uryBfm6HAo .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uryBfm6HAo .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uryBfm6HAo .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uryBfm6HAo .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uryBfm6HAo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uryBfm6HAo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uryBfm6HAo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fafafa;
}
.cid-uryBfm6HAo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uryBfm6HAo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uryBfm6HAo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uryBfm6HAo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fafafa;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uryBfm6HAo .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uryBfm6HAo .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uryBfm6HAo .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uryBfm6HAo .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uryBfm6HAo .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uryBfm6HAo .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uryBfm6HAo .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uryBfm6HAo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uryBfm6HAo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uryBfm6HAo .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uryBfm6HAo .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uryBfm6HAo .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fafafa;
}
.cid-uryBfm6HAo .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uryBfm6HAo .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uryBfm6HAo .mbr-section-title {
  color: #fafafa;
}
.cid-uryBfm6HAo .mbr-text {
  color: #ffffff;
}
.cid-uryBfm6HAo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uryBfm6HAo .list {
  color: #ffffff;
}
.cid-uryBfm6HAo .mbr-contact {
  color: #ffffff;
}
.cid-uryBfm6HAo .mbr-desc {
  color: #ffffff;
}
.cid-uryBfm6HAo .list,
.cid-uryBfm6HAo .item-wrap {
  color: #ffffff;
}
.cid-uryBfmKtm5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uryBfmKtm5 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uI4Hojihv8.popup-builder {
  background-color: #ffffff;
}
.cid-uI4Hojihv8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uI4Hojihv8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uI4Hojihv8 .modal-content,
.cid-uI4Hojihv8 .modal-dialog {
  height: auto;
}
.cid-uI4Hojihv8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uI4Hojihv8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uI4Hojihv8 .form-wrapper .mbr-form .form-group,
  .cid-uI4Hojihv8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uI4Hojihv8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uI4Hojihv8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uI4Hojihv8 .mbr-text {
  text-align: center;
}
.cid-uI4Hojihv8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uI4Hojihv8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uI4Hojihv8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uI4Hojihv8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uI4Hojihv8 .modal-open {
  overflow: hidden;
}
.cid-uI4Hojihv8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uI4Hojihv8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uI4Hojihv8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uI4Hojihv8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uI4Hojihv8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uI4Hojihv8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uI4Hojihv8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uI4Hojihv8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uI4Hojihv8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uI4Hojihv8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uI4Hojihv8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uI4Hojihv8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uI4Hojihv8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uI4Hojihv8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uI4Hojihv8 .modal-header {
    padding: 1rem;
  }
}
.cid-uI4Hojihv8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uI4Hojihv8 .modal-header .close svg {
  fill: #353535;
}
.cid-uI4Hojihv8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uI4Hojihv8 .modal-header .close:focus {
  outline: none;
}
.cid-uI4Hojihv8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uI4Hojihv8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uI4Hojihv8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI4Hojihv8 .modal-body {
    padding: 1rem;
  }
}
.cid-uI4Hojihv8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uI4Hojihv8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI4Hojihv8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uI4Hojihv8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uI4Hojihv8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uI4Hojihv8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uI4Hojihv8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uI4Hojihv8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uI4Hojihv8 .modal-lg,
  .cid-uI4Hojihv8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uI4Hojihv8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uI4Hojihv8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uI4Hojihv8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uI4Hojihv8 .form-group {
  margin-bottom: 1rem;
}
.cid-uI4Hojihv8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uI4Hojihv8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uI4Hojihv8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uI4Hojihv8 .mbr-section-btn {
  margin: 0;
}
.cid-uI4Hojihv8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwaHj1DyJn {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uwaHj1DyJn .navbar-dropdown {
  position: relative !important;
}
.cid-uwaHj1DyJn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwaHj1DyJn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwaHj1DyJn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwaHj1DyJn .dropdown-item:hover,
.cid-uwaHj1DyJn .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uwaHj1DyJn .dropdown-item:hover span {
  color: white;
}
.cid-uwaHj1DyJn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwaHj1DyJn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwaHj1DyJn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwaHj1DyJn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwaHj1DyJn .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uwaHj1DyJn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwaHj1DyJn .container {
    flex-wrap: nowrap;
  }
}
.cid-uwaHj1DyJn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwaHj1DyJn .dropdown-menu,
.cid-uwaHj1DyJn .navbar.opened {
  background: #000000 !important;
}
.cid-uwaHj1DyJn .nav-item:focus,
.cid-uwaHj1DyJn .nav-link:focus {
  outline: none;
}
.cid-uwaHj1DyJn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwaHj1DyJn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwaHj1DyJn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwaHj1DyJn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwaHj1DyJn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwaHj1DyJn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwaHj1DyJn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uwaHj1DyJn .navbar.opened {
  transition: all 0.3s;
}
.cid-uwaHj1DyJn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwaHj1DyJn .navbar .navbar-logo img {
  width: auto;
}
.cid-uwaHj1DyJn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwaHj1DyJn .navbar.collapsed {
  justify-content: center;
}
.cid-uwaHj1DyJn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwaHj1DyJn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwaHj1DyJn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uwaHj1DyJn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwaHj1DyJn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwaHj1DyJn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uwaHj1DyJn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwaHj1DyJn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwaHj1DyJn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwaHj1DyJn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwaHj1DyJn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwaHj1DyJn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwaHj1DyJn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwaHj1DyJn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uwaHj1DyJn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwaHj1DyJn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwaHj1DyJn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwaHj1DyJn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwaHj1DyJn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwaHj1DyJn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uwaHj1DyJn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uwaHj1DyJn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwaHj1DyJn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwaHj1DyJn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwaHj1DyJn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwaHj1DyJn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwaHj1DyJn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwaHj1DyJn .dropdown-item.active,
.cid-uwaHj1DyJn .dropdown-item:active {
  background-color: transparent;
}
.cid-uwaHj1DyJn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwaHj1DyJn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwaHj1DyJn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwaHj1DyJn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uwaHj1DyJn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwaHj1DyJn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwaHj1DyJn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwaHj1DyJn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwaHj1DyJn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwaHj1DyJn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uwaHj1DyJn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwaHj1DyJn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwaHj1DyJn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwaHj1DyJn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwaHj1DyJn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwaHj1DyJn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwaHj1DyJn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwaHj1DyJn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwaHj1DyJn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwaHj1DyJn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwaHj1DyJn .navbar {
    height: 70px;
  }
  .cid-uwaHj1DyJn .navbar.opened {
    height: auto;
  }
  .cid-uwaHj1DyJn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwaHj1W8vS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-uwaHj1W8vS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaHj1W8vS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwaHj1W8vS .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uwaHj1W8vS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uwaHj1W8vS .container {
    padding: 0 20px;
  }
}
.cid-uwaHj1W8vS .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uwaHj1W8vS .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uwaHj1W8vS .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uwaHj1W8vS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uwaHj1W8vS .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwaHj1W8vS .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uwaHj1W8vS .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uwaHj1W8vS .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uwaHj1W8vS .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uwaHj1W8vS .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uwaHj1W8vS .mbr-section-title {
  color: #000000;
}
.cid-uwaHj1W8vS .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uwaHj1W8vS .mbr-text,
.cid-uwaHj1W8vS .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uwaHj1W8vS .mbr-section-title,
.cid-uwaHj1W8vS .mbr-section-btn,
.cid-uwaHj1W8vS .image-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uwaHj2fBql {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #161616;
}
.cid-uwaHj2fBql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaHj2fBql .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-uwaHj2fBql .container {
    padding: 0 30px;
  }
}
.cid-uwaHj2fBql .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-uwaHj2fBql .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uwaHj2fBql .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uwaHj2fBql .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uwaHj2fBql .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uwaHj2fBql .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uwaHj2fBql .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uwaHj2fBql .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-uwaHj2fBql .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uwaHj2fBql .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-uwaHj2fBql .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-uwaHj2fBql .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-uwaHj2fBql .item-title {
  color: #144031;
}
.cid-uwaHj2fBql .item-text {
  color: #ffffff;
}
.cid-uwaHj2fBql .item-title,
.cid-uwaHj2fBql .mbr-section-btn {
  color: #ffffff;
}
.cid-uwaHj2M956 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uwaHj2M956::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uwaHj2M956 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwaHj2M956 .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-uwaHj2M956 .container {
    padding: 0 22px;
  }
}
.cid-uwaHj2M956 .row {
  position: relative;
  z-index: 1;
}
.cid-uwaHj2M956 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uwaHj2M956 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uwaHj2M956 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uwaHj2M956 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwaHj2M956 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwaHj2M956 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uwaHj2M956 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwaHj2M956 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uwaHj2M956 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uwaHj2M956 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uwaHj2M956 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uwaHj2M956 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uwaHj2M956 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uwaHj2M956 .nav-wrapper .list .item-wrap:hover,
.cid-uwaHj2M956 .nav-wrapper .list .item-wrap:hover {
  color: #fafafa;
}
.cid-uwaHj2M956 .nav-wrapper .list .item-wrap:hover::before,
.cid-uwaHj2M956 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uwaHj2M956 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fafafa;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uwaHj2M956 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwaHj2M956 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uwaHj2M956 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uwaHj2M956 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwaHj2M956 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uwaHj2M956 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uwaHj2M956 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uwaHj2M956 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fafafa;
}
.cid-uwaHj2M956 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uwaHj2M956 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uwaHj2M956 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uwaHj2M956 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fafafa;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uwaHj2M956 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwaHj2M956 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uwaHj2M956 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uwaHj2M956 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uwaHj2M956 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uwaHj2M956 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uwaHj2M956 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uwaHj2M956 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uwaHj2M956 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uwaHj2M956 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uwaHj2M956 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uwaHj2M956 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fafafa;
}
.cid-uwaHj2M956 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uwaHj2M956 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uwaHj2M956 .mbr-section-title {
  color: #fafafa;
}
.cid-uwaHj2M956 .mbr-text {
  color: #ffffff;
}
.cid-uwaHj2M956 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwaHj2M956 .list {
  color: #ffffff;
}
.cid-uwaHj2M956 .mbr-contact {
  color: #ffffff;
}
.cid-uwaHj2M956 .mbr-desc {
  color: #ffffff;
}
.cid-uwaHj2M956 .list,
.cid-uwaHj2M956 .item-wrap {
  color: #ffffff;
}
.cid-uwaHj3h5Tv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uwaHj3h5Tv .media-container-row .mbr-text {
  color: #000000;
}
.cid-uI4HojiqBm.popup-builder {
  background-color: #ffffff;
}
.cid-uI4HojiqBm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uI4HojiqBm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uI4HojiqBm .modal-content,
.cid-uI4HojiqBm .modal-dialog {
  height: auto;
}
.cid-uI4HojiqBm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uI4HojiqBm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uI4HojiqBm .form-wrapper .mbr-form .form-group,
  .cid-uI4HojiqBm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uI4HojiqBm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uI4HojiqBm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uI4HojiqBm .mbr-text {
  text-align: center;
}
.cid-uI4HojiqBm .pt-0 {
  padding-top: 0 !important;
}
.cid-uI4HojiqBm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uI4HojiqBm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uI4HojiqBm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uI4HojiqBm .modal-open {
  overflow: hidden;
}
.cid-uI4HojiqBm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uI4HojiqBm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uI4HojiqBm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uI4HojiqBm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uI4HojiqBm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uI4HojiqBm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uI4HojiqBm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uI4HojiqBm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uI4HojiqBm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uI4HojiqBm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uI4HojiqBm .modal-backdrop.fade {
  opacity: 0;
}
.cid-uI4HojiqBm .modal-backdrop.show {
  opacity: .5;
}
.cid-uI4HojiqBm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uI4HojiqBm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uI4HojiqBm .modal-header {
    padding: 1rem;
  }
}
.cid-uI4HojiqBm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uI4HojiqBm .modal-header .close svg {
  fill: #353535;
}
.cid-uI4HojiqBm .modal-header .close:hover {
  opacity: 1;
}
.cid-uI4HojiqBm .modal-header .close:focus {
  outline: none;
}
.cid-uI4HojiqBm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uI4HojiqBm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uI4HojiqBm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI4HojiqBm .modal-body {
    padding: 1rem;
  }
}
.cid-uI4HojiqBm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uI4HojiqBm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI4HojiqBm .modal-footer {
    padding: 1rem;
  }
}
.cid-uI4HojiqBm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uI4HojiqBm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uI4HojiqBm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uI4HojiqBm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uI4HojiqBm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uI4HojiqBm .modal-lg,
  .cid-uI4HojiqBm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uI4HojiqBm .modal-xl {
    max-width: 1140px;
  }
}
.cid-uI4HojiqBm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uI4HojiqBm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uI4HojiqBm .form-group {
  margin-bottom: 1rem;
}
.cid-uI4HojiqBm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uI4HojiqBm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uI4HojiqBm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uI4HojiqBm .mbr-section-btn {
  margin: 0;
}
.cid-uI4HojiqBm .mbr-section-btn .btn {
  margin: 0;
}
