.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'font';
  font-size: 4.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'font';
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'font';
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4a0c0c !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #7787a5 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4a0c0c !important;
  border-color: #4a0c0c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #761313 !important;
  border-color: #761313 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #761313 !important;
  border-color: #761313 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7787a5 !important;
  border-color: #7787a5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #96a2b9 !important;
  border-color: #96a2b9 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #96a2b9 !important;
  border-color: #96a2b9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4a0c0c;
  color: #4a0c0c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a0c0c !important;
  border-color: #4a0c0c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #7787a5;
  color: #7787a5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4f5d77 !important;
  background-color: transparent !important;
  border-color: #4f5d77 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7787a5 !important;
  border-color: #7787a5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #4a0c0c !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #7787a5 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #48556e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4a0c0c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #7787a5;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4a0c0c;
  border-color: #4a0c0c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4a0c0c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e45858;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c4cbd8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #4a0c0c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #4a0c0c;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4a0c0c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4a0c0c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4a0c0c;
  border-bottom-color: #4a0c0c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4a0c0c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%234a0c0c' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-us825kks7M {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/back.jpg");
}
.cid-us825kks7M .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-us825kks7M {
    align-items: flex-end;
  }
  .cid-us825kks7M .row {
    justify-content: flex-start;
  }
  .cid-us825kks7M .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-us825kks7M .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-us825kks7M {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-us825kks7M .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-us825kks7M .content-wrap {
    width: 100%;
  }
}
.cid-us825kks7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-us825kks7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us825kks7M .mbr-section-title,
.cid-us825kks7M .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-us825kks7M .mbr-text,
.cid-us825kks7M .mbr-section-btn {
  text-align: left;
}
.cid-us825kks7M .mbr-section-title {
  color: #fbbb62;
}
.cid-us84amSg8u {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-us84amSg8u img,
.cid-us84amSg8u .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-us84amSg8u .item:focus,
.cid-us84amSg8u span:focus {
  outline: none;
}
.cid-us84amSg8u .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-us84amSg8u .item {
    margin-bottom: 1rem;
  }
}
.cid-us84amSg8u .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-us84amSg8u .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-us84amSg8u .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-us84amSg8u .item-wrapper {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-us84amSg8u .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-us84amSg8u .mbr-section-title {
  color: #ffffff;
}
.cid-us84amSg8u .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-us84amSg8u .item-subtitle {
  text-align: left;
}
.cid-us84amSg8u .mbr-text,
.cid-us84amSg8u .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-us84amSg8u .content-head {
  max-width: 800px;
}
.cid-us84amSg8u .mbr-section-subtitle,
.cid-us84amSg8u .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-uscJS7VrsV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uscJS7VrsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uscJS7VrsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uscJS7VrsV .mbr-section-title {
  color: #ffffff;
}
.cid-uscJS7VrsV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uscJS7VrsV .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-usvtMYd1zF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-usvtMYd1zF img,
.cid-usvtMYd1zF .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-usvtMYd1zF .item:focus,
.cid-usvtMYd1zF span:focus {
  outline: none;
}
.cid-usvtMYd1zF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-usvtMYd1zF .item {
    margin-bottom: 1rem;
  }
}
.cid-usvtMYd1zF .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-usvtMYd1zF .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-usvtMYd1zF .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-usvtMYd1zF .item-wrapper {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-usvtMYd1zF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-usvtMYd1zF .mbr-section-title {
  color: #ffffff;
}
.cid-usvtMYd1zF .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-usvtMYd1zF .item-subtitle {
  text-align: left;
}
.cid-usvtMYd1zF .mbr-text,
.cid-usvtMYd1zF .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-usvtMYd1zF .content-head {
  max-width: 800px;
}
.cid-usvtMYd1zF .mbr-section-subtitle,
.cid-usvtMYd1zF .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-usvlL9ZTig {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-usvlL9ZTig .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvlL9ZTig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uscOddgu1U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uscOddgu1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uscOddgu1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uscOddgu1U .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uscOddgu1U .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uscOddgu1U .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uscOddgu1U .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uscOddgu1U .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uscOddgu1U .header-menu li p {
  margin: 0;
}
.cid-uscOddgu1U .mbr-section-title {
  color: #ffffff;
}
.cid-uscOddgu1U .header-menu-item {
  color: #ffffff;
}
.cid-uscOddgu1U .mbr-text,
.cid-uscOddgu1U .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uscOddgu1U .content-head {
  max-width: 800px;
}
.cid-usdgpRIZhv {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1-3-1920x1080.png");
}
.cid-usdgpRIZhv .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-usdgpRIZhv .mbr-fallback-image.disabled {
  display: none;
}
.cid-usdgpRIZhv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usdgpRIZhv .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-usdgpRIZhv .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-usdgpRIZhv {
    align-items: center;
  }
  .cid-usdgpRIZhv .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usdgpRIZhv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usdgpRIZhv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usdgpRIZhv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usdgpRIZhv .content-wrap {
    width: 100%;
  }
}
.cid-usdgpRIZhv .mbr-section-title {
  text-align: left;
}
.cid-usdgpRIZhv .mbr-text,
.cid-usdgpRIZhv .mbr-section-btn {
  text-align: left;
}
.cid-usdlcjCuiu {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/back3.png");
}
.cid-usdlcjCuiu .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-usdlcjCuiu img,
.cid-usdlcjCuiu .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-usdlcjCuiu .item:focus,
.cid-usdlcjCuiu span:focus {
  outline: none;
}
.cid-usdlcjCuiu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-usdlcjCuiu .item {
    margin-bottom: 1rem;
  }
}
.cid-usdlcjCuiu .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-usdlcjCuiu .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-usdlcjCuiu .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-usdlcjCuiu .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-usdlcjCuiu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-usdlcjCuiu .mbr-section-title {
  color: #ffffff;
}
.cid-usdlcjCuiu .item-title {
  text-align: center;
}
.cid-usdlcjCuiu .item-subtitle {
  text-align: left;
}
.cid-usdlcjCuiu .mbr-text,
.cid-usdlcjCuiu .item .mbr-section-btn {
  text-align: left;
}
.cid-usdlcjCuiu .content-head {
  max-width: 800px;
}
.cid-usdlcjCuiu .mbr-section-subtitle,
.cid-usdlcjCuiu .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-uscWZ3w6Ha {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1-3-1920x1080.png");
}
.cid-uscWZ3w6Ha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uscWZ3w6Ha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uscWZ3w6Ha .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uscWZ3w6Ha .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uscWZ3w6Ha .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uscWZ3w6Ha .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uscWZ3w6Ha .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uscWZ3w6Ha .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uscWZ3w6Ha .content-head {
  max-width: 800px;
}
.cid-uscWZ3w6Ha .img-box {
  display: flex;
  justify-content: center;
}
.cid-uscWZ3w6Ha .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uscWZ3w6Ha .card-text {
  text-align: left;
  color: #ffffff;
}
.cid-uscWZ3w6Ha .link {
  text-align: center;
}
.cid-uspsJ4i4lS {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/metki-2-1920x1080.png");
}
.cid-uspsJ4i4lS .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uspsJ4i4lS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspsJ4i4lS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uspsJ4i4lS .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uspsJ4i4lS .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uspsJ4i4lS {
    align-items: center;
  }
  .cid-uspsJ4i4lS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uspsJ4i4lS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uspsJ4i4lS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uspsJ4i4lS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uspsJ4i4lS .content-wrap {
    width: 100%;
  }
}
.cid-uspsJ4i4lS .mbr-section-title {
  text-align: left;
}
.cid-uspsJ4i4lS .mbr-text,
.cid-uspsJ4i4lS .mbr-section-btn {
  text-align: left;
}
.cid-uspup5fQ7l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/back4.png-1531x862.jpg");
}
.cid-uspup5fQ7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uspup5fQ7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uspup5fQ7l .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uspup5fQ7l .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uspup5fQ7l .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uspup5fQ7l .card-wrapper {
  background: #000000;
}
.cid-uspup5fQ7l .mbr-text,
.cid-uspup5fQ7l .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uspup5fQ7l .card-title,
.cid-uspup5fQ7l .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-uspwHczlNc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/292030-screenshots-20190519173836-1920x1080.png");
}
.cid-uspwHczlNc .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-uspwHczlNc .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uspwHczlNc img,
.cid-uspwHczlNc .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uspwHczlNc .item:focus,
.cid-uspwHczlNc span:focus {
  outline: none;
}
.cid-uspwHczlNc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uspwHczlNc .item {
    margin-bottom: 1rem;
  }
}
.cid-uspwHczlNc .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uspwHczlNc .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uspwHczlNc .item-content .item-footer {
  margin-top: auto;
}
.cid-uspwHczlNc .mbr-section-title {
  color: #ffffff;
}
.cid-uspwHczlNc .mbr-text,
.cid-uspwHczlNc .mbr-section-btn {
  color: #ffffff;
}
.cid-uspwHczlNc .item-title {
  color: #ffffff;
}
.cid-uspwHczlNc .content-head {
  max-width: 800px;
}
.cid-uspwHczlNc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usqDbdOYxP {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/metki-2-1920x1080.png");
}
.cid-usqDbdOYxP .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-usqDbdOYxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-usqDbdOYxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usqDbdOYxP .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-usqDbdOYxP .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-usqDbdOYxP {
    align-items: center;
  }
  .cid-usqDbdOYxP .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usqDbdOYxP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usqDbdOYxP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usqDbdOYxP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usqDbdOYxP .content-wrap {
    width: 100%;
  }
}
.cid-usqDbdOYxP .mbr-section-title {
  text-align: left;
}
.cid-usqDbdOYxP .mbr-text,
.cid-usqDbdOYxP .mbr-section-btn {
  text-align: left;
}
.cid-usqGGQyuok {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/textuty-1920x1080.png");
}
.cid-usqGGQyuok .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-usqGGQyuok .mbr-fallback-image.disabled {
  display: none;
}
.cid-usqGGQyuok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usqGGQyuok .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-usqGGQyuok .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-usqGGQyuok {
    align-items: center;
  }
  .cid-usqGGQyuok .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usqGGQyuok .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usqGGQyuok {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usqGGQyuok .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usqGGQyuok .content-wrap {
    width: 100%;
  }
}
.cid-usqGGQyuok .mbr-section-title {
  text-align: left;
}
.cid-usqGGQyuok .mbr-text,
.cid-usqGGQyuok .mbr-section-btn {
  text-align: left;
}
.cid-usqLj10fl4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/292030-screenshots-20190519173836-1920x1080.png");
}
.cid-usqLj10fl4 .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-usqLj10fl4 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-usqLj10fl4 img,
.cid-usqLj10fl4 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-usqLj10fl4 .item:focus,
.cid-usqLj10fl4 span:focus {
  outline: none;
}
.cid-usqLj10fl4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-usqLj10fl4 .item {
    margin-bottom: 1rem;
  }
}
.cid-usqLj10fl4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-usqLj10fl4 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-usqLj10fl4 .item-content .item-footer {
  margin-top: auto;
}
.cid-usqLj10fl4 .mbr-section-title {
  color: #ffffff;
}
.cid-usqLj10fl4 .mbr-text,
.cid-usqLj10fl4 .mbr-section-btn {
  color: #ffffff;
}
.cid-usqLj10fl4 .item-title {
  color: #ffffff;
}
.cid-usqLj10fl4 .content-head {
  max-width: 800px;
}
.cid-usqLj10fl4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usqNr5G3cA {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/textuty-1920x1080.png");
}
.cid-usqNr5G3cA .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-usqNr5G3cA .mbr-fallback-image.disabled {
  display: none;
}
.cid-usqNr5G3cA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usqNr5G3cA .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-usqNr5G3cA .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-usqNr5G3cA {
    align-items: center;
  }
  .cid-usqNr5G3cA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usqNr5G3cA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usqNr5G3cA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usqNr5G3cA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usqNr5G3cA .content-wrap {
    width: 100%;
  }
}
.cid-usqNr5G3cA .mbr-section-title {
  text-align: left;
}
.cid-usqNr5G3cA .mbr-text,
.cid-usqNr5G3cA .mbr-section-btn {
  text-align: left;
}
.cid-usqOgiJHWW {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-usqOgiJHWW img,
.cid-usqOgiJHWW .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-usqOgiJHWW .item:focus,
.cid-usqOgiJHWW span:focus {
  outline: none;
}
.cid-usqOgiJHWW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-usqOgiJHWW .item {
    margin-bottom: 1rem;
  }
}
.cid-usqOgiJHWW .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-usqOgiJHWW .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-usqOgiJHWW .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-usqOgiJHWW .item-wrapper {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-usqOgiJHWW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-usqOgiJHWW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-usqOgiJHWW .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-usqOgiJHWW .item-subtitle {
  text-align: left;
}
.cid-usqOgiJHWW .mbr-text,
.cid-usqOgiJHWW .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-usqOgiJHWW .content-head {
  max-width: 800px;
}
.cid-usqOgiJHWW .mbr-section-subtitle,
.cid-usqOgiJHWW .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-usuPVWtgr0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-usuPVWtgr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuPVWtgr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuQflc7Vms {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uuQflc7Vms img,
.cid-uuQflc7Vms .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uuQflc7Vms .item:focus,
.cid-uuQflc7Vms span:focus {
  outline: none;
}
.cid-uuQflc7Vms .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uuQflc7Vms .item {
    margin-bottom: 1rem;
  }
}
.cid-uuQflc7Vms .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uuQflc7Vms .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uuQflc7Vms .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uuQflc7Vms .item-wrapper {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uuQflc7Vms .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uuQflc7Vms .mbr-section-title {
  color: #ffffff;
}
.cid-uuQflc7Vms .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uuQflc7Vms .item-subtitle {
  text-align: left;
}
.cid-uuQflc7Vms .mbr-text,
.cid-uuQflc7Vms .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uuQflc7Vms .content-head {
  max-width: 800px;
}
.cid-uuQflc7Vms .mbr-section-subtitle,
.cid-uuQflc7Vms .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-usqPGqi7RG {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1562492870-wallhaven-vmq7qp-1920x1080.jpg");
}
.cid-usqPGqi7RG .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-usqPGqi7RG .mbr-fallback-image.disabled {
  display: none;
}
.cid-usqPGqi7RG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usqPGqi7RG .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-usqPGqi7RG .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-usqPGqi7RG {
    align-items: center;
  }
  .cid-usqPGqi7RG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usqPGqi7RG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usqPGqi7RG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usqPGqi7RG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usqPGqi7RG .content-wrap {
    width: 100%;
  }
}
.cid-usqPGqi7RG .mbr-section-title {
  text-align: left;
}
.cid-usqPGqi7RG .mbr-text,
.cid-usqPGqi7RG .mbr-section-btn {
  text-align: left;
}
.cid-usr0RT0jQH {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cycle2-1-1920x1080.png");
}
.cid-usr0RT0jQH .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-usr0RT0jQH .mbr-fallback-image.disabled {
  display: none;
}
.cid-usr0RT0jQH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usr0RT0jQH .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-usr0RT0jQH .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-usr0RT0jQH {
    align-items: center;
  }
  .cid-usr0RT0jQH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usr0RT0jQH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usr0RT0jQH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usr0RT0jQH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usr0RT0jQH .content-wrap {
    width: 100%;
  }
}
.cid-usr0RT0jQH .mbr-section-title {
  text-align: left;
}
.cid-usr0RT0jQH .mbr-text,
.cid-usr0RT0jQH .mbr-section-btn {
  text-align: left;
}
.cid-usqZGrXkFK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/vaupo.gif");
}
.cid-usqZGrXkFK .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-usqZGrXkFK img,
.cid-usqZGrXkFK .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-usqZGrXkFK .item:focus,
.cid-usqZGrXkFK span:focus {
  outline: none;
}
.cid-usqZGrXkFK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-usqZGrXkFK .item {
    margin-bottom: 1rem;
  }
}
.cid-usqZGrXkFK .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-usqZGrXkFK .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-usqZGrXkFK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-usqZGrXkFK .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-usqZGrXkFK .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-usqZGrXkFK .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-usqZGrXkFK .mbr-section-title {
  color: #232323;
}
.cid-usqZGrXkFK .mbr-text,
.cid-usqZGrXkFK .mbr-section-btn {
  text-align: center;
}
.cid-usqZGrXkFK .item-title {
  text-align: left;
}
.cid-usqZGrXkFK .content-head {
  max-width: 800px;
}
.cid-usqZGrXkFK .mbr-text,
.cid-usqZGrXkFK .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-usqZGrXkFK .mbr-section-subtitle,
.cid-usqZGrXkFK .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-usqZGrXkFK .mbr-section-title,
.cid-usqZGrXkFK .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-usrekg3Fhx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-usrekg3Fhx .mbr-text {
  color: #ffffff;
}
.cid-usrekg3Fhx .mbr-section-subtitle {
  color: #000000;
}
.cid-usrekg3Fhx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-usrekg3Fhx .mbr-text,
.cid-usrekg3Fhx .item .mbr-section-btn {
  text-align: left;
}
.cid-usrekg3Fhx .item-wrapper {
  background: #000000;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-usrekg3Fhx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usrekg3Fhx .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-usrekg3Fhx .item-wrapper {
    padding: 4rem;
  }
}
.cid-usrekg3Fhx .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-usrekg3Fhx .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-usrekg3Fhx .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-usrekg3Fhx .mbr-text UL {
  text-align: left;
}
.cid-usrekg3Fhx .mbr-card-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-usrekg3Fhx .mbr-card-title {
  color: #ffffff;
}
.cid-usrfpAJKBJ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1562492870-wallhaven-vmq7qp-1920x1080.jpg");
}
.cid-usrfpAJKBJ .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-usrfpAJKBJ img,
.cid-usrfpAJKBJ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-usrfpAJKBJ .item:focus,
.cid-usrfpAJKBJ span:focus {
  outline: none;
}
.cid-usrfpAJKBJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-usrfpAJKBJ .item {
    margin-bottom: 1rem;
  }
}
.cid-usrfpAJKBJ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-usrfpAJKBJ .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-usrfpAJKBJ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-usrfpAJKBJ .item-wrapper {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-usrfpAJKBJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-usrfpAJKBJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-usrfpAJKBJ .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-usrfpAJKBJ .item-subtitle {
  text-align: left;
}
.cid-usrfpAJKBJ .mbr-text,
.cid-usrfpAJKBJ .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-usrfpAJKBJ .content-head {
  max-width: 800px;
}
.cid-usrfpAJKBJ .mbr-section-subtitle,
.cid-usrfpAJKBJ .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-usrgf8X092 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-usrgf8X092 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usrgf8X092 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuQfog15ei {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uuQfog15ei img,
.cid-uuQfog15ei .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uuQfog15ei .item:focus,
.cid-uuQfog15ei span:focus {
  outline: none;
}
.cid-uuQfog15ei .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uuQfog15ei .item {
    margin-bottom: 1rem;
  }
}
.cid-uuQfog15ei .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uuQfog15ei .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uuQfog15ei .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uuQfog15ei .item-wrapper {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uuQfog15ei .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uuQfog15ei .mbr-section-title {
  color: #ffffff;
}
.cid-uuQfog15ei .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uuQfog15ei .item-subtitle {
  text-align: left;
}
.cid-uuQfog15ei .mbr-text,
.cid-uuQfog15ei .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uuQfog15ei .content-head {
  max-width: 800px;
}
.cid-uuQfog15ei .mbr-section-subtitle,
.cid-uuQfog15ei .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-usrhYbs1ui {
  display: flex;
  background-image: url("../../../assets/images/geralt-kikimora-full-hd.jpg");
}
.cid-usrhYbs1ui .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-usrhYbs1ui .mbr-fallback-image.disabled {
  display: none;
}
.cid-usrhYbs1ui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usrhYbs1ui .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-usrhYbs1ui .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-usrhYbs1ui {
    align-items: center;
  }
  .cid-usrhYbs1ui .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usrhYbs1ui .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usrhYbs1ui {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usrhYbs1ui .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usrhYbs1ui .content-wrap {
    width: 100%;
  }
}
.cid-usrhYbs1ui .mbr-section-title {
  text-align: center;
}
.cid-usrhYbs1ui .mbr-text,
.cid-usrhYbs1ui .mbr-section-btn {
  text-align: center;
}
.cid-ustA9Q10gH {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mech-1-1920x1080.png");
}
.cid-ustA9Q10gH .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-ustA9Q10gH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ustA9Q10gH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ustA9Q10gH .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ustA9Q10gH .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ustA9Q10gH {
    align-items: center;
  }
  .cid-ustA9Q10gH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ustA9Q10gH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ustA9Q10gH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ustA9Q10gH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ustA9Q10gH .content-wrap {
    width: 100%;
  }
}
.cid-ustA9Q10gH .mbr-section-title {
  text-align: left;
}
.cid-ustA9Q10gH .mbr-text,
.cid-ustA9Q10gH .mbr-section-btn {
  text-align: left;
}
.cid-ustMdxAJ0I {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/geralt-kikimora-full-hd.jpg");
}
.cid-ustMdxAJ0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ustMdxAJ0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ustMdxAJ0I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ustMdxAJ0I .row {
  flex-direction: row-reverse;
}
.cid-ustMdxAJ0I .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ustMdxAJ0I .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ustMdxAJ0I .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ustMdxAJ0I .mbr-section-title {
  color: #ffffff;
}
.cid-ustMdxAJ0I .mbr-text,
.cid-ustMdxAJ0I .mbr-section-btn {
  color: #ffffff;
}
.cid-usrieJvn0x {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mech-1-1920x1080.png");
}
.cid-usrieJvn0x .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-usrieJvn0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-usrieJvn0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usrieJvn0x .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-usrieJvn0x .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-usrieJvn0x {
    align-items: center;
  }
  .cid-usrieJvn0x .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usrieJvn0x .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usrieJvn0x {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usrieJvn0x .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usrieJvn0x .content-wrap {
    width: 100%;
  }
}
.cid-usrieJvn0x .mbr-section-title {
  text-align: left;
}
.cid-usrieJvn0x .mbr-text,
.cid-usrieJvn0x .mbr-section-btn {
  text-align: left;
}
.cid-usrjMKEDjQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/back4.png-1531x862.jpg");
}
.cid-usrjMKEDjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usrjMKEDjQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usrjMKEDjQ .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-usrjMKEDjQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usrjMKEDjQ .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-usrjMKEDjQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-usrjMKEDjQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-usrjMKEDjQ .mbr-section-title {
  color: #ffffff;
}
.cid-usrjMKEDjQ .mbr-text,
.cid-usrjMKEDjQ .mbr-section-btn {
  color: #ffffff;
}
.cid-usrjMKEDjQ img {
  width: 100%;
  height: 100%;
}
.cid-ustCA5yuxf {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mech-1-1920x1080.png");
}
.cid-ustCA5yuxf .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-ustCA5yuxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ustCA5yuxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ustCA5yuxf .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ustCA5yuxf .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ustCA5yuxf {
    align-items: center;
  }
  .cid-ustCA5yuxf .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ustCA5yuxf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ustCA5yuxf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ustCA5yuxf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ustCA5yuxf .content-wrap {
    width: 100%;
  }
}
.cid-ustCA5yuxf .mbr-section-title {
  text-align: left;
}
.cid-ustCA5yuxf .mbr-text,
.cid-ustCA5yuxf .mbr-section-btn {
  text-align: left;
}
.cid-ustEe7idH1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/geralt-kikimora-full-hd.jpg");
}
.cid-ustEe7idH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ustEe7idH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ustEe7idH1 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-ustEe7idH1 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ustEe7idH1 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-ustEe7idH1 .card-wrapper {
  background: #ffffff;
}
.cid-ustEe7idH1 .mbr-text,
.cid-ustEe7idH1 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ustEe7idH1 .card-title,
.cid-ustEe7idH1 .card-box {
  text-align: left;
  color: #000000;
}
.cid-ustFdMgZEK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ustFdMgZEK img,
.cid-ustFdMgZEK .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ustFdMgZEK .item:focus,
.cid-ustFdMgZEK span:focus {
  outline: none;
}
.cid-ustFdMgZEK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ustFdMgZEK .item {
    margin-bottom: 1rem;
  }
}
.cid-ustFdMgZEK .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ustFdMgZEK .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ustFdMgZEK .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ustFdMgZEK .item-wrapper {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ustFdMgZEK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ustFdMgZEK .mbr-section-title {
  color: #ffffff;
}
.cid-ustFdMgZEK .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ustFdMgZEK .item-subtitle {
  text-align: left;
}
.cid-ustFdMgZEK .mbr-text,
.cid-ustFdMgZEK .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ustFdMgZEK .content-head {
  max-width: 800px;
}
.cid-ustFdMgZEK .mbr-section-subtitle,
.cid-ustFdMgZEK .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-ustGTtlIST {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ustGTtlIST .mbr-fallback-image.disabled {
  display: none;
}
.cid-ustGTtlIST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuQfx3Hzsz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uuQfx3Hzsz img,
.cid-uuQfx3Hzsz .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uuQfx3Hzsz .item:focus,
.cid-uuQfx3Hzsz span:focus {
  outline: none;
}
.cid-uuQfx3Hzsz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uuQfx3Hzsz .item {
    margin-bottom: 1rem;
  }
}
.cid-uuQfx3Hzsz .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uuQfx3Hzsz .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uuQfx3Hzsz .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uuQfx3Hzsz .item-wrapper {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uuQfx3Hzsz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uuQfx3Hzsz .mbr-section-title {
  color: #ffffff;
}
.cid-uuQfx3Hzsz .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uuQfx3Hzsz .item-subtitle {
  text-align: left;
}
.cid-uuQfx3Hzsz .mbr-text,
.cid-uuQfx3Hzsz .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uuQfx3Hzsz .content-head {
  max-width: 800px;
}
.cid-uuQfx3Hzsz .mbr-section-subtitle,
.cid-uuQfx3Hzsz .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
