body {
  font-family: 'CaviarDreams';
}
.display-1 {
  font-family: '911 Porscha';
  font-size: 5.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'JosefinSans-VariableFont_wght';
  font-size: 2.8rem;
  line-height: 1.35;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'CaviarDreams';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'CaviarDreams';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'CaviarDreams';
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #fafafa !important;
}
.bg-success {
  background-color: #6ec7f2 !important;
}
.bg-info {
  background-color: #c4c4c8 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info,
.btn-info:active {
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  color: #444449 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #262626 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #444449 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  color: #083f59 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #262626 !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #083f59 !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #262626 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #262626 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #662200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #262626 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #662200 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #262626 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c4c4c8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #97979e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ec7f2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1ea8eb !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fafafa !important;
}
.text-secondary {
  color: #fafafa !important;
}
.text-success {
  color: #6ec7f2 !important;
}
.text-info {
  color: #c4c4c8 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #262626 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fafafa !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c7c7c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #15a1e5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8f8f97 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link {
  font-weight: 500;
}
.nav-tabs .nav-link.active {
  color: #fafafa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c4c4c8;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #878787;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fafafa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'CaviarDreams';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fafafa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'CaviarDreams';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #fafafa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fafafa;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fafafa !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fafafa !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fafafa' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tEjhxn2ija {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-tEjhxn2ija nav.navbar {
  position: fixed;
}
.cid-tEjhxn2ija .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-tEjhxn2ija .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEjhxn2ija .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tEjhxn2ija .dropdown-item:hover,
.cid-tEjhxn2ija .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-tEjhxn2ija .dropdown-item:hover span {
  color: white;
}
.cid-tEjhxn2ija .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEjhxn2ija .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEjhxn2ija .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tEjhxn2ija .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEjhxn2ija .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-tEjhxn2ija .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tEjhxn2ija .container {
    flex-wrap: nowrap;
  }
}
.cid-tEjhxn2ija .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tEjhxn2ija .dropdown-menu,
.cid-tEjhxn2ija .navbar.opened {
  background: #161616 !important;
}
.cid-tEjhxn2ija .nav-item:focus,
.cid-tEjhxn2ija .nav-link:focus {
  outline: none;
}
.cid-tEjhxn2ija .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEjhxn2ija .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEjhxn2ija .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEjhxn2ija .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEjhxn2ija .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEjhxn2ija .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEjhxn2ija .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(22, 22, 22, 0.5);
}
.cid-tEjhxn2ija .navbar.opened {
  transition: all 0.3s;
}
.cid-tEjhxn2ija .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEjhxn2ija .navbar .navbar-logo img {
  width: auto;
}
.cid-tEjhxn2ija .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEjhxn2ija .navbar.collapsed {
  justify-content: center;
}
.cid-tEjhxn2ija .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEjhxn2ija .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEjhxn2ija .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tEjhxn2ija .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEjhxn2ija .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEjhxn2ija .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-tEjhxn2ija .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEjhxn2ija .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEjhxn2ija .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEjhxn2ija .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEjhxn2ija .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEjhxn2ija .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEjhxn2ija .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEjhxn2ija .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-tEjhxn2ija .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEjhxn2ija .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEjhxn2ija .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEjhxn2ija .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEjhxn2ija .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEjhxn2ija .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tEjhxn2ija .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tEjhxn2ija .navbar.navbar-short {
  min-height: 60px;
}
.cid-tEjhxn2ija .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEjhxn2ija .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEjhxn2ija .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-tEjhxn2ija .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEjhxn2ija .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEjhxn2ija .dropdown-item.active,
.cid-tEjhxn2ija .dropdown-item:active {
  background-color: transparent;
}
.cid-tEjhxn2ija .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEjhxn2ija .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEjhxn2ija .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEjhxn2ija .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #161616;
}
.cid-tEjhxn2ija .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEjhxn2ija .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEjhxn2ija ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEjhxn2ija .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEjhxn2ija button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tEjhxn2ija button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tEjhxn2ija button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEjhxn2ija button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEjhxn2ija button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEjhxn2ija button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEjhxn2ija nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEjhxn2ija nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEjhxn2ija nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEjhxn2ija nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEjhxn2ija .navbar-dropdown {
  position: fixed;
}
.cid-tEjhxn2ija a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEjhxn2ija .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-tEjhxn2ija .navbar {
    height: 70px;
  }
  .cid-tEjhxn2ija .navbar.opened {
    height: auto;
  }
  .cid-tEjhxn2ija .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvbpSYxWUa {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tvbpSYxWUa .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-tvbpSYxWUa .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-tvbpSYxWUa .card-btn svg {
  transition: all 0.4s;
}
.cid-tvbpSYxWUa .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-tvbpSYxWUa .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-tvbpSYxWUa .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-tvbpSYxWUa .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-tvbpSYxWUa .column {
  display: flex;
  flex-direction: column;
}
.cid-tvbpSYxWUa .mbr-card-title,
.cid-tvbpSYxWUa .mbr-text {
  color: #fafafa;
}
.cid-tvbpSYxWUa .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tvbpSYxWUa .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-taOwdmn5y7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/solid.png");
}
.cid-taOwdmn5y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwdmn5y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwdmn5y7 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-taOwdmn5y7 .item .icon-wrap {
  text-align: center;
}
.cid-taOwdmn5y7 .item::before {
  content: "";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  width: 1px;
  height: 100px;
  border: 1px solid #000000;
}
.cid-taOwdmn5y7 .item.first:before {
  display: none;
}
.cid-taOwdmn5y7 .item.five:before {
  display: none;
}
.cid-taOwdmn5y7 .icon-box {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-taOwdmn5y7 .text-box {
  text-align: center;
}
.cid-taOwdmn5y7 .mbr-iconfont {
  color: #fafafa !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 768px) {
  .cid-taOwdmn5y7 .item:before {
    display: none;
  }
  .cid-taOwdmn5y7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-taOwdmn5y7 .up {
  background-color: #e8e8e8;
  transform: translateY(-70px);
  margin: 0 auto;
}
.cid-taOwdmn5y7 .up h5 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .cid-taOwdmn5y7 .up {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-taOwdmn5y7 .first,
  .cid-taOwdmn5y7 .second {
    border-bottom: 1px solid #000000;
    width: 65%;
    margin: 0 auto;
  }
}
.cid-taOwdmn5y7 .position {
  padding: 20px;
}
.cid-tvakHQ2T3K {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tvakHQ2T3K .content__block {
  padding: 50px 15px;
}
.cid-tvakHQ2T3K .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #fafafa;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tvakHQ2T3K .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tvakHQ2T3K .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tvakHQ2T3K .image {
  perspective: 3500px;
  position: relative;
}
.cid-tvakHQ2T3K .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
}
.cid-tvakHQ2T3K .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvakHQ2T3K .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tvakHQ2T3K .mbr-section-btn .btn-white-outline:hover {
  color: #fafafa !important;
}
@media (max-width: 991px) {
  .cid-tvakHQ2T3K .content__block {
    padding: 30px 15px;
  }
  .cid-tvakHQ2T3K .mbr-figure {
    padding: 0;
  }
  .cid-tvakHQ2T3K .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tvakHQ2T3K .lg-push {
    right: 1%;
  }
  .cid-tvakHQ2T3K .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tvakHQ2T3K .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-tvakHQ2T3K .lg-push {
    left: 1%;
  }
  .cid-tvakHQ2T3K .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-tvakHQ2T3K .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tvakNa0tZz {
  padding-top: 15px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/1333a.jpg");
}
.cid-tvakNa0tZz h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-tvakNa0tZz span {
  background-image: url("../../../assets/images/martini-porsche.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tvakNa0tZz .mbr-section-title {
  color: #ffffff;
}
.cid-tvbq7cMKFE {
  overflow-x: hidden !important;
}
.cid-tvbq7cMKFE,
.cid-tvbq7cMKFE .scroll-wrapper {
  padding-top: 30px;
  padding-bottom: 60px;
}
.cid-tvbq7cMKFE .mbr-section-title {
  color: #ffffff;
}
.cid-tvbq7cMKFE .mbr-section-title span {
  color: #fafafa;
}
.cid-tvbq7cMKFE .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tvbq7cMKFE .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 19s !important;
  animation-duration: 19s;
  background-image: url("../../../assets/images/pano2-2000x431.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-tvbq7cMKFE .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tvbq7cMKFE .mbr-overlay {
  z-index: 1;
}
.cid-tvbq7cMKFE .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tA9VkG5HY2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #121212;
}
.cid-tA9VkG5HY2 .content__block {
  padding: 50px 15px;
}
.cid-tA9VkG5HY2 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #fafafa;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tA9VkG5HY2 .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tA9VkG5HY2 .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tA9VkG5HY2 .image {
  perspective: 3500px;
  position: relative;
}
.cid-tA9VkG5HY2 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(18, 18, 18, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(18, 18, 18, 0.99));
}
.cid-tA9VkG5HY2 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tA9VkG5HY2 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tA9VkG5HY2 .mbr-section-btn .btn-white-outline:hover {
  color: #fafafa !important;
}
@media (max-width: 991px) {
  .cid-tA9VkG5HY2 .content__block {
    padding: 30px 15px;
  }
  .cid-tA9VkG5HY2 .mbr-figure {
    padding: 0;
  }
  .cid-tA9VkG5HY2 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(18, 18, 18, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tA9VkG5HY2 .lg-push {
    right: 1%;
  }
  .cid-tA9VkG5HY2 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tA9VkG5HY2 .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-tA9VkG5HY2 .lg-push {
    left: 1%;
  }
  .cid-tA9VkG5HY2 .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-tA9VkG5HY2 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-ucyLM4FbMA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/solid.png");
}
.cid-ucyLM4FbMA .main_header {
  margin-bottom: 5rem;
}
.cid-ucyLM4FbMA .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #ffffff;
}
.cid-ucyLM4FbMA .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #707f57;
}
.cid-ucyLM4FbMA .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
.cid-ucyLM4FbMA .item-img {
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.cid-ucyLM4FbMA .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
}
.cid-ucyLM4FbMA .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.cid-ucyLM4FbMA img,
.cid-ucyLM4FbMA .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-ucyLM4FbMA .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.cid-ucyLM4FbMA .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-ucyLM4FbMA .card_text {
  padding-top: 5px;
  color: #eae8e4;
  text-align: center;
}
.cid-ucyLM4FbMA .card-number {
  min-width: 48px;
  color: #eae8e4;
  text-align: right;
}
.cid-ucyLM4FbMA .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-ucyLM4FbMA .list_content:nth-child(1) {
  border: none;
}
.cid-ucyLM4FbMA .list_date {
  min-width: 130px;
}
.cid-ucyLM4FbMA .list_text {
  padding: 0 1rem;
}
.cid-ucyLM4FbMA .list_number {
  min-width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ucyLM4FbMA .main_header {
    margin-bottom: 2.5rem;
  }
  .cid-ucyLM4FbMA .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-ucyLM4FbMA .mbr-text {
    margin-top: .75rem;
  }
  .cid-ucyLM4FbMA .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .cid-ucyLM4FbMA .item-img,
  .cid-ucyLM4FbMA img {
    max-height: 200px;
  }
  .cid-ucyLM4FbMA .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .cid-ucyLM4FbMA .list_text {
    padding: 5px 0;
  }
  .cid-ucyLM4FbMA .list_number {
    text-align: left;
  }
}
.cid-ucyLM4FbMA .card_title {
  text-align: center;
}
.cid-ucyLM4FbMA .mbr-section-title {
  color: #ffffff;
}
.cid-tvakDE1Fd1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/684439.jpg");
}
.cid-tvakDE1Fd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvakDE1Fd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvakDE1Fd1 .row {
  flex-direction: row-reverse;
}
.cid-tvakDE1Fd1 .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-tvakDE1Fd1 .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-tvakDE1Fd1 .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-tvakDE1Fd1 .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-tvakDE1Fd1 .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-tvakDE1Fd1 .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #760606;
}
.cid-tvakDE1Fd1 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #8f0404;
}
.cid-tvakDE1Fd1 .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(143, 4, 4, 0.2);
}
.cid-tvakDE1Fd1 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 11px;
}
.cid-tvakDE1Fd1 .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tvakDE1Fd1 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tvakDE1Fd1 .list-container {
  margin-top: 30px;
}
.cid-tvakDE1Fd1 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-tvakDE1Fd1 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-tvakDE1Fd1 .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #e90000;
}
.cid-tvakDE1Fd1 .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-tvakDE1Fd1 .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-tvakDE1Fd1 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-tvakDE1Fd1 .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-tvakDE1Fd1 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tvakDE1Fd1 .img-container {
    padding-left: 20px;
  }
}
.cid-tvakDE1Fd1 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-tvakDE1Fd1 .image-wrapper {
    padding: 15px;
  }
}
.cid-tvakDE1Fd1 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tvakDE1Fd1 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tvakDE1Fd1 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tvakDE1Fd1 .shadow-item {
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #8f0404;
}
.cid-twe9DC5aVN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #121212;
  overflow: hidden;
}
.cid-tEjhIaCqAM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-tEjhIaCqAM nav.navbar {
  position: fixed;
}
.cid-tEjhIaCqAM .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-tEjhIaCqAM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEjhIaCqAM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tEjhIaCqAM .dropdown-item:hover,
.cid-tEjhIaCqAM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-tEjhIaCqAM .dropdown-item:hover span {
  color: white;
}
.cid-tEjhIaCqAM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEjhIaCqAM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEjhIaCqAM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tEjhIaCqAM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEjhIaCqAM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-tEjhIaCqAM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tEjhIaCqAM .container {
    flex-wrap: nowrap;
  }
}
.cid-tEjhIaCqAM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tEjhIaCqAM .dropdown-menu,
.cid-tEjhIaCqAM .navbar.opened {
  background: #161616 !important;
}
.cid-tEjhIaCqAM .nav-item:focus,
.cid-tEjhIaCqAM .nav-link:focus {
  outline: none;
}
.cid-tEjhIaCqAM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEjhIaCqAM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEjhIaCqAM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEjhIaCqAM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEjhIaCqAM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEjhIaCqAM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEjhIaCqAM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(22, 22, 22, 0.5);
}
.cid-tEjhIaCqAM .navbar.opened {
  transition: all 0.3s;
}
.cid-tEjhIaCqAM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEjhIaCqAM .navbar .navbar-logo img {
  width: auto;
}
.cid-tEjhIaCqAM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEjhIaCqAM .navbar.collapsed {
  justify-content: center;
}
.cid-tEjhIaCqAM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEjhIaCqAM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEjhIaCqAM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tEjhIaCqAM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEjhIaCqAM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEjhIaCqAM .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-tEjhIaCqAM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEjhIaCqAM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEjhIaCqAM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEjhIaCqAM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEjhIaCqAM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEjhIaCqAM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEjhIaCqAM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEjhIaCqAM .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-tEjhIaCqAM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEjhIaCqAM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEjhIaCqAM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEjhIaCqAM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEjhIaCqAM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEjhIaCqAM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tEjhIaCqAM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tEjhIaCqAM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tEjhIaCqAM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEjhIaCqAM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEjhIaCqAM .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-tEjhIaCqAM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEjhIaCqAM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEjhIaCqAM .dropdown-item.active,
.cid-tEjhIaCqAM .dropdown-item:active {
  background-color: transparent;
}
.cid-tEjhIaCqAM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEjhIaCqAM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEjhIaCqAM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEjhIaCqAM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #161616;
}
.cid-tEjhIaCqAM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEjhIaCqAM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEjhIaCqAM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEjhIaCqAM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEjhIaCqAM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tEjhIaCqAM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tEjhIaCqAM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEjhIaCqAM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEjhIaCqAM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEjhIaCqAM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEjhIaCqAM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEjhIaCqAM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEjhIaCqAM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEjhIaCqAM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEjhIaCqAM .navbar-dropdown {
  position: fixed;
}
.cid-tEjhIaCqAM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEjhIaCqAM .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-tEjhIaCqAM .navbar {
    height: 70px;
  }
  .cid-tEjhIaCqAM .navbar.opened {
    height: auto;
  }
  .cid-tEjhIaCqAM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvRPuN8kws {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/pano3.jpg");
}
.cid-tvRPuN8kws .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-tvRPuN8kws .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-tvRPuN8kws .card-btn svg {
  transition: all 0.4s;
}
.cid-tvRPuN8kws .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-tvRPuN8kws .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-tvRPuN8kws .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-tvRPuN8kws .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-tvRPuN8kws .column {
  display: flex;
  flex-direction: column;
}
.cid-tvRPuN8kws .mbr-card-title,
.cid-tvRPuN8kws .mbr-text {
  color: #fafafa;
}
.cid-tvRPuN8kws .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tvRPuN8kws .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-uczpzEWGur {
  background-image: url("../../../assets/images/img-6803.jpg");
}
.cid-uczpzEWGur .text-content {
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uczpzEWGur .text-content .btn-bgr {
  z-index: 0;
}
.cid-uczpzEWGur .mbr-overlay {
  background: linear-gradient(90deg, #8f0404, #170000);
}
.cid-uczpzEWGur h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uczpzEWGur p {
  color: #464646;
}
.cid-uczpzEWGur h2 {
  color: #000000;
}
.cid-uczpzEWGur .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uczpzEWGur .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uczpzEWGur .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uczpzEWGur .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uczpzEWGur .text-content {
    width: 100%;
  }
}
.cid-uczpzEWGur .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uczpzEWGur .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uczpzEWGur .mbr-text {
    text-align: center;
  }
}
.cid-uczpzEWGur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uczpzEWGur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAafXjQpxU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/solid.png");
}
.cid-tAafXjQpxU .mbr-overlay {
  background: #000000;
  opacity: 0.5;
}
.cid-tAafXjQpxU .item-subtitle a {
  font-weight: 600;
}
.cid-tAafXjQpxU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tAafXjQpxU .item:hover img {
  transform: scale(1.05);
}
.cid-tAafXjQpxU .item-img {
  overflow: hidden;
}
.cid-tAafXjQpxU img,
.cid-tAafXjQpxU .item-img {
  width: 100%;
  transition: all 1s;
  height: 100%;
  object-fit: cover;
}
.cid-tAafXjQpxU h5 {
  margin: 0;
}
.cid-tAafXjQpxU .item:focus,
.cid-tAafXjQpxU span:focus {
  outline: none;
}
.cid-tAafXjQpxU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tAafXjQpxU .item-content {
  padding-top: 2rem;
}
.cid-tAafXjQpxU .mbr-section-title {
  color: #232323;
}
.cid-tAafXjQpxU .item-title {
  color: #666666;
}
.cid-tAajYtkN00 {
  background-image: url("../../../assets/images/porsche01100.jpg");
}
.cid-tAajYtkN00 .text-content {
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tAajYtkN00 .text-content .btn-bgr {
  z-index: 0;
}
.cid-tAajYtkN00 .mbr-overlay {
  background: linear-gradient(90deg, #8f0404, #170000);
}
.cid-tAajYtkN00 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tAajYtkN00 p {
  color: #464646;
}
.cid-tAajYtkN00 h2 {
  color: #000000;
}
.cid-tAajYtkN00 .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-tAajYtkN00 .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tAajYtkN00 .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tAajYtkN00 .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-tAajYtkN00 .text-content {
    width: 100%;
  }
}
.cid-tAajYtkN00 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tAajYtkN00 .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-tAajYtkN00 .mbr-text {
    text-align: center;
  }
}
.cid-tAajYtkN00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAajYtkN00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA9J2Zoypb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tA9J2Zoypb .row {
  flex-direction: row-reverse;
}
.cid-tA9J2Zoypb .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-tA9J2Zoypb .mbr-section-title {
  text-align: center;
}
.cid-tA9J2Zoypb .mbr-section-subtitle {
  margin-bottom: 2.3rem;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tA9J2Zoypb .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-tA9J2Zoypb .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tA9J2Zoypb .text-wrapper {
    padding: 2rem;
  }
}
.cid-tA9J2Zoypb .mbr-text {
  color: #000000;
}
.cid-uczteV01GC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/solid.png");
}
.cid-uczteV01GC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uczteV01GC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uczteV01GC .row {
  justify-content: center;
}
.cid-uczteV01GC .row {
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-uczteV01GC .row {
    padding: 0 19px;
  }
}
.cid-uczteV01GC .item {
  padding: 0 5px !important;
}
.cid-uczteV01GC .item-wrap {
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uczteV01GC .item-wrap {
    padding: 0 5px;
  }
}
.cid-uczteV01GC .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #181818;
  margin-bottom: 46px;
}
.cid-uczteV01GC .mbr-section-title {
  margin-bottom: 64px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uczteV01GC .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uczteV01GC .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 64px;
}
.cid-uczteV01GC .link-wrapper:hover .mbr-link {
  color: #d9d9d9;
}
@media (max-width: 992px) {
  .cid-uczteV01GC .link-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uczteV01GC .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uczteV01GC .item-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uczteV01GC .item-wrapper .item-link img {
  height: 212px;
  object-fit: cover;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cid-uczteV01GC .item-wrapper .item-link img {
    height: 150px;
  }
}
.cid-uczteV01GC .item-wrapper .item-link .icon-container {
  margin-bottom: 16px;
}
.cid-uczteV01GC .item-wrapper .item-link .icon-container .icon-wrapper {
  display: inline-flex;
}
.cid-uczteV01GC .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like {
  margin: 0 10px 0 0;
  display: flex;
  line-height: .5;
}
.cid-uczteV01GC .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-uczteV01GC .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment {
  margin: 0;
  display: flex;
  line-height: .5;
}
.cid-uczteV01GC .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-uczteV01GC .item-wrapper .item-link .mbr-text {
  margin-bottom: 0;
}
.cid-uczteV01GC .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-uczteV01GC .mbr-like {
  color: #181818;
}
.cid-uczteV01GC .mbr-comment,
.cid-uczteV01GC .mbr-iconfont {
  color: #181818;
}
.cid-uczteV01GC .mbr-text {
  color: #181818;
}
.cid-uczteV01GC .mbr-text,
.cid-uczteV01GC .icon-container {
  color: #ffffff;
}
.cid-uczlLgd5tE {
  background-image: url("../../../assets/images/porsche01100.jpg");
}
.cid-uczlLgd5tE .text-content {
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uczlLgd5tE .text-content .btn-bgr {
  z-index: 0;
}
.cid-uczlLgd5tE .mbr-overlay {
  background: linear-gradient(90deg, #8f0404, #170000);
}
.cid-uczlLgd5tE h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uczlLgd5tE p {
  color: #464646;
}
.cid-uczlLgd5tE h2 {
  color: #000000;
}
.cid-uczlLgd5tE .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uczlLgd5tE .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uczlLgd5tE .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uczlLgd5tE .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uczlLgd5tE .text-content {
    width: 100%;
  }
}
.cid-uczlLgd5tE .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uczlLgd5tE .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uczlLgd5tE .mbr-text {
    text-align: center;
  }
}
.cid-uczlLgd5tE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uczlLgd5tE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucz9KtDgnp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/solid.png");
}
.cid-ucz9KtDgnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucz9KtDgnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ucz9KtDgnp .container-fluid {
    padding: 0;
  }
}
.cid-ucz9KtDgnp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ucz9KtDgnp .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ucz9KtDgnp .embla__button--next,
.cid-ucz9KtDgnp .embla__button--prev {
  display: flex;
}
.cid-ucz9KtDgnp .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ucz9KtDgnp .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ucz9KtDgnp .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ucz9KtDgnp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ucz9KtDgnp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucz9KtDgnp .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ucz9KtDgnp .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ucz9KtDgnp .embla {
  position: relative;
  width: 100%;
}
.cid-ucz9KtDgnp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ucz9KtDgnp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ucz9KtDgnp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ucz9KtDgnp .embla__slide a {
  cursor: grab;
}
.cid-ucz9KtDgnp .embla__slide a:active {
  cursor: grabbing;
}
.cid-ucz9KtDgnp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ucz9KtDgnp .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ucz9KtDgnp .mbr-section-title {
  color: #232323;
}
.cid-ucz9KtDgnp .mbr-section-subtitle {
  color: #232323;
}
.cid-ucz9KtDgnp .mbr-box {
  color: #ffffff;
}
.cid-ucz9KtDgnp .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ucz9KtDgnp img,
.cid-ucz9KtDgnp .item-img {
  width: 100%;
}
.cid-ucz9KtDgnp .item-wrapper {
  position: relative;
}
.cid-ucz9KtDgnp .content-head {
  max-width: 800px;
}
.cid-uczmV6UcqG {
  background-image: url("../../../assets/images/3d065f9ff6a23663b1937773c2787da821dac24d-ezgif.com-webp-to-png-converter.png");
}
.cid-uczmV6UcqG .text-content {
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uczmV6UcqG .text-content .btn-bgr {
  z-index: 0;
}
.cid-uczmV6UcqG .mbr-overlay {
  background: linear-gradient(90deg, #8f0404, #170000);
}
.cid-uczmV6UcqG h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uczmV6UcqG p {
  color: #464646;
}
.cid-uczmV6UcqG h2 {
  color: #000000;
}
.cid-uczmV6UcqG .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uczmV6UcqG .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uczmV6UcqG .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uczmV6UcqG .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uczmV6UcqG .text-content {
    width: 100%;
  }
}
.cid-uczmV6UcqG .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uczmV6UcqG .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uczmV6UcqG .mbr-text {
    text-align: center;
  }
}
.cid-uczmV6UcqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uczmV6UcqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uczymeAp4U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/solid.png");
}
.cid-uczymeAp4U .mbr-overlay {
  background: #000000;
  opacity: 0.5;
}
.cid-uczymeAp4U .item-subtitle a {
  font-weight: 600;
}
.cid-uczymeAp4U .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uczymeAp4U .item:hover img {
  transform: scale(1.05);
}
.cid-uczymeAp4U .item-img {
  overflow: hidden;
}
.cid-uczymeAp4U img,
.cid-uczymeAp4U .item-img {
  width: 100%;
  transition: all 1s;
}
.cid-uczymeAp4U h5 {
  margin: 0;
}
.cid-uczymeAp4U .item:focus,
.cid-uczymeAp4U span:focus {
  outline: none;
}
.cid-uczymeAp4U .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uczymeAp4U .item-content {
  padding-top: 2rem;
}
.cid-uczymeAp4U .mbr-section-title {
  color: #232323;
}
.cid-uczymeAp4U .item-title {
  color: #666666;
}
.cid-uczAjjg51q {
  background-image: url("../../../assets/images/424581433-862802069141238-2978015406546877749-n.jpg");
}
.cid-uczAjjg51q .text-content {
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uczAjjg51q .text-content .btn-bgr {
  z-index: 0;
}
.cid-uczAjjg51q .mbr-overlay {
  background: linear-gradient(90deg, #8f0404, #170000);
}
.cid-uczAjjg51q h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uczAjjg51q p {
  color: #464646;
}
.cid-uczAjjg51q h2 {
  color: #000000;
}
.cid-uczAjjg51q .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uczAjjg51q .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uczAjjg51q .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uczAjjg51q .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uczAjjg51q .text-content {
    width: 100%;
  }
}
.cid-uczAjjg51q .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uczAjjg51q .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uczAjjg51q .mbr-text {
    text-align: center;
  }
}
.cid-uczAjjg51q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uczAjjg51q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uczJFylGn8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/solid.png");
}
.cid-uczJFylGn8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uczJFylGn8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uczJFylGn8 .container-fluid {
    padding: 0;
  }
}
.cid-uczJFylGn8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uczJFylGn8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uczJFylGn8 .embla__button--next,
.cid-uczJFylGn8 .embla__button--prev {
  display: flex;
}
.cid-uczJFylGn8 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uczJFylGn8 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uczJFylGn8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uczJFylGn8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uczJFylGn8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uczJFylGn8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uczJFylGn8 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uczJFylGn8 .embla {
  position: relative;
  width: 100%;
}
.cid-uczJFylGn8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uczJFylGn8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uczJFylGn8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uczJFylGn8 .embla__slide a {
  cursor: grab;
}
.cid-uczJFylGn8 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uczJFylGn8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uczJFylGn8 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uczJFylGn8 .mbr-section-title {
  color: #232323;
}
.cid-uczJFylGn8 .mbr-section-subtitle {
  color: #232323;
}
.cid-uczJFylGn8 .mbr-box {
  color: #ffffff;
}
.cid-uczJFylGn8 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uczJFylGn8 img,
.cid-uczJFylGn8 .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uczJFylGn8 .item-wrapper {
  position: relative;
}
.cid-uczJFylGn8 .content-head {
  max-width: 800px;
}
.cid-uczLpmphGI {
  background-image: url("../../../assets/images/e7-1.jpg");
}
.cid-uczLpmphGI .text-content {
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uczLpmphGI .text-content .btn-bgr {
  z-index: 0;
}
.cid-uczLpmphGI .mbr-overlay {
  background: linear-gradient(90deg, #8f0404, #170000);
}
.cid-uczLpmphGI h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uczLpmphGI p {
  color: #464646;
}
.cid-uczLpmphGI h2 {
  color: #000000;
}
.cid-uczLpmphGI .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uczLpmphGI .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uczLpmphGI .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uczLpmphGI .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uczLpmphGI .text-content {
    width: 100%;
  }
}
.cid-uczLpmphGI .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uczLpmphGI .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uczLpmphGI .mbr-text {
    text-align: center;
  }
}
.cid-uczLpmphGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uczLpmphGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uczLtvNP1K {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/solid.png");
}
.cid-uczLtvNP1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uczLtvNP1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uczLtvNP1K .container-fluid {
    padding: 0;
  }
}
.cid-uczLtvNP1K .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uczLtvNP1K .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uczLtvNP1K .embla__button--next,
.cid-uczLtvNP1K .embla__button--prev {
  display: flex;
}
.cid-uczLtvNP1K .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uczLtvNP1K .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uczLtvNP1K .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uczLtvNP1K .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uczLtvNP1K .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uczLtvNP1K .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uczLtvNP1K .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uczLtvNP1K .embla {
  position: relative;
  width: 100%;
}
.cid-uczLtvNP1K .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uczLtvNP1K .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uczLtvNP1K .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uczLtvNP1K .embla__slide a {
  cursor: grab;
}
.cid-uczLtvNP1K .embla__slide a:active {
  cursor: grabbing;
}
.cid-uczLtvNP1K .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uczLtvNP1K .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uczLtvNP1K .mbr-section-title {
  color: #232323;
}
.cid-uczLtvNP1K .mbr-section-subtitle {
  color: #232323;
}
.cid-uczLtvNP1K .mbr-box {
  color: #ffffff;
}
.cid-uczLtvNP1K .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uczLtvNP1K img,
.cid-uczLtvNP1K .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uczLtvNP1K .item-wrapper {
  position: relative;
}
.cid-uczLtvNP1K .content-head {
  max-width: 800px;
}
.cid-uczM2YzNMI {
  background-image: url("../../../assets/images/porsche01100.jpg");
}
.cid-uczM2YzNMI .text-content {
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uczM2YzNMI .text-content .btn-bgr {
  z-index: 0;
}
.cid-uczM2YzNMI .mbr-overlay {
  background: linear-gradient(90deg, #8f0404, #170000);
}
.cid-uczM2YzNMI h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uczM2YzNMI p {
  color: #464646;
}
.cid-uczM2YzNMI h2 {
  color: #000000;
}
.cid-uczM2YzNMI .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uczM2YzNMI .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uczM2YzNMI .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uczM2YzNMI .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uczM2YzNMI .text-content {
    width: 100%;
  }
}
.cid-uczM2YzNMI .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uczM2YzNMI .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uczM2YzNMI .mbr-text {
    text-align: center;
  }
}
.cid-uczM2YzNMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uczM2YzNMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uczPLYgZNh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/solid.png");
}
.cid-uczPLYgZNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uczPLYgZNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uczPLYgZNh .container-fluid {
    padding: 0;
  }
}
.cid-uczPLYgZNh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uczPLYgZNh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uczPLYgZNh .embla__button--next,
.cid-uczPLYgZNh .embla__button--prev {
  display: flex;
}
.cid-uczPLYgZNh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uczPLYgZNh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uczPLYgZNh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uczPLYgZNh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uczPLYgZNh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uczPLYgZNh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uczPLYgZNh .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uczPLYgZNh .embla {
  position: relative;
  width: 100%;
}
.cid-uczPLYgZNh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uczPLYgZNh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uczPLYgZNh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uczPLYgZNh .embla__slide a {
  cursor: grab;
}
.cid-uczPLYgZNh .embla__slide a:active {
  cursor: grabbing;
}
.cid-uczPLYgZNh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uczPLYgZNh .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uczPLYgZNh .mbr-section-title {
  color: #232323;
}
.cid-uczPLYgZNh .mbr-section-subtitle {
  color: #232323;
}
.cid-uczPLYgZNh .mbr-box {
  color: #ffffff;
}
.cid-uczPLYgZNh .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uczPLYgZNh img,
.cid-uczPLYgZNh .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uczPLYgZNh .item-wrapper {
  position: relative;
}
.cid-uczPLYgZNh .content-head {
  max-width: 800px;
}
.cid-uczQsFTK10 {
  background-image: url("../../../assets/images/porsche01100.jpg");
}
.cid-uczQsFTK10 .text-content {
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-uczQsFTK10 .text-content .btn-bgr {
  z-index: 0;
}
.cid-uczQsFTK10 .mbr-overlay {
  background: linear-gradient(90deg, #8f0404, #170000);
}
.cid-uczQsFTK10 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uczQsFTK10 p {
  color: #464646;
}
.cid-uczQsFTK10 h2 {
  color: #000000;
}
.cid-uczQsFTK10 .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uczQsFTK10 .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uczQsFTK10 .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uczQsFTK10 .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uczQsFTK10 .text-content {
    width: 100%;
  }
}
.cid-uczQsFTK10 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uczQsFTK10 .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uczQsFTK10 .mbr-text {
    text-align: center;
  }
}
.cid-uczQsFTK10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uczQsFTK10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uczQwVIKDQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/solid.png");
}
.cid-uczQwVIKDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uczQwVIKDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uczQwVIKDQ .container-fluid {
    padding: 0;
  }
}
.cid-uczQwVIKDQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uczQwVIKDQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uczQwVIKDQ .embla__button--next,
.cid-uczQwVIKDQ .embla__button--prev {
  display: flex;
}
.cid-uczQwVIKDQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uczQwVIKDQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uczQwVIKDQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uczQwVIKDQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uczQwVIKDQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uczQwVIKDQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uczQwVIKDQ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uczQwVIKDQ .embla {
  position: relative;
  width: 100%;
}
.cid-uczQwVIKDQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uczQwVIKDQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uczQwVIKDQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uczQwVIKDQ .embla__slide a {
  cursor: grab;
}
.cid-uczQwVIKDQ .embla__slide a:active {
  cursor: grabbing;
}
.cid-uczQwVIKDQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uczQwVIKDQ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uczQwVIKDQ .mbr-section-title {
  color: #232323;
}
.cid-uczQwVIKDQ .mbr-section-subtitle {
  color: #232323;
}
.cid-uczQwVIKDQ .mbr-box {
  color: #ffffff;
}
.cid-uczQwVIKDQ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uczQwVIKDQ img,
.cid-uczQwVIKDQ .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uczQwVIKDQ .item-wrapper {
  position: relative;
}
.cid-uczQwVIKDQ .content-head {
  max-width: 800px;
}
.cid-ucznckpiYr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucznckpiYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucznckpiYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucznckpiYr .mbr-section-head {
  margin-bottom: 32px;
}
.cid-ucznckpiYr .mbr-section-title {
  color: #24262b;
}
.cid-ucznckpiYr .mbr-section-subtitle {
  color: #24262b;
}
.cid-ucznckpiYr .cards-row {
  row-gap: 32px;
}
.cid-ucznckpiYr .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ucznckpiYr .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-ucznckpiYr .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-ucznckpiYr .card-subtitle {
  color: #24262b;
}
.cid-ucznckpiYr .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-ucznckpiYr .mbr-section-btn {
  margin-top: 20px;
}
.cid-ucznckpiYr .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-ucznckpiYr .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tvccW9L2JE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/684439.jpg");
}
.cid-tvccW9L2JE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvccW9L2JE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvccW9L2JE .row {
  flex-direction: row-reverse;
}
.cid-tvccW9L2JE .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-tvccW9L2JE .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-tvccW9L2JE .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-tvccW9L2JE .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-tvccW9L2JE .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-tvccW9L2JE .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-tvccW9L2JE .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #8f0404;
}
.cid-tvccW9L2JE .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(143, 4, 4, 0.2);
}
.cid-tvccW9L2JE .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 11px;
}
.cid-tvccW9L2JE .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tvccW9L2JE .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tvccW9L2JE .list-container {
  margin-top: 30px;
}
.cid-tvccW9L2JE .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-tvccW9L2JE .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-tvccW9L2JE .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #760606;
}
.cid-tvccW9L2JE .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-tvccW9L2JE .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-tvccW9L2JE .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-tvccW9L2JE .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-tvccW9L2JE .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tvccW9L2JE .img-container {
    padding-left: 20px;
  }
}
.cid-tvccW9L2JE .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-tvccW9L2JE .image-wrapper {
    padding: 15px;
  }
}
.cid-tvccW9L2JE .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tvccW9L2JE .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tvccW9L2JE .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tvccW9L2JE .shadow-item {
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #8f0404;
}
.cid-twe9DC5aVN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #121212;
  overflow: hidden;
}
.cid-tEjhFFic9D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-tEjhFFic9D nav.navbar {
  position: fixed;
}
.cid-tEjhFFic9D .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-tEjhFFic9D .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEjhFFic9D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tEjhFFic9D .dropdown-item:hover,
.cid-tEjhFFic9D .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-tEjhFFic9D .dropdown-item:hover span {
  color: white;
}
.cid-tEjhFFic9D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEjhFFic9D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEjhFFic9D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tEjhFFic9D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEjhFFic9D .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-tEjhFFic9D .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tEjhFFic9D .container {
    flex-wrap: nowrap;
  }
}
.cid-tEjhFFic9D .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tEjhFFic9D .dropdown-menu,
.cid-tEjhFFic9D .navbar.opened {
  background: #161616 !important;
}
.cid-tEjhFFic9D .nav-item:focus,
.cid-tEjhFFic9D .nav-link:focus {
  outline: none;
}
.cid-tEjhFFic9D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEjhFFic9D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEjhFFic9D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEjhFFic9D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEjhFFic9D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEjhFFic9D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEjhFFic9D .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(22, 22, 22, 0.5);
}
.cid-tEjhFFic9D .navbar.opened {
  transition: all 0.3s;
}
.cid-tEjhFFic9D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEjhFFic9D .navbar .navbar-logo img {
  width: auto;
}
.cid-tEjhFFic9D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEjhFFic9D .navbar.collapsed {
  justify-content: center;
}
.cid-tEjhFFic9D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEjhFFic9D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEjhFFic9D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tEjhFFic9D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEjhFFic9D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEjhFFic9D .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-tEjhFFic9D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEjhFFic9D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEjhFFic9D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEjhFFic9D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEjhFFic9D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEjhFFic9D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEjhFFic9D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEjhFFic9D .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-tEjhFFic9D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEjhFFic9D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEjhFFic9D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEjhFFic9D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEjhFFic9D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEjhFFic9D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tEjhFFic9D .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tEjhFFic9D .navbar.navbar-short {
  min-height: 60px;
}
.cid-tEjhFFic9D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEjhFFic9D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEjhFFic9D .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-tEjhFFic9D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEjhFFic9D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEjhFFic9D .dropdown-item.active,
.cid-tEjhFFic9D .dropdown-item:active {
  background-color: transparent;
}
.cid-tEjhFFic9D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEjhFFic9D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEjhFFic9D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEjhFFic9D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #161616;
}
.cid-tEjhFFic9D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEjhFFic9D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEjhFFic9D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEjhFFic9D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEjhFFic9D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tEjhFFic9D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tEjhFFic9D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEjhFFic9D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEjhFFic9D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEjhFFic9D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEjhFFic9D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEjhFFic9D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEjhFFic9D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEjhFFic9D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEjhFFic9D .navbar-dropdown {
  position: fixed;
}
.cid-tEjhFFic9D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEjhFFic9D .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-tEjhFFic9D .navbar {
    height: 70px;
  }
  .cid-tEjhFFic9D .navbar.opened {
    height: auto;
  }
  .cid-tEjhFFic9D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvRIC9MdLI {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/pano3.jpg");
}
.cid-tvRIC9MdLI .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-tvRIC9MdLI .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-tvRIC9MdLI .card-btn svg {
  transition: all 0.4s;
}
.cid-tvRIC9MdLI .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-tvRIC9MdLI .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-tvRIC9MdLI .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-tvRIC9MdLI .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-tvRIC9MdLI .column {
  display: flex;
  flex-direction: column;
}
.cid-tvRIC9MdLI .mbr-card-title,
.cid-tvRIC9MdLI .mbr-text {
  color: #fafafa;
}
.cid-tvRIC9MdLI .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tvRIC9MdLI .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-tA7H6d81Ei {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #090909;
}
.cid-tA7H6d81Ei .content__block {
  padding: 50px 15px;
}
.cid-tA7H6d81Ei .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #fafafa;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tA7H6d81Ei .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tA7H6d81Ei .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tA7H6d81Ei .image {
  perspective: 3500px;
  position: relative;
}
.cid-tA7H6d81Ei .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
}
.cid-tA7H6d81Ei .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tA7H6d81Ei .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tA7H6d81Ei .mbr-section-btn .btn-white-outline:hover {
  color: #fafafa !important;
}
@media (max-width: 991px) {
  .cid-tA7H6d81Ei .content__block {
    padding: 30px 15px;
  }
  .cid-tA7H6d81Ei .mbr-figure {
    padding: 0;
  }
  .cid-tA7H6d81Ei .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tA7H6d81Ei .lg-push {
    right: 1%;
  }
  .cid-tA7H6d81Ei .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tA7H6d81Ei .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-tA7H6d81Ei .lg-push {
    left: 1%;
  }
  .cid-tA7H6d81Ei .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-tA7H6d81Ei .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tvRRLDNM1p {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #090909;
}
.cid-tvRRLDNM1p .content__block {
  padding: 50px 15px;
}
.cid-tvRRLDNM1p .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #fafafa;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tvRRLDNM1p .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tvRRLDNM1p .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tvRRLDNM1p .image {
  perspective: 3500px;
  position: relative;
}
.cid-tvRRLDNM1p .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
}
.cid-tvRRLDNM1p .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvRRLDNM1p .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tvRRLDNM1p .mbr-section-btn .btn-white-outline:hover {
  color: #fafafa !important;
}
@media (max-width: 991px) {
  .cid-tvRRLDNM1p .content__block {
    padding: 30px 15px;
  }
  .cid-tvRRLDNM1p .mbr-figure {
    padding: 0;
  }
  .cid-tvRRLDNM1p .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tvRRLDNM1p .lg-push {
    right: 1%;
  }
  .cid-tvRRLDNM1p .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tvRRLDNM1p .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-tvRRLDNM1p .lg-push {
    left: 1%;
  }
  .cid-tvRRLDNM1p .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-tvRRLDNM1p .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tvRQtpOgvq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090909;
}
.cid-tvRQtpOgvq .content__block {
  padding: 50px 15px;
}
.cid-tvRQtpOgvq .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #fafafa;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tvRQtpOgvq .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tvRQtpOgvq .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tvRQtpOgvq .image {
  perspective: 3500px;
  position: relative;
}
.cid-tvRQtpOgvq .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
}
.cid-tvRQtpOgvq .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvRQtpOgvq .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tvRQtpOgvq .mbr-section-btn .btn-white-outline:hover {
  color: #fafafa !important;
}
@media (max-width: 991px) {
  .cid-tvRQtpOgvq .content__block {
    padding: 30px 15px;
  }
  .cid-tvRQtpOgvq .mbr-figure {
    padding: 0;
  }
  .cid-tvRQtpOgvq .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tvRQtpOgvq .lg-push {
    right: 1%;
  }
  .cid-tvRQtpOgvq .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tvRQtpOgvq .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-tvRQtpOgvq .lg-push {
    left: 1%;
  }
  .cid-tvRQtpOgvq .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-tvRQtpOgvq .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-twqd592LcD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090909;
}
.cid-twqd592LcD .content__block {
  padding: 50px 15px;
}
.cid-twqd592LcD .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #fafafa;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-twqd592LcD .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-twqd592LcD .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-twqd592LcD .image {
  perspective: 3500px;
  position: relative;
}
.cid-twqd592LcD .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
}
.cid-twqd592LcD .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-twqd592LcD .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-twqd592LcD .mbr-section-btn .btn-white-outline:hover {
  color: #fafafa !important;
}
@media (max-width: 991px) {
  .cid-twqd592LcD .content__block {
    padding: 30px 15px;
  }
  .cid-twqd592LcD .mbr-figure {
    padding: 0;
  }
  .cid-twqd592LcD .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-twqd592LcD .lg-push {
    right: 55%;
  }
  .cid-twqd592LcD .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-twqd592LcD .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-twqd592LcD .lg-push {
    left: 55%;
  }
  .cid-twqd592LcD .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-twqd592LcD .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tvRS2a0BZH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tvRS2a0BZH .content__block {
  padding: 50px 15px;
}
.cid-tvRS2a0BZH .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #fafafa;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tvRS2a0BZH .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tvRS2a0BZH .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tvRS2a0BZH .image {
  perspective: 3500px;
  position: relative;
}
.cid-tvRS2a0BZH .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
}
.cid-tvRS2a0BZH .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvRS2a0BZH .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tvRS2a0BZH .mbr-section-btn .btn-white-outline:hover {
  color: #fafafa !important;
}
@media (max-width: 991px) {
  .cid-tvRS2a0BZH .content__block {
    padding: 30px 15px;
  }
  .cid-tvRS2a0BZH .mbr-figure {
    padding: 0;
  }
  .cid-tvRS2a0BZH .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tvRS2a0BZH .lg-push {
    right: 1%;
  }
  .cid-tvRS2a0BZH .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tvRS2a0BZH .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-tvRS2a0BZH .lg-push {
    left: 1%;
  }
  .cid-tvRS2a0BZH .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-tvRS2a0BZH .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-twNUb1FtJT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #090909;
}
.cid-twNUb1FtJT .content__block {
  padding: 50px 15px;
}
.cid-twNUb1FtJT .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #fafafa;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-twNUb1FtJT .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-twNUb1FtJT .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-twNUb1FtJT .image {
  perspective: 3500px;
  position: relative;
}
.cid-twNUb1FtJT .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
}
.cid-twNUb1FtJT .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-twNUb1FtJT .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-twNUb1FtJT .mbr-section-btn .btn-white-outline:hover {
  color: #fafafa !important;
}
@media (max-width: 991px) {
  .cid-twNUb1FtJT .content__block {
    padding: 30px 15px;
  }
  .cid-twNUb1FtJT .mbr-figure {
    padding: 0;
  }
  .cid-twNUb1FtJT .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-twNUb1FtJT .lg-push {
    right: 1%;
  }
  .cid-twNUb1FtJT .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-twNUb1FtJT .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-twNUb1FtJT .lg-push {
    left: 1%;
  }
  .cid-twNUb1FtJT .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-twNUb1FtJT .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tvRS30F5VA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #090909;
}
.cid-tvRS30F5VA .content__block {
  padding: 50px 15px;
}
.cid-tvRS30F5VA .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #fafafa;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tvRS30F5VA .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tvRS30F5VA .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tvRS30F5VA .image {
  perspective: 3500px;
  position: relative;
}
.cid-tvRS30F5VA .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
}
.cid-tvRS30F5VA .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvRS30F5VA .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tvRS30F5VA .mbr-section-btn .btn-white-outline:hover {
  color: #fafafa !important;
}
@media (max-width: 991px) {
  .cid-tvRS30F5VA .content__block {
    padding: 30px 15px;
  }
  .cid-tvRS30F5VA .mbr-figure {
    padding: 0;
  }
  .cid-tvRS30F5VA .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tvRS30F5VA .lg-push {
    right: 1%;
  }
  .cid-tvRS30F5VA .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tvRS30F5VA .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-tvRS30F5VA .lg-push {
    left: 1%;
  }
  .cid-tvRS30F5VA .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-tvRS30F5VA .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tvRS3IxMZz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #090909;
}
.cid-tvRS3IxMZz .content__block {
  padding: 50px 15px;
}
.cid-tvRS3IxMZz .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #fafafa;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tvRS3IxMZz .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tvRS3IxMZz .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tvRS3IxMZz .image {
  perspective: 3500px;
  position: relative;
}
.cid-tvRS3IxMZz .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
}
.cid-tvRS3IxMZz .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvRS3IxMZz .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tvRS3IxMZz .mbr-section-btn .btn-white-outline:hover {
  color: #fafafa !important;
}
@media (max-width: 991px) {
  .cid-tvRS3IxMZz .content__block {
    padding: 30px 15px;
  }
  .cid-tvRS3IxMZz .mbr-figure {
    padding: 0;
  }
  .cid-tvRS3IxMZz .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(9, 9, 9, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tvRS3IxMZz .lg-push {
    right: 1%;
  }
  .cid-tvRS3IxMZz .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tvRS3IxMZz .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-tvRS3IxMZz .lg-push {
    left: 1%;
  }
  .cid-tvRS3IxMZz .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-tvRS3IxMZz .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tvbJJbByOc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/684439.jpg");
}
.cid-tvbJJbByOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvbJJbByOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvbJJbByOc .row {
  flex-direction: row-reverse;
}
.cid-tvbJJbByOc .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-tvbJJbByOc .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-tvbJJbByOc .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-tvbJJbByOc .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-tvbJJbByOc .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-tvbJJbByOc .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #760606;
}
.cid-tvbJJbByOc .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #8f0404;
}
.cid-tvbJJbByOc .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(143, 4, 4, 0.2);
}
.cid-tvbJJbByOc .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 11px;
}
.cid-tvbJJbByOc .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tvbJJbByOc .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tvbJJbByOc .list-container {
  margin-top: 30px;
}
.cid-tvbJJbByOc .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-tvbJJbByOc .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-tvbJJbByOc .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #e90000;
}
.cid-tvbJJbByOc .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-tvbJJbByOc .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-tvbJJbByOc .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-tvbJJbByOc .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-tvbJJbByOc .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tvbJJbByOc .img-container {
    padding-left: 20px;
  }
}
.cid-tvbJJbByOc .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-tvbJJbByOc .image-wrapper {
    padding: 15px;
  }
}
.cid-tvbJJbByOc .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tvbJJbByOc .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tvbJJbByOc .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tvbJJbByOc .shadow-item {
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #8f0404;
}
.cid-twe9DC5aVN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #121212;
  overflow: hidden;
}
.cid-tEjhD4blPO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-tEjhD4blPO nav.navbar {
  position: fixed;
}
.cid-tEjhD4blPO .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-tEjhD4blPO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tEjhD4blPO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tEjhD4blPO .dropdown-item:hover,
.cid-tEjhD4blPO .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-tEjhD4blPO .dropdown-item:hover span {
  color: white;
}
.cid-tEjhD4blPO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tEjhD4blPO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tEjhD4blPO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tEjhD4blPO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tEjhD4blPO .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-tEjhD4blPO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tEjhD4blPO .container {
    flex-wrap: nowrap;
  }
}
.cid-tEjhD4blPO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tEjhD4blPO .dropdown-menu,
.cid-tEjhD4blPO .navbar.opened {
  background: #161616 !important;
}
.cid-tEjhD4blPO .nav-item:focus,
.cid-tEjhD4blPO .nav-link:focus {
  outline: none;
}
.cid-tEjhD4blPO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tEjhD4blPO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tEjhD4blPO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tEjhD4blPO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tEjhD4blPO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tEjhD4blPO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tEjhD4blPO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(22, 22, 22, 0.5);
}
.cid-tEjhD4blPO .navbar.opened {
  transition: all 0.3s;
}
.cid-tEjhD4blPO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tEjhD4blPO .navbar .navbar-logo img {
  width: auto;
}
.cid-tEjhD4blPO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tEjhD4blPO .navbar.collapsed {
  justify-content: center;
}
.cid-tEjhD4blPO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tEjhD4blPO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tEjhD4blPO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tEjhD4blPO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tEjhD4blPO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tEjhD4blPO .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-tEjhD4blPO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tEjhD4blPO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tEjhD4blPO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tEjhD4blPO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tEjhD4blPO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tEjhD4blPO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tEjhD4blPO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tEjhD4blPO .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-tEjhD4blPO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tEjhD4blPO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tEjhD4blPO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tEjhD4blPO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tEjhD4blPO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tEjhD4blPO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tEjhD4blPO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tEjhD4blPO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tEjhD4blPO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tEjhD4blPO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tEjhD4blPO .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-tEjhD4blPO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tEjhD4blPO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tEjhD4blPO .dropdown-item.active,
.cid-tEjhD4blPO .dropdown-item:active {
  background-color: transparent;
}
.cid-tEjhD4blPO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tEjhD4blPO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tEjhD4blPO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tEjhD4blPO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #161616;
}
.cid-tEjhD4blPO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tEjhD4blPO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tEjhD4blPO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tEjhD4blPO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tEjhD4blPO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tEjhD4blPO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tEjhD4blPO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tEjhD4blPO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEjhD4blPO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tEjhD4blPO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tEjhD4blPO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEjhD4blPO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tEjhD4blPO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tEjhD4blPO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tEjhD4blPO .navbar-dropdown {
  position: fixed;
}
.cid-tEjhD4blPO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEjhD4blPO .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-tEjhD4blPO .navbar {
    height: 70px;
  }
  .cid-tEjhD4blPO .navbar.opened {
    height: auto;
  }
  .cid-tEjhD4blPO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvcYlQNRdf {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/pano3.jpg");
}
.cid-tvcYlQNRdf .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-tvcYlQNRdf .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-tvcYlQNRdf .card-btn svg {
  transition: all 0.4s;
}
.cid-tvcYlQNRdf .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-tvcYlQNRdf .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-tvcYlQNRdf .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-tvcYlQNRdf .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-tvcYlQNRdf .column {
  display: flex;
  flex-direction: column;
}
.cid-tvcYlQNRdf .mbr-card-title,
.cid-tvcYlQNRdf .mbr-text {
  color: #fafafa;
}
.cid-tvcYlQNRdf .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tvcYlQNRdf .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-tvugzCJjRN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #141414;
}
.cid-tvugzCJjRN .row {
  flex-direction: row-reverse;
}
.cid-tvugzCJjRN .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tvugzCJjRN .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tvugzCJjRN .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tvugzCJjRN .mbr-section-title {
  color: #FFFFFF;
}
.cid-tvugzCJjRN .mbr-text {
  color: #FFFFFF;
}
.cid-tvugzCJjRN .container-fluid {
  padding: 0;
}
.cid-tvugzCJjRN .row {
  margin: 0;
}
.cid-tvugzCJjRN .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tvugzCJjRN .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tvugzCJjRN .text-container {
    padding: 60px;
  }
}
.cid-tvugzCJjRN .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tvugzCJjRN .image-wrapper {
    height: 420px;
  }
}
.cid-tvugzCJjRN .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tvugzCJjRN .image-wrapper img:hover {
  transform: scale(1.4);
}
.cid-tvugzCJjRN .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tvugzCJjRN .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tvugzCJjRN .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tvugzCJjRN .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tvugzCJjRN .btn {
  margin: 0;
}
.cid-tvugzCJjRN .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvugzCJjRN .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tvugzCJjRN .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tvugzCJjRN .item__button {
  margin: 0;
}
.cid-tvugzCJjRN .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tvugzCJjRN .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tvugzCJjRN .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tvugzCJjRN .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tvcGZ5O60w {
  overflow-x: hidden !important;
}
.cid-tvcGZ5O60w,
.cid-tvcGZ5O60w .scroll-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tvcGZ5O60w .mbr-section-title {
  color: #ffffff;
}
.cid-tvcGZ5O60w .mbr-section-title span {
  color: #fafafa;
}
.cid-tvcGZ5O60w .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tvcGZ5O60w .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 19s !important;
  animation-duration: 19s;
  background-image: url("../../../assets/images/pano2-2000x431.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-tvcGZ5O60w .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tvcGZ5O60w .mbr-overlay {
  z-index: 1;
}
.cid-tvcGZ5O60w .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tBBuN9UtMI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/2022-911-gt3-lava-orange-76.jpg");
}
.cid-tBBuN9UtMI .mbr-section-head {
  padding: 0 1rem;
}
.cid-tBBuN9UtMI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tBBuN9UtMI .team-card:hover {
  transform: translateY(-10px);
}
.cid-tBBuN9UtMI .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tBBuN9UtMI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tBBuN9UtMI .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tBBuN9UtMI .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBBuN9UtMI .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tBBuN9UtMI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tBBuN9UtMI .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tBBuN9UtMI .embla__button--next,
.cid-tBBuN9UtMI .embla__button--prev {
  display: flex;
}
.cid-tBBuN9UtMI .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBBuN9UtMI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tBBuN9UtMI .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tBBuN9UtMI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBBuN9UtMI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tBBuN9UtMI .embla__button {
    top: -10%;
  }
}
.cid-tBBuN9UtMI .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tBBuN9UtMI .embla {
    margin-top: 80px;
  }
}
.cid-tBBuN9UtMI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tBBuN9UtMI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tBBuN9UtMI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tBBuN9UtMI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tBBuN9UtMI .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tBBuN9UtMI .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tBBuN9UtMI .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tBBuN9UtMI .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBBuN9UtMI .mbr-text ul {
    display: block;
  }
}
.cid-tBBuN9UtMI .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tBBuN9UtMI .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tBBuN9UtMI .mbr-text ul li::marker {
  color: #fafafa;
  font-size: 18px;
}
.cid-tBBuN9UtMI .item-wrapper {
  height: 100%;
}
.cid-tBBuN9UtMI .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tBBuN9UtMI .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBBuN9UtMI .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tvugytaMbt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #141414;
}
.cid-tvugytaMbt .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-tvugytaMbt .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-tvugytaMbt .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-tvugytaMbt .mbr-section-title {
  color: #FFFFFF;
}
.cid-tvugytaMbt .mbr-text {
  color: #FFFFFF;
}
.cid-tvugytaMbt .container-fluid {
  padding: 0;
}
.cid-tvugytaMbt .row {
  margin: 0;
}
.cid-tvugytaMbt .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-tvugytaMbt .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tvugytaMbt .text-container {
    padding: 60px;
  }
}
.cid-tvugytaMbt .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tvugytaMbt .image-wrapper {
    height: 420px;
  }
}
.cid-tvugytaMbt .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-tvugytaMbt .image-wrapper img:hover {
  transform: scale(1.2);
}
.cid-tvugytaMbt .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tvugytaMbt .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-tvugytaMbt .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-tvugytaMbt .item__buttons-container_round {
  align-items: flex-start;
}
.cid-tvugytaMbt .btn {
  margin: 0;
}
.cid-tvugytaMbt .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvugytaMbt .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-tvugytaMbt .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-tvugytaMbt .item__button {
  margin: 0;
}
.cid-tvugytaMbt .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-tvugytaMbt .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-tvugytaMbt .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-tvugytaMbt .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tBBnMpMO6k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2022-911-gt3-lava-orange-76.jpg");
}
.cid-tBBnMpMO6k .mbr-section-head {
  padding: 0 1rem;
}
.cid-tBBnMpMO6k .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tBBnMpMO6k .team-card:hover {
  transform: translateY(-10px);
}
.cid-tBBnMpMO6k .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tBBnMpMO6k .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tBBnMpMO6k .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tBBnMpMO6k .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBBnMpMO6k .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tBBnMpMO6k .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tBBnMpMO6k .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tBBnMpMO6k .embla__button--next,
.cid-tBBnMpMO6k .embla__button--prev {
  display: flex;
}
.cid-tBBnMpMO6k .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBBnMpMO6k .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tBBnMpMO6k .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tBBnMpMO6k .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBBnMpMO6k .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tBBnMpMO6k .embla__button {
    top: -10%;
  }
}
.cid-tBBnMpMO6k .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tBBnMpMO6k .embla {
    margin-top: 80px;
  }
}
.cid-tBBnMpMO6k .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tBBnMpMO6k .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tBBnMpMO6k .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tBBnMpMO6k .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tBBnMpMO6k .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tBBnMpMO6k .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tBBnMpMO6k .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tBBnMpMO6k .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBBnMpMO6k .mbr-text ul {
    display: block;
  }
}
.cid-tBBnMpMO6k .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tBBnMpMO6k .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tBBnMpMO6k .mbr-text ul li::marker {
  color: #fafafa;
  font-size: 18px;
}
.cid-tBBnMpMO6k .item-wrapper {
  height: 100%;
}
.cid-tBBnMpMO6k .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tBBnMpMO6k .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBBnMpMO6k .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tvcGZ8QEzv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/684439.jpg");
}
.cid-tvcGZ8QEzv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvcGZ8QEzv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvcGZ8QEzv .row {
  flex-direction: row-reverse;
}
.cid-tvcGZ8QEzv .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-tvcGZ8QEzv .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-tvcGZ8QEzv .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-tvcGZ8QEzv .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-tvcGZ8QEzv .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-tvcGZ8QEzv .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #760606;
}
.cid-tvcGZ8QEzv .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #8f0404;
}
.cid-tvcGZ8QEzv .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(143, 4, 4, 0.2);
}
.cid-tvcGZ8QEzv .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 11px;
}
.cid-tvcGZ8QEzv .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tvcGZ8QEzv .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tvcGZ8QEzv .list-container {
  margin-top: 30px;
}
.cid-tvcGZ8QEzv .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-tvcGZ8QEzv .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-tvcGZ8QEzv .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #e90000;
}
.cid-tvcGZ8QEzv .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-tvcGZ8QEzv .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-tvcGZ8QEzv .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-tvcGZ8QEzv .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-tvcGZ8QEzv .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tvcGZ8QEzv .img-container {
    padding-left: 20px;
  }
}
.cid-tvcGZ8QEzv .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-tvcGZ8QEzv .image-wrapper {
    padding: 15px;
  }
}
.cid-tvcGZ8QEzv .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-tvcGZ8QEzv .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-tvcGZ8QEzv .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-tvcGZ8QEzv .shadow-item {
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #8f0404;
}
.cid-twe9DC5aVN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #121212;
  overflow: hidden;
}
