body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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: #3f424e !important;
}
.bg-success {
  background-color: #522c67 !important;
}
.bg-info {
  background-color: #ffbf4f !important;
}
.bg-warning {
  background-color: #5ec049 !important;
}
.bg-danger {
  background-color: #338ba0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3f424e !important;
  border-color: #3f424e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #18191e !important;
  border-color: #18191e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #18191e !important;
  border-color: #18191e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3f424e !important;
  border-color: #3f424e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #18191e !important;
  border-color: #18191e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #18191e !important;
  border-color: #18191e !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffbf4f !important;
  border-color: #ffbf4f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #f79d00 !important;
  border-color: #f79d00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f79d00 !important;
  border-color: #f79d00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #522c67 !important;
  border-color: #522c67 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #22122a !important;
  border-color: #22122a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #22122a !important;
  border-color: #22122a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5ec049 !important;
  border-color: #5ec049 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #3d842e !important;
  border-color: #3d842e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3d842e !important;
  border-color: #3d842e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #338ba0 !important;
  border-color: #338ba0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1e525e !important;
  border-color: #1e525e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e525e !important;
  border-color: #1e525e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3f424e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #18191e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3f424e !important;
  border-color: #3f424e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3f424e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #18191e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3f424e !important;
  border-color: #3f424e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffbf4f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f79d00 !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: #ffbf4f !important;
  border-color: #ffbf4f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #522c67;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #22122a !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: #522c67 !important;
  border-color: #522c67 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5ec049;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3d842e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5ec049 !important;
  border-color: #5ec049 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #338ba0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1e525e !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: #338ba0 !important;
  border-color: #338ba0 !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: #3f424e !important;
}
.text-secondary {
  color: #3f424e !important;
}
.text-success {
  color: #522c67 !important;
}
.text-info {
  color: #ffbf4f !important;
}
.text-warning {
  color: #5ec049 !important;
}
.text-danger {
  color: #338ba0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #111216 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #111216 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #190d20 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #e89400 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #38792a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1a4853 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #3f424e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffbf4f;
}
.alert-warning {
  background-color: #5ec049;
}
.alert-danger {
  background-color: #338ba0;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3f424e;
  border-color: #3f424e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3f424e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b2b5c1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #975ab9;
}
.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: #b2e1a8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #7dc4d6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #3f424e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #3f424e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3f424e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3f424e;
}
.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: #3f424e;
  border-bottom-color: #3f424e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #3f424e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3f424e !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='%233f424e' %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-tlRVTHQzBc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tlRVTHQzBc nav.navbar {
  position: fixed;
}
.cid-tlRVTHQzBc .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-tlRVTHQzBc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tlRVTHQzBc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tlRVTHQzBc .dropdown-item:hover,
.cid-tlRVTHQzBc .dropdown-item:focus {
  background: #3f424e !important;
  color: white !important;
}
.cid-tlRVTHQzBc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tlRVTHQzBc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tlRVTHQzBc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tlRVTHQzBc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlRVTHQzBc .nav-link {
  position: relative;
}
.cid-tlRVTHQzBc .container {
  display: flex;
  margin: auto;
}
.cid-tlRVTHQzBc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tlRVTHQzBc .dropdown-menu,
.cid-tlRVTHQzBc .navbar.opened {
  background: #3f424e !important;
}
.cid-tlRVTHQzBc .nav-item:focus,
.cid-tlRVTHQzBc .nav-link:focus {
  outline: none;
}
.cid-tlRVTHQzBc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlRVTHQzBc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlRVTHQzBc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlRVTHQzBc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlRVTHQzBc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlRVTHQzBc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlRVTHQzBc .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: #3f424e;
  color: #ffffff;
}
.cid-tlRVTHQzBc .navbar.opened {
  transition: all 0.3s;
}
.cid-tlRVTHQzBc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tlRVTHQzBc .navbar .navbar-logo img {
  width: auto;
}
.cid-tlRVTHQzBc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlRVTHQzBc .navbar.collapsed {
  justify-content: center;
}
.cid-tlRVTHQzBc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlRVTHQzBc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlRVTHQzBc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tlRVTHQzBc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlRVTHQzBc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlRVTHQzBc .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-tlRVTHQzBc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlRVTHQzBc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlRVTHQzBc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlRVTHQzBc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlRVTHQzBc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlRVTHQzBc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlRVTHQzBc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlRVTHQzBc .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-tlRVTHQzBc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlRVTHQzBc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlRVTHQzBc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlRVTHQzBc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlRVTHQzBc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tlRVTHQzBc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tlRVTHQzBc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tlRVTHQzBc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tlRVTHQzBc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tlRVTHQzBc .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;
  display: flex;
}
.cid-tlRVTHQzBc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlRVTHQzBc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlRVTHQzBc .dropdown-item.active,
.cid-tlRVTHQzBc .dropdown-item:active {
  background-color: transparent;
}
.cid-tlRVTHQzBc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlRVTHQzBc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlRVTHQzBc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlRVTHQzBc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3f424e;
}
.cid-tlRVTHQzBc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlRVTHQzBc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlRVTHQzBc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tlRVTHQzBc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tlRVTHQzBc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tlRVTHQzBc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tlRVTHQzBc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlRVTHQzBc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlRVTHQzBc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlRVTHQzBc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlRVTHQzBc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlRVTHQzBc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlRVTHQzBc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlRVTHQzBc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlRVTHQzBc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tlRVTHQzBc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlRVTHQzBc .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-tlRVTHQzBc .navbar {
    height: 70px;
  }
  .cid-tlRVTHQzBc .navbar.opened {
    height: auto;
  }
  .cid-tlRVTHQzBc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 600px) {
  .cid-tlRVTHQzBc .navbar-caption {
    display: none;
  }
  .cid-tlRVTHQzBc img {
    display: none;
  }
}
.cid-uP9W2sZi57 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP9W2sZi57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP9W2sZi57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP9W2sZi57 .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uP9W2sZi57 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uP9W2sZi57 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uP9W2sZi57 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uP9W2sZi57 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uP9W2sZi57 .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uP9W2sZi57 .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uP9W2sZi57 .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP9W2sZi57 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uP9W2sZi57 .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uP9W2sZi57 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uP9W2sZi57 .mbr-section-title {
  color: #c10b02;
}
.cid-uP9W2sZi57 .mbr-text,
.cid-uP9W2sZi57 .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uP9W2sZi57 .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uP9W2sZi57 .mbr-section-title,
.cid-uP9W2sZi57 .mbr-section-btn {
  text-align: center;
}
.cid-tlRX1zcylL {
  background-image: url("../../../assets/images/foto-6-vienna-solo-1920x1695.jpg");
}
.cid-tlRX1zcylL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRX1zcylL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlRX1zcylL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlRX1zcylL img {
  border-radius: 2rem;
}
.cid-tlRX1zcylL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tlRX1zcylL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tlRX1zcylL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tlRX1zcylL .mbr-section-title {
  color: #e9c0e9;
}
.cid-tlRX1zcylL .mbr-text,
.cid-tlRX1zcylL .mbr-section-btn {
  color: #e9c0e9;
}
.cid-tlX4Rct9eZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tlX4Rct9eZ .user-card {
  background-color: #3f424e;
  padding: 35px 60px;
  border-radius: 10px;
}
.cid-tlX4Rct9eZ .user_image {
  width: 100%;
  overflow: hidden;
  padding-right: 40px;
}
.cid-tlX4Rct9eZ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  border-radius: 50%;
}
.cid-tlX4Rct9eZ .heading {
  color: #000000;
  padding-bottom: 50px;
  margin-bottom: 0;
  text-align: left;
}
.cid-tlX4Rct9eZ .user_desk {
  color: #ffffff;
  opacity: 0.8;
  line-height: 30px;
  text-align: left;
}
.cid-tlX4Rct9eZ .user_text {
  padding-bottom: 30px;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 30px;
  margin: 0;
  text-align: left;
}
.cid-tlX4Rct9eZ .user_name {
  color: #ffffff;
  line-height: 30px;
  margin: 0;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-tlX4Rct9eZ .user_image {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .cid-tlX4Rct9eZ .user-card {
    padding: 1rem;
  }
  .cid-tlX4Rct9eZ .heading {
    padding-bottom: 25px;
  }
}
@media (max-width: 770px) {
  .cid-tlX4Rct9eZ .user_image {
    margin-bottom: 25px;
    padding-right: 0;
  }
}
.cid-tlX4Rct9eZ .small {
  margin-bottom: 0;
}
.cid-tlX8jyYSQb {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-tlX8jyYSQb .carousel {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .cid-tlX8jyYSQb .carousel {
    height: 100vh;
  }
}
.cid-tlX8jyYSQb .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tlX8jyYSQb .carousel-item,
.cid-tlX8jyYSQb .carousel-inner {
  height: 100%;
}
.cid-tlX8jyYSQb .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tlX8jyYSQb .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-tlX8jyYSQb .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-tlX8jyYSQb .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-tlX8jyYSQb .mbr-section-btn {
  margin-top: 42px;
}
.cid-tlX8jyYSQb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tlX8jyYSQb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tlX8jyYSQb .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tlX8jyYSQb .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tlX8jyYSQb .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tlX8jyYSQb .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tlX8jyYSQb .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tlX8jyYSQb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tlX8jyYSQb .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tlX8jyYSQb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tlX8jyYSQb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-tlX8jyYSQb .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tlX8jyYSQb .carousel-control {
    display: none !important;
  }
}
.cid-tlX8jyYSQb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tlX8jyYSQb .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tlX8jyYSQb .carousel-indicators li.active,
.cid-tlX8jyYSQb .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tlX8jyYSQb .carousel-indicators li::after,
.cid-tlX8jyYSQb .carousel-indicators li::before {
  content: none;
}
.cid-tlX8jyYSQb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlX8jyYSQb .carousel-indicators {
    display: none !important;
  }
}
.cid-tlX8jyYSQb .mbr-section-text,
.cid-tlX8jyYSQb .mbr-section-btn {
  text-align: center;
}
.cid-uNnoEuzo2x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #daddea;
}
.cid-uNnoEuzo2x .title_block {
  margin-bottom: 80px;
}
.cid-uNnoEuzo2x .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #3f424e;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uNnoEuzo2x .mbr-section-title {
  color: #3f424e;
}
.cid-uNnoEuzo2x .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #3f424e;
}
.cid-uNnoEuzo2x .item {
  padding-bottom: 2rem;
}
.cid-uNnoEuzo2x .image-wrapper {
  overflow: hidden;
}
.cid-uNnoEuzo2x .item-wrapper {
  position: relative;
}
.cid-uNnoEuzo2x .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-uNnoEuzo2x .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uNnoEuzo2x .item-wrapper:hover .mbr-item-subtitle a {
  color: #3f424e !important;
}
.cid-uNnoEuzo2x .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uNnoEuzo2x .carousel-control,
.cid-uNnoEuzo2x .close {
  background: #1b1b1b;
}
.cid-uNnoEuzo2x .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uNnoEuzo2x .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uNnoEuzo2x .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uNnoEuzo2x .carousel-control-next span {
  margin-left: 5px;
}
.cid-uNnoEuzo2x .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uNnoEuzo2x .close::before {
  content: '\e91a';
}
.cid-uNnoEuzo2x .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uNnoEuzo2x .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uNnoEuzo2x .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNnoEuzo2x .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNnoEuzo2x .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNnoEuzo2x .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uNnoEuzo2x .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uNnoEuzo2x .carousel-indicators li.active,
.cid-uNnoEuzo2x .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNnoEuzo2x .carousel-indicators li::after,
.cid-uNnoEuzo2x .carousel-indicators li::before {
  content: none;
}
.cid-uNnoEuzo2x .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNnoEuzo2x .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uNnoEuzo2x .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNnoEuzo2x .carousel-indicators {
    display: none;
  }
}
.cid-uNnoEuzo2x .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uNnoEuzo2x .carousel-inner > .active {
  display: block;
}
.cid-uNnoEuzo2x .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNnoEuzo2x .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNnoEuzo2x .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uNnoEuzo2x .carousel-control,
  .cid-uNnoEuzo2x .carousel-indicators,
  .cid-uNnoEuzo2x .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uNnoEuzo2x .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uNnoEuzo2x .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uNnoEuzo2x .carousel-indicators .active,
.cid-uNnoEuzo2x .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uNnoEuzo2x .carousel-indicators .active {
  background: #fff;
}
.cid-uNnoEuzo2x .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uNnoEuzo2x .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uNnoEuzo2x .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uNnoEuzo2x .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uNnoEuzo2x .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uNnoEuzo2x .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uNnoEuzo2x .carousel {
  width: 100%;
}
.cid-uNnoEuzo2x .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uNnoEuzo2x .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uNnoEuzo2x .modal.fade .modal-dialog,
.cid-uNnoEuzo2x .modal.in .modal-dialog {
  transform: none;
}
.cid-uNnoEuzo2x .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uNnoEuzo2x .descr mb-0 {
  color: #ffffff;
}
.cid-tlXjc4BYTo {
  background-image: url("../../../assets/images/adriano.sebastiani.008.h-720x480.jpg");
}
.cid-tlXjc4BYTo .wrapper {
  position: relative;
  height: 700px;
  display: flex;
}
.cid-tlXjc4BYTo a {
  text-decoration: underline;
}
.cid-tlXjc4BYTo .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  background: #000000;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
}
.cid-tlXjc4BYTo .content {
  z-index: 99;
  position: relative;
  margin-bottom: 2rem;
  margin-top: auto;
  max-width: 700px;
}
.cid-tlXjc4BYTo img {
  width: 600px;
  position: absolute;
  border-radius: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-tlXjc4BYTo .img2 {
  top: 2rem;
  left: 0;
  width: 500px;
  height: 500px;
  z-index: 3;
}
.cid-tlXjc4BYTo .img1 {
  top: 50%;
  right: 50%;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cid-tlXjc4BYTo .img3 {
  bottom: 2rem;
  right: 0;
  width: 500px;
  height: 500px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tlXjc4BYTo .img1,
  .cid-tlXjc4BYTo .img2,
  .cid-tlXjc4BYTo .img3 {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tlXjc4BYTo .img1,
  .cid-tlXjc4BYTo .img2,
  .cid-tlXjc4BYTo .img3 {
    width: 200px;
    height: 200px;
  }
  .cid-tlXjc4BYTo .wrapper {
    height: 400px;
  }
  .cid-tlXjc4BYTo .overlay {
    opacity: 0.5;
  }
}
.cid-uT0ELcKi5H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uT0ELcKi5H .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uT0ELcKi5H .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-uT0ELcKi5H img {
  width: 100%;
  border-radius: 30px;
}
.cid-uT0ELcKi5H .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-uT0ELcKi5H .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uT0ELcKi5H .wrapp {
    padding: 3rem;
  }
}
.cid-uT0ELcKi5H .mbr-section-title {
  color: #3f424e;
}
.cid-tBM9qVZVSZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBM9qVZVSZ .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tBM9qVZVSZ .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tBM9qVZVSZ img {
  width: 100%;
  border-radius: 30px;
}
.cid-tBM9qVZVSZ .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-tBM9qVZVSZ .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tBM9qVZVSZ .wrapp {
    padding: 3rem;
  }
}
.cid-to7pDVA5Tc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-to7pDVA5Tc .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-to7pDVA5Tc .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-to7pDVA5Tc img {
  width: 100%;
  border-radius: 30px;
}
.cid-to7pDVA5Tc .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-to7pDVA5Tc .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-to7pDVA5Tc .wrapp {
    padding: 3rem;
  }
}
.cid-to7pDVA5Tc .mbr-section-title {
  color: #3f424e;
}
.cid-todUtE3MTj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-todUtE3MTj .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-todUtE3MTj .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-todUtE3MTj img {
  width: 100%;
  border-radius: 30px;
}
.cid-todUtE3MTj .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-todUtE3MTj .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-todUtE3MTj .wrapp {
    padding: 3rem;
  }
}
.cid-tupVWXL6iz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tupVWXL6iz .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tupVWXL6iz .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tupVWXL6iz img {
  width: 100%;
  border-radius: 30px;
}
.cid-tupVWXL6iz .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-tupVWXL6iz .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tupVWXL6iz .wrapp {
    padding: 3rem;
  }
}
.cid-todV7NbzcF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-todV7NbzcF .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-todV7NbzcF .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-todV7NbzcF img {
  width: 100%;
  border-radius: 30px;
}
.cid-todV7NbzcF .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-todV7NbzcF .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-todV7NbzcF .wrapp {
    padding: 3rem;
  }
}
.cid-todV9jg1iC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-todV9jg1iC .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-todV9jg1iC .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-todV9jg1iC img {
  width: 100%;
  border-radius: 30px;
}
.cid-todV9jg1iC .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-todV9jg1iC .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-todV9jg1iC .wrapp {
    padding: 3rem;
  }
}
.cid-toeeeSOO0V {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-toeeeSOO0V .title_block {
  margin-bottom: 80px;
}
.cid-toeeeSOO0V .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #3f424e;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-toeeeSOO0V .mbr-section-title {
  color: #3f424e;
}
.cid-toeeeSOO0V .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #3f424e;
}
.cid-toeeeSOO0V .item {
  padding-bottom: 2rem;
}
.cid-toeeeSOO0V .image-wrapper {
  overflow: hidden;
}
.cid-toeeeSOO0V .item-wrapper {
  position: relative;
}
.cid-toeeeSOO0V .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-toeeeSOO0V .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-toeeeSOO0V .item-wrapper:hover .mbr-item-subtitle a {
  color: #3f424e !important;
}
.cid-toeeeSOO0V .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-toeeeSOO0V .carousel-control,
.cid-toeeeSOO0V .close {
  background: #1b1b1b;
}
.cid-toeeeSOO0V .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-toeeeSOO0V .carousel-control-prev span {
  margin-right: 5px;
}
.cid-toeeeSOO0V .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-toeeeSOO0V .carousel-control-next span {
  margin-left: 5px;
}
.cid-toeeeSOO0V .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-toeeeSOO0V .close::before {
  content: '\e91a';
}
.cid-toeeeSOO0V .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-toeeeSOO0V .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-toeeeSOO0V .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toeeeSOO0V .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-toeeeSOO0V .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-toeeeSOO0V .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-toeeeSOO0V .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-toeeeSOO0V .carousel-indicators li.active,
.cid-toeeeSOO0V .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-toeeeSOO0V .carousel-indicators li::after,
.cid-toeeeSOO0V .carousel-indicators li::before {
  content: none;
}
.cid-toeeeSOO0V .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-toeeeSOO0V .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-toeeeSOO0V .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-toeeeSOO0V .carousel-indicators {
    display: none;
  }
}
.cid-toeeeSOO0V .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-toeeeSOO0V .carousel-inner > .active {
  display: block;
}
.cid-toeeeSOO0V .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toeeeSOO0V .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-toeeeSOO0V .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-toeeeSOO0V .carousel-control,
  .cid-toeeeSOO0V .carousel-indicators,
  .cid-toeeeSOO0V .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-toeeeSOO0V .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-toeeeSOO0V .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-toeeeSOO0V .carousel-indicators .active,
.cid-toeeeSOO0V .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-toeeeSOO0V .carousel-indicators .active {
  background: #fff;
}
.cid-toeeeSOO0V .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-toeeeSOO0V .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-toeeeSOO0V .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-toeeeSOO0V .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-toeeeSOO0V .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-toeeeSOO0V .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-toeeeSOO0V .carousel {
  width: 100%;
}
.cid-toeeeSOO0V .modal-backdrop.in {
  opacity: 0.8;
}
.cid-toeeeSOO0V .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-toeeeSOO0V .modal.fade .modal-dialog,
.cid-toeeeSOO0V .modal.in .modal-dialog {
  transform: none;
}
.cid-toeeeSOO0V .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tojcsbpB8s {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tojcsbpB8s .title_block {
  margin-bottom: 80px;
}
.cid-tojcsbpB8s .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #3f424e;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tojcsbpB8s .mbr-section-title {
  color: #3f424e;
}
.cid-tojcsbpB8s .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #3f424e;
}
.cid-tojcsbpB8s .item {
  padding-bottom: 2rem;
}
.cid-tojcsbpB8s .image-wrapper {
  overflow: hidden;
}
.cid-tojcsbpB8s .item-wrapper {
  position: relative;
}
.cid-tojcsbpB8s .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-tojcsbpB8s .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tojcsbpB8s .item-wrapper:hover .mbr-item-subtitle a {
  color: #3f424e !important;
}
.cid-tojcsbpB8s .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-tojcsbpB8s .carousel-control,
.cid-tojcsbpB8s .close {
  background: #1b1b1b;
}
.cid-tojcsbpB8s .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tojcsbpB8s .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tojcsbpB8s .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tojcsbpB8s .carousel-control-next span {
  margin-left: 5px;
}
.cid-tojcsbpB8s .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tojcsbpB8s .close::before {
  content: '\e91a';
}
.cid-tojcsbpB8s .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tojcsbpB8s .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tojcsbpB8s .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tojcsbpB8s .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tojcsbpB8s .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tojcsbpB8s .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tojcsbpB8s .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tojcsbpB8s .carousel-indicators li.active,
.cid-tojcsbpB8s .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tojcsbpB8s .carousel-indicators li::after,
.cid-tojcsbpB8s .carousel-indicators li::before {
  content: none;
}
.cid-tojcsbpB8s .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tojcsbpB8s .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tojcsbpB8s .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tojcsbpB8s .carousel-indicators {
    display: none;
  }
}
.cid-tojcsbpB8s .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tojcsbpB8s .carousel-inner > .active {
  display: block;
}
.cid-tojcsbpB8s .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tojcsbpB8s .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tojcsbpB8s .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tojcsbpB8s .carousel-control,
  .cid-tojcsbpB8s .carousel-indicators,
  .cid-tojcsbpB8s .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tojcsbpB8s .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tojcsbpB8s .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tojcsbpB8s .carousel-indicators .active,
.cid-tojcsbpB8s .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tojcsbpB8s .carousel-indicators .active {
  background: #fff;
}
.cid-tojcsbpB8s .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tojcsbpB8s .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tojcsbpB8s .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tojcsbpB8s .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tojcsbpB8s .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tojcsbpB8s .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tojcsbpB8s .carousel {
  width: 100%;
}
.cid-tojcsbpB8s .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tojcsbpB8s .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tojcsbpB8s .modal.fade .modal-dialog,
.cid-tojcsbpB8s .modal.in .modal-dialog {
  transform: none;
}
.cid-tojcsbpB8s .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tojfWIKfMX {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tojfWIKfMX .wrapper {
    padding: 0 28px;
  }
}
.cid-tojfWIKfMX img,
.cid-tojfWIKfMX .item-img {
  width: 100%;
}
.cid-tojfWIKfMX .item:focus,
.cid-tojfWIKfMX span:focus {
  outline: none;
}
.cid-tojfWIKfMX .item {
  margin-bottom: 2rem;
}
.cid-tojfWIKfMX .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tojfWIKfMX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tojjnYXXgl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3f424e;
  position: relative;
  overflow: hidden;
}
.cid-tojjnYXXgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tojjnYXXgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tojjnYXXgl .bg-frame {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 2;
  opacity: 0.8;
  width: 26vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #9a0712;
  box-shadow: 0 0 40px #9a0712;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-tojjnYXXgl .bg-frame {
    width: 52vw;
  }
}
.cid-tojjnYXXgl .bg-frame-2 {
  top: 70%;
  left: auto;
  right: -5%;
  width: 52vw;
}
.cid-tojjnYXXgl .row {
  position: relative;
  z-index: 3;
}
.cid-tojjnYXXgl .mbr-section-head {
  margin-bottom: 100px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tojjnYXXgl .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-tojjnYXXgl .mbr-section-title {
  color: #FFFFFF;
}
.cid-tojjnYXXgl .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tojjnYXXgl .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tojjnYXXgl .card-row {
  align-items: stretch;
}
.cid-tojjnYXXgl .item {
  margin-bottom: 2rem;
}
.cid-tojjnYXXgl .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  height: 100%;
  width: 100%;
  transition: 0.5s all;
  will-change: transform;
}
.cid-tojjnYXXgl .item-wrapper:hover {
  transform: translateY(-12.5%);
}
@media (max-width: 991px) {
  .cid-tojjnYXXgl .item-wrapper:hover {
    transform: translateY(-2rem);
  }
}
.cid-tojjnYXXgl .item-wrapper:hover .item-img img {
  transform: scale(1);
}
.cid-tojjnYXXgl .item-img {
  position: relative;
  width: 100%;
  z-index: 2;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 1.49885057;
  transition: 0.5s all;
}
.cid-tojjnYXXgl .item-img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: 0.5s all;
  will-change: transform;
}
.cid-tojjnYXXgl .img-bg-color {
  position: absolute;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  width: 80%;
  aspect-ratio: 1;
  opacity: 0.3;
  filter: blur(100px);
}
.cid-tojjnYXXgl .img-bg-color-1 {
  left: 0;
  background: #79F429;
  transform: translate(-50%, 50%);
  opacity: 0.2;
}
.cid-tojjnYXXgl .img-bg-color-2 {
  right: 0;
  background: #0E0E0E;
  transform: translate(50%, 50%);
}
.cid-tojjnYXXgl .card-box {
  position: relative;
  z-index: 3;
  padding-top: 50px;
  opacity: 1;
}
.cid-tojjnYXXgl .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: 0.5s all;
}
.cid-tojjnYXXgl .card-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 1rem;
  transition: 0.5s all;
}
.cid-tojjnYXXgl .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tlXMhxLqNH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tlXMhxLqNH .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tlXMhxLqNH .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #00376b;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-tlXMhxLqNH .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tlXMhxLqNH .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-tlXMhxLqNH .mbr-timeline-title,
.cid-tlXMhxLqNH .mbr-timeline-text {
  color: #ffffff;
}
.cid-tlXMhxLqNH .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-tlXMhxLqNH .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-tlXMhxLqNH .timeline-element:hover .timeline-text-content h4,
.cid-tlXMhxLqNH .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #cceda0 !important;
}
.cid-tlXMhxLqNH .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #cceda0 !important;
}
.cid-tlXMhxLqNH .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #cceda0 !important;
}
.cid-tlXMhxLqNH .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tlXMhxLqNH .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-tlXMhxLqNH .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #00376b;
  top: 20px;
  margin-left: -30px;
}
.cid-tlXMhxLqNH .iconsBackground span {
  color: #ffffff;
}
.cid-tlXMhxLqNH .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-tlXMhxLqNH .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #00376b;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-tlXMhxLqNH .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-tlXMhxLqNH .iconsBackground {
    left: 1.5rem;
  }
  .cid-tlXMhxLqNH .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-tlXMhxLqNH .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-tlXMhxLqNH .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-tlXMhxLqNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlXMhxLqNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlXMhxLqNH .mbr-section-title {
  text-align: center;
}
.cid-tlXMhxLqNH .mbr-timeline-title {
  color: #e9a837;
}
.cid-tlXMhxLqNH .mbr-timeline-text {
  color: #e9a837;
}
.cid-tlXWfqsGTF {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tlXWfqsGTF .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tlXWfqsGTF .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #00376b;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-tlXWfqsGTF .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tlXWfqsGTF .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-tlXWfqsGTF .mbr-timeline-title,
.cid-tlXWfqsGTF .mbr-timeline-text {
  color: #ffffff;
}
.cid-tlXWfqsGTF .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-tlXWfqsGTF .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-tlXWfqsGTF .timeline-element:hover .timeline-text-content h4,
.cid-tlXWfqsGTF .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #cceda0 !important;
}
.cid-tlXWfqsGTF .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #cceda0 !important;
}
.cid-tlXWfqsGTF .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #cceda0 !important;
}
.cid-tlXWfqsGTF .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tlXWfqsGTF .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-tlXWfqsGTF .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #00376b;
  top: 20px;
  margin-left: -30px;
}
.cid-tlXWfqsGTF .iconsBackground span {
  color: #ffffff;
}
.cid-tlXWfqsGTF .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-tlXWfqsGTF .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #00376b;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-tlXWfqsGTF .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-tlXWfqsGTF .iconsBackground {
    left: 1.5rem;
  }
  .cid-tlXWfqsGTF .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-tlXWfqsGTF .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-tlXWfqsGTF .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-tlXWfqsGTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlXWfqsGTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlXWfqsGTF .mbr-timeline-title {
  color: #e9a837;
}
.cid-tlXWfqsGTF .mbr-timeline-text {
  color: #e9a837;
}
.cid-tBMbc7r77Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-tBMbc7r77Y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBMbc7r77Y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tBMbc7r77Y .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tBMba3zUEP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tBMba3zUEP .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tBMba3zUEP .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tBMba3zUEP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tBMba3zUEP {
    margin-bottom: 2rem;
  }
}
.cid-tBMba3zUEP .main-heading {
  margin-bottom: 20px;
}
.cid-tBMba3zUEP .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-tBMba3zUEP .name {
  margin-bottom: 8px;
  font-size: 20px;
}
.cid-tBMba3zUEP .progress {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 4px;
}
.cid-tBMba3zUEP .progress-bar {
  position: absolute;
  background-color: #3f424e;
  height: 4px;
}
.cid-tBMba3zUEP .progress1 {
  width: 100%;
}
.cid-tBMba3zUEP .progress2 {
  width: 100%;
}
.cid-tBMba3zUEP .progress3 {
  width: 0%;
}
.cid-tBMba3zUEP img {
  border-radius: 10px;
}
.cid-v12YOvnEO8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v12YOvnEO8 .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
.cid-v12YOvnEO8 .line {
  width: 100%;
  background-color: #a3a6b2;
  height: 2px;
  margin: 0 0 30px;
  padding: 0;
}
.cid-v12YOvnEO8 .date {
  color: #ffffff;
}
.cid-v12YOvnEO8 .workplace {
  color: #ffffff;
}
.cid-v12YOvnEO8 .description {
  color: #a3a6b2;
}
.cid-v12YOvnEO8 .inline {
  margin-bottom: 30px;
}
.cid-v12YOvnEO8 .button-top {
  margin-top: 50px;
  padding: 0;
}
.cid-v12YOvnEO8 .btn {
  margin: 0;
}
@media (max-width: 450px) {
  .cid-v12YOvnEO8 .button-top {
    margin-top: 0px;
  }
}
.cid-txbyosqBbE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-txbyosqBbE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txbyosqBbE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-txbyosqBbE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ttFLecvGhP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-ttFLecvGhP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttFLecvGhP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttFLecvGhP .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-ttFLecvGhP .mbr-section-title {
  color: #FF014E;
}
.cid-ttFLecvGhP .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-ttFLecvGhP .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ttFLecvGhP .card-row {
  align-items: stretch;
}
.cid-ttFLecvGhP .card {
  margin: 15px 0;
}
.cid-ttFLecvGhP .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-ttFLecvGhP .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-ttFLecvGhP .card-wrapper {
    padding: 20px;
  }
}
.cid-ttFLecvGhP .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-ttFLecvGhP .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-ttFLecvGhP .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #3eb75e;
}
.cid-ttFLecvGhP .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-ttFLecvGhP .card-head-text {
  flex-grow: 1;
}
.cid-ttFLecvGhP .name-title {
  color: #FFFFFF;
}
.cid-ttFLecvGhP .name-text {
  color: #FF014E;
}
.cid-ttFLecvGhP .card-title {
  color: #FFFFFF;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-ttFLecvGhP .card-text {
  color: #daddea;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
  text-align: left;
}
.cid-ttFLecvGhP .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-ttFLecvGhP .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-ttFLecvGhP .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #ff014e;
}
.cid-ttFQtAGXpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-ttFQtAGXpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttFQtAGXpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttFQtAGXpv .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-ttFQtAGXpv .mbr-section-title {
  color: #FF014E;
}
.cid-ttFQtAGXpv .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-ttFQtAGXpv .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ttFQtAGXpv .card-row {
  align-items: stretch;
}
.cid-ttFQtAGXpv .card {
  margin: 15px 0;
}
.cid-ttFQtAGXpv .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-ttFQtAGXpv .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-ttFQtAGXpv .card-wrapper {
    padding: 20px;
  }
}
.cid-ttFQtAGXpv .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-ttFQtAGXpv .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-ttFQtAGXpv .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #3eb75e;
}
.cid-ttFQtAGXpv .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-ttFQtAGXpv .card-head-text {
  flex-grow: 1;
}
.cid-ttFQtAGXpv .name-title {
  color: #FFFFFF;
}
.cid-ttFQtAGXpv .name-text {
  color: #FF014E;
}
.cid-ttFQtAGXpv .card-title {
  color: #FFFFFF;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-ttFQtAGXpv .card-text {
  color: #C4CFDE;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
  text-align: left;
}
.cid-ttFQtAGXpv .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-ttFQtAGXpv .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-ttFQtAGXpv .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #ff014e;
}
.cid-ttFLfSs7vV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ttFLfSs7vV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttFLfSs7vV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttFLfSs7vV .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-ttFLfSs7vV .mbr-section-title {
  color: #FF014E;
}
.cid-ttFLfSs7vV .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-ttFLfSs7vV .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ttFLfSs7vV .card-row {
  align-items: stretch;
}
.cid-ttFLfSs7vV .card {
  margin-top: 30px;
}
.cid-ttFLfSs7vV .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #000000, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-ttFLfSs7vV .card-wrapper {
    padding: 20px 30px;
  }
}
.cid-ttFLfSs7vV .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-ttFLfSs7vV .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-ttFLfSs7vV .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-ttFLfSs7vV .avatar-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cid-ttFLfSs7vV .avatar-container .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.cid-ttFLfSs7vV .avatar-container .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttFLfSs7vV .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-ttFLfSs7vV .card-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-ttFLfSs7vV .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tojhBEm4ky {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tojhBEm4ky .mbr-fallback-image.disabled {
  display: none;
}
.cid-tojhBEm4ky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tojhBEm4ky .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tojhBEm4ky .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tojhBEm4ky .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tojhBEm4ky .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tojhBEm4ky .container {
    max-width: 100%;
  }
  .cid-tojhBEm4ky .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tojhBEm4ky .item-wrap {
  width: 100%;
}
.cid-tojhBEm4ky .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tojhBEm4ky .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tojhBEm4ky .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tojhBEm4ky .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tojhBEm4ky .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tojhBEm4ky .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tojhBEm4ky .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tojhBEm4ky .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-ttFYYzHzrH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ttFYYzHzrH nav.navbar {
  position: fixed;
}
.cid-ttFYYzHzrH .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-ttFYYzHzrH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttFYYzHzrH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttFYYzHzrH .dropdown-item:hover,
.cid-ttFYYzHzrH .dropdown-item:focus {
  background: #3f424e !important;
  color: white !important;
}
.cid-ttFYYzHzrH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttFYYzHzrH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttFYYzHzrH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttFYYzHzrH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttFYYzHzrH .nav-link {
  position: relative;
}
.cid-ttFYYzHzrH .container {
  display: flex;
  margin: auto;
}
.cid-ttFYYzHzrH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttFYYzHzrH .dropdown-menu,
.cid-ttFYYzHzrH .navbar.opened {
  background: #3f424e !important;
}
.cid-ttFYYzHzrH .nav-item:focus,
.cid-ttFYYzHzrH .nav-link:focus {
  outline: none;
}
.cid-ttFYYzHzrH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttFYYzHzrH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttFYYzHzrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttFYYzHzrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttFYYzHzrH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttFYYzHzrH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttFYYzHzrH .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: #3f424e;
  color: #ffffff;
}
.cid-ttFYYzHzrH .navbar.opened {
  transition: all 0.3s;
}
.cid-ttFYYzHzrH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttFYYzHzrH .navbar .navbar-logo img {
  width: auto;
}
.cid-ttFYYzHzrH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttFYYzHzrH .navbar.collapsed {
  justify-content: center;
}
.cid-ttFYYzHzrH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttFYYzHzrH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttFYYzHzrH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ttFYYzHzrH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttFYYzHzrH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttFYYzHzrH .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-ttFYYzHzrH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttFYYzHzrH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttFYYzHzrH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttFYYzHzrH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttFYYzHzrH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttFYYzHzrH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttFYYzHzrH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttFYYzHzrH .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-ttFYYzHzrH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttFYYzHzrH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttFYYzHzrH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttFYYzHzrH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttFYYzHzrH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttFYYzHzrH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttFYYzHzrH .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttFYYzHzrH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttFYYzHzrH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttFYYzHzrH .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;
  display: flex;
}
.cid-ttFYYzHzrH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttFYYzHzrH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttFYYzHzrH .dropdown-item.active,
.cid-ttFYYzHzrH .dropdown-item:active {
  background-color: transparent;
}
.cid-ttFYYzHzrH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttFYYzHzrH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttFYYzHzrH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttFYYzHzrH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3f424e;
}
.cid-ttFYYzHzrH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttFYYzHzrH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttFYYzHzrH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttFYYzHzrH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttFYYzHzrH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttFYYzHzrH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttFYYzHzrH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttFYYzHzrH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttFYYzHzrH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttFYYzHzrH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttFYYzHzrH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttFYYzHzrH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttFYYzHzrH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttFYYzHzrH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttFYYzHzrH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttFYYzHzrH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttFYYzHzrH .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-ttFYYzHzrH .navbar {
    height: 70px;
  }
  .cid-ttFYYzHzrH .navbar.opened {
    height: auto;
  }
  .cid-ttFYYzHzrH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 600px) {
  .cid-ttFYYzHzrH .navbar-caption {
    display: none;
  }
  .cid-ttFYYzHzrH img {
    display: none;
  }
}
.cid-ttFYYA8U08 {
  background-image: url("../../../assets/images/mbr-1920x1082.jpg");
}
.cid-ttFYYA8U08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttFYYA8U08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ttFYYA8U08 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttFYYA8U08 img {
  border-radius: 2rem;
}
.cid-ttFYYA8U08 .row {
  flex-direction: row-reverse;
}
.cid-ttFYYA8U08 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttFYYA8U08 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ttFYYA8U08 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ttFYYA8U08 .mbr-section-title {
  color: #e9c0e9;
}
.cid-ttFYYA8U08 .mbr-text,
.cid-ttFYYA8U08 .mbr-section-btn {
  color: #e9c0e9;
}
.cid-ttFZ97lk8B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ttFZ97lk8B .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ttFZ97lk8B .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ttFZ97lk8B .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-ttFYYBbasR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-ttFYYBbasR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttFYYBbasR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttFYYBbasR .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-ttFYYBbasR .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-ttFYYBbasR .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-ttFYYBbasR .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-ttFYYBbasR .container {
    max-width: 100%;
  }
  .cid-ttFYYBbasR .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-ttFYYBbasR .item-wrap {
  width: 100%;
}
.cid-ttFYYBbasR .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ttFYYBbasR .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ttFYYBbasR .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ttFYYBbasR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ttFYYBbasR .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ttFYYBbasR .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ttFYYBbasR .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ttFYYBbasR .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-ttGaCkeGbJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ttGaCkeGbJ nav.navbar {
  position: fixed;
}
.cid-ttGaCkeGbJ .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-ttGaCkeGbJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttGaCkeGbJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttGaCkeGbJ .dropdown-item:hover,
.cid-ttGaCkeGbJ .dropdown-item:focus {
  background: #3f424e !important;
  color: white !important;
}
.cid-ttGaCkeGbJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttGaCkeGbJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttGaCkeGbJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttGaCkeGbJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttGaCkeGbJ .nav-link {
  position: relative;
}
.cid-ttGaCkeGbJ .container {
  display: flex;
  margin: auto;
}
.cid-ttGaCkeGbJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttGaCkeGbJ .dropdown-menu,
.cid-ttGaCkeGbJ .navbar.opened {
  background: #3f424e !important;
}
.cid-ttGaCkeGbJ .nav-item:focus,
.cid-ttGaCkeGbJ .nav-link:focus {
  outline: none;
}
.cid-ttGaCkeGbJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttGaCkeGbJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttGaCkeGbJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttGaCkeGbJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttGaCkeGbJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttGaCkeGbJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttGaCkeGbJ .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: #3f424e;
  color: #ffffff;
}
.cid-ttGaCkeGbJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ttGaCkeGbJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttGaCkeGbJ .navbar .navbar-logo img {
  width: auto;
}
.cid-ttGaCkeGbJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttGaCkeGbJ .navbar.collapsed {
  justify-content: center;
}
.cid-ttGaCkeGbJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttGaCkeGbJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttGaCkeGbJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ttGaCkeGbJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttGaCkeGbJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttGaCkeGbJ .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-ttGaCkeGbJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttGaCkeGbJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttGaCkeGbJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttGaCkeGbJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttGaCkeGbJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttGaCkeGbJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttGaCkeGbJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttGaCkeGbJ .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-ttGaCkeGbJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttGaCkeGbJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttGaCkeGbJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttGaCkeGbJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttGaCkeGbJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttGaCkeGbJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttGaCkeGbJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttGaCkeGbJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttGaCkeGbJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttGaCkeGbJ .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;
  display: flex;
}
.cid-ttGaCkeGbJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttGaCkeGbJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttGaCkeGbJ .dropdown-item.active,
.cid-ttGaCkeGbJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ttGaCkeGbJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttGaCkeGbJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttGaCkeGbJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttGaCkeGbJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3f424e;
}
.cid-ttGaCkeGbJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttGaCkeGbJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttGaCkeGbJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttGaCkeGbJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttGaCkeGbJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttGaCkeGbJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttGaCkeGbJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttGaCkeGbJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttGaCkeGbJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttGaCkeGbJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttGaCkeGbJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttGaCkeGbJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttGaCkeGbJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttGaCkeGbJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttGaCkeGbJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttGaCkeGbJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttGaCkeGbJ .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-ttGaCkeGbJ .navbar {
    height: 70px;
  }
  .cid-ttGaCkeGbJ .navbar.opened {
    height: auto;
  }
  .cid-ttGaCkeGbJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 600px) {
  .cid-ttGaCkeGbJ .navbar-caption {
    display: none;
  }
  .cid-ttGaCkeGbJ img {
    display: none;
  }
}
.cid-ttGaCkHMZP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-ttGaCkHMZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttGaCkHMZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ttGaCkHMZP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttGaCkHMZP img {
  border-radius: 2rem;
}
.cid-ttGaCkHMZP .row {
  flex-direction: row-reverse;
}
.cid-ttGaCkHMZP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttGaCkHMZP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ttGaCkHMZP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ttGaCkHMZP .mbr-section-title {
  color: #e9c0e9;
}
.cid-ttGaCkHMZP .mbr-text,
.cid-ttGaCkHMZP .mbr-section-btn {
  color: #e9c0e9;
}
.cid-ttGbeYpIks {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-ttGbeYpIks .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttGbeYpIks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttGbeYpIks .card-row {
  align-items: stretch;
}
.cid-ttGbeYpIks .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #3f424e;
}
.cid-ttGbeYpIks .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-ttGbeYpIks .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-ttGbeYpIks .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-ttGbeYpIks .image-wrapper {
  margin-right: 30px;
}
.cid-ttGbeYpIks .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-ttGbeYpIks .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-ttGbeYpIks .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-ttGbeYpIks .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-ttGbeYpIks .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ttGbeYpIks .mbr-section-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-ttGbeYpIks .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-ttGbeYpIks .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-ttGbeYpIks .social-container {
    padding-top: 25px;
  }
}
.cid-ttGbeYpIks .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-ttGbeYpIks .social-title {
    text-align: center !important;
  }
}
.cid-ttGbeYpIks .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-ttGbeYpIks .social-list {
    justify-content: center !important;
  }
}
.cid-ttGbeYpIks .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #3f424e;
  transition: 0.4s all;
}
.cid-ttGbeYpIks .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-ttGbeYpIks .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-ttGbeYpIks .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ttGbeYpIks .soc-item:hover:before {
  opacity: 1;
}
.cid-ttGbeYpIks .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ttGbeYpIks .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-ttGbeYpIks .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-ttGbeYpIks .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-ttGbeYpIks .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttGbeYpIks .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-ttGbeYpIks .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-ttGbeYpIks .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-ttGbeYpIks .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-ttGbeYpIks .contact-item {
  padding: 10px 0 20px;
}
.cid-ttGbeYpIks .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-ttGbeYpIks .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-ttGaCllwVx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-ttGaCllwVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttGaCllwVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttGaCllwVx .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-ttGaCllwVx .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-ttGaCllwVx .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-ttGaCllwVx .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-ttGaCllwVx .container {
    max-width: 100%;
  }
  .cid-ttGaCllwVx .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-ttGaCllwVx .item-wrap {
  width: 100%;
}
.cid-ttGaCllwVx .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ttGaCllwVx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ttGaCllwVx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ttGaCllwVx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ttGaCllwVx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ttGaCllwVx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ttGaCllwVx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ttGaCllwVx .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-to7fgcucdn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-to7fgcucdn nav.navbar {
  position: fixed;
}
.cid-to7fgcucdn .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-to7fgcucdn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-to7fgcucdn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-to7fgcucdn .dropdown-item:hover,
.cid-to7fgcucdn .dropdown-item:focus {
  background: #3f424e !important;
  color: white !important;
}
.cid-to7fgcucdn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-to7fgcucdn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-to7fgcucdn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-to7fgcucdn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-to7fgcucdn .nav-link {
  position: relative;
}
.cid-to7fgcucdn .container {
  display: flex;
  margin: auto;
}
.cid-to7fgcucdn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-to7fgcucdn .dropdown-menu,
.cid-to7fgcucdn .navbar.opened {
  background: #3f424e !important;
}
.cid-to7fgcucdn .nav-item:focus,
.cid-to7fgcucdn .nav-link:focus {
  outline: none;
}
.cid-to7fgcucdn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-to7fgcucdn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-to7fgcucdn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-to7fgcucdn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-to7fgcucdn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-to7fgcucdn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-to7fgcucdn .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: #3f424e;
  color: #ffffff;
}
.cid-to7fgcucdn .navbar.opened {
  transition: all 0.3s;
}
.cid-to7fgcucdn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-to7fgcucdn .navbar .navbar-logo img {
  width: auto;
}
.cid-to7fgcucdn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-to7fgcucdn .navbar.collapsed {
  justify-content: center;
}
.cid-to7fgcucdn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-to7fgcucdn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-to7fgcucdn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-to7fgcucdn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-to7fgcucdn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-to7fgcucdn .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-to7fgcucdn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-to7fgcucdn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-to7fgcucdn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-to7fgcucdn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-to7fgcucdn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-to7fgcucdn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-to7fgcucdn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-to7fgcucdn .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-to7fgcucdn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-to7fgcucdn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-to7fgcucdn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-to7fgcucdn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-to7fgcucdn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-to7fgcucdn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-to7fgcucdn .navbar.navbar-short {
  min-height: 60px;
}
.cid-to7fgcucdn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-to7fgcucdn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-to7fgcucdn .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;
  display: flex;
}
.cid-to7fgcucdn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-to7fgcucdn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-to7fgcucdn .dropdown-item.active,
.cid-to7fgcucdn .dropdown-item:active {
  background-color: transparent;
}
.cid-to7fgcucdn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-to7fgcucdn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-to7fgcucdn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-to7fgcucdn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3f424e;
}
.cid-to7fgcucdn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-to7fgcucdn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-to7fgcucdn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-to7fgcucdn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-to7fgcucdn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-to7fgcucdn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-to7fgcucdn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-to7fgcucdn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to7fgcucdn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to7fgcucdn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-to7fgcucdn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to7fgcucdn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-to7fgcucdn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-to7fgcucdn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to7fgcucdn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-to7fgcucdn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-to7fgcucdn .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-to7fgcucdn .navbar {
    height: 70px;
  }
  .cid-to7fgcucdn .navbar.opened {
    height: auto;
  }
  .cid-to7fgcucdn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 600px) {
  .cid-to7fgcucdn .navbar-caption {
    display: none;
  }
  .cid-to7fgcucdn img {
    display: none;
  }
}
.cid-uT0DNN6yhd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT0DNN6yhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0DNN6yhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0DNN6yhd .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uT0DNN6yhd .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT0DNN6yhd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uT0DNN6yhd .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uT0DNN6yhd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT0DNN6yhd .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uT0DNN6yhd .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uT0DNN6yhd .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uT0DNN6yhd .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uT0DNN6yhd .content-wrapper .mbr-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uT0DNN6yhd .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uT0DNN6yhd .mbr-section-title {
  color: #c10b02;
}
.cid-uT0DNN6yhd .mbr-text,
.cid-uT0DNN6yhd .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uT0DNN6yhd .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uT0DNN6yhd .mbr-section-title,
.cid-uT0DNN6yhd .mbr-section-btn {
  text-align: center;
}
.cid-uT0DOGyOVl {
  background-image: url("../../../assets/images/foto-6-vienna-solo-1920x1695.jpg");
}
.cid-uT0DOGyOVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0DOGyOVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uT0DOGyOVl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT0DOGyOVl img {
  border-radius: 2rem;
}
.cid-uT0DOGyOVl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uT0DOGyOVl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uT0DOGyOVl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uT0DOGyOVl .mbr-section-title {
  color: #e9c0e9;
}
.cid-uT0DOGyOVl .mbr-text,
.cid-uT0DOGyOVl .mbr-section-btn {
  color: #e9c0e9;
}
.cid-to7fgdFSys {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-to7fgdFSys .user-card {
  background-color: #3f424e;
  padding: 35px 60px;
  border-radius: 10px;
}
.cid-to7fgdFSys .user_image {
  width: 100%;
  overflow: hidden;
  padding-right: 40px;
}
.cid-to7fgdFSys .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  border-radius: 50%;
}
.cid-to7fgdFSys .heading {
  color: #000000;
  padding-bottom: 50px;
  margin-bottom: 0;
  text-align: left;
}
.cid-to7fgdFSys .user_desk {
  color: #ffffff;
  opacity: 0.8;
  line-height: 30px;
  text-align: left;
}
.cid-to7fgdFSys .user_text {
  padding-bottom: 30px;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 30px;
  margin: 0;
  text-align: left;
}
.cid-to7fgdFSys .user_name {
  color: #ffffff;
  line-height: 30px;
  margin: 0;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-to7fgdFSys .user_image {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .cid-to7fgdFSys .user-card {
    padding: 1rem;
  }
  .cid-to7fgdFSys .heading {
    padding-bottom: 25px;
  }
}
@media (max-width: 770px) {
  .cid-to7fgdFSys .user_image {
    margin-bottom: 25px;
    padding-right: 0;
  }
}
.cid-to7fgdFSys .small {
  margin-bottom: 0;
}
.cid-to7fgdXD0s {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-to7fgdXD0s .carousel {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .cid-to7fgdXD0s .carousel {
    height: 100vh;
  }
}
.cid-to7fgdXD0s .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-to7fgdXD0s .carousel-item,
.cid-to7fgdXD0s .carousel-inner {
  height: 100%;
}
.cid-to7fgdXD0s .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-to7fgdXD0s .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-to7fgdXD0s .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-to7fgdXD0s .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-to7fgdXD0s .mbr-section-btn {
  margin-top: 42px;
}
.cid-to7fgdXD0s .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-to7fgdXD0s .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-to7fgdXD0s .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-to7fgdXD0s .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-to7fgdXD0s .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-to7fgdXD0s .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-to7fgdXD0s .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-to7fgdXD0s .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-to7fgdXD0s .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-to7fgdXD0s .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-to7fgdXD0s .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-to7fgdXD0s .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-to7fgdXD0s .carousel-control {
    display: none !important;
  }
}
.cid-to7fgdXD0s .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-to7fgdXD0s .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-to7fgdXD0s .carousel-indicators li.active,
.cid-to7fgdXD0s .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-to7fgdXD0s .carousel-indicators li::after,
.cid-to7fgdXD0s .carousel-indicators li::before {
  content: none;
}
.cid-to7fgdXD0s .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-to7fgdXD0s .carousel-indicators {
    display: none !important;
  }
}
.cid-to7fgdXD0s .mbr-section-text,
.cid-to7fgdXD0s .mbr-section-btn {
  text-align: center;
}
.cid-tojhBEm4ky {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-tojhBEm4ky .mbr-fallback-image.disabled {
  display: none;
}
.cid-tojhBEm4ky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tojhBEm4ky .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tojhBEm4ky .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tojhBEm4ky .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tojhBEm4ky .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tojhBEm4ky .container {
    max-width: 100%;
  }
  .cid-tojhBEm4ky .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tojhBEm4ky .item-wrap {
  width: 100%;
}
.cid-tojhBEm4ky .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tojhBEm4ky .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tojhBEm4ky .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tojhBEm4ky .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tojhBEm4ky .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tojhBEm4ky .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tojhBEm4ky .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tojhBEm4ky .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
