body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'EB Garamond', serif;
  font-size: 3.7rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.625rem;
}
.schatten {
text-shadow: 1px 1px 4px black;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
}
.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.96rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.945rem + (3.7 - 1.945) * ((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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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: #222d35 !important;
}
.bg-success {
  background-color: #6cff62 !important;
}
.bg-info {
  background-color: #ffd760 !important;
}
.bg-warning {
  background-color: #f7f7f7 !important;
}
.bg-danger {
  background-color: #d72323 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #222d35 !important;
  border-color: #222d35 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd760 !important;
  border-color: #ffd760 !important;
  color: #604800 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ffc109 !important;
  border-color: #ffc109 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #604800 !important;
  background-color: #ffc109 !important;
  border-color: #ffc109 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffd760 !important;
  border-color: #ffd760 !important;
  color: #604800 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ffc109 !important;
  border-color: #ffc109 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #604800 !important;
  background-color: #ffc109 !important;
  border-color: #ffc109 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6cff62 !important;
  border-color: #6cff62 !important;
  color: #066200 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #010b00 !important;
  background-color: #1bff0b !important;
  border-color: #1bff0b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #066200 !important;
  background-color: #1bff0b !important;
  border-color: #1bff0b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #4c4c4c !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #787878 !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d72323 !important;
  border-color: #d72323 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8c1717 !important;
  border-color: #8c1717 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8c1717 !important;
  border-color: #8c1717 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.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;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.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;
  color: #222d35;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #222d35 !important;
  border-color: #222d35 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #ffd760;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffc109 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #604800 !important;
  background-color: #ffd760 !important;
  border-color: #ffd760 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #ffd760;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffc109 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #604800 !important;
  background-color: #ffd760 !important;
  border-color: #ffd760 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #6cff62;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1bff0b !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #066200 !important;
  background-color: #6cff62 !important;
  border-color: #6cff62 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #f7f7f7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cccccc !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #d72323;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8c1717 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d72323 !important;
  border-color: #d72323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  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;
  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;
  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;
  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: #222d35 !important;
}
.text-secondary {
  color: #ffd760 !important;
}
.text-success {
  color: #6cff62 !important;
}
.text-info {
  color: #ffd760 !important;
}
.text-warning {
  color: #f7f7f7 !important;
}
.text-danger {
  color: #d72323 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #202a32 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffd65b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #67ff5d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffd65b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f4f4f4 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d32222 !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;
}
.nav-tabs .nav-link.active {
  color: #222d35;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffd760;
}
.alert-warning {
  background-color: #f7f7f7;
}
.alert-danger {
  background-color: #d72323;
}
.mbr-gallery-filter li.active .btn {
  background-color: #222d35;
  border-color: #222d35;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #89a2b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7cfcf;
}
/* Scroll to top button*/
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', 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: #222d35;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #222d35;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #222d35;
}
.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: #222d35;
  border-bottom-color: #222d35;
}
.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: #222d35 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd760 !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='%23222d35' %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[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item) {
  letter-spacing: -0.025em;
  position: relative;
  padding-top: .5rem;
  margin-bottom: .5rem;
  z-index: 9;
  white-space: nowrap;
  line-height: 1.5;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):before {
  content: "";
  z-index: 0;
  max-width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 6%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='%23ffd760' %3E%3Ccircle cx='60' cy='60' r='50'/%3E%3C/svg%3E");
  position: absolute;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: scale(0, 0);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:before {
  max-width: 0%;
  left: 100%;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:after {
  opacity: 1;
  transform: scale(1.15);
}
section.popup-builder .modal.mbr-popup button {
  border: none;
}
.cid-sCiYWD0fCw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCiYWD0fCw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCiYWD0fCw .nav-item {
    margin: 0 !important;
  }
}
.cid-sCiYWD0fCw .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-sCiYWD0fCw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sCiYWD0fCw .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sCiYWD0fCw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sCiYWD0fCw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCiYWD0fCw .nav-link {
  position: relative;
}
.cid-sCiYWD0fCw .container {
  display: flex;
  margin: auto;
}
.cid-sCiYWD0fCw .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCiYWD0fCw .dropdown-menu,
.cid-sCiYWD0fCw .navbar.opened {
  background: #ffffff !important;
}
.cid-sCiYWD0fCw .nav-item:focus,
.cid-sCiYWD0fCw .nav-link:focus {
  outline: none;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCiYWD0fCw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCiYWD0fCw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCiYWD0fCw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-sCiYWD0fCw .navbar.opened {
  transition: all 0.3s;
}
.cid-sCiYWD0fCw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCiYWD0fCw .navbar .navbar-logo img {
  width: auto;
}
.cid-sCiYWD0fCw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCiYWD0fCw .navbar.collapsed {
  justify-content: center;
}
.cid-sCiYWD0fCw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCiYWD0fCw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCiYWD0fCw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCiYWD0fCw .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-sCiYWD0fCw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCiYWD0fCw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCiYWD0fCw .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-sCiYWD0fCw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCiYWD0fCw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCiYWD0fCw .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-sCiYWD0fCw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCiYWD0fCw .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sCiYWD0fCw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCiYWD0fCw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCiYWD0fCw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCiYWD0fCw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCiYWD0fCw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCiYWD0fCw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCiYWD0fCw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCiYWD0fCw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCiYWD0fCw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCiYWD0fCw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCiYWD0fCw .dropdown-item.active,
.cid-sCiYWD0fCw .dropdown-item:active {
  background-color: transparent;
}
.cid-sCiYWD0fCw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCiYWD0fCw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCiYWD0fCw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCiYWD0fCw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCiYWD0fCw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCiYWD0fCw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCiYWD0fCw ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sCiYWD0fCw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCiYWD0fCw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCiYWD0fCw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCiYWD0fCw .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-sCiYWD0fCw .navbar {
    height: 70px;
  }
  .cid-sCiYWD0fCw .navbar.opened {
    height: auto;
  }
  .cid-sCiYWD0fCw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCiYWTE1ss {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1379.jpeg");
}
.cid-sCiYWTE1ss .mbr-section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sCiYWTE1ss .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-sCiYWTE1ss .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-sCiYWTE1ss .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-sCiYWTE1ss .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-sCiYWTE1ss .circle_animation .circle {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.cid-sCiYWTE1ss .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: none;
  font-family: 'EB Garamond', serif;
}
.cid-sCiYWTE1ss .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 0px solid black;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
  font-family: 'EB Garamond', serif;
}
.cid-sCiYWTE1ss .date {
  margin-bottom: 0.25rem;
  color: #000000;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-sCiYWTE1ss .mbr-section-title,
.cid-sCiYWTE1ss .linkBtn,
.cid-sCiYWTE1ss .date_wrap {
  color: #000000;
  text-align: center;
}
.cid-sCiYWTE1ss .mbr-section-subtitle {
  color: #000000;
}
.cid-sCiYWTE1ss H1 {
  color: #ffffff;
}
.cid-sCiZlmqFzN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCiZlmqFzN .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sCiZlmqFzN .card:hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-sCiZlmqFzN .card .square_fill {
  background-color: #ffd760;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-sCiZlmqFzN .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sCiZlmqFzN .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sCiZlmqFzN .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-sCiZlmqFzN .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCiZlmqFzN .main_title {
  margin-bottom: 2.5rem;
}
.cid-sCiZlmqFzN .card-subtitle {
  margin-bottom: .75rem;
}
.cid-sCiZlmqFzN .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sCiZlmqFzN .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sCiZlmqFzN .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sCiZlmqFzN .row {
    flex-direction: column-reverse;
  }
  .cid-sCiZlmqFzN .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sCiZlmqFzN .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sCiZlmqFzN .card-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sCiZlmqFzN .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sCiZlmqFzN .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sCiZlmqFzN .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sCiZlmqFzN .card .square_fill {
    transform: scale(0.8) translateX(-3.75rem);
  }
  .cid-sCiZlmqFzN .card .square_null {
    transform: translateX(1rem);
  }
  .cid-sCiZlmqFzN .card:hover .square_fill {
    transform: scale(1) translateX(-3rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-sCiZlmqFzN .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sCiZlmqFzN .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sCiZlmqFzN .card:hover .square_fill {
    transform: none;
  }
  .cid-sCiZlmqFzN .card .square_null {
    transform: translateX(0);
  }
  .cid-sCiZlmqFzN .card .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-sCiZlmqFzN .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sCiZlmqFzN .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sCiZlmqFzN .card-title {
  color: #000000;
}
.cid-sCiYXHNcId {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sCiYXHNcId .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #222d35;
  text-align: center;
}
.cid-sCiYXHNcId .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-sCiYXHNcId .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-sCiYXHNcId .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sCiYXHNcId .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sCiYXHNcId .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-sCiYXHNcId .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-sCiYXHNcId .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-sCiYXHNcId .item-wrapper {
  padding: 0 1rem;
}
.cid-sCiYXHNcId .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-sCiYXHNcId .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-sCiYXHNcId .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-sCiYXHNcId .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-sCiYXHNcId .card-text {
  margin-bottom: 1.25rem;
}
.cid-sCiYXHNcId .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-sCiYXHNcId .card-descr {
    margin-right: -1rem;
  }
}
.cid-sCiYXHNcId img,
.cid-sCiYXHNcId .item-img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .cid-sCiYXHNcId .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sCiYXHNcId .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sCiYXHNcId .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-sCiYXHNcId .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-sCiYXHNcId .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-sCiYXHNcId .card-text {
    margin-bottom: .75rem;
  }
  .cid-sCiYXHNcId .item-img {
    padding-right: 1rem;
  }
  .cid-sCiYXHNcId .card-descr {
    right: 1rem;
  }
}
.cid-sCiYXHNcId .mbr-text,
.cid-sCiYXHNcId .linkBtn {
  color: #222d35;
}
.cid-sCiYXHNcId .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sCiYXHNcId .card-text,
.cid-sCiYXHNcId .linkBtn {
  color: #222d35;
}
.cid-sITjPy9k1e {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sITjPy9k1e .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sITjPy9k1e .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
@media (max-width: 767px) {
  .cid-sITjPy9k1e .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sITjPy9k1e .mbr-text {
    margin-top: .75rem;
  }
}
.cid-sIBBuXhEzN {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 60px;
}
.cid-sIBBuXhEzN .image-block {
  margin: auto;
}
.cid-sIBBuXhEzN .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sIBBuXhEzN .image-block {
    width: 100% !important;
  }
}
.cid-sIBBuXhEzN .container-fluid {
  padding: 0;
}


.cid-nix {
  
  padding-top: 30px;
  padding-bottom: 60px;
}
.cid-nix .image-block {
  margin: auto;
}
.cid-nix .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-nix .image-block {
    width: 100% !important;
  }
}
.cid-nix .container-fluid {
  padding: 0;

}
.cid-sIBxpOs04S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIBxpOs04S .row {
  align-items: center;
}
.cid-sIBxpOs04S .card:hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-sIBxpOs04S .card .square_fill {
  background-color: #ffd760;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-sIBxpOs04S .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sIBxpOs04S .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sIBxpOs04S .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-sIBxpOs04S .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sIBxpOs04S .main_title {
  margin-bottom: 2.5rem;
}
.cid-sIBxpOs04S .card-subtitle {
  margin-bottom: .75rem;
}
.cid-sIBxpOs04S .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sIBxpOs04S .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sIBxpOs04S .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sIBxpOs04S .row {
    flex-direction: column-reverse;
  }
  .cid-sIBxpOs04S .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sIBxpOs04S .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sIBxpOs04S .card-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sIBxpOs04S .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sIBxpOs04S .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sIBxpOs04S .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sIBxpOs04S .card .square_fill {
    transform: scale(0.8) translateX(-3.75rem);
  }
  .cid-sIBxpOs04S .card .square_null {
    transform: translateX(1rem);
  }
  .cid-sIBxpOs04S .card:hover .square_fill {
    transform: scale(1) translateX(-3rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-sIBxpOs04S .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sIBxpOs04S .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sIBxpOs04S .card:hover .square_fill {
    transform: none;
  }
  .cid-sIBxpOs04S .card .square_null {
    transform: translateX(0);
  }
  .cid-sIBxpOs04S .card .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-sIBxpOs04S .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sIBxpOs04S .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sIBxpOs04S .card-title {
  color: #000000;
}
.cid-sITcaqZGtv {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sITcaqZGtv .container-fluid {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 1200px;
}
.cid-sITcaqZGtv .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-sITcaqZGtv .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sITcaqZGtv .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sITcaqZGtv .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sITcaqZGtv {
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .cid-sITcaqZGtv .container-fluid {
    padding: 0 1rem;
  }
  .cid-sITcaqZGtv .title {
    text-align: center;
  }
  .cid-sITcaqZGtv .mbr-section-btn {
    margin-top: 1rem;
    text-align: center;
  }
}
.cid-sIT9br1L5s {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
}
@media (max-width: 1000px) {
  .cid-sIT9br1L5s {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-sIT9br1L5s {
    padding-top: 1.8rem;
    padding-bottom: 0.9rem;
  }
}
.cid-sIT9br1L5s .f-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .cid-sIT9br1L5s .f-row {
    flex-direction: column;
  }
}
.cid-sIT9br1L5s .f-item {
  flex: 1 1 50%;
}
@media (max-width: 1000px) {
  .cid-sIT9br1L5s .f-item {
    flex: 1 1 100%;
  }
}
.cid-sIT9br1L5s .text-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1000px) {
  .cid-sIT9br1L5s .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sIT9br1L5s .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sIT9br1L5s .image-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 298px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 500px) {
  .cid-sIT9br1L5s .image-circle {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 400px) {
  .cid-sIT9br1L5s .image-circle {
    width: 220px;
    height: 220px;
  }
}
.cid-sIT9br1L5s .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sIT9br1L5s .mbr-text,
.cid-sIT9br1L5s .mbr-section-btn {
  text-align: left;
}
.cid-sIT9br1L5s .card-title {
  text-align: left;
}
.cid-sJfA42Tp7u {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sJfA42Tp7u section {
  position: relative;
}
.cid-sJfA42Tp7u h4 {
  margin: 0;
}
.cid-sJfA42Tp7u img {
  height: 200px;
  padding-right: 0px;
  width: auto;
}
.cid-sJfA42Tp7u a {
  font-weight: 300;
}
.cid-sJfA42Tp7u .img1 {
  color: #ffd760;
}
.cid-sJfA42Tp7u .img2 {
  color: #ffd760;
}
.cid-sJfA42Tp7u .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffd760;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sJfA42Tp7u .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sJfA42Tp7u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJfA42Tp7u .item,
.cid-sJfA42Tp7u .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sJfA42Tp7u .item h4,
.cid-sJfA42Tp7u .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJfA42Tp7u .card-img {
  width: auto;
}
.cid-sJfA42Tp7u .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sJfA42Tp7u .item {
    justify-content: center;
  }
}
.cid-sJfA42Tp7u .item-title {
  color: #c1c1c1;
}
.cid-sIBKQmtTUS.popup-builder {
  background-color: #ffffff;
}
.cid-sIBKQmtTUS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sIBKQmtTUS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sIBKQmtTUS .modal-content,
.cid-sIBKQmtTUS .modal-dialog {
  height: auto;
}
.cid-sIBKQmtTUS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sIBKQmtTUS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sIBKQmtTUS .form-wrapper .mbr-form .form-group,
  .cid-sIBKQmtTUS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sIBKQmtTUS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sIBKQmtTUS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sIBKQmtTUS .mbr-text {
  text-align: center;
}
.cid-sIBKQmtTUS .pt-0 {
  padding-top: 0 !important;
}
.cid-sIBKQmtTUS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sIBKQmtTUS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sIBKQmtTUS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sIBKQmtTUS .modal-open {
  overflow: hidden;
}
.cid-sIBKQmtTUS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sIBKQmtTUS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sIBKQmtTUS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sIBKQmtTUS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sIBKQmtTUS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sIBKQmtTUS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sIBKQmtTUS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sIBKQmtTUS .modal-content {
  background: #f6e7bb;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sIBKQmtTUS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sIBKQmtTUS .modal-backdrop.fade {
  opacity: 0;
}
.cid-sIBKQmtTUS .modal-backdrop.show {
  opacity: .5;
}
.cid-sIBKQmtTUS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sIBKQmtTUS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sIBKQmtTUS .modal-header {
    padding: 1rem;
  }
}
.cid-sIBKQmtTUS .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sIBKQmtTUS .modal-header .close:hover {
  opacity: 1;
}
.cid-sIBKQmtTUS .modal-header .close:focus {
  outline: none;
}
.cid-sIBKQmtTUS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sIBKQmtTUS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sIBKQmtTUS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sIBKQmtTUS .modal-body {
    padding: 1rem;
  }
}
.cid-sIBKQmtTUS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sIBKQmtTUS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sIBKQmtTUS .modal-footer {
    padding: 1rem;
  }
}
.cid-sIBKQmtTUS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sIBKQmtTUS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sIBKQmtTUS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sIBKQmtTUS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sIBKQmtTUS .modal-sm {
    max-width: 300px;
  }
  .cid-sIBKQmtTUS .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sIBKQmtTUS .modal-lg,
  .cid-sIBKQmtTUS .modal-xl {
    max-width: 800px;
  }
  .cid-sIBKQmtTUS .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sIBKQmtTUS .modal-xl {
    max-width: 1140px;
  }
  .cid-sIBKQmtTUS .container {
    max-width: 1140px;
  }
}
.cid-sIBKQmtTUS .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sIBKQmtTUS .container {
    max-width: 720px;
  }
}
.cid-sIBKQmtTUS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sIBKQmtTUS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sIBKQmtTUS .form-group {
  margin-bottom: 1rem;
}
.cid-sIBKQmtTUS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sIBKQmtTUS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sIBKQmtTUS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sIBKQmtTUS .mbr-section-btn {
  margin: 0;
}
.cid-sIBKQmtTUS .mbr-section-btn .btn {
  margin: 0;
}
.cid-sJatzCKqzX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJatzCKqzX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sJatzCKqzX .nav-item {
    margin: 0 !important;
  }
}
.cid-sJatzCKqzX .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-sJatzCKqzX .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sJatzCKqzX .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sJatzCKqzX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sJatzCKqzX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJatzCKqzX .nav-link {
  position: relative;
}
.cid-sJatzCKqzX .container {
  display: flex;
  margin: auto;
}
.cid-sJatzCKqzX .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJatzCKqzX .dropdown-menu,
.cid-sJatzCKqzX .navbar.opened {
  background: #ffffff !important;
}
.cid-sJatzCKqzX .nav-item:focus,
.cid-sJatzCKqzX .nav-link:focus {
  outline: none;
}
.cid-sJatzCKqzX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJatzCKqzX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJatzCKqzX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJatzCKqzX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJatzCKqzX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJatzCKqzX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJatzCKqzX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-sJatzCKqzX .navbar.opened {
  transition: all 0.3s;
}
.cid-sJatzCKqzX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJatzCKqzX .navbar .navbar-logo img {
  width: auto;
}
.cid-sJatzCKqzX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJatzCKqzX .navbar.collapsed {
  justify-content: center;
}
.cid-sJatzCKqzX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJatzCKqzX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJatzCKqzX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sJatzCKqzX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJatzCKqzX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJatzCKqzX .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-sJatzCKqzX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJatzCKqzX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJatzCKqzX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJatzCKqzX .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-sJatzCKqzX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJatzCKqzX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJatzCKqzX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJatzCKqzX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJatzCKqzX .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-sJatzCKqzX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJatzCKqzX .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sJatzCKqzX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sJatzCKqzX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJatzCKqzX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJatzCKqzX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJatzCKqzX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sJatzCKqzX .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJatzCKqzX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJatzCKqzX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJatzCKqzX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJatzCKqzX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJatzCKqzX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJatzCKqzX .dropdown-item.active,
.cid-sJatzCKqzX .dropdown-item:active {
  background-color: transparent;
}
.cid-sJatzCKqzX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJatzCKqzX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJatzCKqzX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJatzCKqzX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJatzCKqzX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJatzCKqzX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJatzCKqzX ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sJatzCKqzX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJatzCKqzX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sJatzCKqzX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-sJatzCKqzX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJatzCKqzX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJatzCKqzX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJatzCKqzX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJatzCKqzX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJatzCKqzX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJatzCKqzX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJatzCKqzX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJatzCKqzX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJatzCKqzX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJatzCKqzX .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-sJatzCKqzX .navbar {
    height: 70px;
  }
  .cid-sJatzCKqzX .navbar.opened {
    height: auto;
  }
  .cid-sJatzCKqzX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJatzDq62V {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpeg");
}

.cid-sJatzDq62Vbuch {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-möwe.jpg");
}

.cid-sJatzDq62V2 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1343.jpg");
}
.cid-sJatzDq62V3 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/iStock-1135670850-big.jpg");
}
.cid-sJatzDq62V .mbr-section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJatzDq62V .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-sJatzDq62V .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-sJatzDq62V .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-sJatzDq62V .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-sJatzDq62V .circle_animation .circle {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.cid-sJatzDq62V .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: none;
  font-family: 'EB Garamond', serif;
}
.cid-sJatzDq62V .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 0px solid black;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
  font-family: 'EB Garamond', serif;
}
.cid-sJatzDq62V .date {
  margin-bottom: 0.25rem;
  color: #000000;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-sJatzDq62V .mbr-section-title,
.cid-sJatzDq62V .linkBtn,
.cid-sJatzDq62V .date_wrap {
  color: #000000;
  text-align: center;
}
.cid-sJatzDq62V .mbr-section-subtitle {
  color: #000000;
}
.cid-sJatzDq62V H1 {
  color: #ffffff;
}
.cid-sJatzDQMIn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJatzDQMIn .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sJatzDQMIn .card:hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-sJatzDQMIn .card .square_fill {
  background-color: #ffd760;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-sJatzDQMIn .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sJatzDQMIn .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sJatzDQMIn .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-sJatzDQMIn .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sJatzDQMIn .main_title {
  margin-bottom: 2.5rem;
}
.cid-sJatzDQMIn .card-subtitle {
  margin-bottom: .75rem;
}
.cid-sJatzDQMIn .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sJatzDQMIn .image-wrapper img {
  width: 70%;
    height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sJatzDQMIn .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sJatzDQMIn .row {
    flex-direction: column-reverse;
  }
  .cid-sJatzDQMIn .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sJatzDQMIn .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sJatzDQMIn .card-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sJatzDQMIn .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sJatzDQMIn .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sJatzDQMIn .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sJatzDQMIn .card .square_fill {
    transform: scale(0.8) translateX(-3.75rem);
  }
  .cid-sJatzDQMIn .card .square_null {
    transform: translateX(1rem);
  }
  .cid-sJatzDQMIn .card:hover .square_fill {
    transform: scale(1) translateX(-3rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-sJatzDQMIn .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sJatzDQMIn .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sJatzDQMIn .card:hover .square_fill {
    transform: none;
  }
  .cid-sJatzDQMIn .card .square_null {
    transform: translateX(0);
  }
  .cid-sJatzDQMIn .card .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-sJatzDQMIn .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sJatzDQMIn .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sJatzDQMIn .card-title {
  color: #000000;
}
.cid-sJaxiDWjy7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sJaxiDWjy7 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sJaxiDWjy7 .mbr-section-title {
  margin-bottom: 1.25rem;
}
.cid-sJaxiDWjy7 .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-sJaxiDWjy7 .content_box {
  max-width: 48rem;
}
@media (max-width: 767px) {
  .cid-sJaxiDWjy7 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sJaxiDWjy7 .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-sJaDnIbyuj {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sJaDnIbyuj .main_header {
  margin-bottom: 8rem;
}
.cid-sJaDnIbyuj .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  text-align: center;
}
.cid-sJaDnIbyuj .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-sJaDnIbyuj .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-sJaDnIbyuj .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sJaDnIbyuj .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sJaDnIbyuj .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-sJaDnIbyuj .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-sJaDnIbyuj .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-sJaDnIbyuj .item-wrapper {
  padding: 0 1rem;
}
.cid-sJaDnIbyuj .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-sJaDnIbyuj .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-sJaDnIbyuj .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-sJaDnIbyuj .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
}
.cid-sJaDnIbyuj .card-text {
  margin-bottom: 1.25rem;
}
.cid-sJaDnIbyuj .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-sJaDnIbyuj .card-descr {
    margin-right: -1rem;
  }
}
.cid-sJaDnIbyuj img,
.cid-sJaDnIbyuj .item-img {
  width: 100%;
    height: auto;
}
@media (max-width: 767px) {
  .cid-sJaDnIbyuj .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sJaDnIbyuj .main_header {
    margin-bottom: 4rem;
  }
  .cid-sJaDnIbyuj .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sJaDnIbyuj .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-sJaDnIbyuj .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-sJaDnIbyuj .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-sJaDnIbyuj .card-text {
    margin-bottom: .75rem;
  }
  .cid-sJaDnIbyuj .card-descr {
    right: 1rem;
  }
}
.cid-sJaDnIbyuj .mbr-section-title {
  text-align: center;
}
.cid-sJatzGbbDH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sJatzGbbDH .container-fluid {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 1200px;
}
.cid-sJatzGbbDH .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-sJatzGbbDH .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sJatzGbbDH .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sJatzGbbDH .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sJatzGbbDH {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sJatzGbbDH .container-fluid {
    padding: 0 1rem;
  }
  .cid-sJatzGbbDH .title {
    text-align: center;
  }
  .cid-sJatzGbbDH .mbr-section-btn {
    margin-top: 1rem;
    text-align: center;
  }
}
.cid-sJatzGbbDH .mbr-section-title {
  color: #ffffff;
}
.cid-sJfCAFg5Q5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sJfCAFg5Q5 section {
  position: relative;
}
.cid-sJfCAFg5Q5 h4 {
  margin: 0;
}
.cid-sJfCAFg5Q5 img {
  height: 200px;
  padding-right: 8px;
  width: auto;
}
.cid-sJfCAFg5Q5 a {
  font-weight: 300;
}
.cid-sJfCAFg5Q5 .img1 {
  color: #ffd760;
}
.cid-sJfCAFg5Q5 .img2 {
  color: #ffd760;
}
.cid-sJfCAFg5Q5 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffd760;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sJfCAFg5Q5 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sJfCAFg5Q5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJfCAFg5Q5 .item,
.cid-sJfCAFg5Q5 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sJfCAFg5Q5 .item h4,
.cid-sJfCAFg5Q5 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJfCAFg5Q5 .card-img {
  width: auto;
}
.cid-sJfCAFg5Q5 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sJfCAFg5Q5 .item {
    justify-content: center;
  }
}
.cid-sJfCAFg5Q5 .item-title {
  color: #c1c1c1;
}
.cid-sJfENKDQbR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJfENKDQbR nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sJfENKDQbR .nav-item {
    margin: 0 !important;
  }
}
.cid-sJfENKDQbR .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-sJfENKDQbR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sJfENKDQbR .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sJfENKDQbR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sJfENKDQbR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJfENKDQbR .nav-link {
  position: relative;
}
.cid-sJfENKDQbR .container {
  display: flex;
  margin: auto;
}
.cid-sJfENKDQbR .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJfENKDQbR .dropdown-menu,
.cid-sJfENKDQbR .navbar.opened {
  background: #ffffff !important;
}
.cid-sJfENKDQbR .nav-item:focus,
.cid-sJfENKDQbR .nav-link:focus {
  outline: none;
}
.cid-sJfENKDQbR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJfENKDQbR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJfENKDQbR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJfENKDQbR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJfENKDQbR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJfENKDQbR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJfENKDQbR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-sJfENKDQbR .navbar.opened {
  transition: all 0.3s;
}
.cid-sJfENKDQbR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJfENKDQbR .navbar .navbar-logo img {
  width: auto;
}
.cid-sJfENKDQbR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJfENKDQbR .navbar.collapsed {
  justify-content: center;
}
.cid-sJfENKDQbR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJfENKDQbR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJfENKDQbR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sJfENKDQbR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJfENKDQbR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJfENKDQbR .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-sJfENKDQbR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJfENKDQbR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJfENKDQbR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJfENKDQbR .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-sJfENKDQbR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJfENKDQbR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJfENKDQbR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJfENKDQbR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJfENKDQbR .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-sJfENKDQbR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJfENKDQbR .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sJfENKDQbR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sJfENKDQbR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJfENKDQbR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJfENKDQbR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJfENKDQbR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sJfENKDQbR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJfENKDQbR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJfENKDQbR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJfENKDQbR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJfENKDQbR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJfENKDQbR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJfENKDQbR .dropdown-item.active,
.cid-sJfENKDQbR .dropdown-item:active {
  background-color: transparent;
}
.cid-sJfENKDQbR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJfENKDQbR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJfENKDQbR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJfENKDQbR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJfENKDQbR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJfENKDQbR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJfENKDQbR ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sJfENKDQbR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJfENKDQbR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sJfENKDQbR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-sJfENKDQbR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJfENKDQbR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJfENKDQbR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJfENKDQbR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJfENKDQbR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJfENKDQbR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJfENKDQbR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJfENKDQbR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJfENKDQbR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJfENKDQbR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJfENKDQbR .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-sJfENKDQbR .navbar {
    height: 70px;
  }
  .cid-sJfENKDQbR .navbar.opened {
    height: auto;
  }
  .cid-sJfENKDQbR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJfENLfb9e {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x603.jpg");
}
.cid-sJfENLfb9e .mbr-section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJfENLfb9e .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-sJfENLfb9e .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-sJfENLfb9e .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-sJfENLfb9e .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-sJfENLfb9e .circle_animation .circle {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.cid-sJfENLfb9e .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: none;
  font-family: 'EB Garamond', serif;
}
.cid-sJfENLfb9e .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 0px solid black;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
  font-family: 'EB Garamond', serif;
}
.cid-sJfENLfb9e .date {
  margin-bottom: 0.25rem;
  color: #000000;


}
.cid-team {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-boot.jpg");
}
.cid-team .mbr-section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cid-team .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-team .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-team .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-team .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-team .circle_animation .circle {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.cid-team .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: none;
  font-family: 'EB Garamond', serif;
}
.cid-team .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 0px solid black;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
  font-family: 'EB Garamond', serif;
}
.cid-team .date {
  margin-bottom: 0.25rem;
  color: #000000;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-sJfENLfb9e .mbr-section-title,
.cid-sJfENLfb9e .linkBtn,
.cid-sJfENLfb9e .date_wrap {
  color: #000000;
  text-align: center;
}
.cid-sJfENLfb9e .mbr-section-subtitle {
  color: #000000;
}
.cid-sJfENLfb9e H1 {
  color: #ffffff;
}
.cid-sJfENLC4F5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJfENLC4F5 .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sJfENLC4F5 .card:hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-sJfENLC4F5 .card .square_fill {
  background-color: #ffd760;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-sJfENLC4F5 .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sJfENLC4F5 .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sJfENLC4F5 .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-sJfENLC4F5 .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sJfENLC4F5 .main_title {
  margin-bottom: 2.5rem;
}
.cid-sJfENLC4F5 .card-subtitle {
  margin-bottom: .75rem;
}
.cid-sJfENLC4F5 .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sJfENLC4F5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sJfENLC4F5 .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sJfENLC4F5 .row {
    flex-direction: column-reverse;
  }
  .cid-sJfENLC4F5 .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sJfENLC4F5 .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sJfENLC4F5 .card-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sJfENLC4F5 .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sJfENLC4F5 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sJfENLC4F5 .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sJfENLC4F5 .card .square_fill {
    transform: scale(0.8) translateX(-3.75rem);
  }
  .cid-sJfENLC4F5 .card .square_null {
    transform: translateX(1rem);
  }
  .cid-sJfENLC4F5 .card:hover .square_fill {
    transform: scale(1) translateX(-3rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-sJfENLC4F5 .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sJfENLC4F5 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sJfENLC4F5 .card:hover .square_fill {
    transform: none;
  }
  .cid-sJfENLC4F5 .card .square_null {
    transform: translateX(0);
  }
  .cid-sJfENLC4F5 .card .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-sJfENLC4F5 .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sJfENLC4F5 .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sJfENLC4F5 .card-title {
  color: #000000;
}
.cid-sJfENMkV8S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJfENMkV8S .main_header {
  margin-bottom: 8rem;
}
.cid-sJfENMkV8S .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  text-align: center;
}
.cid-sJfENMkV8S .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-sJfENMkV8S .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-sJfENMkV8S .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sJfENMkV8S .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sJfENMkV8S .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-sJfENMkV8S .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-sJfENMkV8S .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-sJfENMkV8S .item-wrapper {
  padding: 0 1rem;
}
.cid-sJfENMkV8S .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-sJfENMkV8S .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-sJfENMkV8S .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-sJfENMkV8S .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
}
.cid-sJfENMkV8S .card-text {
  margin-bottom: 1.25rem;
}
.cid-sJfENMkV8S .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-sJfENMkV8S .card-descr {
    margin-right: -1rem;
  }
}
.cid-sJfENMkV8S img,
.cid-sJfENMkV8S .item-img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .cid-sJfENMkV8S .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sJfENMkV8S .main_header {
    margin-bottom: 4rem;
  }
  .cid-sJfENMkV8S .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sJfENMkV8S .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-sJfENMkV8S .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-sJfENMkV8S .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-sJfENMkV8S .card-text {
    margin-bottom: .75rem;
  }
  .cid-sJfENMkV8S .item-img {
    padding-right: 1rem;
  }
  .cid-sJfENMkV8S .card-descr {
    right: 1rem;
  }
}
.cid-sJfENMkV8S .mbr-section-title {
  text-align: center;
}
.cid-sJfENMkV8S .mbr-text,
.cid-sJfENMkV8S .linkBtn {
  text-align: center;
}
.cid-sJfENMVOlb {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sJfENMVOlb .container-fluid {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 1200px;
}
.cid-sJfENMVOlb .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-sJfENMVOlb .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sJfENMVOlb .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sJfENMVOlb .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sJfENMVOlb {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .cid-sJfENMVOlb .container-fluid {
    padding: 0 1rem;
  }
  .cid-sJfENMVOlb .title {
    text-align: center;
  }
  .cid-sJfENMVOlb .mbr-section-btn {
    margin-top: 1rem;
    text-align: center;
  }
}
.cid-sJfENMVOlb .mbr-section-title {
  color: #ffffff;
}
.cid-sJfWvJmwtk {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJfWvJmwtk .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sJfWvJmwtk .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
@media (max-width: 767px) {
  .cid-sJfWvJmwtk .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sJfWvJmwtk .mbr-text {
    margin-top: .75rem;
  }
}
.cid-sJfWdEXRlF {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sJfWdEXRlF .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-sJfWdEXRlF .no-gutters > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sJfWdEXRlF .card_item {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-sJfWdEXRlF .card_item .item-wrapper {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sJfWdEXRlF .card_item:last-child .item-wrapper {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
}
.cid-sJfWdEXRlF .item-wrapper {
  height: 100%;
  overflow: visible;
}
.cid-sJfWdEXRlF .card-box {
  padding: 0 2rem 2.5rem 2rem;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sJfWdEXRlF .card-box:hover {
  transform: translateY(-3rem);
}
.cid-sJfWdEXRlF .card-box:hover img {
  transform: scale(1.01);
}
.cid-sJfWdEXRlF .card-title {
  margin-bottom: .75rem;
}
.cid-sJfWdEXRlF .card-text {
  margin-bottom: 1.25rem;
}
.cid-sJfWdEXRlF .item-img {
  margin-bottom: 2.5rem;
  position: relative;
  transform: skewY(2deg);
}
.cid-sJfWdEXRlF img,
.cid-sJfWdEXRlF .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sJfWdEXRlF .item:focus,
.cid-sJfWdEXRlF span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-sJfWdEXRlF .item-wrapper {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .cid-sJfWdEXRlF .card-title {
    margin-bottom: .5rem;
  }
  .cid-sJfWdEXRlF .card-text {
    margin-bottom: .75rem;
  }
  .cid-sJfWdEXRlF .item-img {
    margin-bottom: 1.5rem;
  }
  .cid-sJfWdEXRlF .card-box:hover {
    transform: translateY(0);
  }
  .cid-sJfWdEXRlF .card-box:hover img {
    transform: scale(1.01);
  }
}
@media (max-width: 767px) {
  .cid-sJfWdEXRlF .card-box {
    padding: 0 0 1rem;
  }
}
.cid-sJfENNfedw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sJfENNfedw section {
  position: relative;
}
.cid-sJfENNfedw h4 {
  margin: 0;
}
.cid-sJfENNfedw img {
  height: 200px;
  padding-right: 8px;
  width: auto;
}
.cid-sJfENNfedw a {
  font-weight: 300;
}
.cid-sJfENNfedw .img1 {
  color: #ffd760;
}
.cid-sJfENNfedw .img2 {
  color: #ffd760;
}
.cid-sJfENNfedw .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffd760;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sJfENNfedw .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sJfENNfedw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJfENNfedw .item,
.cid-sJfENNfedw .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sJfENNfedw .item h4,
.cid-sJfENNfedw .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJfENNfedw .card-img {
  width: auto;
}
.cid-sJfENNfedw .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sJfENNfedw .item {
    justify-content: center;
  }
}
.cid-sJfENNfedw .item-title {
  color: #c1c1c1;
}
.cid-sJg2aBM1A2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJg2aBM1A2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sJg2aBM1A2 .nav-item {
    margin: 0 !important;
  }
}
.cid-sJg2aBM1A2 .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-sJg2aBM1A2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sJg2aBM1A2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sJg2aBM1A2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sJg2aBM1A2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJg2aBM1A2 .nav-link {
  position: relative;
}
.cid-sJg2aBM1A2 .container {
  display: flex;
  margin: auto;
}
.cid-sJg2aBM1A2 .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJg2aBM1A2 .dropdown-menu,
.cid-sJg2aBM1A2 .navbar.opened {
  background: #ffffff !important;
}
.cid-sJg2aBM1A2 .nav-item:focus,
.cid-sJg2aBM1A2 .nav-link:focus {
  outline: none;
}
.cid-sJg2aBM1A2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJg2aBM1A2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJg2aBM1A2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJg2aBM1A2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJg2aBM1A2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJg2aBM1A2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJg2aBM1A2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-sJg2aBM1A2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sJg2aBM1A2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJg2aBM1A2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sJg2aBM1A2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJg2aBM1A2 .navbar.collapsed {
  justify-content: center;
}
.cid-sJg2aBM1A2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJg2aBM1A2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJg2aBM1A2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sJg2aBM1A2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJg2aBM1A2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJg2aBM1A2 .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-sJg2aBM1A2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJg2aBM1A2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJg2aBM1A2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJg2aBM1A2 .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-sJg2aBM1A2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJg2aBM1A2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJg2aBM1A2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJg2aBM1A2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJg2aBM1A2 .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-sJg2aBM1A2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJg2aBM1A2 .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sJg2aBM1A2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sJg2aBM1A2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJg2aBM1A2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJg2aBM1A2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJg2aBM1A2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sJg2aBM1A2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJg2aBM1A2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJg2aBM1A2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJg2aBM1A2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJg2aBM1A2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJg2aBM1A2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJg2aBM1A2 .dropdown-item.active,
.cid-sJg2aBM1A2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sJg2aBM1A2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJg2aBM1A2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJg2aBM1A2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJg2aBM1A2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJg2aBM1A2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJg2aBM1A2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJg2aBM1A2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sJg2aBM1A2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJg2aBM1A2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sJg2aBM1A2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-sJg2aBM1A2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJg2aBM1A2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJg2aBM1A2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJg2aBM1A2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJg2aBM1A2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJg2aBM1A2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJg2aBM1A2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJg2aBM1A2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJg2aBM1A2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJg2aBM1A2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJg2aBM1A2 .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-sJg2aBM1A2 .navbar {
    height: 70px;
  }
  .cid-sJg2aBM1A2 .navbar.opened {
    height: auto;
  }
  .cid-sJg2aBM1A2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJg2aCi9N4 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-sJg2aCi9N4 .mbr-section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJg2aCi9N4 .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-sJg2aCi9N4 .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-sJg2aCi9N4 .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-sJg2aCi9N4 .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-sJg2aCi9N4 .circle_animation .circle {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.cid-sJg2aCi9N4 .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: none;
  font-family: 'EB Garamond', serif;
}
.cid-sJg2aCi9N4 .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 0px solid black;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
  font-family: 'EB Garamond', serif;
}
.cid-sJg2aCi9N4 .date {
  margin-bottom: 0.25rem;
  color: #000000;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-sJg2aCi9N4 .mbr-section-title,
.cid-sJg2aCi9N4 .linkBtn,
.cid-sJg2aCi9N4 .date_wrap {
  color: #000000;
  text-align: center;
}
.cid-sJg2aCi9N4 .mbr-section-subtitle {
  color: #000000;
}
.cid-sJg2aCi9N4 H1 {
  color: #ffffff;
}
.cid-sJg2aCHBEB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJg2aCHBEB .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sJg2aCHBEB .card:hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-sJg2aCHBEB .card .square_fill {
  background-color: #ffd760;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-sJg2aCHBEB .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sJg2aCHBEB .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sJg2aCHBEB .square_animation .square_null {
  z-index: 1;
  border: 1px solid #222d35;
}
.cid-sJg2aCHBEB .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sJg2aCHBEB .main_title {
  margin-bottom: 2.5rem;
}
.cid-sJg2aCHBEB .card-subtitle {
  margin-bottom: .75rem;
}
.cid-sJg2aCHBEB .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sJg2aCHBEB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sJg2aCHBEB .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sJg2aCHBEB .row {
    flex-direction: column-reverse;
  }
  .cid-sJg2aCHBEB .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sJg2aCHBEB .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sJg2aCHBEB .card-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sJg2aCHBEB .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sJg2aCHBEB .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sJg2aCHBEB .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sJg2aCHBEB .card .square_fill {
    transform: scale(0.8) translateX(-3.75rem);
  }
  .cid-sJg2aCHBEB .card .square_null {
    transform: translateX(1rem);
  }
  .cid-sJg2aCHBEB .card:hover .square_fill {
    transform: scale(1) translateX(-3rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-sJg2aCHBEB .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sJg2aCHBEB .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sJg2aCHBEB .card:hover .square_fill {
    transform: none;
  }
  .cid-sJg2aCHBEB .card .square_null {
    transform: translateX(0);
  }
  .cid-sJg2aCHBEB .card .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-sJg2aCHBEB .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sJg2aCHBEB .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sJg2aCHBEB .card-title {
  color: #000000;
}
.cid-sJg6kuIiiJ {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sJg6kuIiiJ .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sJg6kuIiiJ .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
@media (max-width: 767px) {
  .cid-sJg6kuIiiJ .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sJg6kuIiiJ .mbr-text {
    margin-top: .75rem;
  }
}
.cid-sJg2aDBcks {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sJg2aDBcks .container-fluid {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 1200px;
}
.cid-sJg2aDBcks .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-sJg2aDBcks .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sJg2aDBcks .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sJg2aDBcks .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sJg2aDBcks {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .cid-sJg2aDBcks .container-fluid {
    padding: 0 1rem;
  }
  .cid-sJg2aDBcks .title {
    text-align: center;
  }
  .cid-sJg2aDBcks .mbr-section-btn {
    margin-top: 1rem;
    text-align: center;
  }
}
.cid-sJg2aDBcks .mbr-section-title {
  color: #ffffff;
}
.cid-sJg2aEQbz7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sJg2aEQbz7 section {
  position: relative;
}
.cid-sJg2aEQbz7 h4 {
  margin: 0;
}
.cid-sJg2aEQbz7 img {
  height: 200px;
  padding-right: 8px;
  width: auto;
}
.cid-sJg2aEQbz7 a {
  font-weight: 300;
}
.cid-sJg2aEQbz7 .img1 {
  color: #ffd760;
}
.cid-sJg2aEQbz7 .img2 {
  color: #ffd760;
}
.cid-sJg2aEQbz7 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffd760;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sJg2aEQbz7 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sJg2aEQbz7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sJg2aEQbz7 .item,
.cid-sJg2aEQbz7 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sJg2aEQbz7 .item h4,
.cid-sJg2aEQbz7 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sJg2aEQbz7 .card-img {
  width: auto;
}
.cid-sJg2aEQbz7 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sJg2aEQbz7 .item {
    justify-content: center;
  }
}
.cid-sJg2aEQbz7 .item-title {
  color: #c1c1c1;

}
.cid-sPtLHlt0SX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-sPtLHlt0SX .carousel {
  height: 800px;
}
.cid-sPtLHlt0SX .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sPtLHlt0SX .carousel-item,
.cid-sPtLHlt0SX .carousel-inner {
  height: 100%;
}
.cid-sPtLHlt0SX .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  justify-content: center;
}
.cid-sPtLHlt0SX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sPtLHlt0SX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sPtLHlt0SX .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-sPtLHlt0SX .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sPtLHlt0SX .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sPtLHlt0SX .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sPtLHlt0SX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sPtLHlt0SX .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-sPtLHlt0SX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sPtLHlt0SX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sPtLHlt0SX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sPtLHlt0SX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sPtLHlt0SX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #ffffff;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-sPtLHlt0SX .carousel-indicators li.active {
  background-color: #000000;
}
.cid-sPtLHlt0SX .carousel-indicators li.active,
.cid-sPtLHlt0SX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sPtLHlt0SX .carousel-indicators li::after,
.cid-sPtLHlt0SX .carousel-indicators li::before {
  content: none;
}
.cid-sPtLHlt0SX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sPtLHlt0SX .carousel-indicators {
    display: none !important;
  }
}
.cid-sPtLHlt0SX .btn.btn-primary-outline {
  border: 1px solid #222d35;
}
.cid-sPtLHlt0SX .btn.btn-primary-outline:hover {
  background-color: #222d35 !important;
  color: #ffffff !important;
}
.cid-sPtLHlt0SX .btn.btn-secondary-outline {
  border: 1px solid #ffd760;
}
.cid-sPtLHlt0SX .btn.btn-secondary-outline:hover {
  background-color: #ffd760 !important;
  color: #ffffff !important;
}
.cid-sPtLHlt0SX .btn.btn-success-outline {
  border: 1px solid #6cff62;
}
.cid-sPtLHlt0SX .btn.btn-success-outline:hover {
  background-color: #6cff62 !important;
  color: #ffffff !important;
}
.cid-sPtLHlt0SX .btn.btn-info-outline {
  border: 1px solid #ffd760;
}
.cid-sPtLHlt0SX .btn.btn-info-outline:hover {
  background-color: #ffd760 !important;
  color: #ffffff !important;
}
.cid-sPtLHlt0SX .btn.btn-warning-outline {
  border: 1px solid #f7f7f7;
}
.cid-sPtLHlt0SX .btn.btn-warning-outline:hover {
  background-color: #f7f7f7 !important;
  color: #ffffff !important;
}
.cid-sPtLHlt0SX .btn.btn-danger-outline {
  border: 1px solid #d72323;
}
.cid-sPtLHlt0SX .btn.btn-danger-outline:hover {
  background-color: #d72323 !important;
  color: #ffffff !important;
}
.cid-sPtLHlt0SX .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-sPtLHlt0SX .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sPtLHlt0SX .btn.btn-white-outline {
  border: 1px solid #ffffff;
}

.cid-sPtLHlt0SX .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sPtLHlt0SX .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-sPtLHlt0SX .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-sPtLHlt0SX .carousel-control {
    display: none;
  }
  .cid-sPtLHlt0SX .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-sPtLHlt0SX .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
