.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Reddit Sans;
}
.display-1 {
  font-family: 'Neuton', serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Neuton', serif;
  font-size: 3.125rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Neuton', serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Neuton', serif;
  font-size: 2.125rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.65625rem;
}
.display-7 {
  font-family: 'Neuton', serif;
  font-size: 1.2rem;
  line-height: 1.15;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #fff279 !important;
}
.bg-success {
  background-color: #fff1e2 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #45cb20 !important;
}
.bg-danger {
  background-color: #ff951b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fff279 !important;
  border-color: #fff279 !important;
  color: #796d00 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fff7ac !important;
  border-color: #fff7ac !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #796d00 !important;
  background-color: #fff7ac !important;
  border-color: #fff7ac !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed463f !important;
  border-color: #ed463f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f1736e !important;
  border-color: #f1736e !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f1736e !important;
  border-color: #f1736e !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff1e2 !important;
  border-color: #fff1e2 !important;
  color: #e27500 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #e27500 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #45cb20 !important;
  border-color: #45cb20 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #61e03e !important;
  border-color: #61e03e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #61e03e !important;
  border-color: #61e03e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff951b !important;
  border-color: #ff951b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffad4e !important;
  border-color: #ffad4e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffad4e !important;
  border-color: #ffad4e !important;
}
.btn-white,
.btn-white:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !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: #787878 !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: #fff279;
  color: #fff279;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffea22 !important;
  background-color: transparent !important;
  border-color: #ffea22 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #796d00 !important;
  background-color: #fff279 !important;
  border-color: #fff279 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ed463f;
  color: #ed463f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c31912 !important;
  background-color: transparent !important;
  border-color: #c31912 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed463f !important;
  border-color: #ed463f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff1e2;
  color: #fff1e2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffc78b !important;
  background-color: transparent !important;
  border-color: #ffc78b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #e27500 !important;
  background-color: #fff1e2 !important;
  border-color: #fff1e2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #45cb20;
  color: #45cb20;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2c8014 !important;
  background-color: transparent !important;
  border-color: #2c8014 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #45cb20 !important;
  border-color: #45cb20 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff951b;
  color: #ff951b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c36900 !important;
  background-color: transparent !important;
  border-color: #c36900 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff951b !important;
  border-color: #ff951b !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: #fff279 !important;
}
.text-secondary {
  color: #ed463f !important;
}
.text-success {
  color: #fff1e2 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #45cb20 !important;
}
.text-danger {
  color: #ff951b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffe813 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b51811 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffc07c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #277312 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b46000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fff279;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #45cb20;
}
.alert-danger {
  background-color: #ff951b;
}
.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: #fff279;
  border-color: #fff279;
  color: #938400;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fff279;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cdf5c2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4e7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Neuton', serif;
  font-size: 1.2rem;
  line-height: 1.15;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fff279 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Neuton', serif;
  font-size: 1.2rem;
  line-height: 1.15;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #fff279;
}
/* 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: #fff279;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fff279;
}
.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: #fff279;
  border-bottom-color: #fff279;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fff279 !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: #ed463f !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='%23fff279' %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;
}
.mbr-section-btn {
  width: 100%;
}
.mbr-section-btn .btn {
  justify-content: space-between;
  padding: 10px 10px 10px 30px;
  border-radius: 12px !important;
  font-weight: 400 !important;
  width: 100%;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  border-radius: 100% !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 2px solid;
  border-radius: 8px !important;
  transition: all 0.3s ease-in-out;
}
.mbr-desc,
.item-desc,
.nav-item {
  border-radius: 100px;
}
.form-control {
  border-radius: 12px !important;
}
.mbr-iconfont {
  border-radius: 12px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.content-wrap,
.desc-wrap,
.slider-wrap,
.item-content,
.items-wrapper,
.embla__viewport {
  border-radius: 1rem !important;
}
.contacts-wrapper {
  border-radius: 8px !important;
}
.banner .mbr-section-btn .btn {
  width: auto !important;
  padding: 10px 15px;
  justify-content: center;
}
.cid-ukEuy6qvZh .navbar-dropdown {
  background-color: #b63a33 !important;
  padding: 0;
}
.cid-ukEuy6qvZh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #b63a33 !important;
  background: #b63a33;
}
.cid-ukEuy6qvZh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ukEuy6qvZh .menu_box .navbar.opened,
  .cid-ukEuy6qvZh .menu_box .navbar-collapse {
    background-color: #b63a33 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ukEuy6qvZh .navbar-dropdown {
  position: relative !important;
}
.cid-ukEuy6qvZh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ukEuy6qvZh .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukEuy6qvZh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ukEuy6qvZh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ukEuy6qvZh .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ukEuy6qvZh .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #d2d2d2;
  }
  .cid-ukEuy6qvZh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ukEuy6qvZh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ukEuy6qvZh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ukEuy6qvZh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ukEuy6qvZh .offcanvas-body .mbr-text,
  .cid-ukEuy6qvZh .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ukEuy6qvZh .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ukEuy6qvZh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ukEuy6qvZh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ff5640;
  }
  .cid-ukEuy6qvZh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ukEuy6qvZh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ukEuy6qvZh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ukEuy6qvZh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ukEuy6qvZh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ukEuy6qvZh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukEuy6qvZh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ukEuy6qvZh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ukEuy6qvZh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ukEuy6qvZh .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ukEuy6qvZh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ukEuy6qvZh .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ukEuy6qvZh .nav-item {
    margin: 0 !important;
  }
}
.cid-ukEuy6qvZh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ukEuy6qvZh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ukEuy6qvZh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ukEuy6qvZh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukEuy6qvZh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ukEuy6qvZh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ukEuy6qvZh .offcanvas_box {
    display: none;
  }
}
.cid-ukEuy6qvZh .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ukEuy6qvZh .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ukEuy6qvZh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ukEuy6qvZh .container {
  display: flex;
  margin: auto;
}
.cid-ukEuy6qvZh .iconfont-wrapper {
  color: #d2d2d2;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ukEuy6qvZh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ukEuy6qvZh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ukEuy6qvZh .navbar-caption {
  color: #d2d2d2;
}
.cid-ukEuy6qvZh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ukEuy6qvZh .navbar-nav {
    margin: 0;
  }
}
.cid-ukEuy6qvZh .dropdown-menu,
.cid-ukEuy6qvZh .navbar.opened {
  background-color: false !important;
}
.cid-ukEuy6qvZh .nav-item:focus,
.cid-ukEuy6qvZh .nav-link:focus {
  outline: none;
}
.cid-ukEuy6qvZh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukEuy6qvZh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukEuy6qvZh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukEuy6qvZh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukEuy6qvZh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukEuy6qvZh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukEuy6qvZh .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ukEuy6qvZh .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ukEuy6qvZh .navbar.opened {
  transition: all 0.3s;
}
.cid-ukEuy6qvZh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ukEuy6qvZh .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ukEuy6qvZh .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ukEuy6qvZh .navbar.collapsed {
  justify-content: center;
}
.cid-ukEuy6qvZh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukEuy6qvZh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukEuy6qvZh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukEuy6qvZh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukEuy6qvZh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukEuy6qvZh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ukEuy6qvZh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ukEuy6qvZh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ukEuy6qvZh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ukEuy6qvZh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukEuy6qvZh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukEuy6qvZh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ukEuy6qvZh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukEuy6qvZh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ukEuy6qvZh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukEuy6qvZh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ukEuy6qvZh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ukEuy6qvZh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ukEuy6qvZh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukEuy6qvZh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukEuy6qvZh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ukEuy6qvZh .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukEuy6qvZh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukEuy6qvZh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukEuy6qvZh .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukEuy6qvZh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukEuy6qvZh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukEuy6qvZh .dropdown-item.active,
.cid-ukEuy6qvZh .dropdown-item:active {
  background-color: transparent;
}
.cid-ukEuy6qvZh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukEuy6qvZh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukEuy6qvZh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukEuy6qvZh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukEuy6qvZh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
}
.cid-ukEuy6qvZh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukEuy6qvZh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b63a33;
  background: #000000;
}
.cid-ukEuy6qvZh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ff5640;
}
.cid-ukEuy6qvZh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukEuy6qvZh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukEuy6qvZh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukEuy6qvZh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukEuy6qvZh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukEuy6qvZh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukEuy6qvZh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukEuy6qvZh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukEuy6qvZh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ukEuy6qvZh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukEuy6qvZh .navbar {
    height: 70px;
  }
  .cid-ukEuy6qvZh .navbar.opened {
    height: auto;
  }
  .cid-ukEuy6qvZh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukEuy6qvZh .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ukEuy6qvZh .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ukEuy6qvZh .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ukEuy6qvZh .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ukEuy6qvZh .navbar-caption:hover {
  color: #fff279;
}
@media (min-width: 992px) {
  .cid-ukEuy6qvZh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ukEuy6qvZh .mbr-section-subtitle {
  color: #000000;
}
.cid-ukEuy6qvZh .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ukEuy6qvZh .text_widget {
  color: #000000;
}
.cid-ukEuy6qvZh .mbr-section-subtitle,
.cid-ukEuy6qvZh .text_widget,
.cid-ukEuy6qvZh .mbr-section-btn {
  text-align: center;
}
.cid-ukEuy6qvZh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ukJAeYtXOQ {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-ukJAeYtXOQ .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukJAeYtXOQ .f-row {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .cid-ukJAeYtXOQ .f-item {
    flex: 1 1 100%;
  }
}
@media (min-width: 992px) {
  .cid-ukJAeYtXOQ .f-60 {
    flex: 0 0 55%;
  }
  .cid-ukJAeYtXOQ .f-40 {
    flex: 0 0 45%;
  }
}
.cid-ukJAeYtXOQ .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-ukJAeYtXOQ .image-wrapper {
    min-height: 650px;
  }
}
.cid-ukJAeYtXOQ .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ukJAeYtXOQ .text-wrapper {
  width: 100%;
  background: #d42017;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-ukJAeYtXOQ .text-wrapper {
    padding: 4rem 2rem;
    transform: translate(12%, 3rem);
  }
}
@media (min-width: 1200px) {
  .cid-ukJAeYtXOQ .text-wrapper {
    padding: 7rem 3.25rem;
  }
}
.cid-ukJAeYtXOQ .mbr-section-title {
  color: #ffffff;
}
.cid-ukJAeYtXOQ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ukEwYDPG5h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-ukEwYDPG5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukEwYDPG5h .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-ukEwYDPG5h .container {
    padding: 0 15px;
  }
}
.cid-ukEwYDPG5h .row {
  justify-content: center;
}
.cid-ukEwYDPG5h .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukEwYDPG5h .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ukEwYDPG5h .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-ukEwYDPG5h .subtitle-wrapper {
    padding: 0;
  }
}
.cid-ukEwYDPG5h .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukEwYDPG5h .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ukEwYDPG5h .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-ukEwYDPG5h .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-ukEwYDPG5h .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-ukEwYDPG5h .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukEwYDPG5h .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #b63a33;
  color: #f1dd26;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-ukEwYDPG5h .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-ukEwYDPG5h .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukEwYDPG5h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukEwYDPG5h .list {
  color: #ffffff;
}
.cid-ukEwYDPG5h .list,
.cid-ukEwYDPG5h .item-wrap {
  color: #000000;
}
.cid-ukE99j5hB0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #d42017;
}
.cid-ukE99j5hB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukE99j5hB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukE99j5hB0 .row {
  justify-content: space-between;
}
.cid-ukE99j5hB0 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-ukE99j5hB0 .content-wrapper {
    padding: 0;
  }
}
.cid-ukE99j5hB0 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukE99j5hB0 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ukE99j5hB0 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukE99j5hB0 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ukE99j5hB0 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukE99j5hB0 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-ukE99j5hB0 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-ukE99j5hB0 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ukE99j5hB0 .mbr-section-title {
  color: #000000;
}
.cid-ukE99j5hB0 .mbr-desc {
  color: #000000;
}
.cid-ukE99j5hB0 .mbr-text {
  color: #ffffff;
}
.cid-ukJB1jbIYd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #656565;
}
.cid-ukJB1jbIYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJB1jbIYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJB1jbIYd H1 {
  color: #ffffff;
}
.cid-ukJB1jbIYd .mbr-text,
.cid-ukJB1jbIYd .mbr-section-btn {
  color: #ffffff;
}
.cid-ukGujpbyct {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d42017;
}
.cid-ukGujpbyct .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGujpbyct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGujpbyct .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
  border: 2px solid #ffb2ef;
}
@media (max-width: 1200px) {
  .cid-ukGujpbyct .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-ukGujpbyct .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-ukGujpbyct .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-ukGujpbyct .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ukGujpbyct .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-ukGujpbyct .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-ukGujpbyct .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ukGujpbyct .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f7fff7;
}
.cid-ukGujpbyct .content-wrapper .item .item-wrapper:hover,
.cid-ukGujpbyct .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-ukGujpbyct .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-ukGujpbyct .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukGujpbyct .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-ukGujpbyct .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-ukGujpbyct .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-ukGujpbyct .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-ukGujpbyct .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-ukGujpbyct .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ukGujpbyct .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-ukGujpbyct .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ukGujpbyct .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-ukGujpbyct .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-ukGujpbyct .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-ukGujpbyct .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-ukGujpbyct .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ukGujpbyct .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #d3f2ff;
}
.cid-ukGujpbyct .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #bafca2;
}
.cid-ukGujpbyct .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #fdfd96;
}
.cid-ukGujpbyct .item-title {
  color: #050f0f;
}
.cid-ukGujpbyct .item-text {
  color: #050f0f;
}
.cid-ukGujpbyct .list {
  color: #050f0f;
}
.cid-ukJBVcvpkS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-ukJBVcvpkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJBVcvpkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJBVcvpkS .content-wrapper {
  padding: 80px 90px;
  background-color: #656565;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ukJBVcvpkS .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-ukJBVcvpkS .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ukJBVcvpkS .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-ukJBVcvpkS .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-ukJBVcvpkS .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukJBVcvpkS .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-ukJBVcvpkS .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukJBVcvpkS .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ukJBVcvpkS .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukJBVcvpkS .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-ukJBVcvpkS .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-ukJBVcvpkS .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-ukJBVcvpkS .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-ukJBVcvpkS .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-ukJBVcvpkS .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-ukJBVcvpkS .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ukJBVcvpkS .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ukJBVcvpkS .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukJBVcvpkS .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ukJBVcvpkS .mbr-section-title {
  color: #050f0f;
}
.cid-ukJBVcvpkS .mbr-text {
  color: #050f0f;
}
.cid-ukJBVcvpkS .mbr-section-btn {
  text-align: center;
}
.cid-ukJBVcvpkS .icon-wrapper {
  text-align: right;
}
.cid-ueUUE7rstT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d42017;
}
.cid-ueUUE7rstT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueUUE7rstT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueUUE7rstT .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ueUUE7rstT .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUUE7rstT .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-ueUUE7rstT .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUUE7rstT .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ueUUE7rstT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueUUE7rstT .content-wrapper .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-ueUUE7rstT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ueUUE7rstT .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ueUUE7rstT .image-wrapper img {
    height: 350px;
  }
}
.cid-ueUUE7rstT .mbr-section-title {
  color: #404349;
}
.cid-ueUUE7rstT .mbr-desc {
  color: #b19a7c;
}
.cid-ueUUE7rstT .mbr-text {
  color: #f8f8f8;
  text-align: center;
}
.cid-ueUUE7rstT .mbr-desc,
.cid-ueUUE7rstT .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ukDTyPCrpQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukDTyPCrpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukDTyPCrpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukDTyPCrpQ .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #656565;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ukDTyPCrpQ .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ukDTyPCrpQ .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ukDTyPCrpQ .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ukDTyPCrpQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ukDTyPCrpQ .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ukDTyPCrpQ .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ukDTyPCrpQ .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ukDTyPCrpQ .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ukDTyPCrpQ .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ukDTyPCrpQ .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukDTyPCrpQ .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ukDTyPCrpQ .mbr-section-title {
  color: #212529;
}
.cid-ukDTyPCrpQ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ukDTyPCrpQ .mbr-section-title,
.cid-ukDTyPCrpQ .mbr-section-btn {
  color: #ffffff;
}
.cid-ukDZgNhM7M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d42017;
}
.cid-ukDZgNhM7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukDZgNhM7M .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-ukDZgNhM7M .container {
    padding: 0 30px;
  }
}
.cid-ukDZgNhM7M .row {
  justify-content: center;
}
.cid-ukDZgNhM7M .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ukDZgNhM7M .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukDZgNhM7M .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-ukDZgNhM7M .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-ukDZgNhM7M .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukDZgNhM7M .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ukDZgNhM7M .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukGzTQU9ma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-ukGzTQU9ma .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGzTQU9ma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGzTQU9ma .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ukGzTQU9ma .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ukGzTQU9ma .container {
    padding: 0 26px;
  }
}
.cid-ukGzTQU9ma .row {
  justify-content: center;
}
.cid-ukGzTQU9ma .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-ukGzTQU9ma .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ukGzTQU9ma .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-ukGzTQU9ma .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-ukGzTQU9ma .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-ukGzTQU9ma .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ukGzTQU9ma .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ukGzTQU9ma .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ukGzTQU9ma .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-ukGzTQU9ma .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukGzTQU9ma .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ukGzTQU9ma .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-ukGzTQU9ma .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-ukGzTQU9ma .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ukGzTQU9ma .mbr-section-title {
  color: #000000;
}
.cid-ukGzTQU9ma .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukGzTQU9ma .mbr-desc {
  color: #ffffff;
}
.cid-ukGzTQU9ma .mbr-text {
  color: #000000;
}
.cid-ukGzTQU9ma .mbr-link {
  color: #ffffff;
}
.cid-ukGB0GoTbe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d42017;
}
.cid-ukGB0GoTbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGB0GoTbe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGB0GoTbe .container,
.cid-ukGB0GoTbe .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukGB0GoTbe .container,
  .cid-ukGB0GoTbe .container-fluid {
    padding: 0 20px;
  }
}
.cid-ukGB0GoTbe .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ukGB0GoTbe .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-ukGB0GoTbe .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-ukGB0GoTbe .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ukGB0GoTbe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukGB0GoTbe .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-ukGB0GoTbe .panel-group {
    padding: 0 12px;
  }
}
.cid-ukGB0GoTbe .panel-group .card {
  border-radius: 0;
}
.cid-ukGB0GoTbe .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-ukGB0GoTbe .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-ukGB0GoTbe .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #3d4045;
}
.cid-ukGB0GoTbe .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #ed9b82;
}
.cid-ukGB0GoTbe .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ed9b82;
}
.cid-ukGB0GoTbe .panel-group .card .card-header .panel-title:hover,
.cid-ukGB0GoTbe .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #ed9b82;
}
.cid-ukGB0GoTbe .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-ukGB0GoTbe .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #ed9b82;
}
.cid-ukGB0GoTbe .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-ukGB0GoTbe .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-ukGB0GoTbe .mbr-section-title {
  color: #3d4045;
}
.cid-ukGB0GoTbe .panel-title-edit {
  color: #3d4045;
}
.cid-ukGB0GoTbe .panel-text {
  color: #3d4045;
}
.cid-ukGAk8fhJ6 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #656565;
}
.cid-ukGAk8fhJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGAk8fhJ6 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ukGAk8fhJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGAk8fhJ6 h1 {
  max-width: 800px;
}
.cid-ukGAk8fhJ6 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ukGAk8fhJ6 {
    align-items: center;
  }
  .cid-ukGAk8fhJ6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ukGAk8fhJ6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ukGAk8fhJ6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ukGAk8fhJ6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ukGAk8fhJ6 .content-wrap {
    width: 100%;
  }
}
.cid-ukGAk8fhJ6 .mbr-section-subtitle,
.cid-ukGAk8fhJ6 .line {
  color: #291f1e;
}
.cid-ukGAk8fhJ6 .mbr-text,
.cid-ukGAk8fhJ6 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ukGAk8fhJ6 .mbr-section-title {
  color: #ffffff;
}
.cid-ukGCcprDpk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #d42017;
}
.cid-ukGCcprDpk .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #fff1e2;
}
.cid-ukGCcprDpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGCcprDpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGCcprDpk .items-wrapper {
  margin: 0;
}
.cid-ukGCcprDpk .items-wrapper .item {
  padding: 0;
}
.cid-ukGCcprDpk .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none !important;
}
@media (max-width: 992px) {
  .cid-ukGCcprDpk .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-ukGCcprDpk .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  border-radius: 0 !important;
  border-right: 1px solid #fff1e2;
}
@media (max-width: 1640px) {
  .cid-ukGCcprDpk .items-wrapper .item .item-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-ukGCcprDpk .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-ukGCcprDpk .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #fff1e2;
  }
}
.cid-ukGCcprDpk .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukGCcprDpk .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ukGCcprDpk .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #e7271c;
  display: inline-flex;
}
.cid-ukGCcprDpk .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukGCcprDpk .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-ukGCcprDpk .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-ukGCcprDpk .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.cid-ukGCcprDpk .item-title {
  color: #150764;
}
.cid-ukGCcprDpk .item-text,
.cid-ukGCcprDpk .desc-wrapper {
  color: #150764;
  text-align: center;
}
.cid-ukGCcprDpk .item-title,
.cid-ukGCcprDpk .mbr-section-btn,
.cid-ukGCcprDpk .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ukGCcprDpk .item-text {
  color: #150764;
}
.cid-ukGDBZhcnQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-ukGDBZhcnQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGDBZhcnQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGDBZhcnQ .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #150764;
}
@media (max-width: 992px) {
  .cid-ukGDBZhcnQ .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-ukGDBZhcnQ .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ukGDBZhcnQ .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-ukGDBZhcnQ .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-ukGDBZhcnQ .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-ukGDBZhcnQ .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukGDBZhcnQ .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ukGDBZhcnQ .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukGDBZhcnQ .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-ukGDBZhcnQ .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-ukGDBZhcnQ .mbr-section-title,
.cid-ukGDBZhcnQ .mbr-section-btn {
  color: #000000;
}
.cid-ukENTv7dRX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d42017;
}
.cid-ukENTv7dRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukENTv7dRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukENTv7dRX .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukENTv7dRX .content-wrapper {
    padding: 0;
  }
}
.cid-ukENTv7dRX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ukENTv7dRX .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ukENTv7dRX .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-ukENTv7dRX .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ukENTv7dRX .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-ukENTv7dRX .mbr-section-title {
  color: #050f0f;
}
.cid-ueUUJotMbr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-ueUUJotMbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueUUJotMbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueUUJotMbr .content-wrap {
  padding: 60px;
  background-color: #d42017;
}
@media (max-width: 992px) {
  .cid-ueUUJotMbr .content-wrap {
    padding: 30px 20px;
  }
}
.cid-ueUUJotMbr .content-wrap .row {
  justify-content: center;
}
.cid-ueUUJotMbr .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUUJotMbr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUUJotMbr .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ueUUJotMbr .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-ueUUJotMbr .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-ueUUJotMbr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueUUJotMbr .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUUJotMbr .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUUJotMbr .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ueUUJotMbr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ueUUJotMbr .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ueUUJotMbr .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ueUUJotMbr .nav-wrapper .list .item-wrap:hover,
.cid-ueUUJotMbr .nav-wrapper .list .item-wrap:focus {
  color: #fff1e2;
}
.cid-ueUUJotMbr .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUUJotMbr .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUUJotMbr .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ueUUJotMbr .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ueUUJotMbr .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ueUUJotMbr .contacts-wrapper .list .item-wrap:hover,
.cid-ueUUJotMbr .contacts-wrapper .list .item-wrap:focus {
  color: #fff1e2;
}
.cid-ueUUJotMbr .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ueUUJotMbr .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUUJotMbr .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUUJotMbr .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ueUUJotMbr .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ueUUJotMbr .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ueUUJotMbr .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ueUUJotMbr .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ueUUJotMbr .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #000000;
  background-color: #656565;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-ueUUJotMbr .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-ueUUJotMbr .mbr-section-title {
  color: #ed463f;
}
.cid-ueUUJotMbr .mbr-section-subtitle {
  color: #404349;
}
.cid-ueUUJotMbr .list {
  color: #404349;
}
.cid-ueUUJotMbr .mbr-section-title,
.cid-ueUUJotMbr .title-wrapper {
  text-align: center;
}
.cid-ueUUJotMbr .list,
.cid-ueUUJotMbr .item-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-ukEuy6qvZh .navbar-dropdown {
  background-color: #b63a33 !important;
  padding: 0;
}
.cid-ukEuy6qvZh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #b63a33 !important;
  background: #b63a33;
}
.cid-ukEuy6qvZh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ukEuy6qvZh .menu_box .navbar.opened,
  .cid-ukEuy6qvZh .menu_box .navbar-collapse {
    background-color: #b63a33 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ukEuy6qvZh .navbar-dropdown {
  position: relative !important;
}
.cid-ukEuy6qvZh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ukEuy6qvZh .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukEuy6qvZh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ukEuy6qvZh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ukEuy6qvZh .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ukEuy6qvZh .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #d2d2d2;
  }
  .cid-ukEuy6qvZh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ukEuy6qvZh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ukEuy6qvZh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ukEuy6qvZh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ukEuy6qvZh .offcanvas-body .mbr-text,
  .cid-ukEuy6qvZh .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ukEuy6qvZh .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ukEuy6qvZh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ukEuy6qvZh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ff5640;
  }
  .cid-ukEuy6qvZh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ukEuy6qvZh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ukEuy6qvZh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ukEuy6qvZh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ukEuy6qvZh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ukEuy6qvZh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukEuy6qvZh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ukEuy6qvZh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ukEuy6qvZh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ukEuy6qvZh .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ukEuy6qvZh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ukEuy6qvZh .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ukEuy6qvZh .nav-item {
    margin: 0 !important;
  }
}
.cid-ukEuy6qvZh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ukEuy6qvZh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ukEuy6qvZh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ukEuy6qvZh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukEuy6qvZh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ukEuy6qvZh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ukEuy6qvZh .offcanvas_box {
    display: none;
  }
}
.cid-ukEuy6qvZh .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ukEuy6qvZh .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ukEuy6qvZh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ukEuy6qvZh .container {
  display: flex;
  margin: auto;
}
.cid-ukEuy6qvZh .iconfont-wrapper {
  color: #d2d2d2;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ukEuy6qvZh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ukEuy6qvZh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ukEuy6qvZh .navbar-caption {
  color: #d2d2d2;
}
.cid-ukEuy6qvZh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ukEuy6qvZh .navbar-nav {
    margin: 0;
  }
}
.cid-ukEuy6qvZh .dropdown-menu,
.cid-ukEuy6qvZh .navbar.opened {
  background-color: false !important;
}
.cid-ukEuy6qvZh .nav-item:focus,
.cid-ukEuy6qvZh .nav-link:focus {
  outline: none;
}
.cid-ukEuy6qvZh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukEuy6qvZh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukEuy6qvZh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukEuy6qvZh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukEuy6qvZh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukEuy6qvZh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukEuy6qvZh .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ukEuy6qvZh .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ukEuy6qvZh .navbar.opened {
  transition: all 0.3s;
}
.cid-ukEuy6qvZh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ukEuy6qvZh .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ukEuy6qvZh .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ukEuy6qvZh .navbar.collapsed {
  justify-content: center;
}
.cid-ukEuy6qvZh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukEuy6qvZh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukEuy6qvZh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukEuy6qvZh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukEuy6qvZh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukEuy6qvZh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ukEuy6qvZh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ukEuy6qvZh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ukEuy6qvZh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ukEuy6qvZh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukEuy6qvZh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukEuy6qvZh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ukEuy6qvZh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukEuy6qvZh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ukEuy6qvZh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukEuy6qvZh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ukEuy6qvZh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ukEuy6qvZh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ukEuy6qvZh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukEuy6qvZh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukEuy6qvZh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ukEuy6qvZh .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukEuy6qvZh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukEuy6qvZh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukEuy6qvZh .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukEuy6qvZh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukEuy6qvZh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukEuy6qvZh .dropdown-item.active,
.cid-ukEuy6qvZh .dropdown-item:active {
  background-color: transparent;
}
.cid-ukEuy6qvZh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukEuy6qvZh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukEuy6qvZh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukEuy6qvZh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukEuy6qvZh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
}
.cid-ukEuy6qvZh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukEuy6qvZh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b63a33;
  background: #000000;
}
.cid-ukEuy6qvZh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ff5640;
}
.cid-ukEuy6qvZh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukEuy6qvZh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukEuy6qvZh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukEuy6qvZh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukEuy6qvZh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukEuy6qvZh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukEuy6qvZh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukEuy6qvZh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukEuy6qvZh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ukEuy6qvZh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukEuy6qvZh .navbar {
    height: 70px;
  }
  .cid-ukEuy6qvZh .navbar.opened {
    height: auto;
  }
  .cid-ukEuy6qvZh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukEuy6qvZh .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ukEuy6qvZh .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ukEuy6qvZh .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ukEuy6qvZh .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ukEuy6qvZh .navbar-caption:hover {
  color: #fff279;
}
@media (min-width: 992px) {
  .cid-ukEuy6qvZh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ukEuy6qvZh .mbr-section-subtitle {
  color: #000000;
}
.cid-ukEuy6qvZh .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ukEuy6qvZh .text_widget {
  color: #000000;
}
.cid-ukEuy6qvZh .mbr-section-subtitle,
.cid-ukEuy6qvZh .text_widget,
.cid-ukEuy6qvZh .mbr-section-btn {
  text-align: center;
}
.cid-ukEuy6qvZh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ukJDcjpviU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #656565;
}
.cid-ukJDcjpviU .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-ukJDcjpviU .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-ukJDcjpviU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJDcjpviU .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-ukJDcjpviU .container {
    padding: 0 15px;
  }
}
.cid-ukJDcjpviU .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-ukJDcjpviU .image-wrapper {
  position: relative;
}
.cid-ukJDcjpviU .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-ukJDcjpviU .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJDcjpviU .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-ukJDcjpviU .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-ukJDcjpviU .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-ukJDcjpviU .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-ukJDcjpviU .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-ukJDcjpviU .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-ukJDcjpviU .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-ukJDcjpviU .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-ukJDcjpviU .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-ukJDcjpviU .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-ukJDcjpviU .mbr-text {
  color: #f7f5f6;
}
.cid-ukJDcjpviU .item-name {
  color: #f7f5f6;
}
.cid-ukJDcjpviU .item-role {
  color: #68707c;
}
.cid-ukE6q0xqpv {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #b63a33;
}
.cid-ukE6q0xqpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukE6q0xqpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukE6q0xqpv .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukE6q0xqpv .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukE6q0xqpv .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-ukE6q0xqpv .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukE6q0xqpv .image-wrapper img {
    height: 350px;
  }
}
.cid-ukE6q0xqpv .mbr-section-title {
  color: #404349;
}
.cid-ukE6q0xqpv .mbr-desc {
  color: #b19a7c;
}
.cid-ukE6q0xqpv .mbr-text {
  color: #404349;
}
.cid-ukE6q0xqpv .mbr-desc,
.cid-ukE6q0xqpv .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ukE6q0xqpv .mbr-section-title,
.cid-ukE6q0xqpv .title-wrap {
  color: #000000;
}
.cid-ukEIk0W2Es {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #656565;
}
.cid-ukEIk0W2Es .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukEIk0W2Es .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukEIk0W2Es .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukEIk0W2Es .content-wrapper {
    padding: 0;
  }
}
.cid-ukEIk0W2Es .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ukEIk0W2Es .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ukEIk0W2Es .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-ukEIk0W2Es .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ukEIk0W2Es .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-ukEIk0W2Es .mbr-section-title {
  color: #050f0f;
}
.cid-ukE6qcGFU9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-ukE6qcGFU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukE6qcGFU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukE6qcGFU9 .content-wrap {
  padding: 60px;
  background-color: #d42017;
}
@media (max-width: 992px) {
  .cid-ukE6qcGFU9 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-ukE6qcGFU9 .content-wrap .row {
  justify-content: center;
}
.cid-ukE6qcGFU9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukE6qcGFU9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukE6qcGFU9 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukE6qcGFU9 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-ukE6qcGFU9 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-ukE6qcGFU9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukE6qcGFU9 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukE6qcGFU9 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukE6qcGFU9 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukE6qcGFU9 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukE6qcGFU9 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukE6qcGFU9 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukE6qcGFU9 .nav-wrapper .list .item-wrap:hover,
.cid-ukE6qcGFU9 .nav-wrapper .list .item-wrap:focus {
  color: #fff1e2;
}
.cid-ukE6qcGFU9 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukE6qcGFU9 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukE6qcGFU9 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukE6qcGFU9 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukE6qcGFU9 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukE6qcGFU9 .contacts-wrapper .list .item-wrap:hover,
.cid-ukE6qcGFU9 .contacts-wrapper .list .item-wrap:focus {
  color: #fff1e2;
}
.cid-ukE6qcGFU9 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukE6qcGFU9 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukE6qcGFU9 .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukE6qcGFU9 .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukE6qcGFU9 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ukE6qcGFU9 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukE6qcGFU9 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukE6qcGFU9 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ukE6qcGFU9 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #000000;
  background-color: #656565;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-ukE6qcGFU9 .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-ukE6qcGFU9 .mbr-section-title {
  color: #ed463f;
}
.cid-ukE6qcGFU9 .mbr-section-subtitle {
  color: #404349;
}
.cid-ukE6qcGFU9 .list {
  color: #404349;
}
.cid-ukE6qcGFU9 .mbr-section-title,
.cid-ukE6qcGFU9 .title-wrapper {
  text-align: center;
}
.cid-ukE6qcGFU9 .list,
.cid-ukE6qcGFU9 .item-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-ukEJ1NXTaR .navbar-dropdown {
  background-color: #b63a33 !important;
  padding: 0;
}
.cid-ukEJ1NXTaR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #b63a33 !important;
  background: #b63a33;
}
.cid-ukEJ1NXTaR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ukEJ1NXTaR .menu_box .navbar.opened,
  .cid-ukEJ1NXTaR .menu_box .navbar-collapse {
    background-color: #b63a33 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ukEJ1NXTaR .navbar-dropdown {
  position: relative !important;
}
.cid-ukEJ1NXTaR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ukEJ1NXTaR .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukEJ1NXTaR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ukEJ1NXTaR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ukEJ1NXTaR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ukEJ1NXTaR .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #d2d2d2;
  }
  .cid-ukEJ1NXTaR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ukEJ1NXTaR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ukEJ1NXTaR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ukEJ1NXTaR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ukEJ1NXTaR .offcanvas-body .mbr-text,
  .cid-ukEJ1NXTaR .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ukEJ1NXTaR .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ukEJ1NXTaR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ukEJ1NXTaR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ff5640;
  }
  .cid-ukEJ1NXTaR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ukEJ1NXTaR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ukEJ1NXTaR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ukEJ1NXTaR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ukEJ1NXTaR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ukEJ1NXTaR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukEJ1NXTaR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ukEJ1NXTaR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ukEJ1NXTaR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ukEJ1NXTaR .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ukEJ1NXTaR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ukEJ1NXTaR .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ukEJ1NXTaR .nav-item {
    margin: 0 !important;
  }
}
.cid-ukEJ1NXTaR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ukEJ1NXTaR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ukEJ1NXTaR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ukEJ1NXTaR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukEJ1NXTaR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ukEJ1NXTaR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ukEJ1NXTaR .offcanvas_box {
    display: none;
  }
}
.cid-ukEJ1NXTaR .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ukEJ1NXTaR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ukEJ1NXTaR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ukEJ1NXTaR .container {
  display: flex;
  margin: auto;
}
.cid-ukEJ1NXTaR .iconfont-wrapper {
  color: #d2d2d2;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ukEJ1NXTaR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ukEJ1NXTaR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ukEJ1NXTaR .navbar-caption {
  color: #d2d2d2;
}
.cid-ukEJ1NXTaR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ukEJ1NXTaR .navbar-nav {
    margin: 0;
  }
}
.cid-ukEJ1NXTaR .dropdown-menu,
.cid-ukEJ1NXTaR .navbar.opened {
  background-color: false !important;
}
.cid-ukEJ1NXTaR .nav-item:focus,
.cid-ukEJ1NXTaR .nav-link:focus {
  outline: none;
}
.cid-ukEJ1NXTaR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukEJ1NXTaR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukEJ1NXTaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukEJ1NXTaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukEJ1NXTaR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukEJ1NXTaR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukEJ1NXTaR .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ukEJ1NXTaR .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ukEJ1NXTaR .navbar.opened {
  transition: all 0.3s;
}
.cid-ukEJ1NXTaR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ukEJ1NXTaR .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ukEJ1NXTaR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ukEJ1NXTaR .navbar.collapsed {
  justify-content: center;
}
.cid-ukEJ1NXTaR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukEJ1NXTaR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukEJ1NXTaR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukEJ1NXTaR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukEJ1NXTaR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukEJ1NXTaR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ukEJ1NXTaR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ukEJ1NXTaR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ukEJ1NXTaR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ukEJ1NXTaR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukEJ1NXTaR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukEJ1NXTaR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ukEJ1NXTaR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukEJ1NXTaR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ukEJ1NXTaR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukEJ1NXTaR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ukEJ1NXTaR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ukEJ1NXTaR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ukEJ1NXTaR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukEJ1NXTaR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukEJ1NXTaR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ukEJ1NXTaR .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukEJ1NXTaR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukEJ1NXTaR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukEJ1NXTaR .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukEJ1NXTaR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukEJ1NXTaR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukEJ1NXTaR .dropdown-item.active,
.cid-ukEJ1NXTaR .dropdown-item:active {
  background-color: transparent;
}
.cid-ukEJ1NXTaR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukEJ1NXTaR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukEJ1NXTaR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukEJ1NXTaR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukEJ1NXTaR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
}
.cid-ukEJ1NXTaR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukEJ1NXTaR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b63a33;
  background: #000000;
}
.cid-ukEJ1NXTaR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ff5640;
}
.cid-ukEJ1NXTaR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukEJ1NXTaR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukEJ1NXTaR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukEJ1NXTaR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukEJ1NXTaR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukEJ1NXTaR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukEJ1NXTaR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukEJ1NXTaR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukEJ1NXTaR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ukEJ1NXTaR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukEJ1NXTaR .navbar {
    height: 70px;
  }
  .cid-ukEJ1NXTaR .navbar.opened {
    height: auto;
  }
  .cid-ukEJ1NXTaR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukEJ1NXTaR .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ukEJ1NXTaR .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ukEJ1NXTaR .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ukEJ1NXTaR .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ukEJ1NXTaR .navbar-caption:hover {
  color: #fff279;
}
@media (min-width: 992px) {
  .cid-ukEJ1NXTaR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ukEJ1NXTaR .mbr-section-subtitle {
  color: #000000;
}
.cid-ukEJ1NXTaR .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ukEJ1NXTaR .text_widget {
  color: #000000;
}
.cid-ukEJ1NXTaR .mbr-section-subtitle,
.cid-ukEJ1NXTaR .text_widget,
.cid-ukEJ1NXTaR .mbr-section-btn {
  text-align: center;
}
.cid-ukEJ1NXTaR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ukJDGT8sTe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #656565;
}
.cid-ukJDGT8sTe .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-ukJDGT8sTe .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-ukJDGT8sTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJDGT8sTe .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-ukJDGT8sTe .container {
    padding: 0 15px;
  }
}
.cid-ukJDGT8sTe .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-ukJDGT8sTe .image-wrapper {
  position: relative;
}
.cid-ukJDGT8sTe .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #d42017;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-ukJDGT8sTe .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJDGT8sTe .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-ukJDGT8sTe .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-ukJDGT8sTe .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-ukJDGT8sTe .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-ukJDGT8sTe .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-ukJDGT8sTe .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-ukJDGT8sTe .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-ukJDGT8sTe .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-ukJDGT8sTe .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-ukJDGT8sTe .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-ukJDGT8sTe .mbr-text {
  color: #f7f5f6;
}
.cid-ukJDGT8sTe .item-name {
  color: #f7f5f6;
}
.cid-ukJDGT8sTe .item-role {
  color: #68707c;
}
.cid-ukEJ1M8yUs {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #d42017;
}
.cid-ukEJ1M8yUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukEJ1M8yUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukEJ1M8yUs .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukEJ1M8yUs .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukEJ1M8yUs .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-ukEJ1M8yUs .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukEJ1M8yUs .image-wrapper img {
    height: 350px;
  }
}
.cid-ukEJ1M8yUs .mbr-section-title {
  color: #404349;
}
.cid-ukEJ1M8yUs .mbr-desc {
  color: #b19a7c;
}
.cid-ukEJ1M8yUs .mbr-text {
  color: #404349;
}
.cid-ukEJ1M8yUs .mbr-desc,
.cid-ukEJ1M8yUs .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ukEJ1M8yUs .mbr-section-title,
.cid-ukEJ1M8yUs .title-wrap {
  color: #000000;
}
.cid-ukEJ1MDwyk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ukEJ1MDwyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukEJ1MDwyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukEJ1MDwyk .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukEJ1MDwyk .content-wrapper {
    padding: 0;
  }
}
.cid-ukEJ1MDwyk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ukEJ1MDwyk .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ukEJ1MDwyk .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-ukEJ1MDwyk .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ukEJ1MDwyk .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-ukEJ1MDwyk .mbr-section-title {
  color: #050f0f;
}
.cid-ukEJ1Ndz6Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-ukEJ1Ndz6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukEJ1Ndz6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukEJ1Ndz6Y .content-wrap {
  padding: 60px;
  background-color: #d42017;
}
@media (max-width: 992px) {
  .cid-ukEJ1Ndz6Y .content-wrap {
    padding: 30px 20px;
  }
}
.cid-ukEJ1Ndz6Y .content-wrap .row {
  justify-content: center;
}
.cid-ukEJ1Ndz6Y .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukEJ1Ndz6Y .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukEJ1Ndz6Y .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukEJ1Ndz6Y .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-ukEJ1Ndz6Y .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-ukEJ1Ndz6Y .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukEJ1Ndz6Y .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukEJ1Ndz6Y .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukEJ1Ndz6Y .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukEJ1Ndz6Y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukEJ1Ndz6Y .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukEJ1Ndz6Y .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukEJ1Ndz6Y .nav-wrapper .list .item-wrap:hover,
.cid-ukEJ1Ndz6Y .nav-wrapper .list .item-wrap:focus {
  color: #fff1e2;
}
.cid-ukEJ1Ndz6Y .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukEJ1Ndz6Y .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukEJ1Ndz6Y .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukEJ1Ndz6Y .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukEJ1Ndz6Y .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukEJ1Ndz6Y .contacts-wrapper .list .item-wrap:hover,
.cid-ukEJ1Ndz6Y .contacts-wrapper .list .item-wrap:focus {
  color: #fff1e2;
}
.cid-ukEJ1Ndz6Y .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukEJ1Ndz6Y .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukEJ1Ndz6Y .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukEJ1Ndz6Y .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukEJ1Ndz6Y .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ukEJ1Ndz6Y .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukEJ1Ndz6Y .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukEJ1Ndz6Y .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ukEJ1Ndz6Y .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #000000;
  background-color: #656565;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-ukEJ1Ndz6Y .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-ukEJ1Ndz6Y .mbr-section-title {
  color: #ed463f;
}
.cid-ukEJ1Ndz6Y .mbr-section-subtitle {
  color: #404349;
}
.cid-ukEJ1Ndz6Y .list {
  color: #404349;
}
.cid-ukEJ1Ndz6Y .mbr-section-title,
.cid-ukEJ1Ndz6Y .title-wrapper {
  text-align: center;
}
.cid-ukEJ1Ndz6Y .list,
.cid-ukEJ1Ndz6Y .item-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-ukJGrf5ZCC .navbar-dropdown {
  background-color: #b63a33 !important;
  padding: 0;
}
.cid-ukJGrf5ZCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #b63a33 !important;
  background: #b63a33;
}
.cid-ukJGrf5ZCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ukJGrf5ZCC .menu_box .navbar.opened,
  .cid-ukJGrf5ZCC .menu_box .navbar-collapse {
    background-color: #b63a33 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ukJGrf5ZCC .navbar-dropdown {
  position: relative !important;
}
.cid-ukJGrf5ZCC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ukJGrf5ZCC .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukJGrf5ZCC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ukJGrf5ZCC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ukJGrf5ZCC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ukJGrf5ZCC .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #d2d2d2;
  }
  .cid-ukJGrf5ZCC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ukJGrf5ZCC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ukJGrf5ZCC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ukJGrf5ZCC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ukJGrf5ZCC .offcanvas-body .mbr-text,
  .cid-ukJGrf5ZCC .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ukJGrf5ZCC .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ukJGrf5ZCC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ukJGrf5ZCC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ff5640;
  }
  .cid-ukJGrf5ZCC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ukJGrf5ZCC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ukJGrf5ZCC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ukJGrf5ZCC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ukJGrf5ZCC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ukJGrf5ZCC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukJGrf5ZCC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ukJGrf5ZCC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ukJGrf5ZCC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ukJGrf5ZCC .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ukJGrf5ZCC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ukJGrf5ZCC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ukJGrf5ZCC .nav-item {
    margin: 0 !important;
  }
}
.cid-ukJGrf5ZCC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ukJGrf5ZCC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ukJGrf5ZCC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ukJGrf5ZCC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukJGrf5ZCC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ukJGrf5ZCC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ukJGrf5ZCC .offcanvas_box {
    display: none;
  }
}
.cid-ukJGrf5ZCC .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ukJGrf5ZCC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ukJGrf5ZCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ukJGrf5ZCC .container {
  display: flex;
  margin: auto;
}
.cid-ukJGrf5ZCC .iconfont-wrapper {
  color: #d2d2d2;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ukJGrf5ZCC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ukJGrf5ZCC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ukJGrf5ZCC .navbar-caption {
  color: #d2d2d2;
}
.cid-ukJGrf5ZCC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ukJGrf5ZCC .navbar-nav {
    margin: 0;
  }
}
.cid-ukJGrf5ZCC .dropdown-menu,
.cid-ukJGrf5ZCC .navbar.opened {
  background-color: false !important;
}
.cid-ukJGrf5ZCC .nav-item:focus,
.cid-ukJGrf5ZCC .nav-link:focus {
  outline: none;
}
.cid-ukJGrf5ZCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukJGrf5ZCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukJGrf5ZCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukJGrf5ZCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukJGrf5ZCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukJGrf5ZCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukJGrf5ZCC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ukJGrf5ZCC .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ukJGrf5ZCC .navbar.opened {
  transition: all 0.3s;
}
.cid-ukJGrf5ZCC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ukJGrf5ZCC .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ukJGrf5ZCC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ukJGrf5ZCC .navbar.collapsed {
  justify-content: center;
}
.cid-ukJGrf5ZCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukJGrf5ZCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukJGrf5ZCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukJGrf5ZCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukJGrf5ZCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukJGrf5ZCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ukJGrf5ZCC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ukJGrf5ZCC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ukJGrf5ZCC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ukJGrf5ZCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukJGrf5ZCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukJGrf5ZCC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ukJGrf5ZCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukJGrf5ZCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ukJGrf5ZCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukJGrf5ZCC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ukJGrf5ZCC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ukJGrf5ZCC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ukJGrf5ZCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukJGrf5ZCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukJGrf5ZCC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ukJGrf5ZCC .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukJGrf5ZCC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukJGrf5ZCC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukJGrf5ZCC .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukJGrf5ZCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukJGrf5ZCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukJGrf5ZCC .dropdown-item.active,
.cid-ukJGrf5ZCC .dropdown-item:active {
  background-color: transparent;
}
.cid-ukJGrf5ZCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukJGrf5ZCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukJGrf5ZCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukJGrf5ZCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukJGrf5ZCC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
}
.cid-ukJGrf5ZCC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukJGrf5ZCC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b63a33;
  background: #000000;
}
.cid-ukJGrf5ZCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ff5640;
}
.cid-ukJGrf5ZCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukJGrf5ZCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukJGrf5ZCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukJGrf5ZCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukJGrf5ZCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukJGrf5ZCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukJGrf5ZCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukJGrf5ZCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukJGrf5ZCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ukJGrf5ZCC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukJGrf5ZCC .navbar {
    height: 70px;
  }
  .cid-ukJGrf5ZCC .navbar.opened {
    height: auto;
  }
  .cid-ukJGrf5ZCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukJGrf5ZCC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ukJGrf5ZCC .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ukJGrf5ZCC .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ukJGrf5ZCC .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ukJGrf5ZCC .navbar-caption:hover {
  color: #fff279;
}
@media (min-width: 992px) {
  .cid-ukJGrf5ZCC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ukJGrf5ZCC .mbr-section-subtitle {
  color: #000000;
}
.cid-ukJGrf5ZCC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ukJGrf5ZCC .text_widget {
  color: #000000;
}
.cid-ukJGrf5ZCC .mbr-section-subtitle,
.cid-ukJGrf5ZCC .text_widget,
.cid-ukJGrf5ZCC .mbr-section-btn {
  text-align: center;
}
.cid-ukJGrf5ZCC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ukJGrgM1oV {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-ukJGrgM1oV .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukJGrgM1oV .f-row {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .cid-ukJGrgM1oV .f-item {
    flex: 1 1 100%;
  }
}
@media (min-width: 992px) {
  .cid-ukJGrgM1oV .f-60 {
    flex: 0 0 55%;
  }
  .cid-ukJGrgM1oV .f-40 {
    flex: 0 0 45%;
  }
}
.cid-ukJGrgM1oV .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-ukJGrgM1oV .image-wrapper {
    min-height: 650px;
  }
}
.cid-ukJGrgM1oV .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ukJGrgM1oV .text-wrapper {
  width: 100%;
  background: #d42017;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-ukJGrgM1oV .text-wrapper {
    padding: 4rem 2rem;
    transform: translate(12%, 3rem);
  }
}
@media (min-width: 1200px) {
  .cid-ukJGrgM1oV .text-wrapper {
    padding: 7rem 3.25rem;
  }
}
.cid-ukJGrgM1oV .mbr-section-title {
  color: #ffffff;
}
.cid-ukJGrgM1oV .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ukJGriaifd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-ukJGriaifd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGriaifd .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-ukJGriaifd .container {
    padding: 0 15px;
  }
}
.cid-ukJGriaifd .row {
  justify-content: center;
}
.cid-ukJGriaifd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukJGriaifd .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ukJGriaifd .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-ukJGriaifd .subtitle-wrapper {
    padding: 0;
  }
}
.cid-ukJGriaifd .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukJGriaifd .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ukJGriaifd .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-ukJGriaifd .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-ukJGriaifd .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-ukJGriaifd .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukJGriaifd .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #b63a33;
  color: #f1dd26;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-ukJGriaifd .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-ukJGriaifd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukJGriaifd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukJGriaifd .list {
  color: #ffffff;
}
.cid-ukJGriaifd .list,
.cid-ukJGriaifd .item-wrap {
  color: #000000;
}
.cid-ukJGriZxgs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #d42017;
}
.cid-ukJGriZxgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGriZxgs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGriZxgs .row {
  justify-content: space-between;
}
.cid-ukJGriZxgs .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-ukJGriZxgs .content-wrapper {
    padding: 0;
  }
}
.cid-ukJGriZxgs .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukJGriZxgs .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ukJGriZxgs .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukJGriZxgs .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ukJGriZxgs .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukJGriZxgs .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-ukJGriZxgs .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-ukJGriZxgs .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ukJGriZxgs .mbr-section-title {
  color: #000000;
}
.cid-ukJGriZxgs .mbr-desc {
  color: #000000;
}
.cid-ukJGriZxgs .mbr-text {
  color: #ffffff;
}
.cid-ukJGrk5nc4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #656565;
}
.cid-ukJGrk5nc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGrk5nc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGrk5nc4 H1 {
  color: #ffffff;
}
.cid-ukJGrk5nc4 .mbr-text,
.cid-ukJGrk5nc4 .mbr-section-btn {
  color: #ffffff;
}
.cid-ukJGrl95yJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d42017;
}
.cid-ukJGrl95yJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGrl95yJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGrl95yJ .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
  border: 2px solid #ffb2ef;
}
@media (max-width: 1200px) {
  .cid-ukJGrl95yJ .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-ukJGrl95yJ .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-ukJGrl95yJ .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-ukJGrl95yJ .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ukJGrl95yJ .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-ukJGrl95yJ .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-ukJGrl95yJ .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ukJGrl95yJ .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f7fff7;
}
.cid-ukJGrl95yJ .content-wrapper .item .item-wrapper:hover,
.cid-ukJGrl95yJ .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-ukJGrl95yJ .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-ukJGrl95yJ .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukJGrl95yJ .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-ukJGrl95yJ .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-ukJGrl95yJ .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-ukJGrl95yJ .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-ukJGrl95yJ .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-ukJGrl95yJ .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ukJGrl95yJ .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-ukJGrl95yJ .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ukJGrl95yJ .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-ukJGrl95yJ .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-ukJGrl95yJ .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-ukJGrl95yJ .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-ukJGrl95yJ .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ukJGrl95yJ .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #d3f2ff;
}
.cid-ukJGrl95yJ .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #bafca2;
}
.cid-ukJGrl95yJ .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #fdfd96;
}
.cid-ukJGrl95yJ .item-title {
  color: #050f0f;
}
.cid-ukJGrl95yJ .item-text {
  color: #050f0f;
}
.cid-ukJGrl95yJ .list {
  color: #050f0f;
}
.cid-ukJGrm74fy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-ukJGrm74fy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGrm74fy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGrm74fy .content-wrapper {
  padding: 80px 90px;
  background-color: #656565;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ukJGrm74fy .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-ukJGrm74fy .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ukJGrm74fy .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-ukJGrm74fy .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-ukJGrm74fy .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukJGrm74fy .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-ukJGrm74fy .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukJGrm74fy .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ukJGrm74fy .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukJGrm74fy .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-ukJGrm74fy .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-ukJGrm74fy .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-ukJGrm74fy .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-ukJGrm74fy .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-ukJGrm74fy .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-ukJGrm74fy .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ukJGrm74fy .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ukJGrm74fy .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukJGrm74fy .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ukJGrm74fy .mbr-section-title {
  color: #050f0f;
}
.cid-ukJGrm74fy .mbr-text {
  color: #050f0f;
}
.cid-ukJGrm74fy .mbr-section-btn {
  text-align: center;
}
.cid-ukJGrm74fy .icon-wrapper {
  text-align: right;
}
.cid-ukJGrmYZ7K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d42017;
}
.cid-ukJGrmYZ7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGrmYZ7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGrmYZ7K .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ukJGrmYZ7K .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJGrmYZ7K .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-ukJGrmYZ7K .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJGrmYZ7K .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukJGrmYZ7K .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukJGrmYZ7K .content-wrapper .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-ukJGrmYZ7K .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukJGrmYZ7K .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukJGrmYZ7K .image-wrapper img {
    height: 350px;
  }
}
.cid-ukJGrmYZ7K .mbr-section-title {
  color: #404349;
}
.cid-ukJGrmYZ7K .mbr-desc {
  color: #b19a7c;
}
.cid-ukJGrmYZ7K .mbr-text {
  color: #f8f8f8;
  text-align: center;
}
.cid-ukJGrmYZ7K .mbr-desc,
.cid-ukJGrmYZ7K .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ukJGrnYPgT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukJGrnYPgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGrnYPgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGrnYPgT .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #656565;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ukJGrnYPgT .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ukJGrnYPgT .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ukJGrnYPgT .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ukJGrnYPgT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ukJGrnYPgT .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ukJGrnYPgT .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ukJGrnYPgT .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ukJGrnYPgT .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ukJGrnYPgT .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ukJGrnYPgT .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukJGrnYPgT .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ukJGrnYPgT .mbr-section-title {
  color: #212529;
}
.cid-ukJGrnYPgT .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ukJGrnYPgT .mbr-section-title,
.cid-ukJGrnYPgT .mbr-section-btn {
  color: #ffffff;
}
.cid-ukJGroQ2KK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d42017;
}
.cid-ukJGroQ2KK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGroQ2KK .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-ukJGroQ2KK .container {
    padding: 0 30px;
  }
}
.cid-ukJGroQ2KK .row {
  justify-content: center;
}
.cid-ukJGroQ2KK .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ukJGroQ2KK .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukJGroQ2KK .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-ukJGroQ2KK .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-ukJGroQ2KK .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukJGroQ2KK .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ukJGroQ2KK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukJGrpHRa9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-ukJGrpHRa9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGrpHRa9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGrpHRa9 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ukJGrpHRa9 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ukJGrpHRa9 .container {
    padding: 0 26px;
  }
}
.cid-ukJGrpHRa9 .row {
  justify-content: center;
}
.cid-ukJGrpHRa9 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-ukJGrpHRa9 .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ukJGrpHRa9 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-ukJGrpHRa9 .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-ukJGrpHRa9 .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-ukJGrpHRa9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ukJGrpHRa9 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ukJGrpHRa9 .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ukJGrpHRa9 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-ukJGrpHRa9 .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukJGrpHRa9 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ukJGrpHRa9 .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-ukJGrpHRa9 .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-ukJGrpHRa9 .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ukJGrpHRa9 .mbr-section-title {
  color: #000000;
}
.cid-ukJGrpHRa9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukJGrpHRa9 .mbr-desc {
  color: #ffffff;
}
.cid-ukJGrpHRa9 .mbr-text {
  color: #000000;
}
.cid-ukJGrpHRa9 .mbr-link {
  color: #ffffff;
}
.cid-ukJGrqA5K7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d42017;
}
.cid-ukJGrqA5K7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGrqA5K7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGrqA5K7 .container,
.cid-ukJGrqA5K7 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukJGrqA5K7 .container,
  .cid-ukJGrqA5K7 .container-fluid {
    padding: 0 20px;
  }
}
.cid-ukJGrqA5K7 .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ukJGrqA5K7 .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-ukJGrqA5K7 .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-ukJGrqA5K7 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ukJGrqA5K7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukJGrqA5K7 .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-ukJGrqA5K7 .panel-group {
    padding: 0 12px;
  }
}
.cid-ukJGrqA5K7 .panel-group .card {
  border-radius: 0;
}
.cid-ukJGrqA5K7 .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-ukJGrqA5K7 .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-ukJGrqA5K7 .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #3d4045;
}
.cid-ukJGrqA5K7 .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #ed9b82;
}
.cid-ukJGrqA5K7 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ed9b82;
}
.cid-ukJGrqA5K7 .panel-group .card .card-header .panel-title:hover,
.cid-ukJGrqA5K7 .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #ed9b82;
}
.cid-ukJGrqA5K7 .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-ukJGrqA5K7 .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #ed9b82;
}
.cid-ukJGrqA5K7 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-ukJGrqA5K7 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-ukJGrqA5K7 .mbr-section-title {
  color: #3d4045;
}
.cid-ukJGrqA5K7 .panel-title-edit {
  color: #3d4045;
}
.cid-ukJGrqA5K7 .panel-text {
  color: #3d4045;
}
.cid-ukJGrrQ2nw {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #656565;
}
.cid-ukJGrrQ2nw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGrrQ2nw .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ukJGrrQ2nw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGrrQ2nw h1 {
  max-width: 800px;
}
.cid-ukJGrrQ2nw p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ukJGrrQ2nw {
    align-items: center;
  }
  .cid-ukJGrrQ2nw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ukJGrrQ2nw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ukJGrrQ2nw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ukJGrrQ2nw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ukJGrrQ2nw .content-wrap {
    width: 100%;
  }
}
.cid-ukJGrrQ2nw .mbr-section-subtitle,
.cid-ukJGrrQ2nw .line {
  color: #291f1e;
}
.cid-ukJGrrQ2nw .mbr-text,
.cid-ukJGrrQ2nw .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ukJGrrQ2nw .mbr-section-title {
  color: #ffffff;
}
.cid-ukJGrsQkuk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #d42017;
}
.cid-ukJGrsQkuk .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #fff1e2;
}
.cid-ukJGrsQkuk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGrsQkuk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGrsQkuk .items-wrapper {
  margin: 0;
}
.cid-ukJGrsQkuk .items-wrapper .item {
  padding: 0;
}
.cid-ukJGrsQkuk .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none !important;
}
@media (max-width: 992px) {
  .cid-ukJGrsQkuk .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-ukJGrsQkuk .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  border-radius: 0 !important;
  border-right: 1px solid #fff1e2;
}
@media (max-width: 1640px) {
  .cid-ukJGrsQkuk .items-wrapper .item .item-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-ukJGrsQkuk .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-ukJGrsQkuk .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #fff1e2;
  }
}
.cid-ukJGrsQkuk .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukJGrsQkuk .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ukJGrsQkuk .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #e7271c;
  display: inline-flex;
}
.cid-ukJGrsQkuk .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukJGrsQkuk .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-ukJGrsQkuk .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-ukJGrsQkuk .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.cid-ukJGrsQkuk .item-title {
  color: #150764;
}
.cid-ukJGrsQkuk .item-text,
.cid-ukJGrsQkuk .desc-wrapper {
  color: #150764;
  text-align: center;
}
.cid-ukJGrsQkuk .item-title,
.cid-ukJGrsQkuk .mbr-section-btn,
.cid-ukJGrsQkuk .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ukJGrsQkuk .item-text {
  color: #150764;
}
.cid-ukJGru28nB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-ukJGru28nB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGru28nB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGru28nB .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #150764;
}
@media (max-width: 992px) {
  .cid-ukJGru28nB .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-ukJGru28nB .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ukJGru28nB .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-ukJGru28nB .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-ukJGru28nB .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-ukJGru28nB .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukJGru28nB .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ukJGru28nB .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukJGru28nB .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-ukJGru28nB .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-ukJGru28nB .mbr-section-title,
.cid-ukJGru28nB .mbr-section-btn {
  color: #000000;
}
.cid-ukK2pMfLr0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukK2pMfLr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukK2pMfLr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukK2pMfLr0 .row {
  margin: 0 !important;
}
.cid-ukK2pMfLr0 .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ukK2pMfLr0 .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-ukK2pMfLr0 .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-ukK2pMfLr0 .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-ukK2pMfLr0 .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ukK2pMfLr0 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ukK2pMfLr0 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ukK2pMfLr0 .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ukK2pMfLr0 .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-ukK2pMfLr0 .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-ukK2pMfLr0 .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-ukK2pMfLr0 .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #d42017;
  margin-left: 0.5rem;
}
.cid-ukK2pMfLr0 .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #d42017;
  font-weight: 900;
}
.cid-ukK2pMfLr0 .panel-group {
  border: none;
}
.cid-ukK2pMfLr0 .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #d42017;
}
.cid-ukK2pMfLr0 .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ukK2pMfLr0 .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ukK2pMfLr0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-ukK2pMfLr0 .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-ukK2pMfLr0 .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-ukK2pMfLr0 .panel-title-edit {
  color: #131313;
}
.cid-ukK2pMfLr0 .panel-body {
  padding: 0 0 20px;
}
.cid-ukK2pMfLr0 .panel-text {
  color: #131313;
  margin: 0;
}
.cid-ukJGrv08zV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d42017;
}
.cid-ukJGrv08zV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGrv08zV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGrv08zV .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukJGrv08zV .content-wrapper {
    padding: 0;
  }
}
.cid-ukJGrv08zV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ukJGrv08zV .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ukJGrv08zV .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-ukJGrv08zV .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ukJGrv08zV .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-ukJGrv08zV .mbr-section-title {
  color: #050f0f;
}
.cid-ukJGrw4DBx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-ukJGrw4DBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGrw4DBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGrw4DBx .content-wrap {
  padding: 60px;
  background-color: #d42017;
}
@media (max-width: 992px) {
  .cid-ukJGrw4DBx .content-wrap {
    padding: 30px 20px;
  }
}
.cid-ukJGrw4DBx .content-wrap .row {
  justify-content: center;
}
.cid-ukJGrw4DBx .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukJGrw4DBx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJGrw4DBx .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukJGrw4DBx .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-ukJGrw4DBx .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-ukJGrw4DBx .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukJGrw4DBx .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukJGrw4DBx .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJGrw4DBx .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukJGrw4DBx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukJGrw4DBx .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukJGrw4DBx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukJGrw4DBx .nav-wrapper .list .item-wrap:hover,
.cid-ukJGrw4DBx .nav-wrapper .list .item-wrap:focus {
  color: #fff1e2;
}
.cid-ukJGrw4DBx .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukJGrw4DBx .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJGrw4DBx .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukJGrw4DBx .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukJGrw4DBx .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukJGrw4DBx .contacts-wrapper .list .item-wrap:hover,
.cid-ukJGrw4DBx .contacts-wrapper .list .item-wrap:focus {
  color: #fff1e2;
}
.cid-ukJGrw4DBx .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukJGrw4DBx .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukJGrw4DBx .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJGrw4DBx .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukJGrw4DBx .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ukJGrw4DBx .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukJGrw4DBx .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukJGrw4DBx .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ukJGrw4DBx .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #000000;
  background-color: #656565;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-ukJGrw4DBx .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-ukJGrw4DBx .mbr-section-title {
  color: #ed463f;
}
.cid-ukJGrw4DBx .mbr-section-subtitle {
  color: #404349;
}
.cid-ukJGrw4DBx .list {
  color: #404349;
}
.cid-ukJGrw4DBx .mbr-section-title,
.cid-ukJGrw4DBx .title-wrapper {
  text-align: center;
}
.cid-ukJGrw4DBx .list,
.cid-ukJGrw4DBx .item-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-ukJGs0o0cC .navbar-dropdown {
  background-color: #b63a33 !important;
  padding: 0;
}
.cid-ukJGs0o0cC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #b63a33 !important;
  background: #b63a33;
}
.cid-ukJGs0o0cC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ukJGs0o0cC .menu_box .navbar.opened,
  .cid-ukJGs0o0cC .menu_box .navbar-collapse {
    background-color: #b63a33 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ukJGs0o0cC .navbar-dropdown {
  position: relative !important;
}
.cid-ukJGs0o0cC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ukJGs0o0cC .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukJGs0o0cC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ukJGs0o0cC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ukJGs0o0cC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ukJGs0o0cC .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #d2d2d2;
  }
  .cid-ukJGs0o0cC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ukJGs0o0cC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ukJGs0o0cC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ukJGs0o0cC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ukJGs0o0cC .offcanvas-body .mbr-text,
  .cid-ukJGs0o0cC .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ukJGs0o0cC .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ukJGs0o0cC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ukJGs0o0cC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ff5640;
  }
  .cid-ukJGs0o0cC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ukJGs0o0cC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ukJGs0o0cC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ukJGs0o0cC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ukJGs0o0cC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ukJGs0o0cC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukJGs0o0cC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ukJGs0o0cC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ukJGs0o0cC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ukJGs0o0cC .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ukJGs0o0cC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ukJGs0o0cC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ukJGs0o0cC .nav-item {
    margin: 0 !important;
  }
}
.cid-ukJGs0o0cC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ukJGs0o0cC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ukJGs0o0cC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ukJGs0o0cC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukJGs0o0cC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ukJGs0o0cC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ukJGs0o0cC .offcanvas_box {
    display: none;
  }
}
.cid-ukJGs0o0cC .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ukJGs0o0cC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ukJGs0o0cC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ukJGs0o0cC .container {
  display: flex;
  margin: auto;
}
.cid-ukJGs0o0cC .iconfont-wrapper {
  color: #d2d2d2;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ukJGs0o0cC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ukJGs0o0cC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ukJGs0o0cC .navbar-caption {
  color: #d2d2d2;
}
.cid-ukJGs0o0cC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ukJGs0o0cC .navbar-nav {
    margin: 0;
  }
}
.cid-ukJGs0o0cC .dropdown-menu,
.cid-ukJGs0o0cC .navbar.opened {
  background-color: false !important;
}
.cid-ukJGs0o0cC .nav-item:focus,
.cid-ukJGs0o0cC .nav-link:focus {
  outline: none;
}
.cid-ukJGs0o0cC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukJGs0o0cC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukJGs0o0cC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukJGs0o0cC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukJGs0o0cC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukJGs0o0cC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukJGs0o0cC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ukJGs0o0cC .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ukJGs0o0cC .navbar.opened {
  transition: all 0.3s;
}
.cid-ukJGs0o0cC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ukJGs0o0cC .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ukJGs0o0cC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ukJGs0o0cC .navbar.collapsed {
  justify-content: center;
}
.cid-ukJGs0o0cC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukJGs0o0cC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukJGs0o0cC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukJGs0o0cC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukJGs0o0cC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukJGs0o0cC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ukJGs0o0cC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ukJGs0o0cC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ukJGs0o0cC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ukJGs0o0cC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukJGs0o0cC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukJGs0o0cC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ukJGs0o0cC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukJGs0o0cC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ukJGs0o0cC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukJGs0o0cC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ukJGs0o0cC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ukJGs0o0cC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ukJGs0o0cC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukJGs0o0cC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukJGs0o0cC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ukJGs0o0cC .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukJGs0o0cC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukJGs0o0cC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukJGs0o0cC .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukJGs0o0cC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukJGs0o0cC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukJGs0o0cC .dropdown-item.active,
.cid-ukJGs0o0cC .dropdown-item:active {
  background-color: transparent;
}
.cid-ukJGs0o0cC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukJGs0o0cC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukJGs0o0cC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukJGs0o0cC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukJGs0o0cC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
}
.cid-ukJGs0o0cC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukJGs0o0cC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b63a33;
  background: #000000;
}
.cid-ukJGs0o0cC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ff5640;
}
.cid-ukJGs0o0cC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukJGs0o0cC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukJGs0o0cC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukJGs0o0cC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukJGs0o0cC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukJGs0o0cC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukJGs0o0cC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukJGs0o0cC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukJGs0o0cC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ukJGs0o0cC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukJGs0o0cC .navbar {
    height: 70px;
  }
  .cid-ukJGs0o0cC .navbar.opened {
    height: auto;
  }
  .cid-ukJGs0o0cC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukJGs0o0cC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ukJGs0o0cC .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ukJGs0o0cC .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ukJGs0o0cC .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ukJGs0o0cC .navbar-caption:hover {
  color: #fff279;
}
@media (min-width: 992px) {
  .cid-ukJGs0o0cC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ukJGs0o0cC .mbr-section-subtitle {
  color: #000000;
}
.cid-ukJGs0o0cC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ukJGs0o0cC .text_widget {
  color: #000000;
}
.cid-ukJGs0o0cC .mbr-section-subtitle,
.cid-ukJGs0o0cC .text_widget,
.cid-ukJGs0o0cC .mbr-section-btn {
  text-align: center;
}
.cid-ukJGs0o0cC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ukJGs2iJf0 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-ukJGs2iJf0 .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukJGs2iJf0 .f-row {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .cid-ukJGs2iJf0 .f-item {
    flex: 1 1 100%;
  }
}
@media (min-width: 992px) {
  .cid-ukJGs2iJf0 .f-60 {
    flex: 0 0 55%;
  }
  .cid-ukJGs2iJf0 .f-40 {
    flex: 0 0 45%;
  }
}
.cid-ukJGs2iJf0 .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-ukJGs2iJf0 .image-wrapper {
    min-height: 650px;
  }
}
.cid-ukJGs2iJf0 .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ukJGs2iJf0 .text-wrapper {
  width: 100%;
  background: #d42017;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-ukJGs2iJf0 .text-wrapper {
    padding: 4rem 2rem;
    transform: translate(12%, 3rem);
  }
}
@media (min-width: 1200px) {
  .cid-ukJGs2iJf0 .text-wrapper {
    padding: 7rem 3.25rem;
  }
}
.cid-ukJGs2iJf0 .mbr-section-title {
  color: #ffffff;
}
.cid-ukJGs2iJf0 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ukJGs32fH8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-ukJGs32fH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGs32fH8 .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-ukJGs32fH8 .container {
    padding: 0 15px;
  }
}
.cid-ukJGs32fH8 .row {
  justify-content: center;
}
.cid-ukJGs32fH8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukJGs32fH8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ukJGs32fH8 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-ukJGs32fH8 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-ukJGs32fH8 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukJGs32fH8 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ukJGs32fH8 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-ukJGs32fH8 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-ukJGs32fH8 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-ukJGs32fH8 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukJGs32fH8 .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #b63a33;
  color: #f1dd26;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-ukJGs32fH8 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-ukJGs32fH8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukJGs32fH8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukJGs32fH8 .list {
  color: #ffffff;
}
.cid-ukJGs32fH8 .list,
.cid-ukJGs32fH8 .item-wrap {
  color: #000000;
}
.cid-ukJGs3PCcz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #d42017;
}
.cid-ukJGs3PCcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGs3PCcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGs3PCcz .row {
  justify-content: space-between;
}
.cid-ukJGs3PCcz .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-ukJGs3PCcz .content-wrapper {
    padding: 0;
  }
}
.cid-ukJGs3PCcz .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukJGs3PCcz .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ukJGs3PCcz .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukJGs3PCcz .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ukJGs3PCcz .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukJGs3PCcz .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-ukJGs3PCcz .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-ukJGs3PCcz .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ukJGs3PCcz .mbr-section-title {
  color: #000000;
}
.cid-ukJGs3PCcz .mbr-desc {
  color: #000000;
}
.cid-ukJGs3PCcz .mbr-text {
  color: #ffffff;
}
.cid-ukJGs4HAav {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #656565;
}
.cid-ukJGs4HAav .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGs4HAav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGs4HAav H1 {
  color: #ffffff;
}
.cid-ukJGs4HAav .mbr-text,
.cid-ukJGs4HAav .mbr-section-btn {
  color: #ffffff;
}
.cid-ukJGs5Fpuc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d42017;
}
.cid-ukJGs5Fpuc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGs5Fpuc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGs5Fpuc .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
  border: 2px solid #ffb2ef;
}
@media (max-width: 1200px) {
  .cid-ukJGs5Fpuc .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-ukJGs5Fpuc .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-ukJGs5Fpuc .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-ukJGs5Fpuc .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ukJGs5Fpuc .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-ukJGs5Fpuc .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-ukJGs5Fpuc .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f7fff7;
}
.cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper:hover,
.cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #d3f2ff;
}
.cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #bafca2;
}
.cid-ukJGs5Fpuc .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #fdfd96;
}
.cid-ukJGs5Fpuc .item-title {
  color: #050f0f;
}
.cid-ukJGs5Fpuc .item-text {
  color: #050f0f;
}
.cid-ukJGs5Fpuc .list {
  color: #050f0f;
}
.cid-ukJGs6JX0E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-ukJGs6JX0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGs6JX0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGs6JX0E .content-wrapper {
  padding: 80px 90px;
  background-color: #656565;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ukJGs6JX0E .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-ukJGs6JX0E .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ukJGs6JX0E .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-ukJGs6JX0E .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-ukJGs6JX0E .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukJGs6JX0E .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-ukJGs6JX0E .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukJGs6JX0E .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ukJGs6JX0E .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukJGs6JX0E .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-ukJGs6JX0E .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-ukJGs6JX0E .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-ukJGs6JX0E .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-ukJGs6JX0E .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-ukJGs6JX0E .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-ukJGs6JX0E .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ukJGs6JX0E .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ukJGs6JX0E .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukJGs6JX0E .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ukJGs6JX0E .mbr-section-title {
  color: #050f0f;
}
.cid-ukJGs6JX0E .mbr-text {
  color: #050f0f;
}
.cid-ukJGs6JX0E .mbr-section-btn {
  text-align: center;
}
.cid-ukJGs6JX0E .icon-wrapper {
  text-align: right;
}
.cid-ukJGs7FFc1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d42017;
}
.cid-ukJGs7FFc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGs7FFc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGs7FFc1 .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ukJGs7FFc1 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJGs7FFc1 .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-ukJGs7FFc1 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJGs7FFc1 .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukJGs7FFc1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukJGs7FFc1 .content-wrapper .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-ukJGs7FFc1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukJGs7FFc1 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukJGs7FFc1 .image-wrapper img {
    height: 350px;
  }
}
.cid-ukJGs7FFc1 .mbr-section-title {
  color: #404349;
}
.cid-ukJGs7FFc1 .mbr-desc {
  color: #b19a7c;
}
.cid-ukJGs7FFc1 .mbr-text {
  color: #f8f8f8;
  text-align: center;
}
.cid-ukJGs7FFc1 .mbr-desc,
.cid-ukJGs7FFc1 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ukJGs8JNFy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukJGs8JNFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGs8JNFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGs8JNFy .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #656565;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ukJGs8JNFy .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ukJGs8JNFy .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ukJGs8JNFy .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ukJGs8JNFy .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ukJGs8JNFy .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ukJGs8JNFy .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ukJGs8JNFy .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ukJGs8JNFy .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ukJGs8JNFy .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ukJGs8JNFy .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukJGs8JNFy .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ukJGs8JNFy .mbr-section-title {
  color: #212529;
}
.cid-ukJGs8JNFy .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ukJGs8JNFy .mbr-section-title,
.cid-ukJGs8JNFy .mbr-section-btn {
  color: #ffffff;
}
.cid-ukJGs9JKDD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d42017;
}
.cid-ukJGs9JKDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGs9JKDD .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-ukJGs9JKDD .container {
    padding: 0 30px;
  }
}
.cid-ukJGs9JKDD .row {
  justify-content: center;
}
.cid-ukJGs9JKDD .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ukJGs9JKDD .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukJGs9JKDD .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-ukJGs9JKDD .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-ukJGs9JKDD .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukJGs9JKDD .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ukJGs9JKDD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukJGsaCgFN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-ukJGsaCgFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGsaCgFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGsaCgFN .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ukJGsaCgFN .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ukJGsaCgFN .container {
    padding: 0 26px;
  }
}
.cid-ukJGsaCgFN .row {
  justify-content: center;
}
.cid-ukJGsaCgFN .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-ukJGsaCgFN .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ukJGsaCgFN .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-ukJGsaCgFN .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-ukJGsaCgFN .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-ukJGsaCgFN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ukJGsaCgFN .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ukJGsaCgFN .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ukJGsaCgFN .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-ukJGsaCgFN .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukJGsaCgFN .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ukJGsaCgFN .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-ukJGsaCgFN .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-ukJGsaCgFN .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ukJGsaCgFN .mbr-section-title {
  color: #000000;
}
.cid-ukJGsaCgFN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukJGsaCgFN .mbr-desc {
  color: #ffffff;
}
.cid-ukJGsaCgFN .mbr-text {
  color: #000000;
}
.cid-ukJGsaCgFN .mbr-link {
  color: #ffffff;
}
.cid-ukJGsbDntv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d42017;
}
.cid-ukJGsbDntv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGsbDntv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGsbDntv .container,
.cid-ukJGsbDntv .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukJGsbDntv .container,
  .cid-ukJGsbDntv .container-fluid {
    padding: 0 20px;
  }
}
.cid-ukJGsbDntv .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ukJGsbDntv .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-ukJGsbDntv .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-ukJGsbDntv .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ukJGsbDntv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukJGsbDntv .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-ukJGsbDntv .panel-group {
    padding: 0 12px;
  }
}
.cid-ukJGsbDntv .panel-group .card {
  border-radius: 0;
}
.cid-ukJGsbDntv .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-ukJGsbDntv .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-ukJGsbDntv .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #3d4045;
}
.cid-ukJGsbDntv .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #ed9b82;
}
.cid-ukJGsbDntv .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ed9b82;
}
.cid-ukJGsbDntv .panel-group .card .card-header .panel-title:hover,
.cid-ukJGsbDntv .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #ed9b82;
}
.cid-ukJGsbDntv .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-ukJGsbDntv .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #ed9b82;
}
.cid-ukJGsbDntv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-ukJGsbDntv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-ukJGsbDntv .mbr-section-title {
  color: #3d4045;
}
.cid-ukJGsbDntv .panel-title-edit {
  color: #3d4045;
}
.cid-ukJGsbDntv .panel-text {
  color: #3d4045;
}
.cid-ukJGscTpqA {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #656565;
}
.cid-ukJGscTpqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGscTpqA .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ukJGscTpqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGscTpqA h1 {
  max-width: 800px;
}
.cid-ukJGscTpqA p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ukJGscTpqA {
    align-items: center;
  }
  .cid-ukJGscTpqA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ukJGscTpqA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ukJGscTpqA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ukJGscTpqA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ukJGscTpqA .content-wrap {
    width: 100%;
  }
}
.cid-ukJGscTpqA .mbr-section-subtitle,
.cid-ukJGscTpqA .line {
  color: #291f1e;
}
.cid-ukJGscTpqA .mbr-text,
.cid-ukJGscTpqA .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ukJGscTpqA .mbr-section-title {
  color: #ffffff;
}
.cid-ukJGsdZP5i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #d42017;
}
.cid-ukJGsdZP5i .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #fff1e2;
}
.cid-ukJGsdZP5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGsdZP5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGsdZP5i .items-wrapper {
  margin: 0;
}
.cid-ukJGsdZP5i .items-wrapper .item {
  padding: 0;
}
.cid-ukJGsdZP5i .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none !important;
}
@media (max-width: 992px) {
  .cid-ukJGsdZP5i .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-ukJGsdZP5i .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  border-radius: 0 !important;
  border-right: 1px solid #fff1e2;
}
@media (max-width: 1640px) {
  .cid-ukJGsdZP5i .items-wrapper .item .item-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-ukJGsdZP5i .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-ukJGsdZP5i .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #fff1e2;
  }
}
.cid-ukJGsdZP5i .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukJGsdZP5i .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ukJGsdZP5i .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #e7271c;
  display: inline-flex;
}
.cid-ukJGsdZP5i .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukJGsdZP5i .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-ukJGsdZP5i .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-ukJGsdZP5i .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.cid-ukJGsdZP5i .item-title {
  color: #150764;
}
.cid-ukJGsdZP5i .item-text,
.cid-ukJGsdZP5i .desc-wrapper {
  color: #150764;
  text-align: center;
}
.cid-ukJGsdZP5i .item-title,
.cid-ukJGsdZP5i .mbr-section-btn,
.cid-ukJGsdZP5i .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ukJGsdZP5i .item-text {
  color: #150764;
}
.cid-ukJGsf82EP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-ukJGsf82EP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGsf82EP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGsf82EP .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #150764;
}
@media (max-width: 992px) {
  .cid-ukJGsf82EP .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-ukJGsf82EP .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ukJGsf82EP .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-ukJGsf82EP .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-ukJGsf82EP .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-ukJGsf82EP .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukJGsf82EP .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ukJGsf82EP .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukJGsf82EP .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-ukJGsf82EP .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-ukJGsf82EP .mbr-section-title,
.cid-ukJGsf82EP .mbr-section-btn {
  color: #000000;
}
.cid-ukK38aLTp4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukK38aLTp4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukK38aLTp4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukK38aLTp4 .row {
  margin: 0 !important;
}
.cid-ukK38aLTp4 .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ukK38aLTp4 .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-ukK38aLTp4 .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-ukK38aLTp4 .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-ukK38aLTp4 .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ukK38aLTp4 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ukK38aLTp4 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ukK38aLTp4 .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ukK38aLTp4 .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-ukK38aLTp4 .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-ukK38aLTp4 .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-ukK38aLTp4 .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #d42017;
  margin-left: 0.5rem;
}
.cid-ukK38aLTp4 .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #d42017;
  font-weight: 900;
}
.cid-ukK38aLTp4 .panel-group {
  border: none;
}
.cid-ukK38aLTp4 .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #d42017;
}
.cid-ukK38aLTp4 .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ukK38aLTp4 .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ukK38aLTp4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-ukK38aLTp4 .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-ukK38aLTp4 .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-ukK38aLTp4 .panel-title-edit {
  color: #131313;
}
.cid-ukK38aLTp4 .panel-body {
  padding: 0 0 20px;
}
.cid-ukK38aLTp4 .panel-text {
  color: #131313;
  margin: 0;
}
.cid-ukJGsgd9z5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d42017;
}
.cid-ukJGsgd9z5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGsgd9z5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGsgd9z5 .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukJGsgd9z5 .content-wrapper {
    padding: 0;
  }
}
.cid-ukJGsgd9z5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ukJGsgd9z5 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ukJGsgd9z5 .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-ukJGsgd9z5 .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ukJGsgd9z5 .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-ukJGsgd9z5 .mbr-section-title {
  color: #050f0f;
}
.cid-ukJGshiw9O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-ukJGshiw9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGshiw9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGshiw9O .content-wrap {
  padding: 60px;
  background-color: #d42017;
}
@media (max-width: 992px) {
  .cid-ukJGshiw9O .content-wrap {
    padding: 30px 20px;
  }
}
.cid-ukJGshiw9O .content-wrap .row {
  justify-content: center;
}
.cid-ukJGshiw9O .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukJGshiw9O .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJGshiw9O .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukJGshiw9O .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-ukJGshiw9O .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-ukJGshiw9O .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukJGshiw9O .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukJGshiw9O .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJGshiw9O .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukJGshiw9O .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukJGshiw9O .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukJGshiw9O .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukJGshiw9O .nav-wrapper .list .item-wrap:hover,
.cid-ukJGshiw9O .nav-wrapper .list .item-wrap:focus {
  color: #fff1e2;
}
.cid-ukJGshiw9O .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukJGshiw9O .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJGshiw9O .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukJGshiw9O .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukJGshiw9O .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukJGshiw9O .contacts-wrapper .list .item-wrap:hover,
.cid-ukJGshiw9O .contacts-wrapper .list .item-wrap:focus {
  color: #fff1e2;
}
.cid-ukJGshiw9O .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukJGshiw9O .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukJGshiw9O .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJGshiw9O .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukJGshiw9O .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ukJGshiw9O .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukJGshiw9O .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukJGshiw9O .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ukJGshiw9O .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #000000;
  background-color: #656565;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-ukJGshiw9O .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-ukJGshiw9O .mbr-section-title {
  color: #ed463f;
}
.cid-ukJGshiw9O .mbr-section-subtitle {
  color: #404349;
}
.cid-ukJGshiw9O .list {
  color: #404349;
}
.cid-ukJGshiw9O .mbr-section-title,
.cid-ukJGshiw9O .title-wrapper {
  text-align: center;
}
.cid-ukJGshiw9O .list,
.cid-ukJGshiw9O .item-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-ukJGsNRU20 .navbar-dropdown {
  background-color: #b63a33 !important;
  padding: 0;
}
.cid-ukJGsNRU20 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #b63a33 !important;
  background: #b63a33;
}
.cid-ukJGsNRU20 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ukJGsNRU20 .menu_box .navbar.opened,
  .cid-ukJGsNRU20 .menu_box .navbar-collapse {
    background-color: #b63a33 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ukJGsNRU20 .navbar-dropdown {
  position: relative !important;
}
.cid-ukJGsNRU20 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ukJGsNRU20 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ukJGsNRU20 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ukJGsNRU20 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ukJGsNRU20 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ukJGsNRU20 .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #d2d2d2;
  }
  .cid-ukJGsNRU20 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ukJGsNRU20 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ukJGsNRU20 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ukJGsNRU20 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ukJGsNRU20 .offcanvas-body .mbr-text,
  .cid-ukJGsNRU20 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ukJGsNRU20 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ukJGsNRU20 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ukJGsNRU20 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ff5640;
  }
  .cid-ukJGsNRU20 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ukJGsNRU20 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ukJGsNRU20 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ukJGsNRU20 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ukJGsNRU20 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ukJGsNRU20 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukJGsNRU20 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ukJGsNRU20 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ukJGsNRU20 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ukJGsNRU20 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ukJGsNRU20 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ukJGsNRU20 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ukJGsNRU20 .nav-item {
    margin: 0 !important;
  }
}
.cid-ukJGsNRU20 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ukJGsNRU20 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ukJGsNRU20 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ukJGsNRU20 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ukJGsNRU20 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ukJGsNRU20 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ukJGsNRU20 .offcanvas_box {
    display: none;
  }
}
.cid-ukJGsNRU20 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ukJGsNRU20 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ukJGsNRU20 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ukJGsNRU20 .container {
  display: flex;
  margin: auto;
}
.cid-ukJGsNRU20 .iconfont-wrapper {
  color: #d2d2d2;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ukJGsNRU20 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ukJGsNRU20 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ukJGsNRU20 .navbar-caption {
  color: #d2d2d2;
}
.cid-ukJGsNRU20 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ukJGsNRU20 .navbar-nav {
    margin: 0;
  }
}
.cid-ukJGsNRU20 .dropdown-menu,
.cid-ukJGsNRU20 .navbar.opened {
  background-color: false !important;
}
.cid-ukJGsNRU20 .nav-item:focus,
.cid-ukJGsNRU20 .nav-link:focus {
  outline: none;
}
.cid-ukJGsNRU20 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukJGsNRU20 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukJGsNRU20 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukJGsNRU20 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukJGsNRU20 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukJGsNRU20 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukJGsNRU20 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-ukJGsNRU20 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-ukJGsNRU20 .navbar.opened {
  transition: all 0.3s;
}
.cid-ukJGsNRU20 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ukJGsNRU20 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ukJGsNRU20 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ukJGsNRU20 .navbar.collapsed {
  justify-content: center;
}
.cid-ukJGsNRU20 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukJGsNRU20 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukJGsNRU20 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukJGsNRU20 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukJGsNRU20 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukJGsNRU20 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ukJGsNRU20 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ukJGsNRU20 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ukJGsNRU20 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ukJGsNRU20 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukJGsNRU20 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukJGsNRU20 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ukJGsNRU20 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukJGsNRU20 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ukJGsNRU20 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukJGsNRU20 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ukJGsNRU20 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ukJGsNRU20 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ukJGsNRU20 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukJGsNRU20 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukJGsNRU20 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ukJGsNRU20 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukJGsNRU20 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukJGsNRU20 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukJGsNRU20 .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukJGsNRU20 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukJGsNRU20 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukJGsNRU20 .dropdown-item.active,
.cid-ukJGsNRU20 .dropdown-item:active {
  background-color: transparent;
}
.cid-ukJGsNRU20 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukJGsNRU20 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukJGsNRU20 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukJGsNRU20 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukJGsNRU20 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
}
.cid-ukJGsNRU20 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukJGsNRU20 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #b63a33;
  background: #000000;
}
.cid-ukJGsNRU20 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ff5640;
}
.cid-ukJGsNRU20 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukJGsNRU20 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukJGsNRU20 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukJGsNRU20 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukJGsNRU20 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukJGsNRU20 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukJGsNRU20 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukJGsNRU20 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukJGsNRU20 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ukJGsNRU20 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukJGsNRU20 .navbar {
    height: 70px;
  }
  .cid-ukJGsNRU20 .navbar.opened {
    height: auto;
  }
  .cid-ukJGsNRU20 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukJGsNRU20 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ukJGsNRU20 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ukJGsNRU20 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ukJGsNRU20 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ukJGsNRU20 .navbar-caption:hover {
  color: #fff279;
}
@media (min-width: 992px) {
  .cid-ukJGsNRU20 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ukJGsNRU20 .mbr-section-subtitle {
  color: #000000;
}
.cid-ukJGsNRU20 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ukJGsNRU20 .text_widget {
  color: #000000;
}
.cid-ukJGsNRU20 .mbr-section-subtitle,
.cid-ukJGsNRU20 .text_widget,
.cid-ukJGsNRU20 .mbr-section-btn {
  text-align: center;
}
.cid-ukJGsNRU20 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ukJGsOVSOn {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-ukJGsOVSOn .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ukJGsOVSOn .f-row {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .cid-ukJGsOVSOn .f-item {
    flex: 1 1 100%;
  }
}
@media (min-width: 992px) {
  .cid-ukJGsOVSOn .f-60 {
    flex: 0 0 55%;
  }
  .cid-ukJGsOVSOn .f-40 {
    flex: 0 0 45%;
  }
}
.cid-ukJGsOVSOn .image-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-ukJGsOVSOn .image-wrapper {
    min-height: 650px;
  }
}
.cid-ukJGsOVSOn .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ukJGsOVSOn .text-wrapper {
  width: 100%;
  background: #d42017;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .cid-ukJGsOVSOn .text-wrapper {
    padding: 4rem 2rem;
    transform: translate(12%, 3rem);
  }
}
@media (min-width: 1200px) {
  .cid-ukJGsOVSOn .text-wrapper {
    padding: 7rem 3.25rem;
  }
}
.cid-ukJGsOVSOn .mbr-section-title {
  color: #ffffff;
}
.cid-ukJGsOVSOn .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ukJGsPMlam {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-ukJGsPMlam .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGsPMlam .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-ukJGsPMlam .container {
    padding: 0 15px;
  }
}
.cid-ukJGsPMlam .row {
  justify-content: center;
}
.cid-ukJGsPMlam .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukJGsPMlam .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ukJGsPMlam .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-ukJGsPMlam .subtitle-wrapper {
    padding: 0;
  }
}
.cid-ukJGsPMlam .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukJGsPMlam .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ukJGsPMlam .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-ukJGsPMlam .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-ukJGsPMlam .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-ukJGsPMlam .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukJGsPMlam .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #b63a33;
  color: #f1dd26;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-ukJGsPMlam .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-ukJGsPMlam .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukJGsPMlam .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukJGsPMlam .list {
  color: #ffffff;
}
.cid-ukJGsPMlam .list,
.cid-ukJGsPMlam .item-wrap {
  color: #000000;
}
.cid-ukJGsQAz8C {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #d42017;
}
.cid-ukJGsQAz8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGsQAz8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGsQAz8C .row {
  justify-content: space-between;
}
.cid-ukJGsQAz8C .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-ukJGsQAz8C .content-wrapper {
    padding: 0;
  }
}
.cid-ukJGsQAz8C .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukJGsQAz8C .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ukJGsQAz8C .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukJGsQAz8C .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ukJGsQAz8C .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukJGsQAz8C .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-ukJGsQAz8C .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-ukJGsQAz8C .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ukJGsQAz8C .mbr-section-title {
  color: #000000;
}
.cid-ukJGsQAz8C .mbr-desc {
  color: #000000;
}
.cid-ukJGsQAz8C .mbr-text {
  color: #ffffff;
}
.cid-ukJGsRu81J {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #656565;
}
.cid-ukJGsRu81J .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGsRu81J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGsRu81J H1 {
  color: #ffffff;
}
.cid-ukJGsRu81J .mbr-text,
.cid-ukJGsRu81J .mbr-section-btn {
  color: #ffffff;
}
.cid-ukJGsSqHvj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d42017;
}
.cid-ukJGsSqHvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGsSqHvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGsSqHvj .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
  border: 2px solid #ffb2ef;
}
@media (max-width: 1200px) {
  .cid-ukJGsSqHvj .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-ukJGsSqHvj .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-ukJGsSqHvj .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-ukJGsSqHvj .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ukJGsSqHvj .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-ukJGsSqHvj .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-ukJGsSqHvj .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ukJGsSqHvj .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f7fff7;
}
.cid-ukJGsSqHvj .content-wrapper .item .item-wrapper:hover,
.cid-ukJGsSqHvj .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-ukJGsSqHvj .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-ukJGsSqHvj .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ukJGsSqHvj .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-ukJGsSqHvj .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-ukJGsSqHvj .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-ukJGsSqHvj .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-ukJGsSqHvj .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-ukJGsSqHvj .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ukJGsSqHvj .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-ukJGsSqHvj .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ukJGsSqHvj .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-ukJGsSqHvj .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-ukJGsSqHvj .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-ukJGsSqHvj .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-ukJGsSqHvj .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ukJGsSqHvj .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #d3f2ff;
}
.cid-ukJGsSqHvj .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #bafca2;
}
.cid-ukJGsSqHvj .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #fdfd96;
}
.cid-ukJGsSqHvj .item-title {
  color: #050f0f;
}
.cid-ukJGsSqHvj .item-text {
  color: #050f0f;
}
.cid-ukJGsSqHvj .list {
  color: #050f0f;
}
.cid-ukJGsTwA9N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-ukJGsTwA9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGsTwA9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGsTwA9N .content-wrapper {
  padding: 80px 90px;
  background-color: #656565;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ukJGsTwA9N .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-ukJGsTwA9N .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ukJGsTwA9N .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-ukJGsTwA9N .content-wrapper .content-wrap .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-ukJGsTwA9N .content-wrapper .content-wrap .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukJGsTwA9N .content-wrapper .content-wrap .card-wrapper {
    padding: 32px 16px;
  }
}
.cid-ukJGsTwA9N .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukJGsTwA9N .content-wrapper .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ukJGsTwA9N .content-wrapper .content-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukJGsTwA9N .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-ukJGsTwA9N .content-wrapper .content-wrap .card-wrapper .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-ukJGsTwA9N .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffb2ef;
}
@media (max-width: 992px) {
  .cid-ukJGsTwA9N .content-wrapper .content-wrap .card-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-ukJGsTwA9N .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-ukJGsTwA9N .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-ukJGsTwA9N .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ukJGsTwA9N .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ukJGsTwA9N .content-wrapper .image-wrapper img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukJGsTwA9N .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ukJGsTwA9N .mbr-section-title {
  color: #050f0f;
}
.cid-ukJGsTwA9N .mbr-text {
  color: #050f0f;
}
.cid-ukJGsTwA9N .mbr-section-btn {
  text-align: center;
}
.cid-ukJGsTwA9N .icon-wrapper {
  text-align: right;
}
.cid-ukJGsUiupI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d42017;
}
.cid-ukJGsUiupI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGsUiupI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGsUiupI .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ukJGsUiupI .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJGsUiupI .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-ukJGsUiupI .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJGsUiupI .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukJGsUiupI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukJGsUiupI .content-wrapper .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-ukJGsUiupI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukJGsUiupI .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukJGsUiupI .image-wrapper img {
    height: 350px;
  }
}
.cid-ukJGsUiupI .mbr-section-title {
  color: #404349;
}
.cid-ukJGsUiupI .mbr-desc {
  color: #b19a7c;
}
.cid-ukJGsUiupI .mbr-text {
  color: #f8f8f8;
  text-align: center;
}
.cid-ukJGsUiupI .mbr-desc,
.cid-ukJGsUiupI .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ukJGsVcaJg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukJGsVcaJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGsVcaJg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGsVcaJg .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #656565;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ukJGsVcaJg .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ukJGsVcaJg .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ukJGsVcaJg .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ukJGsVcaJg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ukJGsVcaJg .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ukJGsVcaJg .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ukJGsVcaJg .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ukJGsVcaJg .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ukJGsVcaJg .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ukJGsVcaJg .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukJGsVcaJg .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ukJGsVcaJg .mbr-section-title {
  color: #212529;
}
.cid-ukJGsVcaJg .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ukJGsVcaJg .mbr-section-title,
.cid-ukJGsVcaJg .mbr-section-btn {
  color: #ffffff;
}
.cid-ukJGsW3dpc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d42017;
}
.cid-ukJGsW3dpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGsW3dpc .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-ukJGsW3dpc .container {
    padding: 0 30px;
  }
}
.cid-ukJGsW3dpc .row {
  justify-content: center;
}
.cid-ukJGsW3dpc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ukJGsW3dpc .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukJGsW3dpc .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-ukJGsW3dpc .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-ukJGsW3dpc .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukJGsW3dpc .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ukJGsW3dpc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukJGsWNQ2t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-ukJGsWNQ2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGsWNQ2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGsWNQ2t .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ukJGsWNQ2t .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ukJGsWNQ2t .container {
    padding: 0 26px;
  }
}
.cid-ukJGsWNQ2t .row {
  justify-content: center;
}
.cid-ukJGsWNQ2t .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-ukJGsWNQ2t .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-ukJGsWNQ2t .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-ukJGsWNQ2t .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-ukJGsWNQ2t .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-ukJGsWNQ2t .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ukJGsWNQ2t .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ukJGsWNQ2t .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ukJGsWNQ2t .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-ukJGsWNQ2t .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukJGsWNQ2t .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ukJGsWNQ2t .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-ukJGsWNQ2t .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-ukJGsWNQ2t .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ukJGsWNQ2t .mbr-section-title {
  color: #000000;
}
.cid-ukJGsWNQ2t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukJGsWNQ2t .mbr-desc {
  color: #ffffff;
}
.cid-ukJGsWNQ2t .mbr-text {
  color: #000000;
}
.cid-ukJGsWNQ2t .mbr-link {
  color: #ffffff;
}
.cid-ukJGsXB68W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d42017;
}
.cid-ukJGsXB68W .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGsXB68W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGsXB68W .container,
.cid-ukJGsXB68W .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukJGsXB68W .container,
  .cid-ukJGsXB68W .container-fluid {
    padding: 0 20px;
  }
}
.cid-ukJGsXB68W .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ukJGsXB68W .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-ukJGsXB68W .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-ukJGsXB68W .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ukJGsXB68W .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukJGsXB68W .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-ukJGsXB68W .panel-group {
    padding: 0 12px;
  }
}
.cid-ukJGsXB68W .panel-group .card {
  border-radius: 0;
}
.cid-ukJGsXB68W .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-ukJGsXB68W .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-ukJGsXB68W .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #3d4045;
}
.cid-ukJGsXB68W .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #ed9b82;
}
.cid-ukJGsXB68W .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ed9b82;
}
.cid-ukJGsXB68W .panel-group .card .card-header .panel-title:hover,
.cid-ukJGsXB68W .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #ed9b82;
}
.cid-ukJGsXB68W .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-ukJGsXB68W .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #ed9b82;
}
.cid-ukJGsXB68W .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-ukJGsXB68W .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-ukJGsXB68W .mbr-section-title {
  color: #3d4045;
}
.cid-ukJGsXB68W .panel-title-edit {
  color: #3d4045;
}
.cid-ukJGsXB68W .panel-text {
  color: #3d4045;
}
.cid-ukJGsZqGBl {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #656565;
}
.cid-ukJGsZqGBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGsZqGBl .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ukJGsZqGBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGsZqGBl h1 {
  max-width: 800px;
}
.cid-ukJGsZqGBl p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ukJGsZqGBl {
    align-items: center;
  }
  .cid-ukJGsZqGBl .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ukJGsZqGBl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ukJGsZqGBl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ukJGsZqGBl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ukJGsZqGBl .content-wrap {
    width: 100%;
  }
}
.cid-ukJGsZqGBl .mbr-section-subtitle,
.cid-ukJGsZqGBl .line {
  color: #ffffff;
}
.cid-ukJGsZqGBl .mbr-text,
.cid-ukJGsZqGBl .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ukJGsZqGBl .mbr-section-title {
  color: #ffffff;
}
.cid-ukJGt0ZQJD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #d42017;
}
.cid-ukJGt0ZQJD .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #fff1e2;
}
.cid-ukJGt0ZQJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGt0ZQJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGt0ZQJD .items-wrapper {
  margin: 0;
}
.cid-ukJGt0ZQJD .items-wrapper .item {
  padding: 0;
}
.cid-ukJGt0ZQJD .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none !important;
}
@media (max-width: 992px) {
  .cid-ukJGt0ZQJD .items-wrapper .item:last-child {
    border-bottom: none !important;
  }
}
.cid-ukJGt0ZQJD .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  border-radius: 0 !important;
  border-right: 1px solid #fff1e2;
}
@media (max-width: 1640px) {
  .cid-ukJGt0ZQJD .items-wrapper .item .item-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-ukJGt0ZQJD .items-wrapper .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-ukJGt0ZQJD .items-wrapper .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #fff1e2;
  }
}
.cid-ukJGt0ZQJD .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukJGt0ZQJD .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ukJGt0ZQJD .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #e7271c;
  display: inline-flex;
}
.cid-ukJGt0ZQJD .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukJGt0ZQJD .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-ukJGt0ZQJD .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-ukJGt0ZQJD .items-wrapper .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.cid-ukJGt0ZQJD .item-title {
  color: #150764;
}
.cid-ukJGt0ZQJD .item-text,
.cid-ukJGt0ZQJD .desc-wrapper {
  color: #150764;
  text-align: center;
}
.cid-ukJGt0ZQJD .item-title,
.cid-ukJGt0ZQJD .mbr-section-btn,
.cid-ukJGt0ZQJD .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ukJGt0ZQJD .item-text {
  color: #150764;
}
.cid-ukJGt2JDsm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-ukJGt2JDsm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGt2JDsm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGt2JDsm .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #150764;
}
@media (max-width: 992px) {
  .cid-ukJGt2JDsm .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-ukJGt2JDsm .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ukJGt2JDsm .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-ukJGt2JDsm .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-ukJGt2JDsm .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-ukJGt2JDsm .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukJGt2JDsm .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ukJGt2JDsm .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukJGt2JDsm .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-ukJGt2JDsm .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-ukJGt2JDsm .mbr-section-title,
.cid-ukJGt2JDsm .mbr-section-btn {
  color: #000000;
}
.cid-ukK3Bk6F54 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukK3Bk6F54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukK3Bk6F54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukK3Bk6F54 .row {
  margin: 0 !important;
}
.cid-ukK3Bk6F54 .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-ukK3Bk6F54 .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-ukK3Bk6F54 .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-ukK3Bk6F54 .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-ukK3Bk6F54 .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ukK3Bk6F54 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ukK3Bk6F54 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ukK3Bk6F54 .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ukK3Bk6F54 .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-ukK3Bk6F54 .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-ukK3Bk6F54 .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-ukK3Bk6F54 .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #d42017;
  margin-left: 0.5rem;
}
.cid-ukK3Bk6F54 .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #d42017;
  font-weight: 900;
}
.cid-ukK3Bk6F54 .panel-group {
  border: none;
}
.cid-ukK3Bk6F54 .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #d42017;
}
.cid-ukK3Bk6F54 .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ukK3Bk6F54 .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ukK3Bk6F54 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-ukK3Bk6F54 .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-ukK3Bk6F54 .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-ukK3Bk6F54 .panel-title-edit {
  color: #131313;
}
.cid-ukK3Bk6F54 .panel-body {
  padding: 0 0 20px;
}
.cid-ukK3Bk6F54 .panel-text {
  color: #131313;
  margin: 0;
}
.cid-ukJGt44BbB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d42017;
}
.cid-ukJGt44BbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGt44BbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGt44BbB .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukJGt44BbB .content-wrapper {
    padding: 0;
  }
}
.cid-ukJGt44BbB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ukJGt44BbB .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ukJGt44BbB .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-ukJGt44BbB .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ukJGt44BbB .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-ukJGt44BbB .mbr-section-title {
  color: #050f0f;
}
.cid-ukJGt5W0DE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656565;
}
.cid-ukJGt5W0DE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJGt5W0DE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJGt5W0DE .content-wrap {
  padding: 60px;
  background-color: #d42017;
}
@media (max-width: 992px) {
  .cid-ukJGt5W0DE .content-wrap {
    padding: 30px 20px;
  }
}
.cid-ukJGt5W0DE .content-wrap .row {
  justify-content: center;
}
.cid-ukJGt5W0DE .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukJGt5W0DE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJGt5W0DE .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ukJGt5W0DE .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-ukJGt5W0DE .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-ukJGt5W0DE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukJGt5W0DE .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukJGt5W0DE .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJGt5W0DE .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukJGt5W0DE .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukJGt5W0DE .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukJGt5W0DE .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukJGt5W0DE .nav-wrapper .list .item-wrap:hover,
.cid-ukJGt5W0DE .nav-wrapper .list .item-wrap:focus {
  color: #fff1e2;
}
.cid-ukJGt5W0DE .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukJGt5W0DE .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJGt5W0DE .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukJGt5W0DE .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ukJGt5W0DE .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ukJGt5W0DE .contacts-wrapper .list .item-wrap:hover,
.cid-ukJGt5W0DE .contacts-wrapper .list .item-wrap:focus {
  color: #fff1e2;
}
.cid-ukJGt5W0DE .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ukJGt5W0DE .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukJGt5W0DE .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukJGt5W0DE .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ukJGt5W0DE .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ukJGt5W0DE .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ukJGt5W0DE .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ukJGt5W0DE .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ukJGt5W0DE .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #000000;
  background-color: #656565;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-ukJGt5W0DE .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-ukJGt5W0DE .mbr-section-title {
  color: #ed463f;
}
.cid-ukJGt5W0DE .mbr-section-subtitle {
  color: #404349;
}
.cid-ukJGt5W0DE .list {
  color: #404349;
}
.cid-ukJGt5W0DE .mbr-section-title,
.cid-ukJGt5W0DE .title-wrapper {
  text-align: center;
}
.cid-ukJGt5W0DE .list,
.cid-ukJGt5W0DE .item-wrap {
  text-align: center;
  color: #ffffff;
}
