.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Play', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Oxanium', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Blinker', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Electrolize', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #d84651 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #d84651 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #f1e8a7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d84651 !important;
  border-color: #d84651 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e17079 !important;
  border-color: #e17079 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e17079 !important;
  border-color: #e17079 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d84651 !important;
  border-color: #d84651 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e17079 !important;
  border-color: #e17079 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e17079 !important;
  border-color: #e17079 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d84651 !important;
  border-color: #d84651 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e17079 !important;
  border-color: #e17079 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e17079 !important;
  border-color: #e17079 !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: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f1e8a7 !important;
  border-color: #f1e8a7 !important;
  color: #847715 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f8f4d3 !important;
  border-color: #f8f4d3 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #847715 !important;
  background-color: #f8f4d3 !important;
  border-color: #f8f4d3 !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: #d84651;
  color: #d84651;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a5232c !important;
  background-color: transparent !important;
  border-color: #a5232c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d84651 !important;
  border-color: #d84651 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d84651;
  color: #d84651;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a5232c !important;
  background-color: transparent !important;
  border-color: #a5232c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d84651 !important;
  border-color: #d84651 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d84651;
  color: #d84651;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a5232c !important;
  background-color: transparent !important;
  border-color: #a5232c !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d84651 !important;
  border-color: #d84651 !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: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f1e8a7;
  color: #f1e8a7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e5d45c !important;
  background-color: transparent !important;
  border-color: #e5d45c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #847715 !important;
  background-color: #f1e8a7 !important;
  border-color: #f1e8a7 !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: #d84651 !important;
}
.text-secondary {
  color: #d84651 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #d84651 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #f1e8a7 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #982029 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #982029 !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: #982029 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e3d14f !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d84651;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d84651;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #f1e8a7;
}
.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: #d84651;
  border-color: #d84651;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d84651;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fceeef;
}
.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: #fceeef;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Electrolize', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d84651 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Electrolize', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #d84651;
}
/* 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: #d84651;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d84651;
}
.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: #d84651;
  border-bottom-color: #d84651;
}
.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: #d84651 !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: #d84651 !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='%23d84651' %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-uFHqUnsL3o .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-uFHqUnsL3o .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uFHqUnsL3o a {
  font-style: normal;
}
.cid-uFHqUnsL3o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFHqUnsL3o .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uFHqUnsL3o .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .content-text {
  margin-bottom: 0;
}
.cid-uFHqUnsL3o .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d84651;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uFHqUnsL3o .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFHqUnsL3o .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFHqUnsL3o .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uFHqUnsL3o .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFHqUnsL3o .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFHqUnsL3o .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uFHqUnsL3o .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFHqUnsL3o .nav-dropdown .link {
  font-weight: 400;
}
.cid-uFHqUnsL3o .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFHqUnsL3o .content-right-side {
  text-align: center;
}
.cid-uFHqUnsL3o .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uFHqUnsL3o .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uFHqUnsL3o .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uFHqUnsL3o .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uFHqUnsL3o img {
    height: 3.8rem !important;
  }
  .cid-uFHqUnsL3o .btn {
    display: -webkit-flex;
  }
  .cid-uFHqUnsL3o button.navbar-toggler {
    display: block;
  }
  .cid-uFHqUnsL3o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uFHqUnsL3o .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFHqUnsL3o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing,
  .cid-uFHqUnsL3o .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uFHqUnsL3o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uFHqUnsL3o .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-uFHqUnsL3o .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uFHqUnsL3o .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-uFHqUnsL3o .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-uFHqUnsL3o .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFHqUnsL3o .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFHqUnsL3o .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uFHqUnsL3o .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uFHqUnsL3o .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uFHqUnsL3o .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFHqUnsL3o .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFHqUnsL3o .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uFHqUnsL3o .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uFHqUnsL3o .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uFHqUnsL3o .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFHqUnsL3o .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uFHqUnsL3o .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFHqUnsL3o .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFHqUnsL3o .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uFHqUnsL3o .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uFHqUnsL3o .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uFHqUnsL3o .navbar-toggler {
    display: none;
  }
  .cid-uFHqUnsL3o .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uFHqUnsL3o .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFHqUnsL3o .menu-logo {
  margin-right: auto;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFHqUnsL3o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uFHqUnsL3o .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFHqUnsL3o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFHqUnsL3o button.navbar-toggler:focus {
  outline: none;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f1e8a7;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFHqUnsL3o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFHqUnsL3o .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1.5rem);
  }
  .cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFHqUnsL3o .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFHqUnsL3o .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uFHqUnsL3o .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uFHqUnsL3o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uFHqUnsL3o .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFHqUnsL3o .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uFHqUnsL3o .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uFHqUnsL3o .nav-link:focus {
  outline: none;
}
.cid-uFHqUnsL3o .navbar-toggler {
  position: relative;
}
.cid-uFHqUnsL3o .dropdown-item.active,
.cid-uFHqUnsL3o .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uFHqUnsL3o .nav-link:hover,
.cid-uFHqUnsL3o .dropdown-item:hover {
  color: #d84651;
}
.cid-uFHqUnsL3o .widget-title,
.cid-uFHqUnsL3o .widget-icon {
  color: #f1e8a7;
}
.cid-uFHqUnsL3o .widget-text {
  color: #f1e8a7;
}
.cid-uGFRDdMEKL {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uGFRDdMEKL .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  color: #d84651;
}
.cid-uGFRDdMEKL .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-uGFRDdMEKL .card-img {
  margin-bottom: 1rem;
}
.cid-uGFRDdMEKL .card-img span {
  font-size: 60px;
}
.cid-uGFRDdMEKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFRDdMEKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGFRDdMEKL H1 {
  color: #000000;
}
.cid-uFHsEkNAWj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFHsEkNAWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFHsEkNAWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFHsEkNAWj .content-head {
  max-width: 800px;
}
.cid-uFHsEkNAWj .mbr-section-title {
  color: #d84651;
}
.cid-uFHsEkNAWj .mbr-section-subtitle {
  color: #d84651;
}
.cid-uFTvopr081 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uFTvopr081 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFTvopr081 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFTvopr081 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFTvopr081 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFTvopr081 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #d84651) !important;
}
.cid-uFTvopr081 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-uFTvopr081 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uFTvopr081 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uFTvopr081 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uFTvopr081 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #d84651 !important;
}
.cid-uFTvopr081 .mbr-gallery-filter ul {
  display: block;
}
.cid-uFTvopr081 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uFTvopr081 .mbr-gallery-filter li.active .btn {
  color: #d84651 !important;
  background: transparent;
}
.cid-uFTvopr081 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #d84651 !important;
}
.cid-uFTvopr081 .mbr-gallery-filter li.active::after,
.cid-uFTvopr081 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #d84651 !important;
}
.cid-uFTvopr081 .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uFTvopr081 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uFTvopr081 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uFTvopr081 .icon-focus:before {
  content: '\e95e';
}
.cid-uFTvopr081 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uFTvopr081 .mbr-section-title {
  margin: 0;
}
.cid-uFTvopr081 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uFTvopr081 .underline .line {
  width: 3rem;
  height: 2px;
  background: #d84651;
  display: inline-block;
}
.cid-uFTvopr081 .mbr-section-title,
.cid-uFTvopr081 .underline {
  color: #d84651;
}
.cid-uFTvopr081 .mbr-section-subtitle {
  color: #f1e8a7;
}
.cid-uKvJvip686 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uKvJvip686 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvJvip686 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvJvip686 .mbr-iconfont {
  color: #ff526b;
  font-size: 5rem;
  width: 5rem;
}
.cid-uKvJvip686 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-uKvJvip686 .mbr-section-subtitle,
.cid-uKvJvip686 .mbr-section-btn {
  color: #f1e8a7;
}
.cid-uKvCQq1rTU.popup-builder {
  background-color: #ffffff;
}
.cid-uKvCQq1rTU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKvCQq1rTU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKvCQq1rTU .modal-content,
.cid-uKvCQq1rTU .modal-dialog {
  height: auto;
}
.cid-uKvCQq1rTU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKvCQq1rTU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKvCQq1rTU .form-wrapper .mbr-form .form-group,
  .cid-uKvCQq1rTU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKvCQq1rTU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKvCQq1rTU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKvCQq1rTU .mbr-text {
  text-align: center;
  color: #f1e8a7;
}
.cid-uKvCQq1rTU .pt-0 {
  padding-top: 0 !important;
}
.cid-uKvCQq1rTU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKvCQq1rTU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKvCQq1rTU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKvCQq1rTU .modal-open {
  overflow: hidden;
}
.cid-uKvCQq1rTU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKvCQq1rTU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKvCQq1rTU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKvCQq1rTU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uKvCQq1rTU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKvCQq1rTU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKvCQq1rTU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKvCQq1rTU .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uKvCQq1rTU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKvCQq1rTU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKvCQq1rTU .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKvCQq1rTU .modal-backdrop.show {
  opacity: .5;
}
.cid-uKvCQq1rTU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uKvCQq1rTU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKvCQq1rTU .modal-header {
    padding: 1rem;
  }
}
.cid-uKvCQq1rTU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKvCQq1rTU .modal-header .close svg {
  fill: #d60b52;
}
.cid-uKvCQq1rTU .modal-header .close:hover {
  opacity: 1;
}
.cid-uKvCQq1rTU .modal-header .close:focus {
  outline: none;
}
.cid-uKvCQq1rTU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fe525b;
}
.cid-uKvCQq1rTU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKvCQq1rTU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKvCQq1rTU .modal-body {
    padding: 1rem;
  }
}
.cid-uKvCQq1rTU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uKvCQq1rTU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKvCQq1rTU .modal-footer {
    padding: 1rem;
  }
}
.cid-uKvCQq1rTU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKvCQq1rTU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKvCQq1rTU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKvCQq1rTU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKvCQq1rTU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKvCQq1rTU .modal-lg,
  .cid-uKvCQq1rTU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKvCQq1rTU .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKvCQq1rTU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKvCQq1rTU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uKvCQq1rTU .form-group {
  margin-bottom: 1rem;
}
.cid-uKvCQq1rTU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKvCQq1rTU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKvCQq1rTU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uKvCQq1rTU .mbr-section-btn {
  margin: 0;
}
.cid-uKvCQq1rTU .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKv83vDceN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uKv83vDceN .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #d84651;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKv83vDceN .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uKv83vDceN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uKv83vDceN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKv83vDceN .embla__slide .slide-content {
  width: 100%;
}
.cid-uKv83vDceN .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #000000;
}
.cid-uKv83vDceN .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uKv83vDceN .embla__button--next,
.cid-uKv83vDceN .embla__button--prev {
  display: flex;
}
.cid-uKv83vDceN .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #d84651 !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uKv83vDceN .embla__button:hover {
  opacity: .5 !important;
}
.cid-uKv83vDceN .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uKv83vDceN .embla__button.embla__button--next {
  right: 0;
}
.cid-uKv83vDceN .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uKv83vDceN .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uKv83vDceN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKv83vDceN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKv83vDceN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKvBzAsvG2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #080813;
}
.cid-uKvBzAsvG2 .mbr-text {
  color: #716c80;
}
.cid-uKvBzAsvG2 .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #080813;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uKvBzAsvG2 .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uKvBzAsvG2 .card-wrapper:hover .ico2 {
  color: #d84651 !important;
}
.cid-uKvBzAsvG2 .ico2 {
  color: #d84651 !important;
  transition: all 0.6s;
}
.cid-uKvBzAsvG2 .text-info:hover {
  color: inherit!important;
}
.cid-uKvBzAsvG2 .card-box {
  padding: 0rem 1rem;
}
.cid-uKvBzAsvG2 .ico1 {
  font-size: 2.5rem !important;
}
.cid-uKvBzAsvG2 h3,
.cid-uKvBzAsvG2 h4 {
  padding: 0;
  margin: 0;
}
.cid-uKvBzAsvG2 .card-title,
.cid-uKvBzAsvG2 .card-img {
  color: #57468b;
}
.cid-uKvBzAsvG2 .card-title {
  color: #fe525b;
}
.cid-uKvBzAsvG2 .card-img {
  width: auto;
}
.cid-uKvBzAsvG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvBzAsvG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYHouJ0xr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFYHouJ0xr .mbr-overlay {
  background-color: #212428;
  opacity: 0.6;
}
.cid-uFYHouJ0xr .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uFYHouJ0xr .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-uFYHouJ0xr .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-uFYHouJ0xr .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-uFYHouJ0xr .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uFYHouJ0xr .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uFYHouJ0xr .mbr-section-title {
    text-align: center;
  }
}
.cid-uFYHouJ0xr .mbr-section-subtitle {
  color: #d84651;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uFYHouJ0xr .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uFYHouJ0xr .item-card {
  height: 100%;
}
.cid-uFYHouJ0xr .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #212428;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #f1e8a7;
}
@media (max-width: 767px) {
  .cid-uFYHouJ0xr .item-wrap {
    padding: 50px 20px;
  }
}
.cid-uFYHouJ0xr .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-uFYHouJ0xr .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uFYHouJ0xr .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uFYHouJ0xr .card-box {
  padding-top: 28px;
}
.cid-uFYHouJ0xr .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-uFYHouJ0xr .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-uFYHouJ0xr .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uFYHouJ0xr .card-contacts {
  color: #f1e8a7;
}
.cid-uFYHouJ0xr .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-uFYHouJ0xr .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #d84651;
  transition: 0.4s all;
}
.cid-uFYHouJ0xr .card-contacts a:hover {
  color: #d84651 !important;
}
.cid-uFYHouJ0xr .card-contacts a:hover:before {
  width: 100%;
}
.cid-uFYHouJ0xr .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-uFYHouJ0xr .social-title {
  color: #fe525b;
  margin-bottom: 8px;
}
.cid-uFYHouJ0xr .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-uFYHouJ0xr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #000000);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #474a48;
  transition: 0.4s all;
}
.cid-uFYHouJ0xr .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uFYHouJ0xr .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uFYHouJ0xr .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uFYHouJ0xr .soc-item:hover .mbr-iconfont {
  color: #d84651;
}
.cid-uFYHouJ0xr .soc-item:hover:before {
  opacity: 1;
}
.cid-uFYHouJ0xr .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-uFYHouJ0xr .form-main-container {
    padding-left: 20px;
  }
}
.cid-uFYHouJ0xr .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #212428;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #f1e8a7;
}
@media (max-width: 575px) {
  .cid-uFYHouJ0xr .form-wrap {
    padding: 20px;
  }
}
.cid-uFYHouJ0xr form {
  width: 100%;
}
.cid-uFYHouJ0xr form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uFYHouJ0xr form p {
  color: #878e99;
}
.cid-uFYHouJ0xr form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-uFYHouJ0xr form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uFYHouJ0xr form .form-group {
  margin-bottom: 20px !important;
}
.cid-uFYHouJ0xr form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-uFYHouJ0xr form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uFYHouJ0xr form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-uFYHouJ0xr form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-uFYHouJ0xr form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-uFYHouJ0xr form select {
  color: #878e99 !important;
}
.cid-uFYHouJ0xr form textarea {
  height: 216px !important;
  resize: none;
}
.cid-uFYHouJ0xr form input:active,
.cid-uFYHouJ0xr form textarea:active,
.cid-uFYHouJ0xr form input:focus,
.cid-uFYHouJ0xr form textarea:focus {
  border-color: #d84651 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
}
.cid-uFYHouJ0xr form input:active::-webkit-input-placeholder,
.cid-uFYHouJ0xr form textarea:active::-webkit-input-placeholder,
.cid-uFYHouJ0xr form input:focus::-webkit-input-placeholder,
.cid-uFYHouJ0xr form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uFYHouJ0xr form input:active::-moz-placeholder,
.cid-uFYHouJ0xr form textarea:active::-moz-placeholder,
.cid-uFYHouJ0xr form input:focus::-moz-placeholder,
.cid-uFYHouJ0xr form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-uFYHouJ0xr form input:active:-moz-placeholder,
.cid-uFYHouJ0xr form textarea:active:-moz-placeholder,
.cid-uFYHouJ0xr form input:focus:-moz-placeholder,
.cid-uFYHouJ0xr form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-uFYHouJ0xr form input:active:-ms-input-placeholder,
.cid-uFYHouJ0xr form textarea:active:-ms-input-placeholder,
.cid-uFYHouJ0xr form input:focus:-ms-input-placeholder,
.cid-uFYHouJ0xr form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-uFYHouJ0xr form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-uFYHouJ0xr form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uFYHouJ0xr form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-uFYHouJ0xr form .form-control-label {
  width: 100%;
}
.cid-uFYHouJ0xr form .form-check-label {
  margin-bottom: 14px;
}
.cid-uFYHouJ0xr form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uFYHouJ0xr form .form-check-input:focus,
.cid-uFYHouJ0xr form .form-check-input:hover {
  border-color: #d84651 !important;
}
.cid-uFYHouJ0xr form .form-check-input:checked {
  border-color: #d84651 !important;
  background-color: #191b1e !important;
}
.cid-uFYHouJ0xr LABEL {
  color: #ffffff;
}
.cid-uG0PBntxym {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uG0PBntxym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0PBntxym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG0PBntxym .container {
    padding: 0 15px;
  }
}
.cid-uG0PBntxym .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uG0PBntxym .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uG0PBntxym .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-uG0PBntxym .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #d84651;
}
@media (max-width: 992px) {
  .cid-uG0PBntxym .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-uG0PBntxym .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uG0PBntxym .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uG0PBntxym .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uG0PBntxym .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-uG0PBntxym .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0PBntxym .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG0PBntxym .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uG0PBntxym .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uG0PBntxym .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-uG0PBntxym .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uG0PBntxym .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uG0PBntxym .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uG0PBntxym .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0PBntxym .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG0PBntxym .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uG0PBntxym .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uG0PBntxym .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0PBntxym .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG0PBntxym .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uG0PBntxym .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-uG0PBntxym .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uG0PBntxym .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-uG0PBntxym .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uG0PBntxym .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ec111a;
  border: 2px solid #ec111a;
}
.cid-uG0PBntxym .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-uG0PBntxym .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #f1e8a7;
}
.cid-uG0PBntxym .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #f1e8a7;
  transform: rotate(20deg);
}
.cid-uG0PBntxym .mbr-section-subtitle {
  color: #30262b;
}
.cid-uG0PBntxym .list {
  color: #30262b;
}
.cid-uG0PBntxym .mbr-address {
  color: #f1e8a7;
}
.cid-uGJnIJrw81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uGJnIJrw81 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #f1e8a7;
}
@media (max-width: 991px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 30px;
  }
}
.cid-uGJnIJrw81 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uGJnIJrw81 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGJnIJrw81 .copyright {
  color: #d84651;
  text-align: left;
}
.cid-uGJnIJrw81 .mbr-section-subtitle {
  color: #d84651;
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uGJnIJrw81 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uGJnIJrw81 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uGJnIJrw81 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .footer-logo {
    margin: 0 auto;
  }
}
.cid-uKv9oubc69 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKv9oubc69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKv9oubc69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKv9oubc69 .container {
    padding: 0 30px;
  }
}
.cid-uKv9oubc69 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uKv9oubc69 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKv9oubc69 .mbr-section-subtitle {
  color: #757b62;
  text-align: left;
}
.cid-uKv9oubc69 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uFHqUnsL3o .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-uFHqUnsL3o .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uFHqUnsL3o a {
  font-style: normal;
}
.cid-uFHqUnsL3o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFHqUnsL3o .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uFHqUnsL3o .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .content-text {
  margin-bottom: 0;
}
.cid-uFHqUnsL3o .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d84651;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uFHqUnsL3o .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFHqUnsL3o .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFHqUnsL3o .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uFHqUnsL3o .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFHqUnsL3o .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFHqUnsL3o .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uFHqUnsL3o .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFHqUnsL3o .nav-dropdown .link {
  font-weight: 400;
}
.cid-uFHqUnsL3o .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFHqUnsL3o .content-right-side {
  text-align: center;
}
.cid-uFHqUnsL3o .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uFHqUnsL3o .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uFHqUnsL3o .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uFHqUnsL3o .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uFHqUnsL3o img {
    height: 3.8rem !important;
  }
  .cid-uFHqUnsL3o .btn {
    display: -webkit-flex;
  }
  .cid-uFHqUnsL3o button.navbar-toggler {
    display: block;
  }
  .cid-uFHqUnsL3o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uFHqUnsL3o .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFHqUnsL3o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing,
  .cid-uFHqUnsL3o .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uFHqUnsL3o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uFHqUnsL3o .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-uFHqUnsL3o .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uFHqUnsL3o .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-uFHqUnsL3o .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-uFHqUnsL3o .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFHqUnsL3o .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFHqUnsL3o .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uFHqUnsL3o .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uFHqUnsL3o .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uFHqUnsL3o .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFHqUnsL3o .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFHqUnsL3o .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uFHqUnsL3o .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uFHqUnsL3o .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uFHqUnsL3o .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFHqUnsL3o .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uFHqUnsL3o .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFHqUnsL3o .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFHqUnsL3o .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uFHqUnsL3o .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uFHqUnsL3o .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uFHqUnsL3o .navbar-toggler {
    display: none;
  }
  .cid-uFHqUnsL3o .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uFHqUnsL3o .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFHqUnsL3o .menu-logo {
  margin-right: auto;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFHqUnsL3o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uFHqUnsL3o .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFHqUnsL3o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFHqUnsL3o button.navbar-toggler:focus {
  outline: none;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f1e8a7;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFHqUnsL3o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFHqUnsL3o .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1.5rem);
  }
  .cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFHqUnsL3o .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFHqUnsL3o .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uFHqUnsL3o .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uFHqUnsL3o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uFHqUnsL3o .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFHqUnsL3o .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uFHqUnsL3o .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uFHqUnsL3o .nav-link:focus {
  outline: none;
}
.cid-uFHqUnsL3o .navbar-toggler {
  position: relative;
}
.cid-uFHqUnsL3o .dropdown-item.active,
.cid-uFHqUnsL3o .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uFHqUnsL3o .nav-link:hover,
.cid-uFHqUnsL3o .dropdown-item:hover {
  color: #d84651;
}
.cid-uFHqUnsL3o .widget-title,
.cid-uFHqUnsL3o .widget-icon {
  color: #f1e8a7;
}
.cid-uFHqUnsL3o .widget-text {
  color: #f1e8a7;
}
.cid-uG0nRmKAm6 {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uG0nRmKAm6 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uG0nRmKAm6 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uG0nRmKAm6 .box {
  background-image: url("../../../assets/images/000-1920x1080.png");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG0nRmKAm6 .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uG0nRmKAm6 .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-uG0nRmKAm6 .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uG0nRmKAm6 .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uG0nRmKAm6 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uG0nRmKAm6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uG0nRmKAm6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uG0nRmKAm6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uG0nRmKAm6 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uG0nRmKAm6 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uG0nRmKAm6 .box {
    height: 250px;
  }
}
.cid-uG0nRmKAm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0nRmKAm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0nRmKAm6 H1 {
  color: #d84651;
}
.cid-uFYM11kL6K {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/logo-p-645x774.png");
}
.cid-uFYM11kL6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYM11kL6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFYM11kL6K .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFYM11kL6K .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uFYM11kL6K .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uFYM11kL6K .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #ff0012);
}
.cid-uFYM11kL6K .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFYM11kL6K .mbr-desc {
  color: #1c1c1c;
}
.cid-uFYM11kL6K .mbr-text {
  color: #ffffff;
}
.cid-uFYM11kL6K .mbr-desc,
.cid-uFYM11kL6K .desc-wrapper {
  color: #d84651;
}
.cid-uK1O0UoIsa.popup-builder {
  background-color: #ffffff;
}
.cid-uK1O0UoIsa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uK1O0UoIsa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uK1O0UoIsa .modal-content,
.cid-uK1O0UoIsa .modal-dialog {
  height: auto;
}
.cid-uK1O0UoIsa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uK1O0UoIsa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uK1O0UoIsa .form-wrapper .mbr-form .form-group,
  .cid-uK1O0UoIsa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uK1O0UoIsa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uK1O0UoIsa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uK1O0UoIsa .mbr-text {
  text-align: center;
  color: #d60b52;
}
.cid-uK1O0UoIsa .pt-0 {
  padding-top: 0 !important;
}
.cid-uK1O0UoIsa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uK1O0UoIsa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uK1O0UoIsa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uK1O0UoIsa .modal-open {
  overflow: hidden;
}
.cid-uK1O0UoIsa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uK1O0UoIsa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uK1O0UoIsa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uK1O0UoIsa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uK1O0UoIsa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uK1O0UoIsa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uK1O0UoIsa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uK1O0UoIsa .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uK1O0UoIsa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uK1O0UoIsa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uK1O0UoIsa .modal-backdrop.fade {
  opacity: 0;
}
.cid-uK1O0UoIsa .modal-backdrop.show {
  opacity: .5;
}
.cid-uK1O0UoIsa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uK1O0UoIsa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uK1O0UoIsa .modal-header {
    padding: 1rem;
  }
}
.cid-uK1O0UoIsa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uK1O0UoIsa .modal-header .close svg {
  fill: #d60b52;
}
.cid-uK1O0UoIsa .modal-header .close:hover {
  opacity: 1;
}
.cid-uK1O0UoIsa .modal-header .close:focus {
  outline: none;
}
.cid-uK1O0UoIsa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fe525b;
}
.cid-uK1O0UoIsa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uK1O0UoIsa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uK1O0UoIsa .modal-body {
    padding: 1rem;
  }
}
.cid-uK1O0UoIsa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uK1O0UoIsa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uK1O0UoIsa .modal-footer {
    padding: 1rem;
  }
}
.cid-uK1O0UoIsa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uK1O0UoIsa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uK1O0UoIsa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uK1O0UoIsa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uK1O0UoIsa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uK1O0UoIsa .modal-lg,
  .cid-uK1O0UoIsa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uK1O0UoIsa .modal-xl {
    max-width: 1140px;
  }
}
.cid-uK1O0UoIsa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uK1O0UoIsa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uK1O0UoIsa .form-group {
  margin-bottom: 1rem;
}
.cid-uK1O0UoIsa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uK1O0UoIsa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uK1O0UoIsa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uK1O0UoIsa .mbr-section-btn {
  margin: 0;
}
.cid-uK1O0UoIsa .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKvBUsi7SY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #080813;
}
.cid-uKvBUsi7SY .mbr-text {
  color: #716c80;
}
.cid-uKvBUsi7SY .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #080813;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uKvBUsi7SY .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uKvBUsi7SY .card-wrapper:hover .ico2 {
  color: #d84651 !important;
}
.cid-uKvBUsi7SY .ico2 {
  color: #d84651 !important;
  transition: all 0.6s;
}
.cid-uKvBUsi7SY .text-info:hover {
  color: inherit!important;
}
.cid-uKvBUsi7SY .card-box {
  padding: 0rem 1rem;
}
.cid-uKvBUsi7SY .ico1 {
  font-size: 2.5rem !important;
}
.cid-uKvBUsi7SY h3,
.cid-uKvBUsi7SY h4 {
  padding: 0;
  margin: 0;
}
.cid-uKvBUsi7SY .card-title,
.cid-uKvBUsi7SY .card-img {
  color: #57468b;
}
.cid-uKvBUsi7SY .card-title {
  color: #fe525b;
}
.cid-uKvBUsi7SY .card-img {
  width: auto;
}
.cid-uKvBUsi7SY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvBUsi7SY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNQM89liH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uHNQM89liH .mbr-overlay {
  background-color: #212428;
  opacity: 0.6;
}
.cid-uHNQM89liH .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uHNQM89liH .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-uHNQM89liH .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-uHNQM89liH .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-uHNQM89liH .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uHNQM89liH .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uHNQM89liH .mbr-section-title {
    text-align: center;
  }
}
.cid-uHNQM89liH .mbr-section-subtitle {
  color: #d84651;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uHNQM89liH .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uHNQM89liH .item-card {
  height: 100%;
}
.cid-uHNQM89liH .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #212428;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #f1e8a7;
}
@media (max-width: 767px) {
  .cid-uHNQM89liH .item-wrap {
    padding: 50px 20px;
  }
}
.cid-uHNQM89liH .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-uHNQM89liH .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uHNQM89liH .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uHNQM89liH .card-box {
  padding-top: 28px;
}
.cid-uHNQM89liH .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-uHNQM89liH .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-uHNQM89liH .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uHNQM89liH .card-contacts {
  color: #f1e8a7;
}
.cid-uHNQM89liH .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-uHNQM89liH .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #d84651;
  transition: 0.4s all;
}
.cid-uHNQM89liH .card-contacts a:hover {
  color: #d84651 !important;
}
.cid-uHNQM89liH .card-contacts a:hover:before {
  width: 100%;
}
.cid-uHNQM89liH .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-uHNQM89liH .social-title {
  color: #fe525b;
  margin-bottom: 8px;
}
.cid-uHNQM89liH .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-uHNQM89liH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #000000);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #474a48;
  transition: 0.4s all;
}
.cid-uHNQM89liH .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uHNQM89liH .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uHNQM89liH .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uHNQM89liH .soc-item:hover .mbr-iconfont {
  color: #d84651;
}
.cid-uHNQM89liH .soc-item:hover:before {
  opacity: 1;
}
.cid-uHNQM89liH .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-uHNQM89liH .form-main-container {
    padding-left: 20px;
  }
}
.cid-uHNQM89liH .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #212428;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #f1e8a7;
}
@media (max-width: 575px) {
  .cid-uHNQM89liH .form-wrap {
    padding: 20px;
  }
}
.cid-uHNQM89liH form {
  width: 100%;
}
.cid-uHNQM89liH form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uHNQM89liH form p {
  color: #878e99;
}
.cid-uHNQM89liH form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-uHNQM89liH form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uHNQM89liH form .form-group {
  margin-bottom: 20px !important;
}
.cid-uHNQM89liH form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-uHNQM89liH form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uHNQM89liH form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-uHNQM89liH form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-uHNQM89liH form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-uHNQM89liH form select {
  color: #878e99 !important;
}
.cid-uHNQM89liH form textarea {
  height: 216px !important;
  resize: none;
}
.cid-uHNQM89liH form input:active,
.cid-uHNQM89liH form textarea:active,
.cid-uHNQM89liH form input:focus,
.cid-uHNQM89liH form textarea:focus {
  border-color: #d84651 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
}
.cid-uHNQM89liH form input:active::-webkit-input-placeholder,
.cid-uHNQM89liH form textarea:active::-webkit-input-placeholder,
.cid-uHNQM89liH form input:focus::-webkit-input-placeholder,
.cid-uHNQM89liH form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uHNQM89liH form input:active::-moz-placeholder,
.cid-uHNQM89liH form textarea:active::-moz-placeholder,
.cid-uHNQM89liH form input:focus::-moz-placeholder,
.cid-uHNQM89liH form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-uHNQM89liH form input:active:-moz-placeholder,
.cid-uHNQM89liH form textarea:active:-moz-placeholder,
.cid-uHNQM89liH form input:focus:-moz-placeholder,
.cid-uHNQM89liH form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-uHNQM89liH form input:active:-ms-input-placeholder,
.cid-uHNQM89liH form textarea:active:-ms-input-placeholder,
.cid-uHNQM89liH form input:focus:-ms-input-placeholder,
.cid-uHNQM89liH form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-uHNQM89liH form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-uHNQM89liH form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uHNQM89liH form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-uHNQM89liH form .form-control-label {
  width: 100%;
}
.cid-uHNQM89liH form .form-check-label {
  margin-bottom: 14px;
}
.cid-uHNQM89liH form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uHNQM89liH form .form-check-input:focus,
.cid-uHNQM89liH form .form-check-input:hover {
  border-color: #d84651 !important;
}
.cid-uHNQM89liH form .form-check-input:checked {
  border-color: #d84651 !important;
  background-color: #191b1e !important;
}
.cid-uHNQM89liH LABEL {
  color: #ffffff;
}
.cid-uG0R0n2iIc {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uG0R0n2iIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0R0n2iIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG0R0n2iIc .container {
    padding: 0 15px;
  }
}
.cid-uG0R0n2iIc .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uG0R0n2iIc .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uG0R0n2iIc .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-uG0R0n2iIc .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #d84651;
}
@media (max-width: 992px) {
  .cid-uG0R0n2iIc .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-uG0R0n2iIc .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uG0R0n2iIc .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uG0R0n2iIc .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ec111a;
  border: 2px solid #ec111a;
}
.cid-uG0R0n2iIc .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-uG0R0n2iIc .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #f1e8a7;
}
.cid-uG0R0n2iIc .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #f1e8a7;
  transform: rotate(20deg);
}
.cid-uG0R0n2iIc .mbr-section-subtitle {
  color: #30262b;
}
.cid-uG0R0n2iIc .list {
  color: #30262b;
}
.cid-uG0R0n2iIc .mbr-address {
  color: #f1e8a7;
}
.cid-uGJnIJrw81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uGJnIJrw81 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #f1e8a7;
}
@media (max-width: 991px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 30px;
  }
}
.cid-uGJnIJrw81 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uGJnIJrw81 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGJnIJrw81 .copyright {
  color: #d84651;
  text-align: left;
}
.cid-uGJnIJrw81 .mbr-section-subtitle {
  color: #d84651;
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uGJnIJrw81 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uGJnIJrw81 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uGJnIJrw81 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .footer-logo {
    margin: 0 auto;
  }
}
.cid-uKvccqZbck {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKvccqZbck .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvccqZbck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKvccqZbck .container {
    padding: 0 30px;
  }
}
.cid-uKvccqZbck .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uKvccqZbck .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKvccqZbck .mbr-section-subtitle {
  color: #757b62;
  text-align: left;
}
.cid-uKvccqZbck .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uFHqUnsL3o .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-uFHqUnsL3o .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uFHqUnsL3o a {
  font-style: normal;
}
.cid-uFHqUnsL3o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFHqUnsL3o .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uFHqUnsL3o .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .content-text {
  margin-bottom: 0;
}
.cid-uFHqUnsL3o .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d84651;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uFHqUnsL3o .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFHqUnsL3o .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFHqUnsL3o .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uFHqUnsL3o .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFHqUnsL3o .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFHqUnsL3o .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uFHqUnsL3o .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFHqUnsL3o .nav-dropdown .link {
  font-weight: 400;
}
.cid-uFHqUnsL3o .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFHqUnsL3o .content-right-side {
  text-align: center;
}
.cid-uFHqUnsL3o .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uFHqUnsL3o .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uFHqUnsL3o .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uFHqUnsL3o .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uFHqUnsL3o img {
    height: 3.8rem !important;
  }
  .cid-uFHqUnsL3o .btn {
    display: -webkit-flex;
  }
  .cid-uFHqUnsL3o button.navbar-toggler {
    display: block;
  }
  .cid-uFHqUnsL3o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uFHqUnsL3o .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFHqUnsL3o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing,
  .cid-uFHqUnsL3o .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uFHqUnsL3o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uFHqUnsL3o .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-uFHqUnsL3o .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uFHqUnsL3o .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-uFHqUnsL3o .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-uFHqUnsL3o .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFHqUnsL3o .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFHqUnsL3o .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uFHqUnsL3o .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uFHqUnsL3o .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uFHqUnsL3o .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFHqUnsL3o .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFHqUnsL3o .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uFHqUnsL3o .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uFHqUnsL3o .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uFHqUnsL3o .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFHqUnsL3o .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uFHqUnsL3o .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFHqUnsL3o .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFHqUnsL3o .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uFHqUnsL3o .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uFHqUnsL3o .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uFHqUnsL3o .navbar-toggler {
    display: none;
  }
  .cid-uFHqUnsL3o .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uFHqUnsL3o .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFHqUnsL3o .menu-logo {
  margin-right: auto;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFHqUnsL3o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uFHqUnsL3o .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFHqUnsL3o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFHqUnsL3o button.navbar-toggler:focus {
  outline: none;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f1e8a7;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFHqUnsL3o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFHqUnsL3o .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1.5rem);
  }
  .cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFHqUnsL3o .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFHqUnsL3o .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uFHqUnsL3o .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uFHqUnsL3o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uFHqUnsL3o .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFHqUnsL3o .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uFHqUnsL3o .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uFHqUnsL3o .nav-link:focus {
  outline: none;
}
.cid-uFHqUnsL3o .navbar-toggler {
  position: relative;
}
.cid-uFHqUnsL3o .dropdown-item.active,
.cid-uFHqUnsL3o .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uFHqUnsL3o .nav-link:hover,
.cid-uFHqUnsL3o .dropdown-item:hover {
  color: #d84651;
}
.cid-uFHqUnsL3o .widget-title,
.cid-uFHqUnsL3o .widget-icon {
  color: #f1e8a7;
}
.cid-uFHqUnsL3o .widget-text {
  color: #f1e8a7;
}
.cid-uG4zq9zM1u {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uG4zq9zM1u .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  color: #d84651;
}
.cid-uG4zq9zM1u .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-uG4zq9zM1u .card-img {
  margin-bottom: 1rem;
}
.cid-uG4zq9zM1u .card-img span {
  font-size: 60px;
}
.cid-uG4zq9zM1u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4zq9zM1u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsubvzb2g {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uGsubvzb2g .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uGsubvzb2g .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uGsubvzb2g .container {
    padding: 0 22px;
  }
}
.cid-uGsubvzb2g .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uGsubvzb2g .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGsubvzb2g .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGsubvzb2g .embla__slide .slide-content {
    display: block;
  }
}
.cid-uGsubvzb2g .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGsubvzb2g .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uGsubvzb2g .embla__button--next,
.cid-uGsubvzb2g .embla__button--prev {
  display: flex;
}
.cid-uGsubvzb2g .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uGsubvzb2g .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGsubvzb2g .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uGsubvzb2g .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uGsubvzb2g .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uGsubvzb2g .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uGsubvzb2g .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uGsubvzb2g .embla {
  position: relative;
  width: 100%;
}
.cid-uGsubvzb2g .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uGsubvzb2g .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGsubvzb2g .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGsubvzb2g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGsubvzb2g .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGuBDQZv43 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uGuBDQZv43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGuBDQZv43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGuBDQZv43 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGuBDQZv43 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGuBDQZv43 .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGuBDQZv43 .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uGuBDQZv43 .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGuBDQZv43 .content-wrapper .list .item-wrap:hover,
.cid-uGuBDQZv43 .content-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uGuBDQZv43 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #f1e8a7, #d84651, #f1e8a7);
}
@media (max-width: 992px) {
  .cid-uGuBDQZv43 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGuBDQZv43 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGuBDQZv43 .list {
  color: #bbbbbb;
  text-align: center;
}
.cid-uG4N3deuUh {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/roking2-1920x1080.png");
}
.cid-uG4N3deuUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4N3deuUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG4N3deuUh .container {
    padding: 0 22px;
  }
}
.cid-uG4N3deuUh .card {
  justify-content: center;
}
.cid-uG4N3deuUh .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uG4N3deuUh .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uG4N3deuUh .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uG4N3deuUh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uG4N3deuUh .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uG4N3deuUh .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #f1e8a7;
}
@media (max-width: 1440px) {
  .cid-uG4N3deuUh .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uG4N3deuUh .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uG4N3deuUh .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uG4N3deuUh .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uG4N3deuUh .mbr-section-title {
  color: #f1e8a7;
}
.cid-uG4N3deuUh .mbr-text {
  color: #ffffff;
}
.cid-uG4EYSJ8M1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/roking2-1920x1080.png");
}
.cid-uG4EYSJ8M1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4EYSJ8M1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG4EYSJ8M1 .container {
    padding: 0 16px;
  }
}
.cid-uG4EYSJ8M1 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uG4EYSJ8M1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uG4EYSJ8M1 .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG4EYSJ8M1 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uG4EYSJ8M1 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uG4EYSJ8M1 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uG4EYSJ8M1 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uG4EYSJ8M1 .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-uG4EYSJ8M1 .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uG4EYSJ8M1 .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #ff0012;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-uG4EYSJ8M1 .mbr-section-title {
  color: #ffffff;
}
.cid-uG4EYSJ8M1 .mbr-desc {
  color: #08323C;
}
.cid-uG4EYSJ8M1 .mbr-text {
  color: #08323C;
}
.cid-uG4EYSJ8M1 .mbr-desc,
.cid-uG4EYSJ8M1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uGssJIFUM7 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGssJIFUM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGssJIFUM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGssJIFUM7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGssJIFUM7 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGssJIFUM7 .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGssJIFUM7 .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uGssJIFUM7 .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGssJIFUM7 .content-wrapper .list .item-wrap:hover,
.cid-uGssJIFUM7 .content-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uGssJIFUM7 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #f1e8a7, #d84651, #f1e8a7);
}
@media (max-width: 992px) {
  .cid-uGssJIFUM7 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGssJIFUM7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGssJIFUM7 .list {
  color: #bbbbbb;
  text-align: center;
}
.cid-uG4O4qOk20 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/litines2-1920x1080.png");
}
.cid-uG4O4qOk20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4O4qOk20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG4O4qOk20 .container {
    padding: 0 22px;
  }
}
.cid-uG4O4qOk20 .card {
  justify-content: center;
}
.cid-uG4O4qOk20 .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uG4O4qOk20 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG4O4qOk20 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uG4O4qOk20 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uG4O4qOk20 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uG4O4qOk20 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uG4O4qOk20 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #f1e8a7;
}
@media (max-width: 1440px) {
  .cid-uG4O4qOk20 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uG4O4qOk20 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uG4O4qOk20 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uG4O4qOk20 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uG4O4qOk20 .mbr-section-title {
  color: #f1e8a7;
}
.cid-uG4O4qOk20 .mbr-text {
  color: #ffffff;
}
.cid-uGsscMnusV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/litines2-1920x1080.png");
}
.cid-uGsscMnusV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsscMnusV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGsscMnusV .container {
    padding: 0 16px;
  }
}
.cid-uGsscMnusV .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uGsscMnusV .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uGsscMnusV .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGsscMnusV .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uGsscMnusV .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uGsscMnusV .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uGsscMnusV .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uGsscMnusV .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-uGsscMnusV .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uGsscMnusV .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #ff0012;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-uGsscMnusV .mbr-section-title {
  color: #ffffff;
}
.cid-uGsscMnusV .mbr-desc {
  color: #08323C;
}
.cid-uGsscMnusV .mbr-text {
  color: #f1e8a7;
}
.cid-uGsscMnusV .mbr-desc,
.cid-uGsscMnusV .mbr-section-btn {
  color: #ffffff;
}
.cid-uGsG73lBu4 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGsG73lBu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsG73lBu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsG73lBu4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGsG73lBu4 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGsG73lBu4 .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGsG73lBu4 .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uGsG73lBu4 .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGsG73lBu4 .content-wrapper .list .item-wrap:hover,
.cid-uGsG73lBu4 .content-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uGsG73lBu4 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #f1e8a7, #d84651, #f1e8a7);
}
@media (max-width: 992px) {
  .cid-uGsG73lBu4 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGsG73lBu4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGsG73lBu4 .list {
  color: #bbbbbb;
  text-align: center;
}
.cid-uG4TVNCGCc {
  padding-top: 6rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/big-b3-1920x1080.png");
}
.cid-uG4TVNCGCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4TVNCGCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG4TVNCGCc .container {
    padding: 0 22px;
  }
}
.cid-uG4TVNCGCc .card {
  justify-content: center;
}
.cid-uG4TVNCGCc .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uG4TVNCGCc .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uG4TVNCGCc .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uG4TVNCGCc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uG4TVNCGCc .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uG4TVNCGCc .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #f1e8a7;
}
@media (max-width: 1440px) {
  .cid-uG4TVNCGCc .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uG4TVNCGCc .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uG4TVNCGCc .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uG4TVNCGCc .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uG4TVNCGCc .mbr-section-title {
  color: #f1e8a7;
}
.cid-uG4TVNCGCc .mbr-text {
  color: #ffffff;
}
.cid-uGsFGSrmi4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/big-b3-1920x1080.png");
}
.cid-uGsFGSrmi4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsFGSrmi4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGsFGSrmi4 .container {
    padding: 0 16px;
  }
}
.cid-uGsFGSrmi4 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uGsFGSrmi4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uGsFGSrmi4 .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGsFGSrmi4 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uGsFGSrmi4 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uGsFGSrmi4 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uGsFGSrmi4 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uGsFGSrmi4 .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-uGsFGSrmi4 .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uGsFGSrmi4 .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #ff0012;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-uGsFGSrmi4 .mbr-section-title {
  color: #ffffff;
}
.cid-uGsFGSrmi4 .mbr-desc {
  color: #08323C;
}
.cid-uGsFGSrmi4 .mbr-text {
  color: #f1e8a7;
}
.cid-uGsFGSrmi4 .mbr-desc,
.cid-uGsFGSrmi4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uGsG9cl9pg {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGsG9cl9pg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsG9cl9pg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsG9cl9pg .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGsG9cl9pg .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGsG9cl9pg .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGsG9cl9pg .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uGsG9cl9pg .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGsG9cl9pg .content-wrapper .list .item-wrap:hover,
.cid-uGsG9cl9pg .content-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uGsG9cl9pg .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #f1e8a7, #d84651, #f1e8a7);
}
@media (max-width: 992px) {
  .cid-uGsG9cl9pg .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGsG9cl9pg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGsG9cl9pg .list {
  color: #bbbbbb;
  text-align: center;
}
.cid-uGskao8oHb {
  padding-top: 6rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/silly-sally-1920x1080.png");
}
.cid-uGskao8oHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGskao8oHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGskao8oHb .container {
    padding: 0 22px;
  }
}
.cid-uGskao8oHb .card {
  justify-content: center;
}
.cid-uGskao8oHb .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uGskao8oHb .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGskao8oHb .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uGskao8oHb .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uGskao8oHb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGskao8oHb .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uGskao8oHb .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #f1e8a7;
}
@media (max-width: 1440px) {
  .cid-uGskao8oHb .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uGskao8oHb .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uGskao8oHb .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uGskao8oHb .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uGskao8oHb .mbr-section-title {
  color: #f1e8a7;
}
.cid-uGskao8oHb .mbr-text {
  color: #ffffff;
}
.cid-uGyoZbtE0G {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/silly-sally-1920x1080.png");
}
.cid-uGyoZbtE0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGyoZbtE0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGyoZbtE0G .container {
    padding: 0 16px;
  }
}
.cid-uGyoZbtE0G .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uGyoZbtE0G .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uGyoZbtE0G .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGyoZbtE0G .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uGyoZbtE0G .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uGyoZbtE0G .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uGyoZbtE0G .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uGyoZbtE0G .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-uGyoZbtE0G .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uGyoZbtE0G .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #ff0012;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-uGyoZbtE0G .mbr-section-title {
  color: #ffffff;
}
.cid-uGyoZbtE0G .mbr-desc {
  color: #08323C;
}
.cid-uGyoZbtE0G .mbr-text {
  color: #08323C;
}
.cid-uGyoZbtE0G .mbr-desc,
.cid-uGyoZbtE0G .mbr-section-btn {
  color: #ffffff;
}
.cid-uGsGqEM33e {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGsGqEM33e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsGqEM33e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsGqEM33e .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGsGqEM33e .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGsGqEM33e .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGsGqEM33e .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uGsGqEM33e .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGsGqEM33e .content-wrapper .list .item-wrap:hover,
.cid-uGsGqEM33e .content-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uGsGqEM33e .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #f1e8a7, #d84651, #f1e8a7);
}
@media (max-width: 992px) {
  .cid-uGsGqEM33e .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGsGqEM33e .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGsGqEM33e .list {
  color: #bbbbbb;
  text-align: center;
}
.cid-uGskgHjdG2 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/seumour2-1920x1080.png");
}
.cid-uGskgHjdG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGskgHjdG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGskgHjdG2 .container {
    padding: 0 22px;
  }
}
.cid-uGskgHjdG2 .card {
  justify-content: center;
}
.cid-uGskgHjdG2 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uGskgHjdG2 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uGskgHjdG2 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uGskgHjdG2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGskgHjdG2 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uGskgHjdG2 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #f1e8a7;
}
@media (max-width: 1440px) {
  .cid-uGskgHjdG2 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uGskgHjdG2 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uGskgHjdG2 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uGskgHjdG2 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uGskgHjdG2 .mbr-section-title {
  color: #f1e8a7;
}
.cid-uGskgHjdG2 .mbr-text {
  color: #ffffff;
}
.cid-uGFLafxGtJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/seumour2-1920x1080.png");
}
.cid-uGFLafxGtJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFLafxGtJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGFLafxGtJ .container {
    padding: 0 16px;
  }
}
.cid-uGFLafxGtJ .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uGFLafxGtJ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uGFLafxGtJ .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGFLafxGtJ .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uGFLafxGtJ .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uGFLafxGtJ .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uGFLafxGtJ .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uGFLafxGtJ .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-uGFLafxGtJ .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uGFLafxGtJ .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #ff0012;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-uGFLafxGtJ .mbr-section-title {
  color: #ffffff;
}
.cid-uGFLafxGtJ .mbr-desc {
  color: #08323C;
}
.cid-uGFLafxGtJ .mbr-text {
  color: #08323C;
}
.cid-uGFLafxGtJ .mbr-desc,
.cid-uGFLafxGtJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uGsGaA2CHs {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGsGaA2CHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsGaA2CHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsGaA2CHs .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGsGaA2CHs .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGsGaA2CHs .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGsGaA2CHs .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uGsGaA2CHs .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGsGaA2CHs .content-wrapper .list .item-wrap:hover,
.cid-uGsGaA2CHs .content-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uGsGaA2CHs .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #f1e8a7, #d84651, #f1e8a7);
}
@media (max-width: 992px) {
  .cid-uGsGaA2CHs .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGsGaA2CHs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGsGaA2CHs .list {
  color: #bbbbbb;
  text-align: center;
}
.cid-uGskmQYwSd {
  padding-top: 6rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/calibre-91-1920x1080.png");
}
.cid-uGskmQYwSd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGskmQYwSd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGskmQYwSd .container {
    padding: 0 22px;
  }
}
.cid-uGskmQYwSd .card {
  justify-content: center;
}
.cid-uGskmQYwSd .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uGskmQYwSd .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGskmQYwSd .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uGskmQYwSd .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uGskmQYwSd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGskmQYwSd .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uGskmQYwSd .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #f1e8a7;
}
@media (max-width: 1440px) {
  .cid-uGskmQYwSd .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uGskmQYwSd .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uGskmQYwSd .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uGskmQYwSd .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uGskmQYwSd .mbr-section-title {
  color: #f1e8a7;
}
.cid-uGskmQYwSd .mbr-text {
  color: #ffffff;
}
.cid-uGFLUpSVxd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/calibre-91-1920x1080.png");
}
.cid-uGFLUpSVxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFLUpSVxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGFLUpSVxd .container {
    padding: 0 16px;
  }
}
.cid-uGFLUpSVxd .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uGFLUpSVxd .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uGFLUpSVxd .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGFLUpSVxd .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uGFLUpSVxd .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uGFLUpSVxd .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uGFLUpSVxd .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uGFLUpSVxd .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-uGFLUpSVxd .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uGFLUpSVxd .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #ff0012;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-uGFLUpSVxd .mbr-section-title {
  color: #ffffff;
}
.cid-uGFLUpSVxd .mbr-desc {
  color: #08323C;
}
.cid-uGFLUpSVxd .mbr-text {
  color: #08323C;
}
.cid-uGFLUpSVxd .mbr-desc,
.cid-uGFLUpSVxd .mbr-section-btn {
  color: #ffffff;
}
.cid-uGsGcwHQVK {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGsGcwHQVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsGcwHQVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsGcwHQVK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGsGcwHQVK .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGsGcwHQVK .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGsGcwHQVK .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uGsGcwHQVK .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGsGcwHQVK .content-wrapper .list .item-wrap:hover,
.cid-uGsGcwHQVK .content-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uGsGcwHQVK .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #f1e8a7, #d84651, #f1e8a7);
}
@media (max-width: 992px) {
  .cid-uGsGcwHQVK .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGsGcwHQVK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGsGcwHQVK .list {
  color: #bbbbbb;
  text-align: center;
}
.cid-uGsktsqdY7 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/sierra-1920x1080.png");
}
.cid-uGsktsqdY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsktsqdY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGsktsqdY7 .container {
    padding: 0 22px;
  }
}
.cid-uGsktsqdY7 .card {
  justify-content: center;
}
.cid-uGsktsqdY7 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uGsktsqdY7 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uGsktsqdY7 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uGsktsqdY7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGsktsqdY7 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uGsktsqdY7 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #f1e8a7;
}
@media (max-width: 1440px) {
  .cid-uGsktsqdY7 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uGsktsqdY7 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uGsktsqdY7 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uGsktsqdY7 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uGsktsqdY7 .mbr-section-title {
  color: #f1e8a7;
}
.cid-uGsktsqdY7 .mbr-text {
  color: #ffffff;
}
.cid-uGFNqmcbQr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/sierra-1920x1080.png");
}
.cid-uGFNqmcbQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFNqmcbQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGFNqmcbQr .container {
    padding: 0 16px;
  }
}
.cid-uGFNqmcbQr .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uGFNqmcbQr .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uGFNqmcbQr .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGFNqmcbQr .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uGFNqmcbQr .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uGFNqmcbQr .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uGFNqmcbQr .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uGFNqmcbQr .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-uGFNqmcbQr .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uGFNqmcbQr .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #ff0012;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-uGFNqmcbQr .mbr-section-title {
  color: #ffffff;
}
.cid-uGFNqmcbQr .mbr-desc {
  color: #08323C;
}
.cid-uGFNqmcbQr .mbr-text {
  color: #08323C;
}
.cid-uGFNqmcbQr .mbr-desc,
.cid-uGFNqmcbQr .mbr-section-btn {
  color: #ffffff;
}
.cid-uGsGtBJZiN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uGsGtBJZiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsGtBJZiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsGtBJZiN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGsGtBJZiN .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uGsGtBJZiN .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGsGtBJZiN .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-uGsGtBJZiN .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGsGtBJZiN .content-wrapper .list .item-wrap:hover,
.cid-uGsGtBJZiN .content-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uGsGtBJZiN .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #f1e8a7, #d84651, #f1e8a7);
}
@media (max-width: 992px) {
  .cid-uGsGtBJZiN .border-wrap {
    margin-top: 32px;
  }
}
.cid-uGsGtBJZiN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGsGtBJZiN .list {
  color: #bbbbbb;
  text-align: center;
}
.cid-uKvBYDweJ7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #080813;
}
.cid-uKvBYDweJ7 .mbr-text {
  color: #716c80;
}
.cid-uKvBYDweJ7 .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #080813;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uKvBYDweJ7 .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uKvBYDweJ7 .card-wrapper:hover .ico2 {
  color: #d84651 !important;
}
.cid-uKvBYDweJ7 .ico2 {
  color: #d84651 !important;
  transition: all 0.6s;
}
.cid-uKvBYDweJ7 .text-info:hover {
  color: inherit!important;
}
.cid-uKvBYDweJ7 .card-box {
  padding: 0rem 1rem;
}
.cid-uKvBYDweJ7 .ico1 {
  font-size: 2.5rem !important;
}
.cid-uKvBYDweJ7 h3,
.cid-uKvBYDweJ7 h4 {
  padding: 0;
  margin: 0;
}
.cid-uKvBYDweJ7 .card-title,
.cid-uKvBYDweJ7 .card-img {
  color: #57468b;
}
.cid-uKvBYDweJ7 .card-title {
  color: #fe525b;
}
.cid-uKvBYDweJ7 .card-img {
  width: auto;
}
.cid-uKvBYDweJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvBYDweJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNQQ9q7Ht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uHNQQ9q7Ht .mbr-overlay {
  background-color: #212428;
  opacity: 0.6;
}
.cid-uHNQQ9q7Ht .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uHNQQ9q7Ht .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-uHNQQ9q7Ht .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-uHNQQ9q7Ht .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-uHNQQ9q7Ht .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uHNQQ9q7Ht .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uHNQQ9q7Ht .mbr-section-title {
    text-align: center;
  }
}
.cid-uHNQQ9q7Ht .mbr-section-subtitle {
  color: #d84651;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uHNQQ9q7Ht .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uHNQQ9q7Ht .item-card {
  height: 100%;
}
.cid-uHNQQ9q7Ht .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #212428;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #f1e8a7;
}
@media (max-width: 767px) {
  .cid-uHNQQ9q7Ht .item-wrap {
    padding: 50px 20px;
  }
}
.cid-uHNQQ9q7Ht .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-uHNQQ9q7Ht .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uHNQQ9q7Ht .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uHNQQ9q7Ht .card-box {
  padding-top: 28px;
}
.cid-uHNQQ9q7Ht .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-uHNQQ9q7Ht .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-uHNQQ9q7Ht .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uHNQQ9q7Ht .card-contacts {
  color: #f1e8a7;
}
.cid-uHNQQ9q7Ht .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-uHNQQ9q7Ht .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #d84651;
  transition: 0.4s all;
}
.cid-uHNQQ9q7Ht .card-contacts a:hover {
  color: #d84651 !important;
}
.cid-uHNQQ9q7Ht .card-contacts a:hover:before {
  width: 100%;
}
.cid-uHNQQ9q7Ht .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-uHNQQ9q7Ht .social-title {
  color: #fe525b;
  margin-bottom: 8px;
}
.cid-uHNQQ9q7Ht .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-uHNQQ9q7Ht .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #000000);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #474a48;
  transition: 0.4s all;
}
.cid-uHNQQ9q7Ht .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uHNQQ9q7Ht .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uHNQQ9q7Ht .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uHNQQ9q7Ht .soc-item:hover .mbr-iconfont {
  color: #d84651;
}
.cid-uHNQQ9q7Ht .soc-item:hover:before {
  opacity: 1;
}
.cid-uHNQQ9q7Ht .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-uHNQQ9q7Ht .form-main-container {
    padding-left: 20px;
  }
}
.cid-uHNQQ9q7Ht .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #212428;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #f1e8a7;
}
@media (max-width: 575px) {
  .cid-uHNQQ9q7Ht .form-wrap {
    padding: 20px;
  }
}
.cid-uHNQQ9q7Ht form {
  width: 100%;
}
.cid-uHNQQ9q7Ht form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uHNQQ9q7Ht form p {
  color: #878e99;
}
.cid-uHNQQ9q7Ht form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-uHNQQ9q7Ht form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uHNQQ9q7Ht form .form-group {
  margin-bottom: 20px !important;
}
.cid-uHNQQ9q7Ht form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-uHNQQ9q7Ht form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uHNQQ9q7Ht form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-uHNQQ9q7Ht form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-uHNQQ9q7Ht form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-uHNQQ9q7Ht form select {
  color: #878e99 !important;
}
.cid-uHNQQ9q7Ht form textarea {
  height: 216px !important;
  resize: none;
}
.cid-uHNQQ9q7Ht form input:active,
.cid-uHNQQ9q7Ht form textarea:active,
.cid-uHNQQ9q7Ht form input:focus,
.cid-uHNQQ9q7Ht form textarea:focus {
  border-color: #d84651 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
}
.cid-uHNQQ9q7Ht form input:active::-webkit-input-placeholder,
.cid-uHNQQ9q7Ht form textarea:active::-webkit-input-placeholder,
.cid-uHNQQ9q7Ht form input:focus::-webkit-input-placeholder,
.cid-uHNQQ9q7Ht form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uHNQQ9q7Ht form input:active::-moz-placeholder,
.cid-uHNQQ9q7Ht form textarea:active::-moz-placeholder,
.cid-uHNQQ9q7Ht form input:focus::-moz-placeholder,
.cid-uHNQQ9q7Ht form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-uHNQQ9q7Ht form input:active:-moz-placeholder,
.cid-uHNQQ9q7Ht form textarea:active:-moz-placeholder,
.cid-uHNQQ9q7Ht form input:focus:-moz-placeholder,
.cid-uHNQQ9q7Ht form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-uHNQQ9q7Ht form input:active:-ms-input-placeholder,
.cid-uHNQQ9q7Ht form textarea:active:-ms-input-placeholder,
.cid-uHNQQ9q7Ht form input:focus:-ms-input-placeholder,
.cid-uHNQQ9q7Ht form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-uHNQQ9q7Ht form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-uHNQQ9q7Ht form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uHNQQ9q7Ht form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-uHNQQ9q7Ht form .form-control-label {
  width: 100%;
}
.cid-uHNQQ9q7Ht form .form-check-label {
  margin-bottom: 14px;
}
.cid-uHNQQ9q7Ht form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uHNQQ9q7Ht form .form-check-input:focus,
.cid-uHNQQ9q7Ht form .form-check-input:hover {
  border-color: #d84651 !important;
}
.cid-uHNQQ9q7Ht form .form-check-input:checked {
  border-color: #d84651 !important;
  background-color: #191b1e !important;
}
.cid-uHNQQ9q7Ht LABEL {
  color: #ffffff;
}
.cid-uGJjdUTov2 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uGJjdUTov2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJjdUTov2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGJjdUTov2 .container {
    padding: 0 15px;
  }
}
.cid-uGJjdUTov2 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uGJjdUTov2 .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGJjdUTov2 .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-uGJjdUTov2 .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #d84651;
}
@media (max-width: 992px) {
  .cid-uGJjdUTov2 .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-uGJjdUTov2 .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uGJjdUTov2 .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGJjdUTov2 .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ec111a;
  border: 2px solid #ec111a;
}
.cid-uGJjdUTov2 .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-uGJjdUTov2 .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #f1e8a7;
}
.cid-uGJjdUTov2 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #f1e8a7;
  transform: rotate(20deg);
}
.cid-uGJjdUTov2 .mbr-section-subtitle {
  color: #30262b;
}
.cid-uGJjdUTov2 .list {
  color: #30262b;
}
.cid-uGJjdUTov2 .mbr-address {
  color: #f1e8a7;
}
.cid-uGJnIJrw81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uGJnIJrw81 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #f1e8a7;
}
@media (max-width: 991px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 30px;
  }
}
.cid-uGJnIJrw81 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uGJnIJrw81 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGJnIJrw81 .copyright {
  color: #d84651;
  text-align: left;
}
.cid-uGJnIJrw81 .mbr-section-subtitle {
  color: #d84651;
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uGJnIJrw81 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uGJnIJrw81 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uGJnIJrw81 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .footer-logo {
    margin: 0 auto;
  }
}
.cid-uKvch2lRx1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKvch2lRx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvch2lRx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKvch2lRx1 .container {
    padding: 0 30px;
  }
}
.cid-uKvch2lRx1 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uKvch2lRx1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKvch2lRx1 .mbr-section-subtitle {
  color: #757b62;
  text-align: left;
}
.cid-uKvch2lRx1 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uFHqUnsL3o .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-uFHqUnsL3o .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uFHqUnsL3o a {
  font-style: normal;
}
.cid-uFHqUnsL3o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFHqUnsL3o .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uFHqUnsL3o .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .content-text {
  margin-bottom: 0;
}
.cid-uFHqUnsL3o .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d84651;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uFHqUnsL3o .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFHqUnsL3o .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFHqUnsL3o .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uFHqUnsL3o .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFHqUnsL3o .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFHqUnsL3o .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uFHqUnsL3o .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFHqUnsL3o .nav-dropdown .link {
  font-weight: 400;
}
.cid-uFHqUnsL3o .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFHqUnsL3o .content-right-side {
  text-align: center;
}
.cid-uFHqUnsL3o .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uFHqUnsL3o .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uFHqUnsL3o .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uFHqUnsL3o .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uFHqUnsL3o img {
    height: 3.8rem !important;
  }
  .cid-uFHqUnsL3o .btn {
    display: -webkit-flex;
  }
  .cid-uFHqUnsL3o button.navbar-toggler {
    display: block;
  }
  .cid-uFHqUnsL3o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uFHqUnsL3o .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFHqUnsL3o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing,
  .cid-uFHqUnsL3o .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uFHqUnsL3o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uFHqUnsL3o .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-uFHqUnsL3o .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uFHqUnsL3o .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-uFHqUnsL3o .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-uFHqUnsL3o .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFHqUnsL3o .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFHqUnsL3o .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uFHqUnsL3o .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uFHqUnsL3o .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uFHqUnsL3o .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFHqUnsL3o .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFHqUnsL3o .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uFHqUnsL3o .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uFHqUnsL3o .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uFHqUnsL3o .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFHqUnsL3o .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uFHqUnsL3o .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFHqUnsL3o .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFHqUnsL3o .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uFHqUnsL3o .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uFHqUnsL3o .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uFHqUnsL3o .navbar-toggler {
    display: none;
  }
  .cid-uFHqUnsL3o .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uFHqUnsL3o .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFHqUnsL3o .menu-logo {
  margin-right: auto;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFHqUnsL3o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uFHqUnsL3o .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFHqUnsL3o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFHqUnsL3o button.navbar-toggler:focus {
  outline: none;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f1e8a7;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFHqUnsL3o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFHqUnsL3o .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1.5rem);
  }
  .cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFHqUnsL3o .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFHqUnsL3o .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uFHqUnsL3o .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uFHqUnsL3o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uFHqUnsL3o .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFHqUnsL3o .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uFHqUnsL3o .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uFHqUnsL3o .nav-link:focus {
  outline: none;
}
.cid-uFHqUnsL3o .navbar-toggler {
  position: relative;
}
.cid-uFHqUnsL3o .dropdown-item.active,
.cid-uFHqUnsL3o .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uFHqUnsL3o .nav-link:hover,
.cid-uFHqUnsL3o .dropdown-item:hover {
  color: #d84651;
}
.cid-uFHqUnsL3o .widget-title,
.cid-uFHqUnsL3o .widget-icon {
  color: #f1e8a7;
}
.cid-uFHqUnsL3o .widget-text {
  color: #f1e8a7;
}
.cid-uGJVnyDOdP {
  padding-top: 16rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pimporock-01-231x290.png");
}
.cid-uGJVnyDOdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJVnyDOdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGJVnyDOdP .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uGJVnyDOdP .container {
    padding: 0 14px;
  }
}
.cid-uGJVnyDOdP .row {
  justify-content: center;
}
.cid-uGJVnyDOdP .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGJVnyDOdP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGJVnyDOdP .panel-group .card {
  border-bottom: 1px solid #f1e8a7;
  border-radius: 0 !important;
}
.cid-uGJVnyDOdP .panel-group .card:first-child {
  border-top: 1px solid #f1e8a7;
}
.cid-uGJVnyDOdP .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGJVnyDOdP .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-uGJVnyDOdP .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGJVnyDOdP .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uGJVnyDOdP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uGJVnyDOdP .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #f1e8a7;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-uGJVnyDOdP .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGJVnyDOdP .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uGJVnyDOdP .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uGJVnyDOdP .mbr-section-title {
  color: #f1e8a7;
  text-align: left;
}
.cid-uGJVnyDOdP .panel-title {
  color: #01004c;
}
.cid-uGJVnyDOdP .panel-text {
  color: #f1e8a7;
}
.cid-uGJVnyDOdP .panel-title-edit {
  color: #d84651;
}
.cid-uKvC9olUMo {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #080813;
}
.cid-uKvC9olUMo .mbr-text {
  color: #716c80;
}
.cid-uKvC9olUMo .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #080813;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uKvC9olUMo .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uKvC9olUMo .card-wrapper:hover .ico2 {
  color: #d84651 !important;
}
.cid-uKvC9olUMo .ico2 {
  color: #d84651 !important;
  transition: all 0.6s;
}
.cid-uKvC9olUMo .text-info:hover {
  color: inherit!important;
}
.cid-uKvC9olUMo .card-box {
  padding: 0rem 1rem;
}
.cid-uKvC9olUMo .ico1 {
  font-size: 2.5rem !important;
}
.cid-uKvC9olUMo h3,
.cid-uKvC9olUMo h4 {
  padding: 0;
  margin: 0;
}
.cid-uKvC9olUMo .card-title,
.cid-uKvC9olUMo .card-img {
  color: #57468b;
}
.cid-uKvC9olUMo .card-title {
  color: #fe525b;
}
.cid-uKvC9olUMo .card-img {
  width: auto;
}
.cid-uKvC9olUMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvC9olUMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNQX5lBom {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uHNQX5lBom .mbr-overlay {
  background-color: #212428;
  opacity: 0.6;
}
.cid-uHNQX5lBom .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uHNQX5lBom .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-uHNQX5lBom .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-uHNQX5lBom .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-uHNQX5lBom .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uHNQX5lBom .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uHNQX5lBom .mbr-section-title {
    text-align: center;
  }
}
.cid-uHNQX5lBom .mbr-section-subtitle {
  color: #d84651;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uHNQX5lBom .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uHNQX5lBom .item-card {
  height: 100%;
}
.cid-uHNQX5lBom .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #212428;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #f1e8a7;
}
@media (max-width: 767px) {
  .cid-uHNQX5lBom .item-wrap {
    padding: 50px 20px;
  }
}
.cid-uHNQX5lBom .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-uHNQX5lBom .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uHNQX5lBom .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uHNQX5lBom .card-box {
  padding-top: 28px;
}
.cid-uHNQX5lBom .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-uHNQX5lBom .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-uHNQX5lBom .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uHNQX5lBom .card-contacts {
  color: #f1e8a7;
}
.cid-uHNQX5lBom .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-uHNQX5lBom .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #d84651;
  transition: 0.4s all;
}
.cid-uHNQX5lBom .card-contacts a:hover {
  color: #d84651 !important;
}
.cid-uHNQX5lBom .card-contacts a:hover:before {
  width: 100%;
}
.cid-uHNQX5lBom .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-uHNQX5lBom .social-title {
  color: #fe525b;
  margin-bottom: 8px;
}
.cid-uHNQX5lBom .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-uHNQX5lBom .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #000000);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #474a48;
  transition: 0.4s all;
}
.cid-uHNQX5lBom .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uHNQX5lBom .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uHNQX5lBom .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uHNQX5lBom .soc-item:hover .mbr-iconfont {
  color: #d84651;
}
.cid-uHNQX5lBom .soc-item:hover:before {
  opacity: 1;
}
.cid-uHNQX5lBom .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-uHNQX5lBom .form-main-container {
    padding-left: 20px;
  }
}
.cid-uHNQX5lBom .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #212428;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #f1e8a7;
}
@media (max-width: 575px) {
  .cid-uHNQX5lBom .form-wrap {
    padding: 20px;
  }
}
.cid-uHNQX5lBom form {
  width: 100%;
}
.cid-uHNQX5lBom form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uHNQX5lBom form p {
  color: #878e99;
}
.cid-uHNQX5lBom form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-uHNQX5lBom form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uHNQX5lBom form .form-group {
  margin-bottom: 20px !important;
}
.cid-uHNQX5lBom form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-uHNQX5lBom form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uHNQX5lBom form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-uHNQX5lBom form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-uHNQX5lBom form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-uHNQX5lBom form select {
  color: #878e99 !important;
}
.cid-uHNQX5lBom form textarea {
  height: 216px !important;
  resize: none;
}
.cid-uHNQX5lBom form input:active,
.cid-uHNQX5lBom form textarea:active,
.cid-uHNQX5lBom form input:focus,
.cid-uHNQX5lBom form textarea:focus {
  border-color: #d84651 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
}
.cid-uHNQX5lBom form input:active::-webkit-input-placeholder,
.cid-uHNQX5lBom form textarea:active::-webkit-input-placeholder,
.cid-uHNQX5lBom form input:focus::-webkit-input-placeholder,
.cid-uHNQX5lBom form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uHNQX5lBom form input:active::-moz-placeholder,
.cid-uHNQX5lBom form textarea:active::-moz-placeholder,
.cid-uHNQX5lBom form input:focus::-moz-placeholder,
.cid-uHNQX5lBom form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-uHNQX5lBom form input:active:-moz-placeholder,
.cid-uHNQX5lBom form textarea:active:-moz-placeholder,
.cid-uHNQX5lBom form input:focus:-moz-placeholder,
.cid-uHNQX5lBom form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-uHNQX5lBom form input:active:-ms-input-placeholder,
.cid-uHNQX5lBom form textarea:active:-ms-input-placeholder,
.cid-uHNQX5lBom form input:focus:-ms-input-placeholder,
.cid-uHNQX5lBom form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-uHNQX5lBom form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-uHNQX5lBom form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uHNQX5lBom form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-uHNQX5lBom form .form-control-label {
  width: 100%;
}
.cid-uHNQX5lBom form .form-check-label {
  margin-bottom: 14px;
}
.cid-uHNQX5lBom form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uHNQX5lBom form .form-check-input:focus,
.cid-uHNQX5lBom form .form-check-input:hover {
  border-color: #d84651 !important;
}
.cid-uHNQX5lBom form .form-check-input:checked {
  border-color: #d84651 !important;
  background-color: #191b1e !important;
}
.cid-uHNQX5lBom LABEL {
  color: #ffffff;
}
.cid-uHNQY1gBTw {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uHNQY1gBTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNQY1gBTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHNQY1gBTw .container {
    padding: 0 15px;
  }
}
.cid-uHNQY1gBTw .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uHNQY1gBTw .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uHNQY1gBTw .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-uHNQY1gBTw .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #d84651;
}
@media (max-width: 992px) {
  .cid-uHNQY1gBTw .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-uHNQY1gBTw .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uHNQY1gBTw .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHNQY1gBTw .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ec111a;
  border: 2px solid #ec111a;
}
.cid-uHNQY1gBTw .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-uHNQY1gBTw .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #f1e8a7;
}
.cid-uHNQY1gBTw .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #f1e8a7;
  transform: rotate(20deg);
}
.cid-uHNQY1gBTw .mbr-section-subtitle {
  color: #30262b;
}
.cid-uHNQY1gBTw .list {
  color: #30262b;
}
.cid-uHNQY1gBTw .mbr-address {
  color: #f1e8a7;
}
.cid-uGJnIJrw81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uGJnIJrw81 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #f1e8a7;
}
@media (max-width: 991px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 30px;
  }
}
.cid-uGJnIJrw81 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uGJnIJrw81 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGJnIJrw81 .copyright {
  color: #d84651;
  text-align: left;
}
.cid-uGJnIJrw81 .mbr-section-subtitle {
  color: #d84651;
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uGJnIJrw81 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uGJnIJrw81 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uGJnIJrw81 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .footer-logo {
    margin: 0 auto;
  }
}
.cid-uKvcukIMEe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKvcukIMEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvcukIMEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKvcukIMEe .container {
    padding: 0 30px;
  }
}
.cid-uKvcukIMEe .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uKvcukIMEe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKvcukIMEe .mbr-section-subtitle {
  color: #757b62;
  text-align: left;
}
.cid-uKvcukIMEe .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uFHqUnsL3o .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-uFHqUnsL3o .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uFHqUnsL3o a {
  font-style: normal;
}
.cid-uFHqUnsL3o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFHqUnsL3o .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uFHqUnsL3o .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .content-text {
  margin-bottom: 0;
}
.cid-uFHqUnsL3o .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d84651;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uFHqUnsL3o .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFHqUnsL3o .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFHqUnsL3o .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uFHqUnsL3o .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFHqUnsL3o .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFHqUnsL3o .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uFHqUnsL3o .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFHqUnsL3o .nav-dropdown .link {
  font-weight: 400;
}
.cid-uFHqUnsL3o .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFHqUnsL3o .content-right-side {
  text-align: center;
}
.cid-uFHqUnsL3o .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uFHqUnsL3o .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uFHqUnsL3o .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uFHqUnsL3o .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uFHqUnsL3o img {
    height: 3.8rem !important;
  }
  .cid-uFHqUnsL3o .btn {
    display: -webkit-flex;
  }
  .cid-uFHqUnsL3o button.navbar-toggler {
    display: block;
  }
  .cid-uFHqUnsL3o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uFHqUnsL3o .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFHqUnsL3o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing,
  .cid-uFHqUnsL3o .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uFHqUnsL3o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uFHqUnsL3o .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-uFHqUnsL3o .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uFHqUnsL3o .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-uFHqUnsL3o .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-uFHqUnsL3o .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFHqUnsL3o .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFHqUnsL3o .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uFHqUnsL3o .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uFHqUnsL3o .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uFHqUnsL3o .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFHqUnsL3o .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFHqUnsL3o .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uFHqUnsL3o .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uFHqUnsL3o .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uFHqUnsL3o .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFHqUnsL3o .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uFHqUnsL3o .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFHqUnsL3o .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFHqUnsL3o .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uFHqUnsL3o .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uFHqUnsL3o .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uFHqUnsL3o .navbar-toggler {
    display: none;
  }
  .cid-uFHqUnsL3o .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uFHqUnsL3o .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFHqUnsL3o .menu-logo {
  margin-right: auto;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFHqUnsL3o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uFHqUnsL3o .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFHqUnsL3o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFHqUnsL3o button.navbar-toggler:focus {
  outline: none;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f1e8a7;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFHqUnsL3o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFHqUnsL3o .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1.5rem);
  }
  .cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFHqUnsL3o .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFHqUnsL3o .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uFHqUnsL3o .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uFHqUnsL3o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uFHqUnsL3o .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFHqUnsL3o .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uFHqUnsL3o .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uFHqUnsL3o .nav-link:focus {
  outline: none;
}
.cid-uFHqUnsL3o .navbar-toggler {
  position: relative;
}
.cid-uFHqUnsL3o .dropdown-item.active,
.cid-uFHqUnsL3o .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uFHqUnsL3o .nav-link:hover,
.cid-uFHqUnsL3o .dropdown-item:hover {
  color: #d84651;
}
.cid-uFHqUnsL3o .widget-title,
.cid-uFHqUnsL3o .widget-icon {
  color: #f1e8a7;
}
.cid-uFHqUnsL3o .widget-text {
  color: #f1e8a7;
}
.cid-uHNIN8B8dN {
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #000000;
}
.cid-uHNIN8B8dN .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  color: #d84651;
}
.cid-uHNIN8B8dN .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-uHNIN8B8dN .card-img {
  margin-bottom: 1rem;
}
.cid-uHNIN8B8dN .card-img span {
  font-size: 60px;
}
.cid-uHNIN8B8dN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNIN8B8dN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNIN8B8dN H1 {
  color: #000000;
}
.cid-uLDT8CmRcf {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uLDT8CmRcf .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uLDT8CmRcf .mbr-shop .row {
  margin: 0;
}
.cid-uLDT8CmRcf .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uLDT8CmRcf .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uLDT8CmRcf .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uLDT8CmRcf .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uLDT8CmRcf .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uLDT8CmRcf .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uLDT8CmRcf .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uLDT8CmRcf .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uLDT8CmRcf .mbr-shop .hide-modal {
  display: none;
}
.cid-uLDT8CmRcf .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uLDT8CmRcf .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uLDT8CmRcf .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uLDT8CmRcf .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uLDT8CmRcf .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-uLDT8CmRcf .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uLDT8CmRcf .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uLDT8CmRcf .mbr-shop .filter-by-pu,
.cid-uLDT8CmRcf .mbr-shop .filter-by-pd,
.cid-uLDT8CmRcf .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uLDT8CmRcf .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uLDT8CmRcf .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uLDT8CmRcf .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uLDT8CmRcf .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uLDT8CmRcf .mbr-shop .galleryItem h4,
.cid-uLDT8CmRcf .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uLDT8CmRcf .mbr-shop .galleryItem h5,
.cid-uLDT8CmRcf .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uLDT8CmRcf .mbr-shop .galleryItem p,
.cid-uLDT8CmRcf .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uLDT8CmRcf .mbr-shop .item-button {
  text-align: center;
}
.cid-uLDT8CmRcf .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uLDT8CmRcf .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uLDT8CmRcf .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uLDT8CmRcf .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uLDT8CmRcf .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-uLDT8CmRcf .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uLDT8CmRcf .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uLDT8CmRcf .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uLDT8CmRcf .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uLDT8CmRcf .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uLDT8CmRcf .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uLDT8CmRcf .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uLDT8CmRcf .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uLDT8CmRcf .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uLDT8CmRcf .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uLDT8CmRcf .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uLDT8CmRcf .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #fe525b;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uLDT8CmRcf .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uLDT8CmRcf .mbr-shop .mbr-gallery-item__hided h4,
.cid-uLDT8CmRcf .mbr-shop .mbr-gallery-item__hided h5,
.cid-uLDT8CmRcf .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uLDT8CmRcf .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uLDT8CmRcf .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uLDT8CmRcf .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uLDT8CmRcf .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uLDT8CmRcf .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uLDT8CmRcf .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uLDT8CmRcf .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uLDT8CmRcf .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-uLDT8CmRcf .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uLDT8CmRcf .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uLDT8CmRcf .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uLDT8CmRcf .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uLDT8CmRcf .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uLDT8CmRcf .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uLDT8CmRcf .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uLDT8CmRcf .mbr-shop .range-controls {
  position: relative;
}
.cid-uLDT8CmRcf .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uLDT8CmRcf .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uLDT8CmRcf .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uLDT8CmRcf .mbr-shop .toggle:hover,
.cid-uLDT8CmRcf .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uLDT8CmRcf .mbr-shop .min-toggle {
  left: 0;
}
.cid-uLDT8CmRcf .mbr-shop .max-toggle {
  right: 0;
}
.cid-uLDT8CmRcf .mbr-shop .hided-by-price {
  display: none;
}
.cid-uLDT8CmRcf .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uLDT8CmRcf .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uLDT8CmRcf .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uLDT8CmRcf .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uLDT8CmRcf .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uLDT8CmRcf .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uLDT8CmRcf .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uLDT8CmRcf .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uLDT8CmRcf .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uLDT8CmRcf .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uLDT8CmRcf .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uLDT8CmRcf .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uLDT8CmRcf .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uLDT8CmRcf .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uLDT8CmRcf .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uLDT8CmRcf .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uLDT8CmRcf .mbr-shop .shop-items .onsale,
.cid-uLDT8CmRcf .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uLDT8CmRcf .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uLDT8CmRcf .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uLDT8CmRcf .mbr-shop .price-range {
  display: inline-block;
}
.cid-uLDT8CmRcf .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uLDT8CmRcf .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uLDT8CmRcf .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uLDT8CmRcf .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uLDT8CmRcf .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uLDT8CmRcf .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uLDT8CmRcf .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uLDT8CmRcf .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uLDT8CmRcf .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uLDT8CmRcf .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uLDT8CmRcf .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uLDT8CmRcf .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uLDT8CmRcf .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uLDT8CmRcf .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uLDT8CmRcf .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLDT8CmRcf .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uLDT8CmRcf .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uLDT8CmRcf .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uLDT8CmRcf .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uLDT8CmRcf .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uLDT8CmRcf .wrapper-shop-items {
    order: 1;
  }
  .cid-uLDT8CmRcf .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uLDT8CmRcf .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uLDT8CmRcf .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uLDT8CmRcf .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uLDT8CmRcf .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uLDT8CmRcf .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uLDT8CmRcf .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uLDT8CmRcf .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uLDT8CmRcf .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uLDT8CmRcf .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uLDT8CmRcf .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uLDT8CmRcf .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uLDT8CmRcf .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uLDT8CmRcf .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uLDT8CmRcf .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
.cid-uLDT8CmRcf .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-uLDT8CmRcf .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: .5rem;
}
.cid-uLDT8CmRcf .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-uLDT8CmRcf .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-uLDT8CmRcf .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLDT8CmRcf .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uHNLiYrnac {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background4-1.jpg");
}
.cid-uHNLiYrnac .mbr-overlay {
  background-color: #222222;
  opacity: 0.2;
}
.cid-uHNLiYrnac .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uHNLiYrnac .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}
.cid-uHNLiYrnac .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-uHNLiYrnac .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-uHNLiYrnac .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uHNLiYrnac .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uHNLiYrnac .mbr-section-title {
    text-align: center;
  }
}
.cid-uHNLiYrnac .mbr-section-subtitle {
  color: #fe525b;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uHNLiYrnac .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uHNLiYrnac .item-card {
  height: 100%;
}
.cid-uHNLiYrnac .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #fe525b;
}
@media (max-width: 767px) {
  .cid-uHNLiYrnac .item-wrap {
    padding: 50px 20px;
  }
}
.cid-uHNLiYrnac .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-uHNLiYrnac .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uHNLiYrnac .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uHNLiYrnac .card-box {
  padding-top: 28px;
}
.cid-uHNLiYrnac .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-uHNLiYrnac .card-subtitle {
  color: #fe525b;
  margin-bottom: 15px;
}
.cid-uHNLiYrnac .card-text {
  color: #878e99;
  margin-bottom: 20px;
}
.cid-uHNLiYrnac .card-contacts {
  color: #f1e8a7;
}
.cid-uHNLiYrnac .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-uHNLiYrnac .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #d84651;
  transition: 0.4s all;
}
.cid-uHNLiYrnac .card-contacts a:hover {
  color: #d84651 !important;
}
.cid-uHNLiYrnac .card-contacts a:hover:before {
  width: 100%;
}
.cid-uHNLiYrnac .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-uHNLiYrnac .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-uHNLiYrnac .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-uHNLiYrnac .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uHNLiYrnac .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uHNLiYrnac .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uHNLiYrnac .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uHNLiYrnac .soc-item:hover .mbr-iconfont {
  color: #d84651;
}
.cid-uHNLiYrnac .soc-item:hover:before {
  opacity: 1;
}
.cid-uHNLiYrnac .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-uHNLiYrnac .form-main-container {
    padding-right: 20px;
  }
}
.cid-uHNLiYrnac .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #212428;
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #f1e8a7;
}
@media (max-width: 575px) {
  .cid-uHNLiYrnac .form-wrap {
    padding: 20px;
  }
}
.cid-uHNLiYrnac form {
  width: 100%;
}
.cid-uHNLiYrnac form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uHNLiYrnac form p {
  color: #878e99;
}
.cid-uHNLiYrnac form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-uHNLiYrnac form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uHNLiYrnac form .form-group {
  margin-bottom: 20px !important;
}
.cid-uHNLiYrnac form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-uHNLiYrnac form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uHNLiYrnac form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-uHNLiYrnac form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-uHNLiYrnac form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-uHNLiYrnac form select {
  color: #878e99 !important;
}
.cid-uHNLiYrnac form textarea {
  height: 216px !important;
  resize: none;
}
.cid-uHNLiYrnac form input:active,
.cid-uHNLiYrnac form textarea:active,
.cid-uHNLiYrnac form input:focus,
.cid-uHNLiYrnac form textarea:focus {
  border-color: #d84651 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
}
.cid-uHNLiYrnac form input:active::-webkit-input-placeholder,
.cid-uHNLiYrnac form textarea:active::-webkit-input-placeholder,
.cid-uHNLiYrnac form input:focus::-webkit-input-placeholder,
.cid-uHNLiYrnac form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uHNLiYrnac form input:active::-moz-placeholder,
.cid-uHNLiYrnac form textarea:active::-moz-placeholder,
.cid-uHNLiYrnac form input:focus::-moz-placeholder,
.cid-uHNLiYrnac form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-uHNLiYrnac form input:active:-moz-placeholder,
.cid-uHNLiYrnac form textarea:active:-moz-placeholder,
.cid-uHNLiYrnac form input:focus:-moz-placeholder,
.cid-uHNLiYrnac form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-uHNLiYrnac form input:active:-ms-input-placeholder,
.cid-uHNLiYrnac form textarea:active:-ms-input-placeholder,
.cid-uHNLiYrnac form input:focus:-ms-input-placeholder,
.cid-uHNLiYrnac form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-uHNLiYrnac form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-uHNLiYrnac form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uHNLiYrnac form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-uHNLiYrnac form .form-control-label {
  width: 100%;
}
.cid-uHNLiYrnac form .form-check-label {
  margin-bottom: 14px;
}
.cid-uHNLiYrnac form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uHNLiYrnac form .form-check-input:focus,
.cid-uHNLiYrnac form .form-check-input:hover {
  border-color: #d84651 !important;
}
.cid-uHNLiYrnac form .form-check-input:checked {
  border-color: #d84651 !important;
  background-color: #191b1e !important;
}
.cid-uHNLiYrnac LABEL {
  color: #ffffff;
}
.cid-uHNLiYrnac H5 {
  color: #ffffff;
}
.cid-uKvCda7zTo {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #080813;
}
.cid-uKvCda7zTo .mbr-text {
  color: #716c80;
}
.cid-uKvCda7zTo .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #080813;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uKvCda7zTo .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uKvCda7zTo .card-wrapper:hover .ico2 {
  color: #d84651 !important;
}
.cid-uKvCda7zTo .ico2 {
  color: #d84651 !important;
  transition: all 0.6s;
}
.cid-uKvCda7zTo .text-info:hover {
  color: inherit!important;
}
.cid-uKvCda7zTo .card-box {
  padding: 0rem 1rem;
}
.cid-uKvCda7zTo .ico1 {
  font-size: 2.5rem !important;
}
.cid-uKvCda7zTo h3,
.cid-uKvCda7zTo h4 {
  padding: 0;
  margin: 0;
}
.cid-uKvCda7zTo .card-title,
.cid-uKvCda7zTo .card-img {
  color: #57468b;
}
.cid-uKvCda7zTo .card-title {
  color: #fe525b;
}
.cid-uKvCda7zTo .card-img {
  width: auto;
}
.cid-uKvCda7zTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvCda7zTo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJnIJrw81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uGJnIJrw81 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #f1e8a7;
}
@media (max-width: 991px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 30px;
  }
}
.cid-uGJnIJrw81 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uGJnIJrw81 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGJnIJrw81 .copyright {
  color: #d84651;
  text-align: left;
}
.cid-uGJnIJrw81 .mbr-section-subtitle {
  color: #d84651;
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uGJnIJrw81 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uGJnIJrw81 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uGJnIJrw81 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .footer-logo {
    margin: 0 auto;
  }
}
.cid-uKvcy8n6qE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKvcy8n6qE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvcy8n6qE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKvcy8n6qE .container {
    padding: 0 30px;
  }
}
.cid-uKvcy8n6qE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uKvcy8n6qE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKvcy8n6qE .mbr-section-subtitle {
  color: #757b62;
  text-align: left;
}
.cid-uKvcy8n6qE .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uFHqUnsL3o .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-uFHqUnsL3o .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uFHqUnsL3o a {
  font-style: normal;
}
.cid-uFHqUnsL3o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFHqUnsL3o .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uFHqUnsL3o .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .content-text {
  margin-bottom: 0;
}
.cid-uFHqUnsL3o .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d84651;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uFHqUnsL3o .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFHqUnsL3o .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFHqUnsL3o .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uFHqUnsL3o .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFHqUnsL3o .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFHqUnsL3o .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uFHqUnsL3o .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFHqUnsL3o .nav-dropdown .link {
  font-weight: 400;
}
.cid-uFHqUnsL3o .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFHqUnsL3o .content-right-side {
  text-align: center;
}
.cid-uFHqUnsL3o .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uFHqUnsL3o .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uFHqUnsL3o .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uFHqUnsL3o .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uFHqUnsL3o img {
    height: 3.8rem !important;
  }
  .cid-uFHqUnsL3o .btn {
    display: -webkit-flex;
  }
  .cid-uFHqUnsL3o button.navbar-toggler {
    display: block;
  }
  .cid-uFHqUnsL3o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uFHqUnsL3o .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFHqUnsL3o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing,
  .cid-uFHqUnsL3o .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uFHqUnsL3o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uFHqUnsL3o .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-uFHqUnsL3o .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uFHqUnsL3o .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-uFHqUnsL3o .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-uFHqUnsL3o .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFHqUnsL3o .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFHqUnsL3o .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uFHqUnsL3o .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uFHqUnsL3o .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uFHqUnsL3o .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFHqUnsL3o .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFHqUnsL3o .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uFHqUnsL3o .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uFHqUnsL3o .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uFHqUnsL3o .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFHqUnsL3o .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uFHqUnsL3o .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFHqUnsL3o .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFHqUnsL3o .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uFHqUnsL3o .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uFHqUnsL3o .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uFHqUnsL3o .navbar-toggler {
    display: none;
  }
  .cid-uFHqUnsL3o .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uFHqUnsL3o .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFHqUnsL3o .menu-logo {
  margin-right: auto;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFHqUnsL3o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uFHqUnsL3o .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFHqUnsL3o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFHqUnsL3o button.navbar-toggler:focus {
  outline: none;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f1e8a7;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFHqUnsL3o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFHqUnsL3o .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1.5rem);
  }
  .cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFHqUnsL3o .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFHqUnsL3o .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uFHqUnsL3o .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uFHqUnsL3o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uFHqUnsL3o .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFHqUnsL3o .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uFHqUnsL3o .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uFHqUnsL3o .nav-link:focus {
  outline: none;
}
.cid-uFHqUnsL3o .navbar-toggler {
  position: relative;
}
.cid-uFHqUnsL3o .dropdown-item.active,
.cid-uFHqUnsL3o .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uFHqUnsL3o .nav-link:hover,
.cid-uFHqUnsL3o .dropdown-item:hover {
  color: #d84651;
}
.cid-uFHqUnsL3o .widget-title,
.cid-uFHqUnsL3o .widget-icon {
  color: #f1e8a7;
}
.cid-uFHqUnsL3o .widget-text {
  color: #f1e8a7;
}
.cid-uHM7uVYqzZ {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uHM7uVYqzZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uHM7uVYqzZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHM7uVYqzZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHM7uVYqzZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uHM7uVYqzZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #f1e8a7) !important;
}
.cid-uHM7uVYqzZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uHM7uVYqzZ .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-uHM7uVYqzZ .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uHM7uVYqzZ .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #fe525b !important;
}
.cid-uHM7uVYqzZ .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uHM7uVYqzZ .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #fe525b !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uHM7uVYqzZ .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #fe525b !important;
}
.cid-uHM7uVYqzZ .mbr-gallery-filter ul {
  display: block;
}
.cid-uHM7uVYqzZ .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uHM7uVYqzZ .mbr-gallery-filter li.active .btn {
  color: #fe525b !important;
  background: transparent;
}
.cid-uHM7uVYqzZ .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #fe525b !important;
}
.cid-uHM7uVYqzZ .mbr-gallery-filter li.active::after,
.cid-uHM7uVYqzZ .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #fe525b !important;
}
.cid-uHM7uVYqzZ .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uHM7uVYqzZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #f1e8a7) !important;
}
.cid-uHM7uVYqzZ .icon-focus:before {
  content: '\e95e';
}
.cid-uHM7uVYqzZ .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uHM7uVYqzZ .mbr-section-title {
  margin: 0;
}
.cid-uHM7uVYqzZ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uHM7uVYqzZ .underline .line {
  width: 3rem;
  height: 2px;
  background: #fe525b;
  display: inline-block;
}
.cid-uHM7uVYqzZ .mbr-section-title,
.cid-uHM7uVYqzZ .underline {
  color: #f1e8a7;
}
.cid-uHLUENAHCA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uHLUENAHCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHLUENAHCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHLUENAHCA .text-wrapper {
  border-left: 4px solid #d84651;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-uHLUENAHCA .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.cid-uHLUENAHCA .image-wrapper {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uHLUENAHCA .image-wrapper {
    padding: 1rem;
  }
}
.cid-uHLUENAHCA .image-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-2deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #d84651;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-uHLUENAHCA .image-wrapper img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.cid-uHLUENAHCA .row {
  flex-direction: row-reverse;
}
.cid-uHLUENAHCA .row {
  align-items: center;
}
.cid-uHLUENAHCA .mbr-section-title {
  color: #f1e8a7;
}
.cid-uHLUENAHCA .mbr-text,
.cid-uHLUENAHCA .mbr-section-btn {
  color: #f1e8a7;
}
.cid-uHLUENAHCA .mbr-section-subtitle {
  color: #fe525b;
}
.cid-uHM4ZjM8tt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHM4ZjM8tt .mbr-text {
  color: #f1e8a7;
}
@media (min-width: 1400px) {
  .cid-uHM4ZjM8tt .container {
    max-width: 1000px;
  }
}
.cid-uHM4ZjM8tt .line {
  border-top: 2px solid #efefef;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.cid-uHM4ZjM8tt .mbr-section-title {
  color: #fe525b;
}
.cid-uHLUX0RZlz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHLUX0RZlz .mbr-text {
  color: #f1e8a7;
}
@media (min-width: 1400px) {
  .cid-uHLUX0RZlz .container {
    max-width: 1000px;
  }
}
.cid-uHLUX0RZlz .line {
  border-top: 2px solid #efefef;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.cid-uHLUX0RZlz .mbr-section-title {
  color: #fe525b;
}
.cid-uHLV0cyZyq {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uKvC5BMLjm {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #080813;
}
.cid-uKvC5BMLjm .mbr-text {
  color: #716c80;
}
.cid-uKvC5BMLjm .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #080813;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uKvC5BMLjm .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uKvC5BMLjm .card-wrapper:hover .ico2 {
  color: #d84651 !important;
}
.cid-uKvC5BMLjm .ico2 {
  color: #d84651 !important;
  transition: all 0.6s;
}
.cid-uKvC5BMLjm .text-info:hover {
  color: inherit!important;
}
.cid-uKvC5BMLjm .card-box {
  padding: 0rem 1rem;
}
.cid-uKvC5BMLjm .ico1 {
  font-size: 2.5rem !important;
}
.cid-uKvC5BMLjm h3,
.cid-uKvC5BMLjm h4 {
  padding: 0;
  margin: 0;
}
.cid-uKvC5BMLjm .card-title,
.cid-uKvC5BMLjm .card-img {
  color: #57468b;
}
.cid-uKvC5BMLjm .card-title {
  color: #fe525b;
}
.cid-uKvC5BMLjm .card-img {
  width: auto;
}
.cid-uKvC5BMLjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvC5BMLjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNQTWyZV3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uHNQTWyZV3 .mbr-overlay {
  background-color: #212428;
  opacity: 0.6;
}
.cid-uHNQTWyZV3 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uHNQTWyZV3 .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-uHNQTWyZV3 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-uHNQTWyZV3 .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-uHNQTWyZV3 .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uHNQTWyZV3 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uHNQTWyZV3 .mbr-section-title {
    text-align: center;
  }
}
.cid-uHNQTWyZV3 .mbr-section-subtitle {
  color: #d84651;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uHNQTWyZV3 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uHNQTWyZV3 .item-card {
  height: 100%;
}
.cid-uHNQTWyZV3 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #212428;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #f1e8a7;
}
@media (max-width: 767px) {
  .cid-uHNQTWyZV3 .item-wrap {
    padding: 50px 20px;
  }
}
.cid-uHNQTWyZV3 .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-uHNQTWyZV3 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uHNQTWyZV3 .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uHNQTWyZV3 .card-box {
  padding-top: 28px;
}
.cid-uHNQTWyZV3 .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-uHNQTWyZV3 .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-uHNQTWyZV3 .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uHNQTWyZV3 .card-contacts {
  color: #f1e8a7;
}
.cid-uHNQTWyZV3 .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-uHNQTWyZV3 .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #d84651;
  transition: 0.4s all;
}
.cid-uHNQTWyZV3 .card-contacts a:hover {
  color: #d84651 !important;
}
.cid-uHNQTWyZV3 .card-contacts a:hover:before {
  width: 100%;
}
.cid-uHNQTWyZV3 .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-uHNQTWyZV3 .social-title {
  color: #fe525b;
  margin-bottom: 8px;
}
.cid-uHNQTWyZV3 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-uHNQTWyZV3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #000000);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #474a48;
  transition: 0.4s all;
}
.cid-uHNQTWyZV3 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uHNQTWyZV3 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uHNQTWyZV3 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uHNQTWyZV3 .soc-item:hover .mbr-iconfont {
  color: #d84651;
}
.cid-uHNQTWyZV3 .soc-item:hover:before {
  opacity: 1;
}
.cid-uHNQTWyZV3 .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-uHNQTWyZV3 .form-main-container {
    padding-left: 20px;
  }
}
.cid-uHNQTWyZV3 .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #212428;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #f1e8a7;
}
@media (max-width: 575px) {
  .cid-uHNQTWyZV3 .form-wrap {
    padding: 20px;
  }
}
.cid-uHNQTWyZV3 form {
  width: 100%;
}
.cid-uHNQTWyZV3 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uHNQTWyZV3 form p {
  color: #878e99;
}
.cid-uHNQTWyZV3 form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-uHNQTWyZV3 form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uHNQTWyZV3 form .form-group {
  margin-bottom: 20px !important;
}
.cid-uHNQTWyZV3 form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-uHNQTWyZV3 form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uHNQTWyZV3 form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-uHNQTWyZV3 form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-uHNQTWyZV3 form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-uHNQTWyZV3 form select {
  color: #878e99 !important;
}
.cid-uHNQTWyZV3 form textarea {
  height: 216px !important;
  resize: none;
}
.cid-uHNQTWyZV3 form input:active,
.cid-uHNQTWyZV3 form textarea:active,
.cid-uHNQTWyZV3 form input:focus,
.cid-uHNQTWyZV3 form textarea:focus {
  border-color: #d84651 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
}
.cid-uHNQTWyZV3 form input:active::-webkit-input-placeholder,
.cid-uHNQTWyZV3 form textarea:active::-webkit-input-placeholder,
.cid-uHNQTWyZV3 form input:focus::-webkit-input-placeholder,
.cid-uHNQTWyZV3 form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uHNQTWyZV3 form input:active::-moz-placeholder,
.cid-uHNQTWyZV3 form textarea:active::-moz-placeholder,
.cid-uHNQTWyZV3 form input:focus::-moz-placeholder,
.cid-uHNQTWyZV3 form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-uHNQTWyZV3 form input:active:-moz-placeholder,
.cid-uHNQTWyZV3 form textarea:active:-moz-placeholder,
.cid-uHNQTWyZV3 form input:focus:-moz-placeholder,
.cid-uHNQTWyZV3 form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-uHNQTWyZV3 form input:active:-ms-input-placeholder,
.cid-uHNQTWyZV3 form textarea:active:-ms-input-placeholder,
.cid-uHNQTWyZV3 form input:focus:-ms-input-placeholder,
.cid-uHNQTWyZV3 form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-uHNQTWyZV3 form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-uHNQTWyZV3 form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uHNQTWyZV3 form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-uHNQTWyZV3 form .form-control-label {
  width: 100%;
}
.cid-uHNQTWyZV3 form .form-check-label {
  margin-bottom: 14px;
}
.cid-uHNQTWyZV3 form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uHNQTWyZV3 form .form-check-input:focus,
.cid-uHNQTWyZV3 form .form-check-input:hover {
  border-color: #d84651 !important;
}
.cid-uHNQTWyZV3 form .form-check-input:checked {
  border-color: #d84651 !important;
  background-color: #191b1e !important;
}
.cid-uHNQTWyZV3 LABEL {
  color: #ffffff;
}
.cid-uGJjghWANl {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uGJjghWANl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJjghWANl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGJjghWANl .container {
    padding: 0 15px;
  }
}
.cid-uGJjghWANl .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uGJjghWANl .content-wrapper .google-map {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGJjghWANl .content-wrapper .google-map {
    margin-bottom: 40px;
  }
}
.cid-uGJjghWANl .content-wrapper .google-map::before {
  content: '';
  position: absolute;
  height: 500px;
  width: 525px;
  top: -70px;
  transform: skewX(-20deg);
  background-color: #d84651;
}
@media (max-width: 992px) {
  .cid-uGJjghWANl .content-wrapper .google-map::before {
    height: 80%;
    top: -40px;
  }
}
.cid-uGJjghWANl .content-wrapper .google-map iframe {
  position: relative;
  z-index: 1;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uGJjghWANl .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uGJjghWANl .content-wrapper .contacts-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 10%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGJjghWANl .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-uGJjghWANl .content-wrapper .contacts-wrapper .list-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGJjghWANl .content-wrapper .contacts-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGJjghWANl .content-wrapper .contacts-wrapper .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uGJjghWANl .content-wrapper .contacts-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGJjghWANl .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.cid-uGJjghWANl .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGJjghWANl .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uGJjghWANl .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uGJjghWANl .content-wrapper .contacts-wrapper .address-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGJjghWANl .content-wrapper .contacts-wrapper .address-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGJjghWANl .content-wrapper .contacts-wrapper .address-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uGJjghWANl .content-wrapper .contacts-wrapper .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uGJjghWANl .content-wrapper .contacts-wrapper .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGJjghWANl .content-wrapper .contacts-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uGJjghWANl .content-wrapper .contacts-wrapper .social-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uGJjghWANl .content-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGJjghWANl .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item {
  margin: 0 5px 5px 0;
}
.cid-uGJjghWANl .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
}
.cid-uGJjghWANl .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGJjghWANl .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ec111a;
  border: 2px solid #ec111a;
}
.cid-uGJjghWANl .content-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #30262b;
  color: #30262b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-uGJjghWANl .content-wrapper .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #f1e8a7;
}
.cid-uGJjghWANl .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #f1e8a7;
  transform: rotate(20deg);
}
.cid-uGJjghWANl .mbr-section-subtitle {
  color: #30262b;
}
.cid-uGJjghWANl .list {
  color: #30262b;
}
.cid-uGJjghWANl .mbr-address {
  color: #f1e8a7;
}
.cid-uGJnIJrw81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uGJnIJrw81 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #f1e8a7;
}
@media (max-width: 991px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 30px;
  }
}
.cid-uGJnIJrw81 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uGJnIJrw81 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGJnIJrw81 .copyright {
  color: #d84651;
  text-align: left;
}
.cid-uGJnIJrw81 .mbr-section-subtitle {
  color: #d84651;
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uGJnIJrw81 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uGJnIJrw81 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uGJnIJrw81 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .footer-logo {
    margin: 0 auto;
  }
}
.cid-uKvcpCyIJB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKvcpCyIJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvcpCyIJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKvcpCyIJB .container {
    padding: 0 30px;
  }
}
.cid-uKvcpCyIJB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uKvcpCyIJB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKvcpCyIJB .mbr-section-subtitle {
  color: #757b62;
  text-align: left;
}
.cid-uKvcpCyIJB .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uFHqUnsL3o .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-uFHqUnsL3o .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uFHqUnsL3o a {
  font-style: normal;
}
.cid-uFHqUnsL3o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFHqUnsL3o .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uFHqUnsL3o .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .content-text {
  margin-bottom: 0;
}
.cid-uFHqUnsL3o .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d84651;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uFHqUnsL3o .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFHqUnsL3o .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFHqUnsL3o .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uFHqUnsL3o .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFHqUnsL3o .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uFHqUnsL3o .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uFHqUnsL3o .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFHqUnsL3o .nav-dropdown .link {
  font-weight: 400;
}
.cid-uFHqUnsL3o .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFHqUnsL3o .content-right-side {
  text-align: center;
}
.cid-uFHqUnsL3o .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uFHqUnsL3o .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uFHqUnsL3o .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uFHqUnsL3o .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uFHqUnsL3o img {
    height: 3.8rem !important;
  }
  .cid-uFHqUnsL3o .btn {
    display: -webkit-flex;
  }
  .cid-uFHqUnsL3o button.navbar-toggler {
    display: block;
  }
  .cid-uFHqUnsL3o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uFHqUnsL3o .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFHqUnsL3o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing,
  .cid-uFHqUnsL3o .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uFHqUnsL3o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFHqUnsL3o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uFHqUnsL3o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uFHqUnsL3o .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-uFHqUnsL3o .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uFHqUnsL3o .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-uFHqUnsL3o .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-uFHqUnsL3o .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFHqUnsL3o .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFHqUnsL3o .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uFHqUnsL3o .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uFHqUnsL3o .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uFHqUnsL3o .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFHqUnsL3o .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFHqUnsL3o .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uFHqUnsL3o .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uFHqUnsL3o .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uFHqUnsL3o .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFHqUnsL3o .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uFHqUnsL3o .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFHqUnsL3o .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFHqUnsL3o .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uFHqUnsL3o .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uFHqUnsL3o .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uFHqUnsL3o .navbar-toggler {
    display: none;
  }
  .cid-uFHqUnsL3o .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uFHqUnsL3o .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFHqUnsL3o .menu-logo {
  margin-right: auto;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFHqUnsL3o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFHqUnsL3o .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFHqUnsL3o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFHqUnsL3o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFHqUnsL3o .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uFHqUnsL3o .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFHqUnsL3o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFHqUnsL3o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFHqUnsL3o button.navbar-toggler:focus {
  outline: none;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f1e8a7;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFHqUnsL3o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFHqUnsL3o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFHqUnsL3o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFHqUnsL3o .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uFHqUnsL3o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFHqUnsL3o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFHqUnsL3o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1.5rem);
  }
  .cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFHqUnsL3o .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFHqUnsL3o .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uFHqUnsL3o .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uFHqUnsL3o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFHqUnsL3o .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uFHqUnsL3o .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFHqUnsL3o .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uFHqUnsL3o .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uFHqUnsL3o .nav-link:focus {
  outline: none;
}
.cid-uFHqUnsL3o .navbar-toggler {
  position: relative;
}
.cid-uFHqUnsL3o .dropdown-item.active,
.cid-uFHqUnsL3o .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uFHqUnsL3o .nav-link:hover,
.cid-uFHqUnsL3o .dropdown-item:hover {
  color: #d84651;
}
.cid-uFHqUnsL3o .widget-title,
.cid-uFHqUnsL3o .widget-icon {
  color: #f1e8a7;
}
.cid-uFHqUnsL3o .widget-text {
  color: #f1e8a7;
}
.cid-uJW5tzy5gp {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uJW5tzy5gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJW5tzy5gp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJW5tzy5gp .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fe525b;
}
.cid-uJW5tzy5gp .row {
  flex-direction: row-reverse;
}
.cid-uJW5tzy5gp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uJW5tzy5gp .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-uJW5tzy5gp .mbr-section-title {
  color: #fe525b;
}
@media (max-width: 991px) {
  .cid-uJW5tzy5gp .text-wrapper {
    text-align: center;
  }
}
.cid-uJW5tzy5gp .mbr-text,
.cid-uJW5tzy5gp .mbr-section-btn {
  color: #fe525b;
}
.cid-uJW5tzy5gp .mbr-menu,
.cid-uJW5tzy5gp .mbr-section-btn {
  color: #fdfde1;
}
.cid-uJW5tzy5gp .mbr-desc,
.cid-uJW5tzy5gp .mbr-section-btn {
  color: #fdfde1;
}
.cid-uL72l4ol0K {
  background: #000000;
}
.cid-uL72l4ol0K .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uL72l4ol0K .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #d84651, #d84651);
  display: inline-block;
}
.cid-uL72l4ol0K .container-fluid {
  padding: 0 0rem;
  max-width: 1300px;
}
.cid-uL72l4ol0K .mbr-iconfont {
  color: #000000;
  font-size: 1.3rem;
  transition: 0.5s;
}
.cid-uL72l4ol0K .mbr-iconfont:hover {
  color: #ff0012;
}
.cid-uL72l4ol0K .image-wrap img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uL72l4ol0K .mbr-title {
  margin-bottom: 1rem;
  font-family: "Cormorant", sans-serif;
}
.cid-uL72l4ol0K .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uL72l4ol0K .social-media ul li {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-uL72l4ol0K .card-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uL72l4ol0K {
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cid-uL72l4ol0K .card-wrap {
    padding: 0 0rem;
  }
  .cid-uL72l4ol0K .container-fluid {
    padding: 0 1rem;
  }
  .cid-uL72l4ol0K .mbr-role {
    margin-top: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uL72l4ol0K {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
.cid-uL72l4ol0K a {
  color: #132c70;
}
.cid-uL72l4ol0K .icon1 {
  padding-right: 0.5rem;
}
.cid-uL72l4ol0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL72l4ol0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL72l4ol0K .social-media,
.cid-uL72l4ol0K .image-wrap,
.cid-uL72l4ol0K .mbr-title {
  color: #f1e8a7;
}
.cid-uL72l4ol0K .mbr-role {
  color: #d84651;
}
.cid-uL72l4ol0K .mbr-section-title,
.cid-uL72l4ol0K .underline {
  color: #d84651;
}
.cid-uL73KEDaOV {
  background: #000000;
}
.cid-uL73KEDaOV .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uL73KEDaOV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #d84651, #d84651);
  display: inline-block;
}
.cid-uL73KEDaOV .container-fluid {
  padding: 0 0rem;
  max-width: 1300px;
}
.cid-uL73KEDaOV .mbr-iconfont {
  color: #000000;
  font-size: 1.3rem;
  transition: 0.5s;
}
.cid-uL73KEDaOV .mbr-iconfont:hover {
  color: #ff0012;
}
.cid-uL73KEDaOV .image-wrap img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uL73KEDaOV .mbr-title {
  margin-bottom: 1rem;
  font-family: "Cormorant", sans-serif;
}
.cid-uL73KEDaOV .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uL73KEDaOV .social-media ul li {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-uL73KEDaOV .card-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uL73KEDaOV {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-uL73KEDaOV .card-wrap {
    padding: 0 0rem;
  }
  .cid-uL73KEDaOV .container-fluid {
    padding: 0 1rem;
  }
  .cid-uL73KEDaOV .mbr-role {
    margin-top: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uL73KEDaOV {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uL73KEDaOV a {
  color: #132c70;
}
.cid-uL73KEDaOV .icon1 {
  padding-right: 0.5rem;
}
.cid-uL73KEDaOV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL73KEDaOV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL73KEDaOV .social-media,
.cid-uL73KEDaOV .image-wrap,
.cid-uL73KEDaOV .mbr-title {
  color: #f1e8a7;
  text-align: center;
}
.cid-uL73KEDaOV .mbr-role {
  color: #d84651;
}
.cid-uL73Sg6R1G {
  background: #000000;
}
.cid-uL73Sg6R1G .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uL73Sg6R1G .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #d84651, #d84651);
  display: inline-block;
}
.cid-uL73Sg6R1G .container-fluid {
  padding: 0 0rem;
  max-width: 1300px;
}
.cid-uL73Sg6R1G .mbr-iconfont {
  color: #000000;
  font-size: 1.3rem;
  transition: 0.5s;
}
.cid-uL73Sg6R1G .mbr-iconfont:hover {
  color: #ff0012;
}
.cid-uL73Sg6R1G .image-wrap img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uL73Sg6R1G .mbr-title {
  margin-bottom: 1rem;
  font-family: "Cormorant", sans-serif;
}
.cid-uL73Sg6R1G .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uL73Sg6R1G .social-media ul li {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-uL73Sg6R1G .card-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uL73Sg6R1G {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-uL73Sg6R1G .card-wrap {
    padding: 0 0rem;
  }
  .cid-uL73Sg6R1G .container-fluid {
    padding: 0 1rem;
  }
  .cid-uL73Sg6R1G .mbr-role {
    margin-top: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uL73Sg6R1G {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uL73Sg6R1G a {
  color: #132c70;
}
.cid-uL73Sg6R1G .icon1 {
  padding-right: 0.5rem;
}
.cid-uL73Sg6R1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL73Sg6R1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL73Sg6R1G .social-media,
.cid-uL73Sg6R1G .image-wrap,
.cid-uL73Sg6R1G .mbr-title {
  color: #f1e8a7;
}
.cid-uL73Sg6R1G .mbr-role {
  color: #d84651;
}
.cid-uL73Tq7EiA {
  background: #000000;
}
.cid-uL73Tq7EiA .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-uL73Tq7EiA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #d84651, #d84651);
  display: inline-block;
}
.cid-uL73Tq7EiA .container-fluid {
  padding: 0 0rem;
  max-width: 1300px;
}
.cid-uL73Tq7EiA .mbr-iconfont {
  color: #000000;
  font-size: 1.3rem;
  transition: 0.5s;
}
.cid-uL73Tq7EiA .mbr-iconfont:hover {
  color: #ff0012;
}
.cid-uL73Tq7EiA .image-wrap img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uL73Tq7EiA .mbr-title {
  margin-bottom: 1rem;
  font-family: "Cormorant", sans-serif;
}
.cid-uL73Tq7EiA .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uL73Tq7EiA .social-media ul li {
  margin-right: 0.8rem;
  display: inline-block;
}
.cid-uL73Tq7EiA .card-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uL73Tq7EiA {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-uL73Tq7EiA .card-wrap {
    padding: 0 0rem;
  }
  .cid-uL73Tq7EiA .container-fluid {
    padding: 0 1rem;
  }
  .cid-uL73Tq7EiA .mbr-role {
    margin-top: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uL73Tq7EiA {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uL73Tq7EiA a {
  color: #132c70;
}
.cid-uL73Tq7EiA .icon1 {
  padding-right: 0.5rem;
}
.cid-uL73Tq7EiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL73Tq7EiA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL73Tq7EiA .social-media,
.cid-uL73Tq7EiA .image-wrap,
.cid-uL73Tq7EiA .mbr-title {
  color: #f1e8a7;
}
.cid-uL73Tq7EiA .mbr-role {
  color: #d84651;
}
.cid-uJYnhYK4ic {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uJYnhYK4ic .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #fe525b;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJYnhYK4ic .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uJYnhYK4ic .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uJYnhYK4ic .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJYnhYK4ic .embla__slide .slide-content {
  width: 100%;
}
.cid-uJYnhYK4ic .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #000000;
}
.cid-uJYnhYK4ic .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uJYnhYK4ic .embla__button--next,
.cid-uJYnhYK4ic .embla__button--prev {
  display: flex;
}
.cid-uJYnhYK4ic .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #d84651 !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uJYnhYK4ic .embla__button:hover {
  opacity: .5 !important;
}
.cid-uJYnhYK4ic .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uJYnhYK4ic .embla__button.embla__button--next {
  right: 0;
}
.cid-uJYnhYK4ic .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uJYnhYK4ic .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uJYnhYK4ic .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJYnhYK4ic .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJYnhYK4ic .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJWdghWriF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uJWdghWriF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJWdghWriF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJWdghWriF .container {
    padding: 0 16px;
  }
}
.cid-uJWdghWriF .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJWdghWriF .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJWdghWriF .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-uJWdghWriF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJWdghWriF .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uJWdghWriF .mbr-section-title {
  color: #ffffff;
}
.cid-uJWdghWriF .mbr-text {
  color: #f1e8a7;
}
.cid-uKvCge6ObJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #080813;
}
.cid-uKvCge6ObJ .mbr-text {
  color: #716c80;
}
.cid-uKvCge6ObJ .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #080813;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uKvCge6ObJ .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-uKvCge6ObJ .card-wrapper:hover .ico2 {
  color: #d84651 !important;
}
.cid-uKvCge6ObJ .ico2 {
  color: #d84651 !important;
  transition: all 0.6s;
}
.cid-uKvCge6ObJ .text-info:hover {
  color: inherit!important;
}
.cid-uKvCge6ObJ .card-box {
  padding: 0rem 1rem;
}
.cid-uKvCge6ObJ .ico1 {
  font-size: 2.5rem !important;
}
.cid-uKvCge6ObJ h3,
.cid-uKvCge6ObJ h4 {
  padding: 0;
  margin: 0;
}
.cid-uKvCge6ObJ .card-title,
.cid-uKvCge6ObJ .card-img {
  color: #57468b;
}
.cid-uKvCge6ObJ .card-title {
  color: #fe525b;
}
.cid-uKvCge6ObJ .card-img {
  width: auto;
}
.cid-uKvCge6ObJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvCge6ObJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJnIJrw81 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uGJnIJrw81 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #f1e8a7;
}
@media (max-width: 991px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .list {
    margin-bottom: 30px;
  }
}
.cid-uGJnIJrw81 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uGJnIJrw81 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGJnIJrw81 .copyright {
  color: #d84651;
  text-align: left;
}
.cid-uGJnIJrw81 .mbr-section-subtitle {
  color: #d84651;
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uGJnIJrw81 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uGJnIJrw81 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uGJnIJrw81 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uGJnIJrw81 .footer-logo {
    margin: 0 auto;
  }
}
.cid-uKvcBEY7Kl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKvcBEY7Kl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvcBEY7Kl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKvcBEY7Kl .container {
    padding: 0 30px;
  }
}
.cid-uKvcBEY7Kl .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uKvcBEY7Kl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKvcBEY7Kl .mbr-section-subtitle {
  color: #757b62;
  text-align: left;
}
.cid-uKvcBEY7Kl .mbr-section-title {
  color: #212529;
  text-align: center;
}
