.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Geologica;
}
.display-1 {
  font-family: 'Geologica', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Geologica', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Geologica', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Geologica', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Geologica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.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: #133838 !important;
}
.bg-success {
  background-color: #d7d30e !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffa770 !important;
}
.bg-danger {
  background-color: #133838 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #133838 !important;
  border-color: #133838 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #205e5e !important;
  border-color: #205e5e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #205e5e !important;
  border-color: #205e5e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #42ba2a !important;
  border-color: #42ba2a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #5bd443 !important;
  border-color: #5bd443 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5bd443 !important;
  border-color: #5bd443 !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: #d7d30e !important;
  border-color: #d7d30e !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f1ed27 !important;
  border-color: #f1ed27 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #f1ed27 !important;
  border-color: #f1ed27 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa770 !important;
  border-color: #ffa770 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc6a3 !important;
  border-color: #ffc6a3 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc6a3 !important;
  border-color: #ffc6a3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #133838 !important;
  border-color: #133838 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #205e5e !important;
  border-color: #205e5e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #205e5e !important;
  border-color: #205e5e !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #133838;
  color: #133838;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #133838 !important;
  border-color: #133838 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #42ba2a;
  color: #42ba2a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #29731a !important;
  background-color: transparent !important;
  border-color: #29731a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #42ba2a !important;
  border-color: #42ba2a !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: #d7d30e;
  color: #d7d30e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #868309 !important;
  background-color: transparent !important;
  border-color: #868309 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #d7d30e !important;
  border-color: #d7d30e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffa770;
  color: #ffa770;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff7219 !important;
  background-color: transparent !important;
  border-color: #ff7219 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa770 !important;
  border-color: #ffa770 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #133838;
  color: #133838;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #133838 !important;
  border-color: #133838 !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: #133838 !important;
}
.text-secondary {
  color: #42ba2a !important;
}
.text-success {
  color: #d7d30e !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffa770 !important;
}
.text-danger {
  color: #133838 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #246717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #777508 !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: #ff680a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #133838;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffa770;
}
.alert-danger {
  background-color: #133838;
}
.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: #133838;
  border-color: #133838;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #133838;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #66cbcb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #faf9b7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #66cbcb;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Geologica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  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: #133838 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Geologica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #133838;
}
/* 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: #133838;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #133838;
}
.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: #133838;
  border-bottom-color: #133838;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #133838 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #42ba2a !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='%23133838' %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 .btn,
.mbr-section-btn-main .btn {
  padding: 32px 88px;
  border-radius: 60px !important;
  font-weight: 400 !important;
  width: 100%;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 22px 40px;
  }
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  opacity: .7;
}
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.card-box {
  border-radius: 30px !important;
}
img {
  border-radius: 26px !important;
}
.cid-udqHatWSsG {
  background-color: transparent;
}
.cid-udqHatWSsG .navbar-dropdown {
  background-color: #133838 !important;
  padding: 0;
}
.cid-udqHatWSsG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #133838 !important;
  background: #133838;
}
.cid-udqHatWSsG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udqHatWSsG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udqHatWSsG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udqHatWSsG .menu_box .navbar.opened,
  .cid-udqHatWSsG .menu_box .navbar-collapse {
    background-color: #133838 !important;
    transition: all 0s ease 0s;
  }
}
.cid-udqHatWSsG .navbar-dropdown {
  position: relative !important;
}
.cid-udqHatWSsG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-udqHatWSsG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-udqHatWSsG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udqHatWSsG .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-udqHatWSsG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udqHatWSsG .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-udqHatWSsG .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-udqHatWSsG .nav-item {
    margin: 0 !important;
  }
}
.cid-udqHatWSsG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-udqHatWSsG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udqHatWSsG .nav-item .nav-link:hover,
.cid-udqHatWSsG .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-udqHatWSsG .nav-item .nav-link:hover::before,
.cid-udqHatWSsG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-udqHatWSsG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udqHatWSsG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udqHatWSsG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udqHatWSsG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udqHatWSsG .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-udqHatWSsG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udqHatWSsG .offcanvas_box {
    display: none;
  }
}
.cid-udqHatWSsG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udqHatWSsG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udqHatWSsG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udqHatWSsG .container {
  display: flex;
  margin: auto;
}
.cid-udqHatWSsG .iconfont-wrapper {
  color: #133838;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-udqHatWSsG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udqHatWSsG .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-udqHatWSsG .navbar-nav {
    margin: 0;
  }
}
.cid-udqHatWSsG .dropdown-menu,
.cid-udqHatWSsG .navbar.opened {
  background-color: false !important;
}
.cid-udqHatWSsG .nav-item:focus,
.cid-udqHatWSsG .nav-link:focus {
  outline: none;
}
.cid-udqHatWSsG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udqHatWSsG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udqHatWSsG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udqHatWSsG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udqHatWSsG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udqHatWSsG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udqHatWSsG .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udqHatWSsG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udqHatWSsG .navbar.opened {
  transition: all 0.3s;
}
.cid-udqHatWSsG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udqHatWSsG .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-udqHatWSsG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-udqHatWSsG .navbar.collapsed {
  justify-content: center;
}
.cid-udqHatWSsG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udqHatWSsG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udqHatWSsG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udqHatWSsG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udqHatWSsG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udqHatWSsG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udqHatWSsG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udqHatWSsG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udqHatWSsG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udqHatWSsG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udqHatWSsG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udqHatWSsG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udqHatWSsG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udqHatWSsG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udqHatWSsG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udqHatWSsG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udqHatWSsG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udqHatWSsG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udqHatWSsG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udqHatWSsG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udqHatWSsG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udqHatWSsG .navbar.navbar-short {
  min-height: 60px;
}
.cid-udqHatWSsG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udqHatWSsG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udqHatWSsG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udqHatWSsG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-udqHatWSsG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udqHatWSsG .dropdown-item.active,
.cid-udqHatWSsG .dropdown-item:active {
  background-color: transparent;
}
.cid-udqHatWSsG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-udqHatWSsG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udqHatWSsG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udqHatWSsG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udqHatWSsG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udqHatWSsG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udqHatWSsG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #133838;
  background: #ffffff;
}
.cid-udqHatWSsG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #133838;
}
.cid-udqHatWSsG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udqHatWSsG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udqHatWSsG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udqHatWSsG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udqHatWSsG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udqHatWSsG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udqHatWSsG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udqHatWSsG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udqHatWSsG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udqHatWSsG .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-udqHatWSsG .navbar {
    height: 70px;
  }
  .cid-udqHatWSsG .navbar.opened {
    height: auto;
  }
  .cid-udqHatWSsG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udqHatWSsG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-udqHatWSsG .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-udqHatWSsG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udqHatWSsG .text_widget {
  margin-bottom: 32px;
}
.cid-udqHatWSsG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udqHatWSsG .text_widget a:hover,
.cid-udqHatWSsG .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-udqHatWSsG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-udqHatWSsG .navbar-caption {
  color: #ffffff;
}
.cid-udqHatWSsG .mbr-section-subtitle,
.cid-udqHatWSsG .text_widget,
.cid-udqHatWSsG .mbr-section-btn {
  text-align: center;
}
.cid-udqHatWSsG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udqHaDyicf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-udqHaDyicf .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqHaDyicf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqHaDyicf .card {
  justify-content: center;
}
.cid-udqHaDyicf .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-udqHaDyicf .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-udqHaDyicf .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udqHaDyicf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-udqHaDyicf .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-udqHaDyicf .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udqHaDyicf .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-udqHaDyicf .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-udqHaDyicf .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-udqHaDyicf .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-udqHaDyicf .mbr-section-title {
  color: #f24d4a;
}
.cid-udqHaDyicf .mbr-text {
  color: #f24d4a;
}
.cid-udqHaDyicf .mbr-section-title,
.cid-udqHaDyicf .mbr-section-btn {
  color: #133838;
}
.cid-udqHaDyicf .mbr-text,
.cid-udqHaDyicf .text-wrapper {
  color: #133838;
}
.cid-ur6bobQ7WV {
  padding-top: 10rem;
  padding-bottom: 10rem;
  border-top: 3px solid #133838;
  border-bottom: 3px solid #133838;
  margin-top: -3px;
  background-image: url("../../../assets/images/venda-e-instalao-de-persianas-de-qualidade-em-curitiba-decora-wall-1149x766.jpg");
}
.cid-ur6bobQ7WV .info {
  width: fit-content;
  border-radius: 20px;
  background-color: #ffffff;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 65px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-ur6bobQ7WV .info .display-7 {
    font-size: 23.8px;
  }
}
.cid-ur6bobQ7WV .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ur6bobQ7WV .team-card:hover {
  transform: translateY(-10px);
}
.cid-ur6bobQ7WV .card-wrap {
  border-radius: 20px;
  max-width: 380px;
  height: 380px;
}
@media (max-width: 991px) {
  .cid-ur6bobQ7WV .card-wrap {
    max-width: 230px;
    height: 230px;
  }
}
.cid-ur6bobQ7WV .card-wrap .image-wrap img {
  border-radius: 20px;
  border: 3px solid #000;
  width: 380px;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ur6bobQ7WV .card-wrap .image-wrap img {
    width: 230px;
    height: 230px;
  }
}
.cid-ur6bobQ7WV .card-wrap .image-wrap img:hover {
  border: 3px solid #fff;
}
.cid-ur6bobQ7WV .button {
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .cid-ur6bobQ7WV .button {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-ur6bobQ7WV .button {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .cid-ur6bobQ7WV .button {
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cid-ur6bobQ7WV .button {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .cid-ur6bobQ7WV .button {
    max-width: 1200px;
  }
}
.cid-ur6bobQ7WV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 991px) {
  .cid-ur6bobQ7WV .embla__slide {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-ur6bobQ7WV .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ur6bobQ7WV .embla__button--next,
.cid-ur6bobQ7WV .embla__button--prev {
  display: flex;
}
.cid-ur6bobQ7WV .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-ur6bobQ7WV .embla__button {
    display: none;
  }
}
.cid-ur6bobQ7WV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ur6bobQ7WV .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ur6bobQ7WV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ur6bobQ7WV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ur6bobQ7WV .embla__button {
    top: auto;
  }
}
.cid-ur6bobQ7WV .embla {
  position: relative;
  width: 100%;
}
.cid-ur6bobQ7WV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ur6bobQ7WV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ur6bobQ7WV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ur6bobQ7WV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ur6bobQ7WV .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-ur6bobQ7WV .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-ur6bobQ7WV .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-ur6bobQ7WV .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-ur6bobQ7WV .btn:hover,
.cid-ur6bobQ7WV .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-ur6bobQ7WV .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ur6bobQ7WV .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-ur6bobQ7WV .btn:hover:before,
.cid-ur6bobQ7WV .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-ur6bobQ7WV .btn-secondary {
  color: #000000 !important;
}
.cid-ur6bobQ7WV .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-ur6bobQ7WV .icon {
    display: none;
  }
}
.cid-ur6bobQ7WV .mbr-info {
  color: #133838;
}
.cid-udqHgqrT8j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-udqHgqrT8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqHgqrT8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqHgqrT8j .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udqHgqrT8j .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udqHgqrT8j .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 35%;
  margin-bottom: 60px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-udqHgqrT8j .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-udqHgqrT8j .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udqHgqrT8j .mbr-text,
.cid-udqHgqrT8j .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-udqHgqrT8j .mbr-section-title,
.cid-udqHgqrT8j .mbr-section-btn {
  text-align: center;
}
.cid-udqHaSBaX0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udqHaSBaX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqHaSBaX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqHaSBaX0 .items-wrapper {
  margin: 0 -5px;
}
.cid-udqHaSBaX0 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-udqHaSBaX0 .item {
    margin-bottom: 16px;
  }
  .cid-udqHaSBaX0 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-udqHaSBaX0 .item .item-wrapper {
  height: 100%;
}
.cid-udqHaSBaX0 .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-udqHaSBaX0 .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-udqHaSBaX0 .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #ffffff;
  pointer-events: none;
}
.cid-udqHaSBaX0 .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-udqHaSBaX0 .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-udqHaSBaX0 .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-udqHaSBaX0 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-udqHaSBaX0 .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-udqHaSBaX0 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-udqHaSBaX0 .card-text {
  color: #ffffff;
}
.cid-udqHbAHcEJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udqHbAHcEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqHbAHcEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqHbAHcEJ .items-wrapper {
  margin: 0 -5px;
}
.cid-udqHbAHcEJ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udqHbAHcEJ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udqHbAHcEJ .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-udqHbAHcEJ .item {
    margin-bottom: 16px;
  }
  .cid-udqHbAHcEJ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-udqHbAHcEJ .item .item-wrapper {
  height: 100%;
  background-color: #133838;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-udqHbAHcEJ .item .item-wrapper {
    padding: 24px;
  }
}
.cid-udqHbAHcEJ .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-udqHbAHcEJ .item .item-wrapper .card-box .card-title {
  width: 100%;
  margin-bottom: 230px;
}
@media (max-width: 992px) {
  .cid-udqHbAHcEJ .item .item-wrapper .card-box .card-title {
    margin-bottom: 100px;
  }
}
.cid-udqHbAHcEJ .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-udqHbAHcEJ .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  padding: 32px 40px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-udqHbAHcEJ .item .item-wrapper .card-box .mbr-section-btn .btn {
    padding: 22px 40px;
  }
}
.cid-udqHbAHcEJ .mbr-section-title {
  color: #133838;
  text-align: center;
}
.cid-udqHbAHcEJ .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-udqHfFQ7Pz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udqHfFQ7Pz .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqHfFQ7Pz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqHfFQ7Pz .items-wrapper {
  margin: 0 -5px;
}
.cid-udqHfFQ7Pz .items-wrapper .item {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-udqHfFQ7Pz .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-udqHfFQ7Pz .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-udqHfFQ7Pz .item-wrapper {
  height: 100%;
  padding: 5px;
  background-color: #ffffff;
}
.cid-udqHfFQ7Pz .item-wrapper .card-box {
  height: 100%;
  padding: 42px;
  border: 1px dashed #133838;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-udqHfFQ7Pz .item-wrapper .card-box {
    padding: 24px;
    height: auto;
  }
}
.cid-udqHfFQ7Pz .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udqHfFQ7Pz .item-wrapper .card-box .card-title {
    margin-bottom: 40px;
  }
}
.cid-udqHfFQ7Pz .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-udqHfFQ7Pz .item-wrapper .card-box .list .item-wrap {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #133838;
}
.cid-udqHfFQ7Pz .item-wrapper .card-box .list .item-wrap:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.cid-udqHfFQ7Pz .card-title {
  color: #133838;
}
.cid-udqHfFQ7Pz .list {
  color: #f24d4a;
}
.cid-udqHfFQ7Pz .list,
.cid-udqHfFQ7Pz .item-wrap,
.cid-udqHfFQ7Pz .nav-wrapper {
  color: #133838;
}
.cid-udqHh1b1iA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udqHh1b1iA .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqHh1b1iA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqHh1b1iA .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udqHh1b1iA .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udqHh1b1iA .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-udqHh1b1iA .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
}
@media (max-width: 1440px) {
  .cid-udqHh1b1iA .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-udqHh1b1iA .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-udqHh1b1iA .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-udqHh1b1iA .box {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-udqHh1b1iA .box {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-udqHh1b1iA .box {
    width: 100%;
  }
}
.cid-udqHh1b1iA .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-udqHh1b1iA .box .mbr-media {
    height: 350px;
  }
}
.cid-udqHh1b1iA .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-udqHh1b1iA .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-udqHh1b1iA .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-udqHh1b1iA .mbr-media {
  position: relative;
}
.cid-udqHh1b1iA .mbr-media img {
  object-fit: cover;
}
.cid-udqHh1b1iA a:hover {
  background-image: none !important;
}
.cid-udqHh1b1iA .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #133838;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-udqHh1b1iA .icon-wrap:hover,
.cid-udqHh1b1iA .icon-wrap:focus {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-udqHh1b1iA .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-udqHh1b1iA .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-udqHh1b1iA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-udqHh1b1iA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-udqHh1b1iA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-udqHh1b1iA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-udqHh1b1iA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-udqHh1b1iA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udqHh1b1iA .mbr-section-title,
.cid-udqHh1b1iA .mbr-section-btn {
  color: #ffffff;
}
.cid-udqHiTCWr5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udqHiTCWr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqHiTCWr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqHiTCWr5 .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-udqHiTCWr5 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udqHiTCWr5 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udqHiTCWr5 .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-udqHiTCWr5 .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-udqHiTCWr5 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-udqHiTCWr5 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-udqHiTCWr5 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-udqHiTCWr5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udqHiTCWr5 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-udqHiTCWr5 .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-udqHiTCWr5 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #133838;
}
.cid-udqHiTCWr5 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-udqHiTCWr5 .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-udqHiTCWr5 .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-udqHiTCWr5 .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-udqHiTCWr5 .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-udqHiTCWr5 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udqHiTCWr5 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-udqHiTCWr5 .card {
  justify-content: space-between;
}
.cid-udqHiTCWr5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udqHiTCWr5 .panel-title-edit {
  color: #133838;
}
.cid-udqHiTCWr5 .panel-text {
  color: #f24d4a;
}
.cid-udqHiTCWr5 .panel-text,
.cid-udqHiTCWr5 .panel-body {
  color: #ff7470;
}
.cid-udqHkLXRYi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udqHkLXRYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqHkLXRYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqHkLXRYi .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udqHkLXRYi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udqHkLXRYi .items-wrapper {
  margin: 0 -5px;
}
.cid-udqHkLXRYi .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-udqHkLXRYi .item {
    margin-bottom: 16px;
  }
  .cid-udqHkLXRYi .item:last-child {
    margin-bottom: 0;
  }
}
.cid-udqHkLXRYi .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px;
  border: 1px solid #ffffff;
}
@media (max-width: 1200px) {
  .cid-udqHkLXRYi .item .item-wrapper {
    padding: 24px;
  }
}
.cid-udqHkLXRYi .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #ffffff;
  pointer-events: none;
}
.cid-udqHkLXRYi .item .item-wrapper .card-box {
  position: relative;
}
.cid-udqHkLXRYi .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-udqHkLXRYi .item .item-wrapper .card-box .card-price {
  padding-bottom: 16px;
  border-bottom: 1px dashed #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-udqHkLXRYi .item .item-wrapper .card-box .card-price {
    margin-bottom: 24px;
  }
}
.cid-udqHkLXRYi .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-udqHkLXRYi .item .item-wrapper .card-box .list .item-wrap {
  padding-bottom: 8px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px;
}
.cid-udqHkLXRYi .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udqHkLXRYi .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-udqHkLXRYi .item .item-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-udqHkLXRYi .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  padding: 32px 40px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-udqHkLXRYi .item .item-wrapper .mbr-section-btn .btn {
    padding: 22px 40px;
  }
}
.cid-udqHkLXRYi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udqHkLXRYi .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-udqHkLXRYi .card-price {
  color: #ffffff;
  text-align: center;
}
.cid-udqHkLXRYi .list {
  color: #ffffff;
}
.cid-udqHkpcoCQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udqHkpcoCQ .mbr-overlay {
  background: #133838;
  opacity: 0.8;
}
.cid-udqHkpcoCQ .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-udqHkpcoCQ .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-udqHkpcoCQ .content-wrapper .decor {
    display: none;
  }
}
.cid-udqHkpcoCQ .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-udqHkpcoCQ .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-udqHkpcoCQ .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-udqHkpcoCQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-udqHkpcoCQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-udqHkpcoCQ .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-udqHkpcoCQ .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #133838;
  padding: 56px;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udqHkpcoCQ .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-udqHkpcoCQ .embla__button--next,
.cid-udqHkpcoCQ .embla__button--prev {
  display: flex;
}
.cid-udqHkpcoCQ .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-udqHkpcoCQ .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-udqHkpcoCQ .embla__button:hover {
  opacity: .7;
}
.cid-udqHkpcoCQ .embla__button.embla__button--prev {
  left: 0;
}
.cid-udqHkpcoCQ .embla__button.embla__button--next {
  right: 0;
}
.cid-udqHkpcoCQ .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udqHkpcoCQ .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-udqHkpcoCQ .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-udqHkpcoCQ .embla__viewport {
    width: 100%;
  }
}
.cid-udqHkpcoCQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-udqHkpcoCQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-udqHkpcoCQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-udqHkpcoCQ .item-letter {
  color: #f24d4a;
}
.cid-udqHkpcoCQ .item-name {
  color: #f24d4a;
}
.cid-udqHkpcoCQ .item-text {
  color: #f24d4a;
}
.cid-udqHkpcoCQ .item-date {
  color: #133838;
}
.cid-udqHkpcoCQ .item-name,
.cid-udqHkpcoCQ .name-wrapper {
  color: #133838;
}
.cid-udqHjZ9ssC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udqHjZ9ssC .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqHjZ9ssC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqHjZ9ssC .content-head {
  max-width: 800px;
}
.cid-udqHjZ9ssC .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-udqHjZ9ssC .item {
    min-height: 45px;
  }
}
.cid-udqHjZ9ssC .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-udqHjZ9ssC .border-wrap {
    margin-top: 40px;
  }
}
.cid-udqHhzo3Oj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udqHhzo3Oj .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqHhzo3Oj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqHhzo3Oj .items-wrapper {
  margin: 0 -5px;
}
.cid-udqHhzo3Oj .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-udqHhzo3Oj .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-udqHhzo3Oj .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-udqHhzo3Oj .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-udqHhzo3Oj .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-udqHhzo3Oj .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udqHhzo3Oj .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udqHhzo3Oj .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-udqHhzo3Oj .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-udqHhzo3Oj .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffd9c8;
}
@media (max-width: 992px) {
  .cid-udqHhzo3Oj .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-udqHhzo3Oj .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udqHhzo3Oj .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-udqHhzo3Oj .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
}
.cid-udqHhzo3Oj .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udqHhzo3Oj .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-udqHhzo3Oj .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-udqHhzo3Oj .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-udqHhzo3Oj .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-udqHhzo3Oj .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffd9c8 !important;
  box-shadow: none;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-udqHhzo3Oj .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-udqHhzo3Oj .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-udqHhzo3Oj .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffd9c8 !important;
}
.cid-udqHhzo3Oj .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffd9c8;
  opacity: .7;
}
.cid-udqHhzo3Oj .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-udqHhzo3Oj .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-udqHhzo3Oj .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffd9c8;
  border-color: #ffd9c8;
  border-radius: 0;
}
.cid-udqHhzo3Oj .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-udqHhzo3Oj .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-udqHhzo3Oj .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-udqHhzo3Oj .mbr-section-title {
  color: #ffffff;
}
.cid-udqHhzo3Oj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udqHhzo3Oj .card-title {
  color: #ffffff;
}
.cid-ur6g66v2B8 {
  padding-top: 90px;
  padding-bottom: 0px;
  position: relative;
  background-color: #133838;
}
.cid-ur6g66v2B8 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-ur6g66v2B8 .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-ur6g66v2B8 .collapsed {
  border: none;
}
.cid-ur6g66v2B8 .collapsed span {
  transform: rotate(0deg);
}
.cid-ur6g66v2B8 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #42ba2a, #133838);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-ur6g66v2B8 .panel-body {
  padding-top: 0.5rem;
}
.cid-ur6g66v2B8 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ur6g66v2B8 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-ur6g66v2B8 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-ur6g66v2B8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ur6g66v2B8 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-ur6g66v2B8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ur6g66v2B8 .panel-text {
  color: #ffffff;
}
.cid-ur6g66v2B8 H4 {
  color: #000000;
}
.cid-ur6g66v2B8 H2 {
  color: #ffffff;
}
.cid-ur6g66v2B8 .mbr-section-text {
  color: #ffffff;
}
.cid-ur6g66v2B8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur6g66v2B8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ure7fraXz8 {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #133838;
}
.cid-ure7fraXz8 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-ure7fraXz8 .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-ure7fraXz8 .collapsed {
  border: none;
}
.cid-ure7fraXz8 .collapsed span {
  transform: rotate(0deg);
}
.cid-ure7fraXz8 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #42ba2a, #133838);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-ure7fraXz8 .panel-body {
  padding-top: 0.5rem;
}
.cid-ure7fraXz8 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ure7fraXz8 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-ure7fraXz8 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-ure7fraXz8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ure7fraXz8 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-ure7fraXz8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ure7fraXz8 .panel-text {
  color: #ffffff;
}
.cid-ure7fraXz8 H4 {
  color: #000000;
}
.cid-ure7fraXz8 H2 {
  color: #ffffff;
}
.cid-ure7fraXz8 .mbr-section-text {
  color: #ffffff;
}
.cid-ure7fraXz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ure7fraXz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqHlGPwJR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udqHlGPwJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-udqHlGPwJR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udqHlGPwJR .content-wrap {
  justify-content: center;
}
.cid-udqHlGPwJR .card {
  justify-content: center;
}
.cid-udqHlGPwJR .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-udqHlGPwJR .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-udqHlGPwJR .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-udqHlGPwJR .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udqHlGPwJR .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-udqHlGPwJR .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-udqHlGPwJR .nav-wrapper .list .item-wrap:hover,
.cid-udqHlGPwJR .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-udqHlGPwJR .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-udqHlGPwJR .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-udqHlGPwJR .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udqHlGPwJR .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-udqHlGPwJR .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-udqHlGPwJR .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-udqHlGPwJR .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-udqHlGPwJR .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-udqHlGPwJR .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udqHlGPwJR .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-udqHlGPwJR .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffffff;
  background-color: #133838;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-udqHlGPwJR .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-udqHlGPwJR .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-udqHlGPwJR .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-udqHlGPwJR .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-udqHlGPwJR .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-udqHlGPwJR .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-udqHlGPwJR .mbr-section-title {
  color: #ffffff;
}
.cid-udqHlGPwJR .list,
.cid-udqHlGPwJR .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-udqHlGPwJR .mbr-phone {
  color: #ffffff;
}
.cid-udqHlGPwJR .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-udqHlGPwJR .list,
.cid-udqHlGPwJR .item-wrap,
.cid-udqHlGPwJR .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ur0hIgepvk {
  background-color: transparent;
}
.cid-ur0hIgepvk .navbar-dropdown {
  background-color: #133838 !important;
  padding: 0;
}
.cid-ur0hIgepvk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #133838 !important;
  background: #133838;
}
.cid-ur0hIgepvk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur0hIgepvk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ur0hIgepvk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ur0hIgepvk .menu_box .navbar.opened,
  .cid-ur0hIgepvk .menu_box .navbar-collapse {
    background-color: #133838 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ur0hIgepvk .navbar-dropdown {
  position: relative !important;
}
.cid-ur0hIgepvk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ur0hIgepvk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-ur0hIgepvk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ur0hIgepvk .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-ur0hIgepvk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ur0hIgepvk .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-ur0hIgepvk .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-ur0hIgepvk .nav-item {
    margin: 0 !important;
  }
}
.cid-ur0hIgepvk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-ur0hIgepvk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ur0hIgepvk .nav-item .nav-link:hover,
.cid-ur0hIgepvk .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-ur0hIgepvk .nav-item .nav-link:hover::before,
.cid-ur0hIgepvk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-ur0hIgepvk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ur0hIgepvk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ur0hIgepvk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ur0hIgepvk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ur0hIgepvk .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-ur0hIgepvk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ur0hIgepvk .offcanvas_box {
    display: none;
  }
}
.cid-ur0hIgepvk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ur0hIgepvk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ur0hIgepvk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ur0hIgepvk .container {
  display: flex;
  margin: auto;
}
.cid-ur0hIgepvk .iconfont-wrapper {
  color: #133838;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ur0hIgepvk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ur0hIgepvk .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-ur0hIgepvk .navbar-nav {
    margin: 0;
  }
}
.cid-ur0hIgepvk .dropdown-menu,
.cid-ur0hIgepvk .navbar.opened {
  background-color: false !important;
}
.cid-ur0hIgepvk .nav-item:focus,
.cid-ur0hIgepvk .nav-link:focus {
  outline: none;
}
.cid-ur0hIgepvk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur0hIgepvk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur0hIgepvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur0hIgepvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur0hIgepvk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ur0hIgepvk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ur0hIgepvk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ur0hIgepvk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ur0hIgepvk .navbar.opened {
  transition: all 0.3s;
}
.cid-ur0hIgepvk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ur0hIgepvk .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-ur0hIgepvk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ur0hIgepvk .navbar.collapsed {
  justify-content: center;
}
.cid-ur0hIgepvk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ur0hIgepvk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ur0hIgepvk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ur0hIgepvk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ur0hIgepvk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ur0hIgepvk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ur0hIgepvk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ur0hIgepvk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ur0hIgepvk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ur0hIgepvk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur0hIgepvk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur0hIgepvk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ur0hIgepvk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur0hIgepvk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ur0hIgepvk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur0hIgepvk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ur0hIgepvk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ur0hIgepvk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ur0hIgepvk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ur0hIgepvk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur0hIgepvk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ur0hIgepvk .navbar.navbar-short {
  min-height: 60px;
}
.cid-ur0hIgepvk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ur0hIgepvk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ur0hIgepvk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ur0hIgepvk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ur0hIgepvk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ur0hIgepvk .dropdown-item.active,
.cid-ur0hIgepvk .dropdown-item:active {
  background-color: transparent;
}
.cid-ur0hIgepvk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-ur0hIgepvk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur0hIgepvk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur0hIgepvk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur0hIgepvk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ur0hIgepvk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ur0hIgepvk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #133838;
  background: #ffffff;
}
.cid-ur0hIgepvk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #133838;
}
.cid-ur0hIgepvk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ur0hIgepvk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur0hIgepvk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur0hIgepvk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur0hIgepvk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur0hIgepvk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur0hIgepvk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur0hIgepvk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur0hIgepvk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ur0hIgepvk .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-ur0hIgepvk .navbar {
    height: 70px;
  }
  .cid-ur0hIgepvk .navbar.opened {
    height: auto;
  }
  .cid-ur0hIgepvk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur0hIgepvk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-ur0hIgepvk .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ur0hIgepvk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ur0hIgepvk .text_widget {
  margin-bottom: 32px;
}
.cid-ur0hIgepvk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ur0hIgepvk .text_widget a:hover,
.cid-ur0hIgepvk .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-ur0hIgepvk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-ur0hIgepvk .navbar-caption {
  color: #ffffff;
}
.cid-ur0hIgepvk .mbr-section-subtitle,
.cid-ur0hIgepvk .text_widget,
.cid-ur0hIgepvk .mbr-section-btn {
  text-align: center;
}
.cid-ur0hIgepvk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ur0l98kkqo {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ur0l98kkqo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ur0l98kkqo .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ur0l98kkqo .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ur0l98kkqo .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ur0l98kkqo .container {
    padding: 0 12px;
  }
}
.cid-ur0l98kkqo .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ur0l98kkqo .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-ur0l98kkqo .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ur0l98kkqo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ur0l98kkqo .content-wrapper {
  border-radius: 32px;
  background-color: #133838;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ur0l98kkqo .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-ur0l98kkqo .content-wrapper .slider-wrapper {
  border-radius: .5em;
  overflow: hidden;
  width: 65%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ur0l98kkqo .content-wrapper .slider-wrapper {
    width: 100%;
  }
}
.cid-ur0l98kkqo .content-wrapper .items-wrapper {
  margin-left: 80px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-ur0l98kkqo .content-wrapper .items-wrapper {
    width: 100%;
    margin: 32px 0 0 0;
  }
}
.cid-ur0l98kkqo .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-ur0l98kkqo .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-ur0l98kkqo .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap {
  margin-bottom: 16px;
}
.cid-ur0l98kkqo .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-ur0l98kkqo .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  margin-right: 4px;
}
.cid-ur0l98kkqo .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .item-title {
  margin-bottom: 0;
}
.cid-ur0l98kkqo .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ur0l98kkqo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ur0l98kkqo .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ur0l98kkqo .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-ur0l98kkqo .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ur0l98kkqo .embla__button--next,
.cid-ur0l98kkqo .embla__button--prev {
  display: flex;
}
.cid-ur0l98kkqo .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ur0l98kkqo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ur0l98kkqo .embla__button:hover {
  opacity: .8 !important;
}
.cid-ur0l98kkqo .embla__button.embla__button--prev {
  left: 20px;
}
.cid-ur0l98kkqo .embla__button.embla__button--next {
  right: 20px;
}
.cid-ur0l98kkqo .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-ur0l98kkqo .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ur0l98kkqo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ur0l98kkqo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ur0l98kkqo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ur0l98kkqo .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-ur0l98kkqo .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-ur0l98kkqo .item-title {
  color: #ffffff;
}
.cid-ur0l98kkqo .item-text {
  color: #ffffff;
}
.cid-ur0hIh8vl5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur0hIh8vl5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0hIh8vl5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0hIh8vl5 .items-wrapper {
  margin: 0 -5px;
}
.cid-ur0hIh8vl5 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ur0hIh8vl5 .item {
    margin-bottom: 16px;
  }
  .cid-ur0hIh8vl5 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ur0hIh8vl5 .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-ur0hIh8vl5 .item .item-wrapper {
  height: 100%;
}
.cid-ur0hIh8vl5 .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-ur0hIh8vl5 .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-ur0hIhwF0V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ur0hIhwF0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0hIhwF0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0hIhwF0V .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur0hIhwF0V .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur0hIhwF0V .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 35%;
  margin-bottom: 60px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-ur0hIhwF0V .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-ur0hIhwF0V .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur0hIhwF0V .mbr-text,
.cid-ur0hIhwF0V .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ur0hIhwF0V .mbr-section-title,
.cid-ur0hIhwF0V .mbr-section-btn {
  text-align: center;
}
.cid-ur0hIhTo5v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur0hIhTo5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0hIhTo5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0hIhTo5v .items-wrapper {
  margin: 0 -5px;
}
.cid-ur0hIhTo5v .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ur0hIhTo5v .item {
    margin-bottom: 16px;
  }
  .cid-ur0hIhTo5v .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ur0hIhTo5v .item .item-wrapper {
  height: 100%;
}
.cid-ur0hIhTo5v .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-ur0hIhTo5v .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-ur0hIhTo5v .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #ffffff;
  pointer-events: none;
}
.cid-ur0hIhTo5v .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-ur0hIhTo5v .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-ur0hIhTo5v .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-ur0hIhTo5v .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-ur0hIhTo5v .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-ur0hIhTo5v .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-ur0hIhTo5v .card-text {
  color: #ffffff;
}
.cid-ur0hIjfXU6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur0hIjfXU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0hIjfXU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0hIjfXU6 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur0hIjfXU6 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur0hIjfXU6 .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-ur0hIjfXU6 .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
}
@media (max-width: 1440px) {
  .cid-ur0hIjfXU6 .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-ur0hIjfXU6 .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-ur0hIjfXU6 .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-ur0hIjfXU6 .box {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-ur0hIjfXU6 .box {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-ur0hIjfXU6 .box {
    width: 100%;
  }
}
.cid-ur0hIjfXU6 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-ur0hIjfXU6 .box .mbr-media {
    height: 350px;
  }
}
.cid-ur0hIjfXU6 .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-ur0hIjfXU6 .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-ur0hIjfXU6 .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-ur0hIjfXU6 .mbr-media {
  position: relative;
}
.cid-ur0hIjfXU6 .mbr-media img {
  object-fit: cover;
}
.cid-ur0hIjfXU6 a:hover {
  background-image: none !important;
}
.cid-ur0hIjfXU6 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #133838;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-ur0hIjfXU6 .icon-wrap:hover,
.cid-ur0hIjfXU6 .icon-wrap:focus {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-ur0hIjfXU6 .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-ur0hIjfXU6 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ur0hIjfXU6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ur0hIjfXU6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ur0hIjfXU6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ur0hIjfXU6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ur0hIjfXU6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ur0hIjfXU6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur0hIjfXU6 .mbr-section-title,
.cid-ur0hIjfXU6 .mbr-section-btn {
  color: #ffffff;
}
.cid-ur0hIkijvc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur0hIkijvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0hIkijvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0hIkijvc .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-ur0hIkijvc .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur0hIkijvc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur0hIkijvc .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ur0hIkijvc .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-ur0hIkijvc .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ur0hIkijvc .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ur0hIkijvc .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ur0hIkijvc .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ur0hIkijvc .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ur0hIkijvc .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-ur0hIkijvc .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #133838;
}
.cid-ur0hIkijvc .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-ur0hIkijvc .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-ur0hIkijvc .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-ur0hIkijvc .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ur0hIkijvc .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-ur0hIkijvc .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ur0hIkijvc .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-ur0hIkijvc .card {
  justify-content: space-between;
}
.cid-ur0hIkijvc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur0hIkijvc .panel-title-edit {
  color: #133838;
}
.cid-ur0hIkijvc .panel-text {
  color: #f24d4a;
}
.cid-ur0hIkijvc .panel-text,
.cid-ur0hIkijvc .panel-body {
  color: #214e96;
}
.cid-ur0hIlpN9i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur0hIlpN9i .mbr-overlay {
  background: #133838;
  opacity: 0.8;
}
.cid-ur0hIlpN9i .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-ur0hIlpN9i .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ur0hIlpN9i .content-wrapper .decor {
    display: none;
  }
}
.cid-ur0hIlpN9i .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-ur0hIlpN9i .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-ur0hIlpN9i .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-ur0hIlpN9i .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ur0hIlpN9i .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ur0hIlpN9i .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-ur0hIlpN9i .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-ur0hIlpN9i .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #133838;
  padding: 56px;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-ur0hIlpN9i .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-ur0hIlpN9i .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-ur0hIlpN9i .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ur0hIlpN9i .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ur0hIlpN9i .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-ur0hIlpN9i .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-ur0hIlpN9i .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-ur0hIlpN9i .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-ur0hIlpN9i .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-ur0hIlpN9i .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ur0hIlpN9i .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ur0hIlpN9i .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-ur0hIlpN9i .embla__button--next,
.cid-ur0hIlpN9i .embla__button--prev {
  display: flex;
}
.cid-ur0hIlpN9i .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-ur0hIlpN9i .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-ur0hIlpN9i .embla__button:hover {
  opacity: .7;
}
.cid-ur0hIlpN9i .embla__button.embla__button--prev {
  left: 0;
}
.cid-ur0hIlpN9i .embla__button.embla__button--next {
  right: 0;
}
.cid-ur0hIlpN9i .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ur0hIlpN9i .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-ur0hIlpN9i .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ur0hIlpN9i .embla__viewport {
    width: 100%;
  }
}
.cid-ur0hIlpN9i .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ur0hIlpN9i .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ur0hIlpN9i .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ur0hIlpN9i .item-letter {
  color: #f24d4a;
}
.cid-ur0hIlpN9i .item-name {
  color: #f24d4a;
}
.cid-ur0hIlpN9i .item-text {
  color: #f24d4a;
}
.cid-ur0hIlpN9i .item-date {
  color: #133838;
}
.cid-ur0hIlpN9i .item-name,
.cid-ur0hIlpN9i .name-wrapper {
  color: #133838;
}
.cid-ur0hImsNl3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur0hImsNl3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0hImsNl3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0hImsNl3 .content-head {
  max-width: 800px;
}
.cid-ur0hImsNl3 .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ur0hImsNl3 .item {
    min-height: 45px;
  }
}
.cid-ur0hImsNl3 .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-ur0hImsNl3 .border-wrap {
    margin-top: 40px;
  }
}
.cid-ur0hImWh6U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur0hImWh6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0hImWh6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0hImWh6U .items-wrapper {
  margin: 0 -5px;
}
.cid-ur0hImWh6U .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ur0hImWh6U .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-ur0hImWh6U .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-ur0hImWh6U .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-ur0hImWh6U .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-ur0hImWh6U .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur0hImWh6U .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur0hImWh6U .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-ur0hImWh6U .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-ur0hImWh6U .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffd9c8;
}
@media (max-width: 992px) {
  .cid-ur0hImWh6U .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-ur0hImWh6U .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ur0hImWh6U .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-ur0hImWh6U .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
}
.cid-ur0hImWh6U .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur0hImWh6U .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ur0hImWh6U .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ur0hImWh6U .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-ur0hImWh6U .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-ur0hImWh6U .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffd9c8 !important;
  box-shadow: none;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-ur0hImWh6U .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-ur0hImWh6U .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-ur0hImWh6U .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffd9c8 !important;
}
.cid-ur0hImWh6U .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffd9c8;
  opacity: .7;
}
.cid-ur0hImWh6U .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-ur0hImWh6U .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ur0hImWh6U .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffd9c8;
  border-color: #ffd9c8;
  border-radius: 0;
}
.cid-ur0hImWh6U .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ur0hImWh6U .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-ur0hImWh6U .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-ur0hImWh6U .mbr-section-title {
  color: #ffffff;
}
.cid-ur0hImWh6U .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ur0hImWh6U .card-title {
  color: #ffffff;
}
.cid-ur0hInx2Jl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur0hInx2Jl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0hInx2Jl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0hInx2Jl .content-wrap {
  justify-content: center;
}
.cid-ur0hInx2Jl .card {
  justify-content: center;
}
.cid-ur0hInx2Jl .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ur0hInx2Jl .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-ur0hInx2Jl .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ur0hInx2Jl .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ur0hInx2Jl .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ur0hInx2Jl .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ur0hInx2Jl .nav-wrapper .list .item-wrap:hover,
.cid-ur0hInx2Jl .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-ur0hInx2Jl .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-ur0hInx2Jl .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ur0hInx2Jl .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ur0hInx2Jl .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-ur0hInx2Jl .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-ur0hInx2Jl .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-ur0hInx2Jl .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ur0hInx2Jl .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ur0hInx2Jl .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ur0hInx2Jl .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-ur0hInx2Jl .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffffff;
  background-color: #133838;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-ur0hInx2Jl .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-ur0hInx2Jl .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-ur0hInx2Jl .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-ur0hInx2Jl .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-ur0hInx2Jl .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-ur0hInx2Jl .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ur0hInx2Jl .mbr-section-title {
  color: #ffffff;
}
.cid-ur0hInx2Jl .list,
.cid-ur0hInx2Jl .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-ur0hInx2Jl .mbr-phone {
  color: #ffffff;
}
.cid-ur0hInx2Jl .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-ur0hInx2Jl .list,
.cid-ur0hInx2Jl .item-wrap,
.cid-ur0hInx2Jl .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ur0z2LfSZQ {
  background-color: transparent;
}
.cid-ur0z2LfSZQ .navbar-dropdown {
  background-color: #133838 !important;
  padding: 0;
}
.cid-ur0z2LfSZQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #133838 !important;
  background: #133838;
}
.cid-ur0z2LfSZQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur0z2LfSZQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ur0z2LfSZQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ur0z2LfSZQ .menu_box .navbar.opened,
  .cid-ur0z2LfSZQ .menu_box .navbar-collapse {
    background-color: #133838 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ur0z2LfSZQ .navbar-dropdown {
  position: relative !important;
}
.cid-ur0z2LfSZQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ur0z2LfSZQ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-ur0z2LfSZQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ur0z2LfSZQ .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-ur0z2LfSZQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ur0z2LfSZQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-ur0z2LfSZQ .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-ur0z2LfSZQ .nav-item {
    margin: 0 !important;
  }
}
.cid-ur0z2LfSZQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-ur0z2LfSZQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ur0z2LfSZQ .nav-item .nav-link:hover,
.cid-ur0z2LfSZQ .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-ur0z2LfSZQ .nav-item .nav-link:hover::before,
.cid-ur0z2LfSZQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-ur0z2LfSZQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ur0z2LfSZQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ur0z2LfSZQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ur0z2LfSZQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ur0z2LfSZQ .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-ur0z2LfSZQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ur0z2LfSZQ .offcanvas_box {
    display: none;
  }
}
.cid-ur0z2LfSZQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ur0z2LfSZQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ur0z2LfSZQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ur0z2LfSZQ .container {
  display: flex;
  margin: auto;
}
.cid-ur0z2LfSZQ .iconfont-wrapper {
  color: #133838;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ur0z2LfSZQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ur0z2LfSZQ .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-ur0z2LfSZQ .navbar-nav {
    margin: 0;
  }
}
.cid-ur0z2LfSZQ .dropdown-menu,
.cid-ur0z2LfSZQ .navbar.opened {
  background-color: false !important;
}
.cid-ur0z2LfSZQ .nav-item:focus,
.cid-ur0z2LfSZQ .nav-link:focus {
  outline: none;
}
.cid-ur0z2LfSZQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur0z2LfSZQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur0z2LfSZQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur0z2LfSZQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur0z2LfSZQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ur0z2LfSZQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ur0z2LfSZQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ur0z2LfSZQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ur0z2LfSZQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ur0z2LfSZQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ur0z2LfSZQ .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-ur0z2LfSZQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ur0z2LfSZQ .navbar.collapsed {
  justify-content: center;
}
.cid-ur0z2LfSZQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ur0z2LfSZQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ur0z2LfSZQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ur0z2LfSZQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ur0z2LfSZQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ur0z2LfSZQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ur0z2LfSZQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ur0z2LfSZQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ur0z2LfSZQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ur0z2LfSZQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur0z2LfSZQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur0z2LfSZQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ur0z2LfSZQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur0z2LfSZQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ur0z2LfSZQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur0z2LfSZQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ur0z2LfSZQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ur0z2LfSZQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ur0z2LfSZQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ur0z2LfSZQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur0z2LfSZQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ur0z2LfSZQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ur0z2LfSZQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ur0z2LfSZQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ur0z2LfSZQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ur0z2LfSZQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ur0z2LfSZQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ur0z2LfSZQ .dropdown-item.active,
.cid-ur0z2LfSZQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ur0z2LfSZQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-ur0z2LfSZQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur0z2LfSZQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur0z2LfSZQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur0z2LfSZQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ur0z2LfSZQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ur0z2LfSZQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #133838;
  background: #ffffff;
}
.cid-ur0z2LfSZQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #133838;
}
.cid-ur0z2LfSZQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ur0z2LfSZQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur0z2LfSZQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur0z2LfSZQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur0z2LfSZQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur0z2LfSZQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur0z2LfSZQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur0z2LfSZQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur0z2LfSZQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ur0z2LfSZQ .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-ur0z2LfSZQ .navbar {
    height: 70px;
  }
  .cid-ur0z2LfSZQ .navbar.opened {
    height: auto;
  }
  .cid-ur0z2LfSZQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur0z2LfSZQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-ur0z2LfSZQ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ur0z2LfSZQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ur0z2LfSZQ .text_widget {
  margin-bottom: 32px;
}
.cid-ur0z2LfSZQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ur0z2LfSZQ .text_widget a:hover,
.cid-ur0z2LfSZQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-ur0z2LfSZQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-ur0z2LfSZQ .navbar-caption {
  color: #ffffff;
}
.cid-ur0z2LfSZQ .mbr-section-subtitle,
.cid-ur0z2LfSZQ .text_widget,
.cid-ur0z2LfSZQ .mbr-section-btn {
  text-align: center;
}
.cid-ur0z2LfSZQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ur0z2KuZhe {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ur0z2KuZhe .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ur0z2KuZhe .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ur0z2KuZhe .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ur0z2KuZhe .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ur0z2KuZhe .container {
    padding: 0 12px;
  }
}
.cid-ur0z2KuZhe .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ur0z2KuZhe .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-ur0z2KuZhe .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ur0z2KuZhe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ur0z2KuZhe .content-wrapper {
  border-radius: 32px;
  background-color: #133838;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ur0z2KuZhe .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-ur0z2KuZhe .content-wrapper .slider-wrapper {
  border-radius: .5em;
  overflow: hidden;
  width: 65%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ur0z2KuZhe .content-wrapper .slider-wrapper {
    width: 100%;
  }
}
.cid-ur0z2KuZhe .content-wrapper .items-wrapper {
  margin-left: 80px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-ur0z2KuZhe .content-wrapper .items-wrapper {
    width: 100%;
    margin: 32px 0 0 0;
  }
}
.cid-ur0z2KuZhe .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-ur0z2KuZhe .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-ur0z2KuZhe .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap {
  margin-bottom: 16px;
}
.cid-ur0z2KuZhe .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-ur0z2KuZhe .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  margin-right: 4px;
}
.cid-ur0z2KuZhe .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .item-title {
  margin-bottom: 0;
}
.cid-ur0z2KuZhe .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ur0z2KuZhe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ur0z2KuZhe .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ur0z2KuZhe .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-ur0z2KuZhe .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ur0z2KuZhe .embla__button--next,
.cid-ur0z2KuZhe .embla__button--prev {
  display: flex;
}
.cid-ur0z2KuZhe .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ur0z2KuZhe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ur0z2KuZhe .embla__button:hover {
  opacity: .8 !important;
}
.cid-ur0z2KuZhe .embla__button.embla__button--prev {
  left: 20px;
}
.cid-ur0z2KuZhe .embla__button.embla__button--next {
  right: 20px;
}
.cid-ur0z2KuZhe .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-ur0z2KuZhe .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ur0z2KuZhe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ur0z2KuZhe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ur0z2KuZhe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ur0z2KuZhe .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-ur0z2KuZhe .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-ur0z2KuZhe .item-title {
  color: #ffffff;
}
.cid-ur0z2KuZhe .item-text {
  color: #ffffff;
}
.cid-ur0z2M8Rrk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur0z2M8Rrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0z2M8Rrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0z2M8Rrk .items-wrapper {
  margin: 0 -5px;
}
.cid-ur0z2M8Rrk .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ur0z2M8Rrk .item {
    margin-bottom: 16px;
  }
  .cid-ur0z2M8Rrk .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ur0z2M8Rrk .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-ur0z2M8Rrk .item .item-wrapper {
  height: 100%;
}
.cid-ur0z2M8Rrk .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-ur0z2M8Rrk .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-ur0z2MDIxN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ur0z2MDIxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0z2MDIxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0z2MDIxN .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur0z2MDIxN .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur0z2MDIxN .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 35%;
  margin-bottom: 60px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-ur0z2MDIxN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-ur0z2MDIxN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur0z2MDIxN .mbr-text,
.cid-ur0z2MDIxN .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ur0z2MDIxN .mbr-section-title,
.cid-ur0z2MDIxN .mbr-section-btn {
  text-align: center;
}
.cid-ur0z2NgqHR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur0z2NgqHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0z2NgqHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0z2NgqHR .items-wrapper {
  margin: 0 -5px;
}
.cid-ur0z2NgqHR .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ur0z2NgqHR .item {
    margin-bottom: 16px;
  }
  .cid-ur0z2NgqHR .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ur0z2NgqHR .item .item-wrapper {
  height: 100%;
}
.cid-ur0z2NgqHR .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-ur0z2NgqHR .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-ur0z2NgqHR .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #ffffff;
  pointer-events: none;
}
.cid-ur0z2NgqHR .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-ur0z2NgqHR .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-ur0z2NgqHR .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-ur0z2NgqHR .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-ur0z2NgqHR .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-ur0z2NgqHR .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-ur0z2NgqHR .card-text {
  color: #ffffff;
}
.cid-ur0z2NRF6G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur0z2NRF6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0z2NRF6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0z2NRF6G .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur0z2NRF6G .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur0z2NRF6G .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-ur0z2NRF6G .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
}
@media (max-width: 1440px) {
  .cid-ur0z2NRF6G .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-ur0z2NRF6G .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-ur0z2NRF6G .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-ur0z2NRF6G .box {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-ur0z2NRF6G .box {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-ur0z2NRF6G .box {
    width: 100%;
  }
}
.cid-ur0z2NRF6G .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-ur0z2NRF6G .box .mbr-media {
    height: 350px;
  }
}
.cid-ur0z2NRF6G .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-ur0z2NRF6G .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-ur0z2NRF6G .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-ur0z2NRF6G .mbr-media {
  position: relative;
}
.cid-ur0z2NRF6G .mbr-media img {
  object-fit: cover;
}
.cid-ur0z2NRF6G a:hover {
  background-image: none !important;
}
.cid-ur0z2NRF6G .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #133838;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-ur0z2NRF6G .icon-wrap:hover,
.cid-ur0z2NRF6G .icon-wrap:focus {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-ur0z2NRF6G .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-ur0z2NRF6G .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ur0z2NRF6G .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ur0z2NRF6G .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ur0z2NRF6G .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ur0z2NRF6G .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ur0z2NRF6G .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ur0z2NRF6G .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur0z2NRF6G .mbr-section-title,
.cid-ur0z2NRF6G .mbr-section-btn {
  color: #ffffff;
}
.cid-ur0z2OCEaj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur0z2OCEaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0z2OCEaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0z2OCEaj .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-ur0z2OCEaj .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur0z2OCEaj .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur0z2OCEaj .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ur0z2OCEaj .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-ur0z2OCEaj .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ur0z2OCEaj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ur0z2OCEaj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ur0z2OCEaj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ur0z2OCEaj .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ur0z2OCEaj .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-ur0z2OCEaj .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #133838;
}
.cid-ur0z2OCEaj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-ur0z2OCEaj .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-ur0z2OCEaj .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-ur0z2OCEaj .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ur0z2OCEaj .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-ur0z2OCEaj .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ur0z2OCEaj .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-ur0z2OCEaj .card {
  justify-content: space-between;
}
.cid-ur0z2OCEaj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur0z2OCEaj .panel-title-edit {
  color: #133838;
}
.cid-ur0z2OCEaj .panel-text {
  color: #f24d4a;
}
.cid-ur0z2OCEaj .panel-text,
.cid-ur0z2OCEaj .panel-body {
  color: #214e96;
}
.cid-ur0z2PbveG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur0z2PbveG .mbr-overlay {
  background: #133838;
  opacity: 0.8;
}
.cid-ur0z2PbveG .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-ur0z2PbveG .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ur0z2PbveG .content-wrapper .decor {
    display: none;
  }
}
.cid-ur0z2PbveG .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-ur0z2PbveG .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-ur0z2PbveG .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-ur0z2PbveG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ur0z2PbveG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ur0z2PbveG .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-ur0z2PbveG .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-ur0z2PbveG .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #133838;
  padding: 56px;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-ur0z2PbveG .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-ur0z2PbveG .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-ur0z2PbveG .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ur0z2PbveG .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ur0z2PbveG .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-ur0z2PbveG .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-ur0z2PbveG .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-ur0z2PbveG .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-ur0z2PbveG .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-ur0z2PbveG .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ur0z2PbveG .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ur0z2PbveG .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-ur0z2PbveG .embla__button--next,
.cid-ur0z2PbveG .embla__button--prev {
  display: flex;
}
.cid-ur0z2PbveG .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-ur0z2PbveG .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-ur0z2PbveG .embla__button:hover {
  opacity: .7;
}
.cid-ur0z2PbveG .embla__button.embla__button--prev {
  left: 0;
}
.cid-ur0z2PbveG .embla__button.embla__button--next {
  right: 0;
}
.cid-ur0z2PbveG .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ur0z2PbveG .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-ur0z2PbveG .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ur0z2PbveG .embla__viewport {
    width: 100%;
  }
}
.cid-ur0z2PbveG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ur0z2PbveG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ur0z2PbveG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ur0z2PbveG .item-letter {
  color: #f24d4a;
}
.cid-ur0z2PbveG .item-name {
  color: #f24d4a;
}
.cid-ur0z2PbveG .item-text {
  color: #f24d4a;
}
.cid-ur0z2PbveG .item-date {
  color: #133838;
}
.cid-ur0z2PbveG .item-name,
.cid-ur0z2PbveG .name-wrapper {
  color: #133838;
}
.cid-ur0z2Qe7ru {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur0z2Qe7ru .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0z2Qe7ru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0z2Qe7ru .content-head {
  max-width: 800px;
}
.cid-ur0z2Qe7ru .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ur0z2Qe7ru .item {
    min-height: 45px;
  }
}
.cid-ur0z2Qe7ru .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-ur0z2Qe7ru .border-wrap {
    margin-top: 40px;
  }
}
.cid-ur0z2QOELQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur0z2QOELQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0z2QOELQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0z2QOELQ .items-wrapper {
  margin: 0 -5px;
}
.cid-ur0z2QOELQ .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ur0z2QOELQ .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-ur0z2QOELQ .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-ur0z2QOELQ .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-ur0z2QOELQ .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-ur0z2QOELQ .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur0z2QOELQ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur0z2QOELQ .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-ur0z2QOELQ .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-ur0z2QOELQ .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffd9c8;
}
@media (max-width: 992px) {
  .cid-ur0z2QOELQ .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-ur0z2QOELQ .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ur0z2QOELQ .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-ur0z2QOELQ .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
}
.cid-ur0z2QOELQ .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur0z2QOELQ .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ur0z2QOELQ .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ur0z2QOELQ .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-ur0z2QOELQ .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-ur0z2QOELQ .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffd9c8 !important;
  box-shadow: none;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-ur0z2QOELQ .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-ur0z2QOELQ .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-ur0z2QOELQ .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffd9c8 !important;
}
.cid-ur0z2QOELQ .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffd9c8;
  opacity: .7;
}
.cid-ur0z2QOELQ .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-ur0z2QOELQ .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ur0z2QOELQ .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffd9c8;
  border-color: #ffd9c8;
  border-radius: 0;
}
.cid-ur0z2QOELQ .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ur0z2QOELQ .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-ur0z2QOELQ .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-ur0z2QOELQ .mbr-section-title {
  color: #ffffff;
}
.cid-ur0z2QOELQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ur0z2QOELQ .card-title {
  color: #ffffff;
}
.cid-ur0z2Rw5xP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur0z2Rw5xP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur0z2Rw5xP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur0z2Rw5xP .content-wrap {
  justify-content: center;
}
.cid-ur0z2Rw5xP .card {
  justify-content: center;
}
.cid-ur0z2Rw5xP .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ur0z2Rw5xP .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-ur0z2Rw5xP .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ur0z2Rw5xP .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ur0z2Rw5xP .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ur0z2Rw5xP .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ur0z2Rw5xP .nav-wrapper .list .item-wrap:hover,
.cid-ur0z2Rw5xP .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-ur0z2Rw5xP .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-ur0z2Rw5xP .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ur0z2Rw5xP .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ur0z2Rw5xP .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-ur0z2Rw5xP .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-ur0z2Rw5xP .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-ur0z2Rw5xP .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ur0z2Rw5xP .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ur0z2Rw5xP .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ur0z2Rw5xP .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-ur0z2Rw5xP .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffffff;
  background-color: #133838;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-ur0z2Rw5xP .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-ur0z2Rw5xP .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-ur0z2Rw5xP .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-ur0z2Rw5xP .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-ur0z2Rw5xP .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-ur0z2Rw5xP .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ur0z2Rw5xP .mbr-section-title {
  color: #ffffff;
}
.cid-ur0z2Rw5xP .list,
.cid-ur0z2Rw5xP .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-ur0z2Rw5xP .mbr-phone {
  color: #ffffff;
}
.cid-ur0z2Rw5xP .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-ur0z2Rw5xP .list,
.cid-ur0z2Rw5xP .item-wrap,
.cid-ur0z2Rw5xP .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ur11UakC03 {
  background-color: transparent;
}
.cid-ur11UakC03 .navbar-dropdown {
  background-color: #133838 !important;
  padding: 0;
}
.cid-ur11UakC03 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #133838 !important;
  background: #133838;
}
.cid-ur11UakC03 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur11UakC03 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ur11UakC03 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ur11UakC03 .menu_box .navbar.opened,
  .cid-ur11UakC03 .menu_box .navbar-collapse {
    background-color: #133838 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ur11UakC03 .navbar-dropdown {
  position: relative !important;
}
.cid-ur11UakC03 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ur11UakC03 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-ur11UakC03 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ur11UakC03 .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-ur11UakC03 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ur11UakC03 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-ur11UakC03 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-ur11UakC03 .nav-item {
    margin: 0 !important;
  }
}
.cid-ur11UakC03 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-ur11UakC03 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ur11UakC03 .nav-item .nav-link:hover,
.cid-ur11UakC03 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-ur11UakC03 .nav-item .nav-link:hover::before,
.cid-ur11UakC03 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-ur11UakC03 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ur11UakC03 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ur11UakC03 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ur11UakC03 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ur11UakC03 .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-ur11UakC03 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ur11UakC03 .offcanvas_box {
    display: none;
  }
}
.cid-ur11UakC03 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ur11UakC03 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ur11UakC03 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ur11UakC03 .container {
  display: flex;
  margin: auto;
}
.cid-ur11UakC03 .iconfont-wrapper {
  color: #133838;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ur11UakC03 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ur11UakC03 .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-ur11UakC03 .navbar-nav {
    margin: 0;
  }
}
.cid-ur11UakC03 .dropdown-menu,
.cid-ur11UakC03 .navbar.opened {
  background-color: false !important;
}
.cid-ur11UakC03 .nav-item:focus,
.cid-ur11UakC03 .nav-link:focus {
  outline: none;
}
.cid-ur11UakC03 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur11UakC03 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur11UakC03 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur11UakC03 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur11UakC03 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ur11UakC03 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ur11UakC03 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ur11UakC03 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ur11UakC03 .navbar.opened {
  transition: all 0.3s;
}
.cid-ur11UakC03 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ur11UakC03 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-ur11UakC03 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ur11UakC03 .navbar.collapsed {
  justify-content: center;
}
.cid-ur11UakC03 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ur11UakC03 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ur11UakC03 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ur11UakC03 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ur11UakC03 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ur11UakC03 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ur11UakC03 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ur11UakC03 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ur11UakC03 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ur11UakC03 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur11UakC03 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur11UakC03 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ur11UakC03 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur11UakC03 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ur11UakC03 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur11UakC03 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ur11UakC03 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ur11UakC03 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ur11UakC03 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ur11UakC03 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur11UakC03 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ur11UakC03 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ur11UakC03 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ur11UakC03 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ur11UakC03 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ur11UakC03 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ur11UakC03 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ur11UakC03 .dropdown-item.active,
.cid-ur11UakC03 .dropdown-item:active {
  background-color: transparent;
}
.cid-ur11UakC03 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-ur11UakC03 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur11UakC03 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur11UakC03 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur11UakC03 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ur11UakC03 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ur11UakC03 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #133838;
  background: #ffffff;
}
.cid-ur11UakC03 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #133838;
}
.cid-ur11UakC03 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ur11UakC03 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur11UakC03 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur11UakC03 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur11UakC03 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur11UakC03 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur11UakC03 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur11UakC03 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur11UakC03 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ur11UakC03 .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-ur11UakC03 .navbar {
    height: 70px;
  }
  .cid-ur11UakC03 .navbar.opened {
    height: auto;
  }
  .cid-ur11UakC03 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur11UakC03 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-ur11UakC03 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ur11UakC03 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ur11UakC03 .text_widget {
  margin-bottom: 32px;
}
.cid-ur11UakC03 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ur11UakC03 .text_widget a:hover,
.cid-ur11UakC03 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-ur11UakC03 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-ur11UakC03 .navbar-caption {
  color: #ffffff;
}
.cid-ur11UakC03 .mbr-section-subtitle,
.cid-ur11UakC03 .text_widget,
.cid-ur11UakC03 .mbr-section-btn {
  text-align: center;
}
.cid-ur11UakC03 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ur11U8EsQh {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ur11U8EsQh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ur11U8EsQh .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ur11U8EsQh .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ur11U8EsQh .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ur11U8EsQh .container {
    padding: 0 12px;
  }
}
.cid-ur11U8EsQh .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ur11U8EsQh .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-ur11U8EsQh .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ur11U8EsQh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ur11U8EsQh .content-wrapper {
  border-radius: 32px;
  background-color: #133838;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ur11U8EsQh .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-ur11U8EsQh .content-wrapper .slider-wrapper {
  border-radius: .5em;
  overflow: hidden;
  width: 65%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ur11U8EsQh .content-wrapper .slider-wrapper {
    width: 100%;
  }
}
.cid-ur11U8EsQh .content-wrapper .items-wrapper {
  margin-left: 80px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-ur11U8EsQh .content-wrapper .items-wrapper {
    width: 100%;
    margin: 32px 0 0 0;
  }
}
.cid-ur11U8EsQh .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-ur11U8EsQh .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-ur11U8EsQh .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap {
  margin-bottom: 16px;
}
.cid-ur11U8EsQh .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-ur11U8EsQh .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  margin-right: 4px;
}
.cid-ur11U8EsQh .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .item-title {
  margin-bottom: 0;
}
.cid-ur11U8EsQh .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ur11U8EsQh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ur11U8EsQh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ur11U8EsQh .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-ur11U8EsQh .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ur11U8EsQh .embla__button--next,
.cid-ur11U8EsQh .embla__button--prev {
  display: flex;
}
.cid-ur11U8EsQh .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ur11U8EsQh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ur11U8EsQh .embla__button:hover {
  opacity: .8 !important;
}
.cid-ur11U8EsQh .embla__button.embla__button--prev {
  left: 20px;
}
.cid-ur11U8EsQh .embla__button.embla__button--next {
  right: 20px;
}
.cid-ur11U8EsQh .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-ur11U8EsQh .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ur11U8EsQh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ur11U8EsQh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ur11U8EsQh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ur11U8EsQh .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-ur11U8EsQh .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-ur11U8EsQh .item-title {
  color: #ffffff;
}
.cid-ur11U8EsQh .item-text {
  color: #ffffff;
}
.cid-ur11Ubg1Nd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur11Ubg1Nd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur11Ubg1Nd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur11Ubg1Nd .items-wrapper {
  margin: 0 -5px;
}
.cid-ur11Ubg1Nd .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ur11Ubg1Nd .item {
    margin-bottom: 16px;
  }
  .cid-ur11Ubg1Nd .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ur11Ubg1Nd .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-ur11Ubg1Nd .item .item-wrapper {
  height: 100%;
}
.cid-ur11Ubg1Nd .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-ur11Ubg1Nd .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-ur11UbUGi4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ur11UbUGi4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur11UbUGi4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur11UbUGi4 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur11UbUGi4 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur11UbUGi4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 35%;
  margin-bottom: 60px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-ur11UbUGi4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-ur11UbUGi4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur11UbUGi4 .mbr-text,
.cid-ur11UbUGi4 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ur11UbUGi4 .mbr-section-title,
.cid-ur11UbUGi4 .mbr-section-btn {
  text-align: center;
}
.cid-ur11Ucqcmb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur11Ucqcmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur11Ucqcmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur11Ucqcmb .items-wrapper {
  margin: 0 -5px;
}
.cid-ur11Ucqcmb .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ur11Ucqcmb .item {
    margin-bottom: 16px;
  }
  .cid-ur11Ucqcmb .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ur11Ucqcmb .item .item-wrapper {
  height: 100%;
}
.cid-ur11Ucqcmb .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-ur11Ucqcmb .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-ur11Ucqcmb .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #ffffff;
  pointer-events: none;
}
.cid-ur11Ucqcmb .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-ur11Ucqcmb .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-ur11Ucqcmb .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-ur11Ucqcmb .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-ur11Ucqcmb .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-ur11Ucqcmb .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-ur11Ucqcmb .card-text {
  color: #ffffff;
}
.cid-ur11UcY6XK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur11UcY6XK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur11UcY6XK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur11UcY6XK .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur11UcY6XK .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur11UcY6XK .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-ur11UcY6XK .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
}
@media (max-width: 1440px) {
  .cid-ur11UcY6XK .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-ur11UcY6XK .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-ur11UcY6XK .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-ur11UcY6XK .box {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-ur11UcY6XK .box {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-ur11UcY6XK .box {
    width: 100%;
  }
}
.cid-ur11UcY6XK .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-ur11UcY6XK .box .mbr-media {
    height: 350px;
  }
}
.cid-ur11UcY6XK .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-ur11UcY6XK .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-ur11UcY6XK .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-ur11UcY6XK .mbr-media {
  position: relative;
}
.cid-ur11UcY6XK .mbr-media img {
  object-fit: cover;
}
.cid-ur11UcY6XK a:hover {
  background-image: none !important;
}
.cid-ur11UcY6XK .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #133838;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-ur11UcY6XK .icon-wrap:hover,
.cid-ur11UcY6XK .icon-wrap:focus {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-ur11UcY6XK .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-ur11UcY6XK .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ur11UcY6XK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ur11UcY6XK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ur11UcY6XK .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ur11UcY6XK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ur11UcY6XK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ur11UcY6XK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur11UcY6XK .mbr-section-title,
.cid-ur11UcY6XK .mbr-section-btn {
  color: #ffffff;
}
.cid-ur11Uefa06 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur11Uefa06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur11Uefa06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur11Uefa06 .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-ur11Uefa06 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur11Uefa06 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur11Uefa06 .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ur11Uefa06 .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-ur11Uefa06 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ur11Uefa06 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ur11Uefa06 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ur11Uefa06 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ur11Uefa06 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ur11Uefa06 .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-ur11Uefa06 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #133838;
}
.cid-ur11Uefa06 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-ur11Uefa06 .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-ur11Uefa06 .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-ur11Uefa06 .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ur11Uefa06 .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-ur11Uefa06 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ur11Uefa06 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-ur11Uefa06 .card {
  justify-content: space-between;
}
.cid-ur11Uefa06 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur11Uefa06 .panel-title-edit {
  color: #133838;
}
.cid-ur11Uefa06 .panel-text {
  color: #f24d4a;
}
.cid-ur11Uefa06 .panel-text,
.cid-ur11Uefa06 .panel-body {
  color: #7a3387;
}
.cid-ur11UftYDK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur11UftYDK .mbr-overlay {
  background: #133838;
  opacity: 0.8;
}
.cid-ur11UftYDK .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-ur11UftYDK .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ur11UftYDK .content-wrapper .decor {
    display: none;
  }
}
.cid-ur11UftYDK .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-ur11UftYDK .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-ur11UftYDK .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-ur11UftYDK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ur11UftYDK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ur11UftYDK .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-ur11UftYDK .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-ur11UftYDK .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #133838;
  padding: 56px;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-ur11UftYDK .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-ur11UftYDK .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-ur11UftYDK .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ur11UftYDK .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ur11UftYDK .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-ur11UftYDK .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-ur11UftYDK .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-ur11UftYDK .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-ur11UftYDK .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-ur11UftYDK .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ur11UftYDK .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ur11UftYDK .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-ur11UftYDK .embla__button--next,
.cid-ur11UftYDK .embla__button--prev {
  display: flex;
}
.cid-ur11UftYDK .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-ur11UftYDK .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-ur11UftYDK .embla__button:hover {
  opacity: .7;
}
.cid-ur11UftYDK .embla__button.embla__button--prev {
  left: 0;
}
.cid-ur11UftYDK .embla__button.embla__button--next {
  right: 0;
}
.cid-ur11UftYDK .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ur11UftYDK .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-ur11UftYDK .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ur11UftYDK .embla__viewport {
    width: 100%;
  }
}
.cid-ur11UftYDK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ur11UftYDK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ur11UftYDK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ur11UftYDK .item-letter {
  color: #f24d4a;
}
.cid-ur11UftYDK .item-name {
  color: #f24d4a;
}
.cid-ur11UftYDK .item-text {
  color: #f24d4a;
}
.cid-ur11UftYDK .item-date {
  color: #133838;
}
.cid-ur11UftYDK .item-name,
.cid-ur11UftYDK .name-wrapper {
  color: #133838;
}
.cid-ur11Uh3d3y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur11Uh3d3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur11Uh3d3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur11Uh3d3y .content-head {
  max-width: 800px;
}
.cid-ur11Uh3d3y .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ur11Uh3d3y .item {
    min-height: 45px;
  }
}
.cid-ur11Uh3d3y .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-ur11Uh3d3y .border-wrap {
    margin-top: 40px;
  }
}
.cid-ur11Ui1u7A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur11Ui1u7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur11Ui1u7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur11Ui1u7A .items-wrapper {
  margin: 0 -5px;
}
.cid-ur11Ui1u7A .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ur11Ui1u7A .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-ur11Ui1u7A .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-ur11Ui1u7A .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-ur11Ui1u7A .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-ur11Ui1u7A .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur11Ui1u7A .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur11Ui1u7A .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-ur11Ui1u7A .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-ur11Ui1u7A .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffd9c8;
}
@media (max-width: 992px) {
  .cid-ur11Ui1u7A .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-ur11Ui1u7A .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ur11Ui1u7A .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-ur11Ui1u7A .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
}
.cid-ur11Ui1u7A .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur11Ui1u7A .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ur11Ui1u7A .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ur11Ui1u7A .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-ur11Ui1u7A .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-ur11Ui1u7A .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffd9c8 !important;
  box-shadow: none;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-ur11Ui1u7A .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-ur11Ui1u7A .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-ur11Ui1u7A .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffd9c8 !important;
}
.cid-ur11Ui1u7A .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffd9c8;
  opacity: .7;
}
.cid-ur11Ui1u7A .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-ur11Ui1u7A .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ur11Ui1u7A .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffd9c8;
  border-color: #ffd9c8;
  border-radius: 0;
}
.cid-ur11Ui1u7A .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ur11Ui1u7A .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-ur11Ui1u7A .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-ur11Ui1u7A .mbr-section-title {
  color: #ffffff;
}
.cid-ur11Ui1u7A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ur11Ui1u7A .card-title {
  color: #ffffff;
}
.cid-ur11Ujt4Me {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur11Ujt4Me .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur11Ujt4Me .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur11Ujt4Me .content-wrap {
  justify-content: center;
}
.cid-ur11Ujt4Me .card {
  justify-content: center;
}
.cid-ur11Ujt4Me .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ur11Ujt4Me .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-ur11Ujt4Me .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ur11Ujt4Me .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ur11Ujt4Me .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ur11Ujt4Me .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ur11Ujt4Me .nav-wrapper .list .item-wrap:hover,
.cid-ur11Ujt4Me .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-ur11Ujt4Me .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-ur11Ujt4Me .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ur11Ujt4Me .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ur11Ujt4Me .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-ur11Ujt4Me .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-ur11Ujt4Me .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-ur11Ujt4Me .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ur11Ujt4Me .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ur11Ujt4Me .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ur11Ujt4Me .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-ur11Ujt4Me .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffffff;
  background-color: #133838;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-ur11Ujt4Me .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-ur11Ujt4Me .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-ur11Ujt4Me .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-ur11Ujt4Me .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-ur11Ujt4Me .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-ur11Ujt4Me .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ur11Ujt4Me .mbr-section-title {
  color: #ffffff;
}
.cid-ur11Ujt4Me .list,
.cid-ur11Ujt4Me .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-ur11Ujt4Me .mbr-phone {
  color: #ffffff;
}
.cid-ur11Ujt4Me .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-ur11Ujt4Me .list,
.cid-ur11Ujt4Me .item-wrap,
.cid-ur11Ujt4Me .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ur2jZxTGac {
  background-color: transparent;
}
.cid-ur2jZxTGac .navbar-dropdown {
  background-color: #133838 !important;
  padding: 0;
}
.cid-ur2jZxTGac .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #133838 !important;
  background: #133838;
}
.cid-ur2jZxTGac .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur2jZxTGac .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ur2jZxTGac .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ur2jZxTGac .menu_box .navbar.opened,
  .cid-ur2jZxTGac .menu_box .navbar-collapse {
    background-color: #133838 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ur2jZxTGac .navbar-dropdown {
  position: relative !important;
}
.cid-ur2jZxTGac .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ur2jZxTGac .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-ur2jZxTGac .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ur2jZxTGac .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-ur2jZxTGac .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ur2jZxTGac .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-ur2jZxTGac .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-ur2jZxTGac .nav-item {
    margin: 0 !important;
  }
}
.cid-ur2jZxTGac .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-ur2jZxTGac .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ur2jZxTGac .nav-item .nav-link:hover,
.cid-ur2jZxTGac .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-ur2jZxTGac .nav-item .nav-link:hover::before,
.cid-ur2jZxTGac .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-ur2jZxTGac .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ur2jZxTGac .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ur2jZxTGac .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ur2jZxTGac .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ur2jZxTGac .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-ur2jZxTGac .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ur2jZxTGac .offcanvas_box {
    display: none;
  }
}
.cid-ur2jZxTGac .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ur2jZxTGac .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ur2jZxTGac .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ur2jZxTGac .container {
  display: flex;
  margin: auto;
}
.cid-ur2jZxTGac .iconfont-wrapper {
  color: #133838;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ur2jZxTGac .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ur2jZxTGac .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-ur2jZxTGac .navbar-nav {
    margin: 0;
  }
}
.cid-ur2jZxTGac .dropdown-menu,
.cid-ur2jZxTGac .navbar.opened {
  background-color: false !important;
}
.cid-ur2jZxTGac .nav-item:focus,
.cid-ur2jZxTGac .nav-link:focus {
  outline: none;
}
.cid-ur2jZxTGac .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur2jZxTGac .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur2jZxTGac .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur2jZxTGac .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur2jZxTGac .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ur2jZxTGac .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ur2jZxTGac .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ur2jZxTGac .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ur2jZxTGac .navbar.opened {
  transition: all 0.3s;
}
.cid-ur2jZxTGac .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ur2jZxTGac .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-ur2jZxTGac .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ur2jZxTGac .navbar.collapsed {
  justify-content: center;
}
.cid-ur2jZxTGac .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ur2jZxTGac .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ur2jZxTGac .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ur2jZxTGac .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ur2jZxTGac .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ur2jZxTGac .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ur2jZxTGac .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ur2jZxTGac .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ur2jZxTGac .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ur2jZxTGac .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur2jZxTGac .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur2jZxTGac .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ur2jZxTGac .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur2jZxTGac .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ur2jZxTGac .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur2jZxTGac .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ur2jZxTGac .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ur2jZxTGac .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ur2jZxTGac .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ur2jZxTGac .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur2jZxTGac .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ur2jZxTGac .navbar.navbar-short {
  min-height: 60px;
}
.cid-ur2jZxTGac .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ur2jZxTGac .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ur2jZxTGac .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ur2jZxTGac .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ur2jZxTGac .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ur2jZxTGac .dropdown-item.active,
.cid-ur2jZxTGac .dropdown-item:active {
  background-color: transparent;
}
.cid-ur2jZxTGac .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-ur2jZxTGac .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur2jZxTGac .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur2jZxTGac .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur2jZxTGac ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ur2jZxTGac .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ur2jZxTGac button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #133838;
  background: #ffffff;
}
.cid-ur2jZxTGac button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #133838;
}
.cid-ur2jZxTGac button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ur2jZxTGac button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur2jZxTGac button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur2jZxTGac button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur2jZxTGac nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur2jZxTGac nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur2jZxTGac nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur2jZxTGac nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur2jZxTGac a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ur2jZxTGac .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-ur2jZxTGac .navbar {
    height: 70px;
  }
  .cid-ur2jZxTGac .navbar.opened {
    height: auto;
  }
  .cid-ur2jZxTGac .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur2jZxTGac .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-ur2jZxTGac .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ur2jZxTGac .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ur2jZxTGac .text_widget {
  margin-bottom: 32px;
}
.cid-ur2jZxTGac .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ur2jZxTGac .text_widget a:hover,
.cid-ur2jZxTGac .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-ur2jZxTGac .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-ur2jZxTGac .navbar-caption {
  color: #ffffff;
}
.cid-ur2jZxTGac .mbr-section-subtitle,
.cid-ur2jZxTGac .text_widget,
.cid-ur2jZxTGac .mbr-section-btn {
  text-align: center;
}
.cid-ur2jZxTGac a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ur2jZyg6lT {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ur2jZyg6lT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ur2jZyg6lT .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ur2jZyg6lT .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ur2jZyg6lT .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ur2jZyg6lT .container {
    padding: 0 12px;
  }
}
.cid-ur2jZyg6lT .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ur2jZyg6lT .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-ur2jZyg6lT .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ur2jZyg6lT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ur2jZyg6lT .content-wrapper {
  border-radius: 32px;
  background-color: #133838;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ur2jZyg6lT .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-ur2jZyg6lT .content-wrapper .slider-wrapper {
  border-radius: .5em;
  overflow: hidden;
  width: 65%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ur2jZyg6lT .content-wrapper .slider-wrapper {
    width: 100%;
  }
}
.cid-ur2jZyg6lT .content-wrapper .items-wrapper {
  margin-left: 80px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-ur2jZyg6lT .content-wrapper .items-wrapper {
    width: 100%;
    margin: 32px 0 0 0;
  }
}
.cid-ur2jZyg6lT .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-ur2jZyg6lT .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-ur2jZyg6lT .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap {
  margin-bottom: 16px;
}
.cid-ur2jZyg6lT .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-ur2jZyg6lT .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  margin-right: 4px;
}
.cid-ur2jZyg6lT .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .item-title {
  margin-bottom: 0;
}
.cid-ur2jZyg6lT .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ur2jZyg6lT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ur2jZyg6lT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ur2jZyg6lT .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-ur2jZyg6lT .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ur2jZyg6lT .embla__button--next,
.cid-ur2jZyg6lT .embla__button--prev {
  display: flex;
}
.cid-ur2jZyg6lT .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ur2jZyg6lT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ur2jZyg6lT .embla__button:hover {
  opacity: .8 !important;
}
.cid-ur2jZyg6lT .embla__button.embla__button--prev {
  left: 20px;
}
.cid-ur2jZyg6lT .embla__button.embla__button--next {
  right: 20px;
}
.cid-ur2jZyg6lT .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-ur2jZyg6lT .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ur2jZyg6lT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ur2jZyg6lT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ur2jZyg6lT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ur2jZyg6lT .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-ur2jZyg6lT .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-ur2jZyg6lT .item-title {
  color: #ffffff;
}
.cid-ur2jZyg6lT .item-text {
  color: #ffffff;
}
.cid-ur2jZChUhA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur2jZChUhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur2jZChUhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur2jZChUhA .items-wrapper {
  margin: 0 -5px;
}
.cid-ur2jZChUhA .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ur2jZChUhA .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-ur2jZChUhA .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-ur2jZChUhA .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-ur2jZChUhA .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-ur2jZChUhA .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur2jZChUhA .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur2jZChUhA .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-ur2jZChUhA .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-ur2jZChUhA .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffd9c8;
}
@media (max-width: 992px) {
  .cid-ur2jZChUhA .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-ur2jZChUhA .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ur2jZChUhA .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-ur2jZChUhA .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
}
.cid-ur2jZChUhA .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur2jZChUhA .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ur2jZChUhA .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ur2jZChUhA .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-ur2jZChUhA .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-ur2jZChUhA .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffd9c8 !important;
  box-shadow: none;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-ur2jZChUhA .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-ur2jZChUhA .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-ur2jZChUhA .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffd9c8 !important;
}
.cid-ur2jZChUhA .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffd9c8;
  opacity: .7;
}
.cid-ur2jZChUhA .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-ur2jZChUhA .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ur2jZChUhA .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffd9c8;
  border-color: #ffd9c8;
  border-radius: 0;
}
.cid-ur2jZChUhA .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ur2jZChUhA .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-ur2jZChUhA .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-ur2jZChUhA .mbr-section-title {
  color: #ffffff;
}
.cid-ur2jZChUhA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ur2jZChUhA .card-title {
  color: #ffffff;
}
.cid-ur2pveOi0P {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/decora-wall-papis-de-parede-e-cortinas-para-transformar-seu-ambiente-batel-em-curitiba-pr.png");
}
.cid-ur2pveOi0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur2pveOi0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur2pveOi0P .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ur2pveOi0P .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ur2pveOi0P .container {
    padding: 0 20px;
  }
}
.cid-ur2pveOi0P .row {
  justify-content: center;
}
.cid-ur2pveOi0P .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-ur2pveOi0P .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ur2pveOi0P .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur2pveOi0P .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-ur2pveOi0P .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-ur2pveOi0P .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-ur2pveOi0P .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-ur2pveOi0P .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-ur2pveOi0P .mbr-desc {
  color: #ffffff;
}
.cid-ur2pveOi0P .mbr-section-title {
  color: #ffffff;
}
.cid-ur2pveOi0P .mbr-text {
  color: #ffffff;
}
.cid-ur2jZyPlCR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur2jZyPlCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur2jZyPlCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur2jZyPlCR .items-wrapper {
  margin: 0 -5px;
}
.cid-ur2jZyPlCR .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ur2jZyPlCR .item {
    margin-bottom: 16px;
  }
  .cid-ur2jZyPlCR .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ur2jZyPlCR .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-ur2jZyPlCR .item .item-wrapper {
  height: 100%;
}
.cid-ur2jZyPlCR .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-ur2jZyPlCR .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-ur2jZzdeng {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ur2jZzdeng .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur2jZzdeng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur2jZzdeng .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur2jZzdeng .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur2jZzdeng .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 35%;
  margin-bottom: 60px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-ur2jZzdeng .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-ur2jZzdeng .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur2jZzdeng .mbr-text,
.cid-ur2jZzdeng .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ur2jZzdeng .mbr-section-title,
.cid-ur2jZzdeng .mbr-section-btn {
  text-align: center;
}
.cid-ur2jZzZwJA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur2jZzZwJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur2jZzZwJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur2jZzZwJA .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur2jZzZwJA .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur2jZzZwJA .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-ur2jZzZwJA .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
}
@media (max-width: 1440px) {
  .cid-ur2jZzZwJA .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-ur2jZzZwJA .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-ur2jZzZwJA .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-ur2jZzZwJA .box {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-ur2jZzZwJA .box {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-ur2jZzZwJA .box {
    width: 100%;
  }
}
.cid-ur2jZzZwJA .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-ur2jZzZwJA .box .mbr-media {
    height: 350px;
  }
}
.cid-ur2jZzZwJA .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-ur2jZzZwJA .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-ur2jZzZwJA .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-ur2jZzZwJA .mbr-media {
  position: relative;
}
.cid-ur2jZzZwJA .mbr-media img {
  object-fit: cover;
}
.cid-ur2jZzZwJA a:hover {
  background-image: none !important;
}
.cid-ur2jZzZwJA .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #133838;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-ur2jZzZwJA .icon-wrap:hover,
.cid-ur2jZzZwJA .icon-wrap:focus {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-ur2jZzZwJA .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-ur2jZzZwJA .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ur2jZzZwJA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ur2jZzZwJA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ur2jZzZwJA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ur2jZzZwJA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ur2jZzZwJA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ur2jZzZwJA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur2jZzZwJA .mbr-section-title,
.cid-ur2jZzZwJA .mbr-section-btn {
  color: #ffffff;
}
.cid-ur2jZABV2V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur2jZABV2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur2jZABV2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur2jZABV2V .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-ur2jZABV2V .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur2jZABV2V .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur2jZABV2V .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ur2jZABV2V .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-ur2jZABV2V .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ur2jZABV2V .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ur2jZABV2V .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ur2jZABV2V .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ur2jZABV2V .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ur2jZABV2V .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-ur2jZABV2V .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #133838;
}
.cid-ur2jZABV2V .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-ur2jZABV2V .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-ur2jZABV2V .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-ur2jZABV2V .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ur2jZABV2V .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-ur2jZABV2V .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ur2jZABV2V .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-ur2jZABV2V .card {
  justify-content: space-between;
}
.cid-ur2jZABV2V .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur2jZABV2V .panel-title-edit {
  color: #133838;
}
.cid-ur2jZABV2V .panel-text {
  color: #f24d4a;
}
.cid-ur2jZABV2V .panel-text,
.cid-ur2jZABV2V .panel-body {
  color: #7a3387;
}
.cid-ur2jZB7kyA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur2jZB7kyA .mbr-overlay {
  background: #133838;
  opacity: 0.8;
}
.cid-ur2jZB7kyA .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-ur2jZB7kyA .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ur2jZB7kyA .content-wrapper .decor {
    display: none;
  }
}
.cid-ur2jZB7kyA .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-ur2jZB7kyA .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-ur2jZB7kyA .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-ur2jZB7kyA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ur2jZB7kyA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ur2jZB7kyA .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-ur2jZB7kyA .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-ur2jZB7kyA .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #133838;
  padding: 56px;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-ur2jZB7kyA .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-ur2jZB7kyA .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-ur2jZB7kyA .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ur2jZB7kyA .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ur2jZB7kyA .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-ur2jZB7kyA .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-ur2jZB7kyA .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-ur2jZB7kyA .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-ur2jZB7kyA .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-ur2jZB7kyA .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ur2jZB7kyA .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ur2jZB7kyA .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-ur2jZB7kyA .embla__button--next,
.cid-ur2jZB7kyA .embla__button--prev {
  display: flex;
}
.cid-ur2jZB7kyA .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-ur2jZB7kyA .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-ur2jZB7kyA .embla__button:hover {
  opacity: .7;
}
.cid-ur2jZB7kyA .embla__button.embla__button--prev {
  left: 0;
}
.cid-ur2jZB7kyA .embla__button.embla__button--next {
  right: 0;
}
.cid-ur2jZB7kyA .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ur2jZB7kyA .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-ur2jZB7kyA .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ur2jZB7kyA .embla__viewport {
    width: 100%;
  }
}
.cid-ur2jZB7kyA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ur2jZB7kyA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ur2jZB7kyA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ur2jZB7kyA .item-letter {
  color: #f24d4a;
}
.cid-ur2jZB7kyA .item-name {
  color: #f24d4a;
}
.cid-ur2jZB7kyA .item-text {
  color: #f24d4a;
}
.cid-ur2jZB7kyA .item-date {
  color: #133838;
}
.cid-ur2jZB7kyA .item-name,
.cid-ur2jZB7kyA .name-wrapper {
  color: #133838;
}
.cid-ur2jZBUUfH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur2jZBUUfH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur2jZBUUfH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur2jZBUUfH .content-head {
  max-width: 800px;
}
.cid-ur2jZBUUfH .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ur2jZBUUfH .item {
    min-height: 45px;
  }
}
.cid-ur2jZBUUfH .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-ur2jZBUUfH .border-wrap {
    margin-top: 40px;
  }
}
.cid-ur2jZCMemm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur2jZCMemm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur2jZCMemm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur2jZCMemm .content-wrap {
  justify-content: center;
}
.cid-ur2jZCMemm .card {
  justify-content: center;
}
.cid-ur2jZCMemm .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ur2jZCMemm .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-ur2jZCMemm .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ur2jZCMemm .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ur2jZCMemm .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ur2jZCMemm .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ur2jZCMemm .nav-wrapper .list .item-wrap:hover,
.cid-ur2jZCMemm .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-ur2jZCMemm .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-ur2jZCMemm .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ur2jZCMemm .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ur2jZCMemm .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-ur2jZCMemm .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-ur2jZCMemm .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-ur2jZCMemm .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ur2jZCMemm .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ur2jZCMemm .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ur2jZCMemm .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-ur2jZCMemm .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffffff;
  background-color: #133838;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-ur2jZCMemm .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-ur2jZCMemm .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-ur2jZCMemm .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-ur2jZCMemm .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-ur2jZCMemm .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-ur2jZCMemm .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ur2jZCMemm .mbr-section-title {
  color: #ffffff;
}
.cid-ur2jZCMemm .list,
.cid-ur2jZCMemm .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-ur2jZCMemm .mbr-phone {
  color: #ffffff;
}
.cid-ur2jZCMemm .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-ur2jZCMemm .list,
.cid-ur2jZCMemm .item-wrap,
.cid-ur2jZCMemm .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ur7IaLrRsK {
  background-color: transparent;
}
.cid-ur7IaLrRsK .navbar-dropdown {
  background-color: #133838 !important;
  padding: 0;
}
.cid-ur7IaLrRsK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #133838 !important;
  background: #133838;
}
.cid-ur7IaLrRsK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur7IaLrRsK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ur7IaLrRsK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ur7IaLrRsK .menu_box .navbar.opened,
  .cid-ur7IaLrRsK .menu_box .navbar-collapse {
    background-color: #133838 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ur7IaLrRsK .navbar-dropdown {
  position: relative !important;
}
.cid-ur7IaLrRsK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ur7IaLrRsK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-ur7IaLrRsK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ur7IaLrRsK .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-ur7IaLrRsK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ur7IaLrRsK .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-ur7IaLrRsK .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-ur7IaLrRsK .nav-item {
    margin: 0 !important;
  }
}
.cid-ur7IaLrRsK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-ur7IaLrRsK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ur7IaLrRsK .nav-item .nav-link:hover,
.cid-ur7IaLrRsK .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-ur7IaLrRsK .nav-item .nav-link:hover::before,
.cid-ur7IaLrRsK .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-ur7IaLrRsK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ur7IaLrRsK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ur7IaLrRsK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ur7IaLrRsK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ur7IaLrRsK .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-ur7IaLrRsK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ur7IaLrRsK .offcanvas_box {
    display: none;
  }
}
.cid-ur7IaLrRsK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ur7IaLrRsK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ur7IaLrRsK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ur7IaLrRsK .container {
  display: flex;
  margin: auto;
}
.cid-ur7IaLrRsK .iconfont-wrapper {
  color: #133838;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ur7IaLrRsK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ur7IaLrRsK .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-ur7IaLrRsK .navbar-nav {
    margin: 0;
  }
}
.cid-ur7IaLrRsK .dropdown-menu,
.cid-ur7IaLrRsK .navbar.opened {
  background-color: false !important;
}
.cid-ur7IaLrRsK .nav-item:focus,
.cid-ur7IaLrRsK .nav-link:focus {
  outline: none;
}
.cid-ur7IaLrRsK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur7IaLrRsK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur7IaLrRsK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur7IaLrRsK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur7IaLrRsK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ur7IaLrRsK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ur7IaLrRsK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ur7IaLrRsK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ur7IaLrRsK .navbar.opened {
  transition: all 0.3s;
}
.cid-ur7IaLrRsK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ur7IaLrRsK .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-ur7IaLrRsK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ur7IaLrRsK .navbar.collapsed {
  justify-content: center;
}
.cid-ur7IaLrRsK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ur7IaLrRsK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ur7IaLrRsK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ur7IaLrRsK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ur7IaLrRsK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ur7IaLrRsK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ur7IaLrRsK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ur7IaLrRsK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ur7IaLrRsK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ur7IaLrRsK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur7IaLrRsK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur7IaLrRsK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ur7IaLrRsK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur7IaLrRsK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ur7IaLrRsK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur7IaLrRsK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ur7IaLrRsK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ur7IaLrRsK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ur7IaLrRsK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ur7IaLrRsK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur7IaLrRsK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ur7IaLrRsK .navbar.navbar-short {
  min-height: 60px;
}
.cid-ur7IaLrRsK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ur7IaLrRsK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ur7IaLrRsK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ur7IaLrRsK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ur7IaLrRsK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ur7IaLrRsK .dropdown-item.active,
.cid-ur7IaLrRsK .dropdown-item:active {
  background-color: transparent;
}
.cid-ur7IaLrRsK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-ur7IaLrRsK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur7IaLrRsK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur7IaLrRsK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur7IaLrRsK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ur7IaLrRsK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ur7IaLrRsK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #133838;
  background: #ffffff;
}
.cid-ur7IaLrRsK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #133838;
}
.cid-ur7IaLrRsK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ur7IaLrRsK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur7IaLrRsK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur7IaLrRsK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur7IaLrRsK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur7IaLrRsK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur7IaLrRsK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur7IaLrRsK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur7IaLrRsK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ur7IaLrRsK .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-ur7IaLrRsK .navbar {
    height: 70px;
  }
  .cid-ur7IaLrRsK .navbar.opened {
    height: auto;
  }
  .cid-ur7IaLrRsK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur7IaLrRsK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-ur7IaLrRsK .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ur7IaLrRsK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ur7IaLrRsK .text_widget {
  margin-bottom: 32px;
}
.cid-ur7IaLrRsK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ur7IaLrRsK .text_widget a:hover,
.cid-ur7IaLrRsK .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-ur7IaLrRsK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-ur7IaLrRsK .navbar-caption {
  color: #ffffff;
}
.cid-ur7IaLrRsK .mbr-section-subtitle,
.cid-ur7IaLrRsK .text_widget,
.cid-ur7IaLrRsK .mbr-section-btn {
  text-align: center;
}
.cid-ur7IaLrRsK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ur7IaN8Y4l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/decora-wall-papis-de-parede-e-cortinas-para-transformar-seu-ambiente-batel-em-curitiba-pr.png");
}
.cid-ur7IaN8Y4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur7IaN8Y4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur7IaN8Y4l .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ur7IaN8Y4l .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ur7IaN8Y4l .container {
    padding: 0 20px;
  }
}
.cid-ur7IaN8Y4l .row {
  justify-content: center;
}
.cid-ur7IaN8Y4l .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-ur7IaN8Y4l .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ur7IaN8Y4l .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur7IaN8Y4l .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-ur7IaN8Y4l .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-ur7IaN8Y4l .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-ur7IaN8Y4l .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-ur7IaN8Y4l .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-ur7IaN8Y4l .mbr-desc {
  color: #ffffff;
}
.cid-ur7IaN8Y4l .mbr-section-title {
  color: #ffffff;
}
.cid-ur7IaN8Y4l .mbr-text {
  color: #ffffff;
}
.cid-ur7IaNvwSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur7IaNvwSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur7IaNvwSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur7IaNvwSp .items-wrapper {
  margin: 0 -5px;
}
.cid-ur7IaNvwSp .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ur7IaNvwSp .item {
    margin-bottom: 16px;
  }
  .cid-ur7IaNvwSp .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ur7IaNvwSp .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-ur7IaNvwSp .item .item-wrapper {
  height: 100%;
}
.cid-ur7IaNvwSp .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-ur7IaNvwSp .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-ur7IaNWYpi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ur7IaNWYpi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur7IaNWYpi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur7IaNWYpi .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur7IaNWYpi .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur7IaNWYpi .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 35%;
  margin-bottom: 60px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-ur7IaNWYpi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-ur7IaNWYpi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur7IaNWYpi .mbr-text,
.cid-ur7IaNWYpi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ur7IaNWYpi .mbr-section-title,
.cid-ur7IaNWYpi .mbr-section-btn {
  text-align: center;
}
.cid-ur7IaOA8WH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur7IaOA8WH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur7IaOA8WH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur7IaOA8WH .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur7IaOA8WH .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur7IaOA8WH .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-ur7IaOA8WH .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
}
@media (max-width: 1440px) {
  .cid-ur7IaOA8WH .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-ur7IaOA8WH .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-ur7IaOA8WH .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-ur7IaOA8WH .box {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-ur7IaOA8WH .box {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-ur7IaOA8WH .box {
    width: 100%;
  }
}
.cid-ur7IaOA8WH .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-ur7IaOA8WH .box .mbr-media {
    height: 350px;
  }
}
.cid-ur7IaOA8WH .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-ur7IaOA8WH .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-ur7IaOA8WH .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-ur7IaOA8WH .mbr-media {
  position: relative;
}
.cid-ur7IaOA8WH .mbr-media img {
  object-fit: cover;
}
.cid-ur7IaOA8WH a:hover {
  background-image: none !important;
}
.cid-ur7IaOA8WH .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #133838;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-ur7IaOA8WH .icon-wrap:hover,
.cid-ur7IaOA8WH .icon-wrap:focus {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-ur7IaOA8WH .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-ur7IaOA8WH .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ur7IaOA8WH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ur7IaOA8WH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ur7IaOA8WH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ur7IaOA8WH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ur7IaOA8WH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ur7IaOA8WH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur7IaOA8WH .mbr-section-title,
.cid-ur7IaOA8WH .mbr-section-btn {
  color: #ffffff;
}
.cid-ur7IaPzy6X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur7IaPzy6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur7IaPzy6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur7IaPzy6X .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-ur7IaPzy6X .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur7IaPzy6X .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur7IaPzy6X .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ur7IaPzy6X .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-ur7IaPzy6X .panel-group .card:first-child {
  margin-top: 0;
}
.cid-ur7IaPzy6X .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ur7IaPzy6X .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ur7IaPzy6X .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ur7IaPzy6X .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ur7IaPzy6X .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-ur7IaPzy6X .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #133838;
}
.cid-ur7IaPzy6X .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-ur7IaPzy6X .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-ur7IaPzy6X .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-ur7IaPzy6X .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ur7IaPzy6X .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-ur7IaPzy6X .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ur7IaPzy6X .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-ur7IaPzy6X .card {
  justify-content: space-between;
}
.cid-ur7IaPzy6X .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ur7IaPzy6X .panel-title-edit {
  color: #133838;
}
.cid-ur7IaPzy6X .panel-text {
  color: #f24d4a;
}
.cid-ur7IaPzy6X .panel-text,
.cid-ur7IaPzy6X .panel-body {
  color: #af8389;
}
.cid-ur7IaQhyHt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur7IaQhyHt .mbr-overlay {
  background: #133838;
  opacity: 0.8;
}
.cid-ur7IaQhyHt .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-ur7IaQhyHt .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ur7IaQhyHt .content-wrapper .decor {
    display: none;
  }
}
.cid-ur7IaQhyHt .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-ur7IaQhyHt .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-ur7IaQhyHt .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-ur7IaQhyHt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ur7IaQhyHt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ur7IaQhyHt .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-ur7IaQhyHt .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-ur7IaQhyHt .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #133838;
  padding: 56px;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-ur7IaQhyHt .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-ur7IaQhyHt .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-ur7IaQhyHt .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ur7IaQhyHt .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ur7IaQhyHt .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-ur7IaQhyHt .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-ur7IaQhyHt .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-ur7IaQhyHt .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-ur7IaQhyHt .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-ur7IaQhyHt .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ur7IaQhyHt .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ur7IaQhyHt .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-ur7IaQhyHt .embla__button--next,
.cid-ur7IaQhyHt .embla__button--prev {
  display: flex;
}
.cid-ur7IaQhyHt .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-ur7IaQhyHt .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-ur7IaQhyHt .embla__button:hover {
  opacity: .7;
}
.cid-ur7IaQhyHt .embla__button.embla__button--prev {
  left: 0;
}
.cid-ur7IaQhyHt .embla__button.embla__button--next {
  right: 0;
}
.cid-ur7IaQhyHt .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ur7IaQhyHt .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-ur7IaQhyHt .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ur7IaQhyHt .embla__viewport {
    width: 100%;
  }
}
.cid-ur7IaQhyHt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ur7IaQhyHt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ur7IaQhyHt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ur7IaQhyHt .item-letter {
  color: #f24d4a;
}
.cid-ur7IaQhyHt .item-name {
  color: #f24d4a;
}
.cid-ur7IaQhyHt .item-text {
  color: #f24d4a;
}
.cid-ur7IaQhyHt .item-date {
  color: #133838;
}
.cid-ur7IaQhyHt .item-name,
.cid-ur7IaQhyHt .name-wrapper {
  color: #133838;
}
.cid-ur7IaRnohn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur7IaRnohn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur7IaRnohn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur7IaRnohn .content-head {
  max-width: 800px;
}
.cid-ur7IaRnohn .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ur7IaRnohn .item {
    min-height: 45px;
  }
}
.cid-ur7IaRnohn .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-ur7IaRnohn .border-wrap {
    margin-top: 40px;
  }
}
.cid-ur7IaMH6hJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur7IaMH6hJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur7IaMH6hJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur7IaMH6hJ .items-wrapper {
  margin: 0 -5px;
}
.cid-ur7IaMH6hJ .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-ur7IaMH6hJ .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-ur7IaMH6hJ .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-ur7IaMH6hJ .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-ur7IaMH6hJ .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-ur7IaMH6hJ .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur7IaMH6hJ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ur7IaMH6hJ .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-ur7IaMH6hJ .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-ur7IaMH6hJ .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffd9c8;
}
@media (max-width: 992px) {
  .cid-ur7IaMH6hJ .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-ur7IaMH6hJ .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ur7IaMH6hJ .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-ur7IaMH6hJ .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
}
.cid-ur7IaMH6hJ .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ur7IaMH6hJ .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ur7IaMH6hJ .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ur7IaMH6hJ .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-ur7IaMH6hJ .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-ur7IaMH6hJ .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffd9c8 !important;
  box-shadow: none;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-ur7IaMH6hJ .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-ur7IaMH6hJ .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-ur7IaMH6hJ .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffd9c8 !important;
}
.cid-ur7IaMH6hJ .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffd9c8;
  opacity: .7;
}
.cid-ur7IaMH6hJ .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-ur7IaMH6hJ .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ur7IaMH6hJ .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffd9c8;
  border-color: #ffd9c8;
  border-radius: 0;
}
.cid-ur7IaMH6hJ .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ur7IaMH6hJ .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-ur7IaMH6hJ .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-ur7IaMH6hJ .mbr-section-title {
  color: #ffffff;
}
.cid-ur7IaMH6hJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ur7IaMH6hJ .card-title {
  color: #ffffff;
}
.cid-ur7IaRVF8F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ur7IaRVF8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur7IaRVF8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ur7IaRVF8F .content-wrap {
  justify-content: center;
}
.cid-ur7IaRVF8F .card {
  justify-content: center;
}
.cid-ur7IaRVF8F .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ur7IaRVF8F .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-ur7IaRVF8F .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ur7IaRVF8F .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ur7IaRVF8F .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ur7IaRVF8F .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ur7IaRVF8F .nav-wrapper .list .item-wrap:hover,
.cid-ur7IaRVF8F .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-ur7IaRVF8F .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-ur7IaRVF8F .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-ur7IaRVF8F .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ur7IaRVF8F .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-ur7IaRVF8F .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-ur7IaRVF8F .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-ur7IaRVF8F .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ur7IaRVF8F .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ur7IaRVF8F .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ur7IaRVF8F .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-ur7IaRVF8F .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffffff;
  background-color: #133838;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-ur7IaRVF8F .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-ur7IaRVF8F .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-ur7IaRVF8F .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-ur7IaRVF8F .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-ur7IaRVF8F .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-ur7IaRVF8F .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-ur7IaRVF8F .mbr-section-title {
  color: #ffffff;
}
.cid-ur7IaRVF8F .list,
.cid-ur7IaRVF8F .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-ur7IaRVF8F .mbr-phone {
  color: #ffffff;
}
.cid-ur7IaRVF8F .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-ur7IaRVF8F .list,
.cid-ur7IaRVF8F .item-wrap,
.cid-ur7IaRVF8F .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-urztQD7cpB {
  background-color: transparent;
}
.cid-urztQD7cpB .navbar-dropdown {
  background-color: #133838 !important;
  padding: 0;
}
.cid-urztQD7cpB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #133838 !important;
  background: #133838;
}
.cid-urztQD7cpB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urztQD7cpB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urztQD7cpB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-urztQD7cpB .menu_box .navbar.opened,
  .cid-urztQD7cpB .menu_box .navbar-collapse {
    background-color: #133838 !important;
    transition: all 0s ease 0s;
  }
}
.cid-urztQD7cpB .navbar-dropdown {
  position: relative !important;
}
.cid-urztQD7cpB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-urztQD7cpB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-urztQD7cpB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urztQD7cpB .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-urztQD7cpB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-urztQD7cpB .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-urztQD7cpB .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-urztQD7cpB .nav-item {
    margin: 0 !important;
  }
}
.cid-urztQD7cpB .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-urztQD7cpB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-urztQD7cpB .nav-item .nav-link:hover,
.cid-urztQD7cpB .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-urztQD7cpB .nav-item .nav-link:hover::before,
.cid-urztQD7cpB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-urztQD7cpB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urztQD7cpB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urztQD7cpB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urztQD7cpB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urztQD7cpB .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-urztQD7cpB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urztQD7cpB .offcanvas_box {
    display: none;
  }
}
.cid-urztQD7cpB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-urztQD7cpB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urztQD7cpB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urztQD7cpB .container {
  display: flex;
  margin: auto;
}
.cid-urztQD7cpB .iconfont-wrapper {
  color: #133838;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-urztQD7cpB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urztQD7cpB .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-urztQD7cpB .navbar-nav {
    margin: 0;
  }
}
.cid-urztQD7cpB .dropdown-menu,
.cid-urztQD7cpB .navbar.opened {
  background-color: false !important;
}
.cid-urztQD7cpB .nav-item:focus,
.cid-urztQD7cpB .nav-link:focus {
  outline: none;
}
.cid-urztQD7cpB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urztQD7cpB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urztQD7cpB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urztQD7cpB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urztQD7cpB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urztQD7cpB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urztQD7cpB .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-urztQD7cpB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urztQD7cpB .navbar.opened {
  transition: all 0.3s;
}
.cid-urztQD7cpB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urztQD7cpB .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-urztQD7cpB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urztQD7cpB .navbar.collapsed {
  justify-content: center;
}
.cid-urztQD7cpB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urztQD7cpB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urztQD7cpB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urztQD7cpB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urztQD7cpB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urztQD7cpB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urztQD7cpB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urztQD7cpB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urztQD7cpB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-urztQD7cpB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urztQD7cpB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urztQD7cpB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urztQD7cpB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urztQD7cpB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urztQD7cpB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urztQD7cpB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urztQD7cpB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urztQD7cpB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urztQD7cpB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-urztQD7cpB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urztQD7cpB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urztQD7cpB .navbar.navbar-short {
  min-height: 60px;
}
.cid-urztQD7cpB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urztQD7cpB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urztQD7cpB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urztQD7cpB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-urztQD7cpB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urztQD7cpB .dropdown-item.active,
.cid-urztQD7cpB .dropdown-item:active {
  background-color: transparent;
}
.cid-urztQD7cpB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-urztQD7cpB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urztQD7cpB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urztQD7cpB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urztQD7cpB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urztQD7cpB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urztQD7cpB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #133838;
  background: #ffffff;
}
.cid-urztQD7cpB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #133838;
}
.cid-urztQD7cpB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urztQD7cpB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urztQD7cpB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urztQD7cpB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urztQD7cpB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urztQD7cpB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urztQD7cpB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urztQD7cpB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urztQD7cpB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urztQD7cpB .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-urztQD7cpB .navbar {
    height: 70px;
  }
  .cid-urztQD7cpB .navbar.opened {
    height: auto;
  }
  .cid-urztQD7cpB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urztQD7cpB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-urztQD7cpB .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-urztQD7cpB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urztQD7cpB .text_widget {
  margin-bottom: 32px;
}
.cid-urztQD7cpB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-urztQD7cpB .text_widget a:hover,
.cid-urztQD7cpB .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-urztQD7cpB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-urztQD7cpB .navbar-caption {
  color: #ffffff;
}
.cid-urztQD7cpB .mbr-section-subtitle,
.cid-urztQD7cpB .text_widget,
.cid-urztQD7cpB .mbr-section-btn {
  text-align: center;
}
.cid-urztQD7cpB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urztQDvVcH {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urztQDvVcH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urztQDvVcH .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urztQDvVcH .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-urztQDvVcH .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urztQDvVcH .container {
    padding: 0 12px;
  }
}
.cid-urztQDvVcH .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-urztQDvVcH .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-urztQDvVcH .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-urztQDvVcH .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urztQDvVcH .content-wrapper {
  border-radius: 32px;
  background-color: #133838;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-urztQDvVcH .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-urztQDvVcH .content-wrapper .slider-wrapper {
  border-radius: .5em;
  overflow: hidden;
  width: 65%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-urztQDvVcH .content-wrapper .slider-wrapper {
    width: 100%;
  }
}
.cid-urztQDvVcH .content-wrapper .items-wrapper {
  margin-left: 80px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-urztQDvVcH .content-wrapper .items-wrapper {
    width: 100%;
    margin: 32px 0 0 0;
  }
}
.cid-urztQDvVcH .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-urztQDvVcH .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-urztQDvVcH .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap {
  margin-bottom: 16px;
}
.cid-urztQDvVcH .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-urztQDvVcH .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  margin-right: 4px;
}
.cid-urztQDvVcH .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .item-title {
  margin-bottom: 0;
}
.cid-urztQDvVcH .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-urztQDvVcH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-urztQDvVcH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-urztQDvVcH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-urztQDvVcH .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-urztQDvVcH .embla__button--next,
.cid-urztQDvVcH .embla__button--prev {
  display: flex;
}
.cid-urztQDvVcH .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-urztQDvVcH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-urztQDvVcH .embla__button:hover {
  opacity: .8 !important;
}
.cid-urztQDvVcH .embla__button.embla__button--prev {
  left: 20px;
}
.cid-urztQDvVcH .embla__button.embla__button--next {
  right: 20px;
}
.cid-urztQDvVcH .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-urztQDvVcH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-urztQDvVcH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-urztQDvVcH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-urztQDvVcH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-urztQDvVcH .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-urztQDvVcH .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-urztQDvVcH .item-title {
  color: #ffffff;
}
.cid-urztQDvVcH .item-text {
  color: #ffffff;
}
.cid-urzv4QbeCI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  border-top: 3px solid #133838;
  border-bottom: 3px solid #133838;
  margin-top: -3px;
  background-image: url("../../../assets/images/venda-e-instalao-de-persianas-de-qualidade-em-curitiba-decora-wall-1149x766.jpg");
}
.cid-urzv4QbeCI .info {
  width: fit-content;
  border-radius: 20px;
  background-color: #ffffff;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 65px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-urzv4QbeCI .info .display-7 {
    font-size: 23.8px;
  }
}
.cid-urzv4QbeCI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-urzv4QbeCI .team-card:hover {
  transform: translateY(-10px);
}
.cid-urzv4QbeCI .card-wrap {
  border-radius: 20px;
  max-width: 380px;
  height: 380px;
}
@media (max-width: 991px) {
  .cid-urzv4QbeCI .card-wrap {
    max-width: 230px;
    height: 230px;
  }
}
.cid-urzv4QbeCI .card-wrap .image-wrap img {
  border-radius: 20px;
  border: 3px solid #000;
  width: 380px;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-urzv4QbeCI .card-wrap .image-wrap img {
    width: 230px;
    height: 230px;
  }
}
.cid-urzv4QbeCI .card-wrap .image-wrap img:hover {
  border: 3px solid #fff;
}
.cid-urzv4QbeCI .button {
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .cid-urzv4QbeCI .button {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-urzv4QbeCI .button {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .cid-urzv4QbeCI .button {
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cid-urzv4QbeCI .button {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .cid-urzv4QbeCI .button {
    max-width: 1200px;
  }
}
.cid-urzv4QbeCI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 991px) {
  .cid-urzv4QbeCI .embla__slide {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-urzv4QbeCI .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-urzv4QbeCI .embla__button--next,
.cid-urzv4QbeCI .embla__button--prev {
  display: flex;
}
.cid-urzv4QbeCI .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-urzv4QbeCI .embla__button {
    display: none;
  }
}
.cid-urzv4QbeCI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-urzv4QbeCI .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-urzv4QbeCI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urzv4QbeCI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-urzv4QbeCI .embla__button {
    top: auto;
  }
}
.cid-urzv4QbeCI .embla {
  position: relative;
  width: 100%;
}
.cid-urzv4QbeCI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-urzv4QbeCI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-urzv4QbeCI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-urzv4QbeCI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-urzv4QbeCI .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-urzv4QbeCI .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-urzv4QbeCI .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-urzv4QbeCI .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-urzv4QbeCI .btn:hover,
.cid-urzv4QbeCI .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-urzv4QbeCI .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-urzv4QbeCI .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-urzv4QbeCI .btn:hover:before,
.cid-urzv4QbeCI .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-urzv4QbeCI .btn-secondary {
  color: #000000 !important;
}
.cid-urzv4QbeCI .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-urzv4QbeCI .icon {
    display: none;
  }
}
.cid-urzv4QbeCI .mbr-info {
  color: #133838;
}
.cid-urztQEuae2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-urztQEuae2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urztQEuae2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urztQEuae2 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urztQEuae2 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urztQEuae2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 35%;
  margin-bottom: 60px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-urztQEuae2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-urztQEuae2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-urztQEuae2 .mbr-text,
.cid-urztQEuae2 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-urztQEuae2 .mbr-section-title,
.cid-urztQEuae2 .mbr-section-btn {
  text-align: center;
}
.cid-urztQFbQgX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-urztQFbQgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-urztQFbQgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urztQFbQgX .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urztQFbQgX .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urztQFbQgX .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-urztQFbQgX .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
}
@media (max-width: 1440px) {
  .cid-urztQFbQgX .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-urztQFbQgX .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-urztQFbQgX .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-urztQFbQgX .box {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-urztQFbQgX .box {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-urztQFbQgX .box {
    width: 100%;
  }
}
.cid-urztQFbQgX .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-urztQFbQgX .box .mbr-media {
    height: 350px;
  }
}
.cid-urztQFbQgX .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-urztQFbQgX .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-urztQFbQgX .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-urztQFbQgX .mbr-media {
  position: relative;
}
.cid-urztQFbQgX .mbr-media img {
  object-fit: cover;
}
.cid-urztQFbQgX a:hover {
  background-image: none !important;
}
.cid-urztQFbQgX .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #133838;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-urztQFbQgX .icon-wrap:hover,
.cid-urztQFbQgX .icon-wrap:focus {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-urztQFbQgX .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-urztQFbQgX .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-urztQFbQgX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-urztQFbQgX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-urztQFbQgX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-urztQFbQgX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urztQFbQgX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urztQFbQgX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-urztQFbQgX .mbr-section-title,
.cid-urztQFbQgX .mbr-section-btn {
  color: #ffffff;
}
.cid-urztQFL7SM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-urztQFL7SM .mbr-fallback-image.disabled {
  display: none;
}
.cid-urztQFL7SM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urztQFL7SM .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-urztQFL7SM .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urztQFL7SM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urztQFL7SM .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-urztQFL7SM .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-urztQFL7SM .panel-group .card:first-child {
  margin-top: 0;
}
.cid-urztQFL7SM .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-urztQFL7SM .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-urztQFL7SM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-urztQFL7SM .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-urztQFL7SM .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-urztQFL7SM .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #133838;
}
.cid-urztQFL7SM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-urztQFL7SM .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-urztQFL7SM .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-urztQFL7SM .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-urztQFL7SM .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-urztQFL7SM .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urztQFL7SM .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-urztQFL7SM .card {
  justify-content: space-between;
}
.cid-urztQFL7SM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-urztQFL7SM .panel-title-edit {
  color: #133838;
}
.cid-urztQFL7SM .panel-text {
  color: #f24d4a;
}
.cid-urztQFL7SM .panel-text,
.cid-urztQFL7SM .panel-body {
  color: #36bd1a;
}
.cid-urztQGez0j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-urztQGez0j .mbr-overlay {
  background: #133838;
  opacity: 0.8;
}
.cid-urztQGez0j .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-urztQGez0j .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-urztQGez0j .content-wrapper .decor {
    display: none;
  }
}
.cid-urztQGez0j .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-urztQGez0j .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-urztQGez0j .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-urztQGez0j .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-urztQGez0j .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-urztQGez0j .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-urztQGez0j .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-urztQGez0j .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #133838;
  padding: 56px;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-urztQGez0j .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-urztQGez0j .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-urztQGez0j .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-urztQGez0j .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-urztQGez0j .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-urztQGez0j .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-urztQGez0j .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-urztQGez0j .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-urztQGez0j .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-urztQGez0j .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-urztQGez0j .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urztQGez0j .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-urztQGez0j .embla__button--next,
.cid-urztQGez0j .embla__button--prev {
  display: flex;
}
.cid-urztQGez0j .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-urztQGez0j .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-urztQGez0j .embla__button:hover {
  opacity: .7;
}
.cid-urztQGez0j .embla__button.embla__button--prev {
  left: 0;
}
.cid-urztQGez0j .embla__button.embla__button--next {
  right: 0;
}
.cid-urztQGez0j .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urztQGez0j .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-urztQGez0j .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-urztQGez0j .embla__viewport {
    width: 100%;
  }
}
.cid-urztQGez0j .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-urztQGez0j .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-urztQGez0j .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-urztQGez0j .item-letter {
  color: #f24d4a;
}
.cid-urztQGez0j .item-name {
  color: #f24d4a;
}
.cid-urztQGez0j .item-text {
  color: #f24d4a;
}
.cid-urztQGez0j .item-date {
  color: #133838;
}
.cid-urztQGez0j .item-name,
.cid-urztQGez0j .name-wrapper {
  color: #133838;
}
.cid-urztQH3A8N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-urztQH3A8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-urztQH3A8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urztQH3A8N .content-head {
  max-width: 800px;
}
.cid-urztQH3A8N .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-urztQH3A8N .item {
    min-height: 45px;
  }
}
.cid-urztQH3A8N .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-urztQH3A8N .border-wrap {
    margin-top: 40px;
  }
}
.cid-urztQHyPbh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-urztQHyPbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-urztQHyPbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urztQHyPbh .items-wrapper {
  margin: 0 -5px;
}
.cid-urztQHyPbh .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-urztQHyPbh .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-urztQHyPbh .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-urztQHyPbh .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-urztQHyPbh .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-urztQHyPbh .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urztQHyPbh .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urztQHyPbh .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-urztQHyPbh .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-urztQHyPbh .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffd9c8;
}
@media (max-width: 992px) {
  .cid-urztQHyPbh .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-urztQHyPbh .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urztQHyPbh .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-urztQHyPbh .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
}
.cid-urztQHyPbh .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urztQHyPbh .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-urztQHyPbh .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-urztQHyPbh .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-urztQHyPbh .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-urztQHyPbh .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffd9c8 !important;
  box-shadow: none;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-urztQHyPbh .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-urztQHyPbh .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-urztQHyPbh .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffd9c8 !important;
}
.cid-urztQHyPbh .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffd9c8;
  opacity: .7;
}
.cid-urztQHyPbh .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-urztQHyPbh .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-urztQHyPbh .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffd9c8;
  border-color: #ffd9c8;
  border-radius: 0;
}
.cid-urztQHyPbh .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-urztQHyPbh .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-urztQHyPbh .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-urztQHyPbh .mbr-section-title {
  color: #ffffff;
}
.cid-urztQHyPbh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urztQHyPbh .card-title {
  color: #ffffff;
}
.cid-urztQI5B7w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-urztQI5B7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-urztQI5B7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urztQI5B7w .content-wrap {
  justify-content: center;
}
.cid-urztQI5B7w .card {
  justify-content: center;
}
.cid-urztQI5B7w .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-urztQI5B7w .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-urztQI5B7w .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-urztQI5B7w .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urztQI5B7w .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-urztQI5B7w .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-urztQI5B7w .nav-wrapper .list .item-wrap:hover,
.cid-urztQI5B7w .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-urztQI5B7w .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-urztQI5B7w .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-urztQI5B7w .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urztQI5B7w .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-urztQI5B7w .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-urztQI5B7w .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-urztQI5B7w .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urztQI5B7w .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-urztQI5B7w .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-urztQI5B7w .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-urztQI5B7w .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffffff;
  background-color: #133838;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-urztQI5B7w .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-urztQI5B7w .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-urztQI5B7w .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-urztQI5B7w .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-urztQI5B7w .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-urztQI5B7w .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-urztQI5B7w .mbr-section-title {
  color: #ffffff;
}
.cid-urztQI5B7w .list,
.cid-urztQI5B7w .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-urztQI5B7w .mbr-phone {
  color: #ffffff;
}
.cid-urztQI5B7w .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-urztQI5B7w .list,
.cid-urztQI5B7w .item-wrap,
.cid-urztQI5B7w .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-urCteE1qAz {
  background-color: transparent;
}
.cid-urCteE1qAz .navbar-dropdown {
  background-color: #133838 !important;
  padding: 0;
}
.cid-urCteE1qAz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #133838 !important;
  background: #133838;
}
.cid-urCteE1qAz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urCteE1qAz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-urCteE1qAz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-urCteE1qAz .menu_box .navbar.opened,
  .cid-urCteE1qAz .menu_box .navbar-collapse {
    background-color: #133838 !important;
    transition: all 0s ease 0s;
  }
}
.cid-urCteE1qAz .navbar-dropdown {
  position: relative !important;
}
.cid-urCteE1qAz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-urCteE1qAz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-urCteE1qAz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urCteE1qAz .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-urCteE1qAz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-urCteE1qAz .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-urCteE1qAz .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-urCteE1qAz .nav-item {
    margin: 0 !important;
  }
}
.cid-urCteE1qAz .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-urCteE1qAz .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-urCteE1qAz .nav-item .nav-link:hover,
.cid-urCteE1qAz .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-urCteE1qAz .nav-item .nav-link:hover::before,
.cid-urCteE1qAz .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-urCteE1qAz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urCteE1qAz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urCteE1qAz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urCteE1qAz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urCteE1qAz .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-urCteE1qAz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urCteE1qAz .offcanvas_box {
    display: none;
  }
}
.cid-urCteE1qAz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-urCteE1qAz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urCteE1qAz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urCteE1qAz .container {
  display: flex;
  margin: auto;
}
.cid-urCteE1qAz .iconfont-wrapper {
  color: #133838;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-urCteE1qAz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urCteE1qAz .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-urCteE1qAz .navbar-nav {
    margin: 0;
  }
}
.cid-urCteE1qAz .dropdown-menu,
.cid-urCteE1qAz .navbar.opened {
  background-color: false !important;
}
.cid-urCteE1qAz .nav-item:focus,
.cid-urCteE1qAz .nav-link:focus {
  outline: none;
}
.cid-urCteE1qAz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urCteE1qAz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urCteE1qAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urCteE1qAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urCteE1qAz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urCteE1qAz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urCteE1qAz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-urCteE1qAz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urCteE1qAz .navbar.opened {
  transition: all 0.3s;
}
.cid-urCteE1qAz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urCteE1qAz .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-urCteE1qAz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-urCteE1qAz .navbar.collapsed {
  justify-content: center;
}
.cid-urCteE1qAz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urCteE1qAz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urCteE1qAz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urCteE1qAz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urCteE1qAz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urCteE1qAz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urCteE1qAz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urCteE1qAz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urCteE1qAz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-urCteE1qAz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urCteE1qAz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urCteE1qAz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urCteE1qAz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urCteE1qAz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urCteE1qAz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urCteE1qAz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urCteE1qAz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urCteE1qAz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urCteE1qAz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-urCteE1qAz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urCteE1qAz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urCteE1qAz .navbar.navbar-short {
  min-height: 60px;
}
.cid-urCteE1qAz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urCteE1qAz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urCteE1qAz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urCteE1qAz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-urCteE1qAz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urCteE1qAz .dropdown-item.active,
.cid-urCteE1qAz .dropdown-item:active {
  background-color: transparent;
}
.cid-urCteE1qAz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-urCteE1qAz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urCteE1qAz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urCteE1qAz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urCteE1qAz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urCteE1qAz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urCteE1qAz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #133838;
  background: #ffffff;
}
.cid-urCteE1qAz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #133838;
}
.cid-urCteE1qAz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urCteE1qAz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urCteE1qAz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urCteE1qAz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urCteE1qAz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urCteE1qAz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urCteE1qAz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urCteE1qAz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urCteE1qAz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urCteE1qAz .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-urCteE1qAz .navbar {
    height: 70px;
  }
  .cid-urCteE1qAz .navbar.opened {
    height: auto;
  }
  .cid-urCteE1qAz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urCteE1qAz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-urCteE1qAz .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-urCteE1qAz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urCteE1qAz .text_widget {
  margin-bottom: 32px;
}
.cid-urCteE1qAz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-urCteE1qAz .text_widget a:hover,
.cid-urCteE1qAz .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-urCteE1qAz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-urCteE1qAz .navbar-caption {
  color: #ffffff;
}
.cid-urCteE1qAz .mbr-section-subtitle,
.cid-urCteE1qAz .text_widget,
.cid-urCteE1qAz .mbr-section-btn {
  text-align: center;
}
.cid-urCteE1qAz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urCteEoma7 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urCteEoma7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urCteEoma7 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urCteEoma7 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-urCteEoma7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-urCteEoma7 .container {
    padding: 0 12px;
  }
}
.cid-urCteEoma7 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-urCteEoma7 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-urCteEoma7 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-urCteEoma7 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urCteEoma7 .content-wrapper {
  border-radius: 32px;
  background-color: #133838;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-urCteEoma7 .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-urCteEoma7 .content-wrapper .slider-wrapper {
  border-radius: .5em;
  overflow: hidden;
  width: 65%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-urCteEoma7 .content-wrapper .slider-wrapper {
    width: 100%;
  }
}
.cid-urCteEoma7 .content-wrapper .items-wrapper {
  margin-left: 80px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-urCteEoma7 .content-wrapper .items-wrapper {
    width: 100%;
    margin: 32px 0 0 0;
  }
}
.cid-urCteEoma7 .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-urCteEoma7 .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-urCteEoma7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap {
  margin-bottom: 16px;
}
.cid-urCteEoma7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-urCteEoma7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  margin-right: 4px;
}
.cid-urCteEoma7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .item-title {
  margin-bottom: 0;
}
.cid-urCteEoma7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-urCteEoma7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-urCteEoma7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-urCteEoma7 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-urCteEoma7 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-urCteEoma7 .embla__button--next,
.cid-urCteEoma7 .embla__button--prev {
  display: flex;
}
.cid-urCteEoma7 .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-urCteEoma7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-urCteEoma7 .embla__button:hover {
  opacity: .8 !important;
}
.cid-urCteEoma7 .embla__button.embla__button--prev {
  left: 20px;
}
.cid-urCteEoma7 .embla__button.embla__button--next {
  right: 20px;
}
.cid-urCteEoma7 .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-urCteEoma7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-urCteEoma7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-urCteEoma7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-urCteEoma7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-urCteEoma7 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-urCteEoma7 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-urCteEoma7 .item-title {
  color: #ffffff;
}
.cid-urCteEoma7 .item-text {
  color: #ffffff;
}
.cid-urCteEYNyO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-urCteEYNyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCteEYNyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCteEYNyO .items-wrapper {
  margin: 0 -5px;
}
.cid-urCteEYNyO .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-urCteEYNyO .item {
    margin-bottom: 16px;
  }
  .cid-urCteEYNyO .item:last-child {
    margin-bottom: 0;
  }
}
.cid-urCteEYNyO .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-urCteEYNyO .item .item-wrapper {
  height: 100%;
}
.cid-urCteEYNyO .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-urCteEYNyO .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-urCteFiINd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-urCteFiINd .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCteFiINd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCteFiINd .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urCteFiINd .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urCteFiINd .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 35%;
  margin-bottom: 60px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-urCteFiINd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-urCteFiINd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-urCteFiINd .mbr-text,
.cid-urCteFiINd .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-urCteFiINd .mbr-section-title,
.cid-urCteFiINd .mbr-section-btn {
  text-align: center;
}
.cid-urCteG1SLp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-urCteG1SLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCteG1SLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCteG1SLp .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urCteG1SLp .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urCteG1SLp .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-urCteG1SLp .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
}
@media (max-width: 1440px) {
  .cid-urCteG1SLp .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-urCteG1SLp .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-urCteG1SLp .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-urCteG1SLp .box {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-urCteG1SLp .box {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-urCteG1SLp .box {
    width: 100%;
  }
}
.cid-urCteG1SLp .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-urCteG1SLp .box .mbr-media {
    height: 350px;
  }
}
.cid-urCteG1SLp .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-urCteG1SLp .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-urCteG1SLp .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-urCteG1SLp .mbr-media {
  position: relative;
}
.cid-urCteG1SLp .mbr-media img {
  object-fit: cover;
}
.cid-urCteG1SLp a:hover {
  background-image: none !important;
}
.cid-urCteG1SLp .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #133838;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-urCteG1SLp .icon-wrap:hover,
.cid-urCteG1SLp .icon-wrap:focus {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-urCteG1SLp .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-urCteG1SLp .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-urCteG1SLp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-urCteG1SLp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-urCteG1SLp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-urCteG1SLp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urCteG1SLp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urCteG1SLp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-urCteG1SLp .mbr-section-title,
.cid-urCteG1SLp .mbr-section-btn {
  color: #ffffff;
}
.cid-urCteGDcXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-urCteGDcXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCteGDcXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCteGDcXp .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-urCteGDcXp .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urCteGDcXp .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urCteGDcXp .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-urCteGDcXp .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-urCteGDcXp .panel-group .card:first-child {
  margin-top: 0;
}
.cid-urCteGDcXp .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-urCteGDcXp .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-urCteGDcXp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-urCteGDcXp .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-urCteGDcXp .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-urCteGDcXp .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #133838;
}
.cid-urCteGDcXp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-urCteGDcXp .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-urCteGDcXp .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-urCteGDcXp .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-urCteGDcXp .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-urCteGDcXp .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urCteGDcXp .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-urCteGDcXp .card {
  justify-content: space-between;
}
.cid-urCteGDcXp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-urCteGDcXp .panel-title-edit {
  color: #133838;
}
.cid-urCteGDcXp .panel-text {
  color: #f24d4a;
}
.cid-urCteGDcXp .panel-text,
.cid-urCteGDcXp .panel-body {
  color: #597db6;
}
.cid-urCteH7DPE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-urCteH7DPE .mbr-overlay {
  background: #133838;
  opacity: 0.8;
}
.cid-urCteH7DPE .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-urCteH7DPE .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-urCteH7DPE .content-wrapper .decor {
    display: none;
  }
}
.cid-urCteH7DPE .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-urCteH7DPE .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-urCteH7DPE .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-urCteH7DPE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-urCteH7DPE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-urCteH7DPE .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-urCteH7DPE .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-urCteH7DPE .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #133838;
  padding: 56px;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-urCteH7DPE .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-urCteH7DPE .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-urCteH7DPE .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-urCteH7DPE .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-urCteH7DPE .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-urCteH7DPE .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-urCteH7DPE .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-urCteH7DPE .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-urCteH7DPE .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-urCteH7DPE .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-urCteH7DPE .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urCteH7DPE .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-urCteH7DPE .embla__button--next,
.cid-urCteH7DPE .embla__button--prev {
  display: flex;
}
.cid-urCteH7DPE .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-urCteH7DPE .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-urCteH7DPE .embla__button:hover {
  opacity: .7;
}
.cid-urCteH7DPE .embla__button.embla__button--prev {
  left: 0;
}
.cid-urCteH7DPE .embla__button.embla__button--next {
  right: 0;
}
.cid-urCteH7DPE .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urCteH7DPE .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-urCteH7DPE .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-urCteH7DPE .embla__viewport {
    width: 100%;
  }
}
.cid-urCteH7DPE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-urCteH7DPE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-urCteH7DPE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-urCteH7DPE .item-letter {
  color: #f24d4a;
}
.cid-urCteH7DPE .item-name {
  color: #f24d4a;
}
.cid-urCteH7DPE .item-text {
  color: #f24d4a;
}
.cid-urCteH7DPE .item-date {
  color: #133838;
}
.cid-urCteH7DPE .item-name,
.cid-urCteH7DPE .name-wrapper {
  color: #133838;
}
.cid-urCteHYB1Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-urCteHYB1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCteHYB1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCteHYB1Q .content-head {
  max-width: 800px;
}
.cid-urCteHYB1Q .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-urCteHYB1Q .item {
    min-height: 45px;
  }
}
.cid-urCteHYB1Q .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-urCteHYB1Q .border-wrap {
    margin-top: 40px;
  }
}
.cid-urCteIobTf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-urCteIobTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCteIobTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCteIobTf .items-wrapper {
  margin: 0 -5px;
}
.cid-urCteIobTf .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-urCteIobTf .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-urCteIobTf .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-urCteIobTf .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-urCteIobTf .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-urCteIobTf .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urCteIobTf .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-urCteIobTf .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-urCteIobTf .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-urCteIobTf .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffd9c8;
}
@media (max-width: 992px) {
  .cid-urCteIobTf .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-urCteIobTf .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urCteIobTf .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-urCteIobTf .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
}
.cid-urCteIobTf .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urCteIobTf .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-urCteIobTf .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-urCteIobTf .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-urCteIobTf .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-urCteIobTf .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffd9c8 !important;
  box-shadow: none;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-urCteIobTf .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-urCteIobTf .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-urCteIobTf .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffd9c8 !important;
}
.cid-urCteIobTf .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffd9c8;
  opacity: .7;
}
.cid-urCteIobTf .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-urCteIobTf .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-urCteIobTf .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffd9c8;
  border-color: #ffd9c8;
  border-radius: 0;
}
.cid-urCteIobTf .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-urCteIobTf .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-urCteIobTf .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-urCteIobTf .mbr-section-title {
  color: #ffffff;
}
.cid-urCteIobTf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urCteIobTf .card-title {
  color: #ffffff;
}
.cid-urCteIRz4U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-urCteIRz4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCteIRz4U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCteIRz4U .content-wrap {
  justify-content: center;
}
.cid-urCteIRz4U .card {
  justify-content: center;
}
.cid-urCteIRz4U .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-urCteIRz4U .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-urCteIRz4U .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-urCteIRz4U .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urCteIRz4U .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-urCteIRz4U .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-urCteIRz4U .nav-wrapper .list .item-wrap:hover,
.cid-urCteIRz4U .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-urCteIRz4U .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-urCteIRz4U .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-urCteIRz4U .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urCteIRz4U .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-urCteIRz4U .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-urCteIRz4U .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-urCteIRz4U .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urCteIRz4U .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-urCteIRz4U .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-urCteIRz4U .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-urCteIRz4U .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffffff;
  background-color: #133838;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-urCteIRz4U .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-urCteIRz4U .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-urCteIRz4U .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-urCteIRz4U .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-urCteIRz4U .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-urCteIRz4U .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-urCteIRz4U .mbr-section-title {
  color: #ffffff;
}
.cid-urCteIRz4U .list,
.cid-urCteIRz4U .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-urCteIRz4U .mbr-phone {
  color: #ffffff;
}
.cid-urCteIRz4U .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-urCteIRz4U .list,
.cid-urCteIRz4U .item-wrap,
.cid-urCteIRz4U .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-us2j7qZRBa {
  background-color: transparent;
}
.cid-us2j7qZRBa .navbar-dropdown {
  background-color: #133838 !important;
  padding: 0;
}
.cid-us2j7qZRBa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #133838 !important;
  background: #133838;
}
.cid-us2j7qZRBa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us2j7qZRBa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-us2j7qZRBa .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-us2j7qZRBa .menu_box .navbar.opened,
  .cid-us2j7qZRBa .menu_box .navbar-collapse {
    background-color: #133838 !important;
    transition: all 0s ease 0s;
  }
}
.cid-us2j7qZRBa .navbar-dropdown {
  position: relative !important;
}
.cid-us2j7qZRBa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-us2j7qZRBa .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-us2j7qZRBa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-us2j7qZRBa .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-us2j7qZRBa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-us2j7qZRBa .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-us2j7qZRBa .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-us2j7qZRBa .nav-item {
    margin: 0 !important;
  }
}
.cid-us2j7qZRBa .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-us2j7qZRBa .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-us2j7qZRBa .nav-item .nav-link:hover,
.cid-us2j7qZRBa .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-us2j7qZRBa .nav-item .nav-link:hover::before,
.cid-us2j7qZRBa .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-us2j7qZRBa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-us2j7qZRBa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-us2j7qZRBa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-us2j7qZRBa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-us2j7qZRBa .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-us2j7qZRBa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-us2j7qZRBa .offcanvas_box {
    display: none;
  }
}
.cid-us2j7qZRBa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-us2j7qZRBa .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-us2j7qZRBa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-us2j7qZRBa .container {
  display: flex;
  margin: auto;
}
.cid-us2j7qZRBa .iconfont-wrapper {
  color: #133838;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-us2j7qZRBa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-us2j7qZRBa .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-us2j7qZRBa .navbar-nav {
    margin: 0;
  }
}
.cid-us2j7qZRBa .dropdown-menu,
.cid-us2j7qZRBa .navbar.opened {
  background-color: false !important;
}
.cid-us2j7qZRBa .nav-item:focus,
.cid-us2j7qZRBa .nav-link:focus {
  outline: none;
}
.cid-us2j7qZRBa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us2j7qZRBa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us2j7qZRBa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us2j7qZRBa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us2j7qZRBa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us2j7qZRBa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us2j7qZRBa .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-us2j7qZRBa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-us2j7qZRBa .navbar.opened {
  transition: all 0.3s;
}
.cid-us2j7qZRBa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-us2j7qZRBa .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-us2j7qZRBa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-us2j7qZRBa .navbar.collapsed {
  justify-content: center;
}
.cid-us2j7qZRBa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us2j7qZRBa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-us2j7qZRBa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us2j7qZRBa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us2j7qZRBa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us2j7qZRBa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-us2j7qZRBa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-us2j7qZRBa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-us2j7qZRBa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-us2j7qZRBa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us2j7qZRBa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us2j7qZRBa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-us2j7qZRBa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us2j7qZRBa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-us2j7qZRBa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us2j7qZRBa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-us2j7qZRBa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-us2j7qZRBa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-us2j7qZRBa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-us2j7qZRBa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us2j7qZRBa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-us2j7qZRBa .navbar.navbar-short {
  min-height: 60px;
}
.cid-us2j7qZRBa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-us2j7qZRBa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us2j7qZRBa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us2j7qZRBa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-us2j7qZRBa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us2j7qZRBa .dropdown-item.active,
.cid-us2j7qZRBa .dropdown-item:active {
  background-color: transparent;
}
.cid-us2j7qZRBa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-us2j7qZRBa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us2j7qZRBa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us2j7qZRBa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us2j7qZRBa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-us2j7qZRBa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us2j7qZRBa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #133838;
  background: #ffffff;
}
.cid-us2j7qZRBa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #133838;
}
.cid-us2j7qZRBa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us2j7qZRBa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us2j7qZRBa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us2j7qZRBa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us2j7qZRBa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us2j7qZRBa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us2j7qZRBa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us2j7qZRBa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us2j7qZRBa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-us2j7qZRBa .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-us2j7qZRBa .navbar {
    height: 70px;
  }
  .cid-us2j7qZRBa .navbar.opened {
    height: auto;
  }
  .cid-us2j7qZRBa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us2j7qZRBa .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-us2j7qZRBa .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-us2j7qZRBa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-us2j7qZRBa .text_widget {
  margin-bottom: 32px;
}
.cid-us2j7qZRBa .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-us2j7qZRBa .text_widget a:hover,
.cid-us2j7qZRBa .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-us2j7qZRBa .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-us2j7qZRBa .navbar-caption {
  color: #ffffff;
}
.cid-us2j7qZRBa .mbr-section-subtitle,
.cid-us2j7qZRBa .text_widget,
.cid-us2j7qZRBa .mbr-section-btn {
  text-align: center;
}
.cid-us2j7qZRBa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-us2j7rCjDI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-us2j7rCjDI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-us2j7rCjDI .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-us2j7rCjDI .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-us2j7rCjDI .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-us2j7rCjDI .container {
    padding: 0 12px;
  }
}
.cid-us2j7rCjDI .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-us2j7rCjDI .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-us2j7rCjDI .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-us2j7rCjDI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-us2j7rCjDI .content-wrapper {
  border-radius: 32px;
  background-color: #133838;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-us2j7rCjDI .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-us2j7rCjDI .content-wrapper .slider-wrapper {
  border-radius: .5em;
  overflow: hidden;
  width: 65%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-us2j7rCjDI .content-wrapper .slider-wrapper {
    width: 100%;
  }
}
.cid-us2j7rCjDI .content-wrapper .items-wrapper {
  margin-left: 80px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-us2j7rCjDI .content-wrapper .items-wrapper {
    width: 100%;
    margin: 32px 0 0 0;
  }
}
.cid-us2j7rCjDI .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-us2j7rCjDI .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-us2j7rCjDI .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap {
  margin-bottom: 16px;
}
.cid-us2j7rCjDI .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-us2j7rCjDI .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  margin-right: 4px;
}
.cid-us2j7rCjDI .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .item-title {
  margin-bottom: 0;
}
.cid-us2j7rCjDI .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-us2j7rCjDI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-us2j7rCjDI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-us2j7rCjDI .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-us2j7rCjDI .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-us2j7rCjDI .embla__button--next,
.cid-us2j7rCjDI .embla__button--prev {
  display: flex;
}
.cid-us2j7rCjDI .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-us2j7rCjDI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-us2j7rCjDI .embla__button:hover {
  opacity: .8 !important;
}
.cid-us2j7rCjDI .embla__button.embla__button--prev {
  left: 20px;
}
.cid-us2j7rCjDI .embla__button.embla__button--next {
  right: 20px;
}
.cid-us2j7rCjDI .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-us2j7rCjDI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-us2j7rCjDI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-us2j7rCjDI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-us2j7rCjDI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-us2j7rCjDI .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-us2j7rCjDI .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-us2j7rCjDI .item-title {
  color: #ffffff;
}
.cid-us2j7rCjDI .item-text {
  color: #ffffff;
}
.cid-us2j7s5nMC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-us2j7s5nMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-us2j7s5nMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us2j7s5nMC .items-wrapper {
  margin: 0 -5px;
}
.cid-us2j7s5nMC .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-us2j7s5nMC .item {
    margin-bottom: 16px;
  }
  .cid-us2j7s5nMC .item:last-child {
    margin-bottom: 0;
  }
}
.cid-us2j7s5nMC .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-us2j7s5nMC .item .item-wrapper {
  height: 100%;
}
.cid-us2j7s5nMC .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-us2j7s5nMC .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-us2j7srR4L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-us2j7srR4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-us2j7srR4L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us2j7srR4L .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-us2j7srR4L .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-us2j7srR4L .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 35%;
  margin-bottom: 60px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-us2j7srR4L .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-us2j7srR4L .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-us2j7srR4L .mbr-text,
.cid-us2j7srR4L .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-us2j7srR4L .mbr-section-title,
.cid-us2j7srR4L .mbr-section-btn {
  text-align: center;
}
.cid-us2j7ttr7r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-us2j7ttr7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-us2j7ttr7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us2j7ttr7r .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-us2j7ttr7r .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-us2j7ttr7r .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-us2j7ttr7r .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
}
@media (max-width: 1440px) {
  .cid-us2j7ttr7r .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-us2j7ttr7r .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-us2j7ttr7r .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-us2j7ttr7r .box {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-us2j7ttr7r .box {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-us2j7ttr7r .box {
    width: 100%;
  }
}
.cid-us2j7ttr7r .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-us2j7ttr7r .box .mbr-media {
    height: 350px;
  }
}
.cid-us2j7ttr7r .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-us2j7ttr7r .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-us2j7ttr7r .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-us2j7ttr7r .mbr-media {
  position: relative;
}
.cid-us2j7ttr7r .mbr-media img {
  object-fit: cover;
}
.cid-us2j7ttr7r a:hover {
  background-image: none !important;
}
.cid-us2j7ttr7r .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #133838;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-us2j7ttr7r .icon-wrap:hover,
.cid-us2j7ttr7r .icon-wrap:focus {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-us2j7ttr7r .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-us2j7ttr7r .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-us2j7ttr7r .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-us2j7ttr7r .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-us2j7ttr7r .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-us2j7ttr7r .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-us2j7ttr7r .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-us2j7ttr7r .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-us2j7ttr7r .mbr-section-title,
.cid-us2j7ttr7r .mbr-section-btn {
  color: #ffffff;
}
.cid-us2j7usSmu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-us2j7usSmu .mbr-fallback-image.disabled {
  display: none;
}
.cid-us2j7usSmu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us2j7usSmu .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-us2j7usSmu .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-us2j7usSmu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-us2j7usSmu .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-us2j7usSmu .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-us2j7usSmu .panel-group .card:first-child {
  margin-top: 0;
}
.cid-us2j7usSmu .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-us2j7usSmu .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-us2j7usSmu .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-us2j7usSmu .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-us2j7usSmu .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-us2j7usSmu .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #133838;
}
.cid-us2j7usSmu .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-us2j7usSmu .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-us2j7usSmu .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-us2j7usSmu .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-us2j7usSmu .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-us2j7usSmu .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-us2j7usSmu .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-us2j7usSmu .card {
  justify-content: space-between;
}
.cid-us2j7usSmu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-us2j7usSmu .panel-title-edit {
  color: #133838;
}
.cid-us2j7usSmu .panel-text {
  color: #f24d4a;
}
.cid-us2j7usSmu .panel-text,
.cid-us2j7usSmu .panel-body {
  color: #214e96;
}
.cid-us2j7v1t7h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-us2j7v1t7h .mbr-overlay {
  background: #133838;
  opacity: 0.8;
}
.cid-us2j7v1t7h .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-us2j7v1t7h .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-us2j7v1t7h .content-wrapper .decor {
    display: none;
  }
}
.cid-us2j7v1t7h .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-us2j7v1t7h .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-us2j7v1t7h .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-us2j7v1t7h .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-us2j7v1t7h .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-us2j7v1t7h .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-us2j7v1t7h .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-us2j7v1t7h .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #133838;
  padding: 56px;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-us2j7v1t7h .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-us2j7v1t7h .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-us2j7v1t7h .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-us2j7v1t7h .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-us2j7v1t7h .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-us2j7v1t7h .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-us2j7v1t7h .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-us2j7v1t7h .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-us2j7v1t7h .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-us2j7v1t7h .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-us2j7v1t7h .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-us2j7v1t7h .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-us2j7v1t7h .embla__button--next,
.cid-us2j7v1t7h .embla__button--prev {
  display: flex;
}
.cid-us2j7v1t7h .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-us2j7v1t7h .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-us2j7v1t7h .embla__button:hover {
  opacity: .7;
}
.cid-us2j7v1t7h .embla__button.embla__button--prev {
  left: 0;
}
.cid-us2j7v1t7h .embla__button.embla__button--next {
  right: 0;
}
.cid-us2j7v1t7h .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-us2j7v1t7h .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-us2j7v1t7h .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-us2j7v1t7h .embla__viewport {
    width: 100%;
  }
}
.cid-us2j7v1t7h .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-us2j7v1t7h .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-us2j7v1t7h .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-us2j7v1t7h .item-letter {
  color: #f24d4a;
}
.cid-us2j7v1t7h .item-name {
  color: #f24d4a;
}
.cid-us2j7v1t7h .item-text {
  color: #f24d4a;
}
.cid-us2j7v1t7h .item-date {
  color: #133838;
}
.cid-us2j7v1t7h .item-name,
.cid-us2j7v1t7h .name-wrapper {
  color: #133838;
}
.cid-us2j7vYA7V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-us2j7vYA7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-us2j7vYA7V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us2j7vYA7V .content-head {
  max-width: 800px;
}
.cid-us2j7vYA7V .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-us2j7vYA7V .item {
    min-height: 45px;
  }
}
.cid-us2j7vYA7V .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-us2j7vYA7V .border-wrap {
    margin-top: 40px;
  }
}
.cid-us2j7wAUXw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-us2j7wAUXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-us2j7wAUXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us2j7wAUXw .items-wrapper {
  margin: 0 -5px;
}
.cid-us2j7wAUXw .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-us2j7wAUXw .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-us2j7wAUXw .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-us2j7wAUXw .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-us2j7wAUXw .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-us2j7wAUXw .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-us2j7wAUXw .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-us2j7wAUXw .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-us2j7wAUXw .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-us2j7wAUXw .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffd9c8;
}
@media (max-width: 992px) {
  .cid-us2j7wAUXw .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-us2j7wAUXw .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-us2j7wAUXw .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-us2j7wAUXw .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
}
.cid-us2j7wAUXw .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-us2j7wAUXw .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-us2j7wAUXw .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-us2j7wAUXw .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-us2j7wAUXw .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-us2j7wAUXw .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffd9c8 !important;
  box-shadow: none;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-us2j7wAUXw .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-us2j7wAUXw .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-us2j7wAUXw .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffd9c8 !important;
}
.cid-us2j7wAUXw .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffd9c8;
  opacity: .7;
}
.cid-us2j7wAUXw .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-us2j7wAUXw .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-us2j7wAUXw .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffd9c8;
  border-color: #ffd9c8;
  border-radius: 0;
}
.cid-us2j7wAUXw .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-us2j7wAUXw .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-us2j7wAUXw .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-us2j7wAUXw .mbr-section-title {
  color: #ffffff;
}
.cid-us2j7wAUXw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-us2j7wAUXw .card-title {
  color: #ffffff;
}
.cid-us2j7xmfaC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-us2j7xmfaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-us2j7xmfaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us2j7xmfaC .content-wrap {
  justify-content: center;
}
.cid-us2j7xmfaC .card {
  justify-content: center;
}
.cid-us2j7xmfaC .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-us2j7xmfaC .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-us2j7xmfaC .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-us2j7xmfaC .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-us2j7xmfaC .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-us2j7xmfaC .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-us2j7xmfaC .nav-wrapper .list .item-wrap:hover,
.cid-us2j7xmfaC .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-us2j7xmfaC .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-us2j7xmfaC .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-us2j7xmfaC .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-us2j7xmfaC .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-us2j7xmfaC .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-us2j7xmfaC .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-us2j7xmfaC .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-us2j7xmfaC .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-us2j7xmfaC .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-us2j7xmfaC .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-us2j7xmfaC .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffffff;
  background-color: #133838;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-us2j7xmfaC .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-us2j7xmfaC .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-us2j7xmfaC .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-us2j7xmfaC .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-us2j7xmfaC .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-us2j7xmfaC .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-us2j7xmfaC .mbr-section-title {
  color: #ffffff;
}
.cid-us2j7xmfaC .list,
.cid-us2j7xmfaC .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-us2j7xmfaC .mbr-phone {
  color: #ffffff;
}
.cid-us2j7xmfaC .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-us2j7xmfaC .list,
.cid-us2j7xmfaC .item-wrap,
.cid-us2j7xmfaC .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uswci33u9I {
  background-color: transparent;
}
.cid-uswci33u9I .navbar-dropdown {
  background-color: #133838 !important;
  padding: 0;
}
.cid-uswci33u9I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #133838 !important;
  background: #133838;
}
.cid-uswci33u9I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uswci33u9I .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uswci33u9I .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uswci33u9I .menu_box .navbar.opened,
  .cid-uswci33u9I .menu_box .navbar-collapse {
    background-color: #133838 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uswci33u9I .navbar-dropdown {
  position: relative !important;
}
.cid-uswci33u9I .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uswci33u9I .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uswci33u9I .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uswci33u9I .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uswci33u9I .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uswci33u9I .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uswci33u9I .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uswci33u9I .nav-item {
    margin: 0 !important;
  }
}
.cid-uswci33u9I .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uswci33u9I .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uswci33u9I .nav-item .nav-link:hover,
.cid-uswci33u9I .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uswci33u9I .nav-item .nav-link:hover::before,
.cid-uswci33u9I .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uswci33u9I .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uswci33u9I .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uswci33u9I .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uswci33u9I .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uswci33u9I .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-uswci33u9I .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uswci33u9I .offcanvas_box {
    display: none;
  }
}
.cid-uswci33u9I .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uswci33u9I .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uswci33u9I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uswci33u9I .container {
  display: flex;
  margin: auto;
}
.cid-uswci33u9I .iconfont-wrapper {
  color: #133838;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uswci33u9I .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uswci33u9I .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uswci33u9I .navbar-nav {
    margin: 0;
  }
}
.cid-uswci33u9I .dropdown-menu,
.cid-uswci33u9I .navbar.opened {
  background-color: false !important;
}
.cid-uswci33u9I .nav-item:focus,
.cid-uswci33u9I .nav-link:focus {
  outline: none;
}
.cid-uswci33u9I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uswci33u9I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uswci33u9I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uswci33u9I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uswci33u9I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uswci33u9I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uswci33u9I .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uswci33u9I .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uswci33u9I .navbar.opened {
  transition: all 0.3s;
}
.cid-uswci33u9I .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uswci33u9I .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uswci33u9I .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uswci33u9I .navbar.collapsed {
  justify-content: center;
}
.cid-uswci33u9I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uswci33u9I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uswci33u9I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uswci33u9I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uswci33u9I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uswci33u9I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uswci33u9I .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uswci33u9I .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uswci33u9I .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uswci33u9I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uswci33u9I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uswci33u9I .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uswci33u9I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uswci33u9I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uswci33u9I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uswci33u9I .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uswci33u9I .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uswci33u9I .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uswci33u9I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uswci33u9I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uswci33u9I .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uswci33u9I .navbar.navbar-short {
  min-height: 60px;
}
.cid-uswci33u9I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uswci33u9I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uswci33u9I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uswci33u9I .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uswci33u9I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uswci33u9I .dropdown-item.active,
.cid-uswci33u9I .dropdown-item:active {
  background-color: transparent;
}
.cid-uswci33u9I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uswci33u9I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uswci33u9I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uswci33u9I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uswci33u9I ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uswci33u9I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uswci33u9I button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #133838;
  background: #ffffff;
}
.cid-uswci33u9I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #133838;
}
.cid-uswci33u9I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uswci33u9I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uswci33u9I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uswci33u9I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uswci33u9I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uswci33u9I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uswci33u9I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uswci33u9I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uswci33u9I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uswci33u9I .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-uswci33u9I .navbar {
    height: 70px;
  }
  .cid-uswci33u9I .navbar.opened {
    height: auto;
  }
  .cid-uswci33u9I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uswci33u9I .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uswci33u9I .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uswci33u9I .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uswci33u9I .text_widget {
  margin-bottom: 32px;
}
.cid-uswci33u9I .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uswci33u9I .text_widget a:hover,
.cid-uswci33u9I .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uswci33u9I .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uswci33u9I .navbar-caption {
  color: #ffffff;
}
.cid-uswci33u9I .mbr-section-subtitle,
.cid-uswci33u9I .text_widget,
.cid-uswci33u9I .mbr-section-btn {
  text-align: center;
}
.cid-uswci33u9I a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uswci3t85m {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uswci3t85m .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uswci3t85m .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uswci3t85m .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uswci3t85m .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uswci3t85m .container {
    padding: 0 12px;
  }
}
.cid-uswci3t85m .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uswci3t85m .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uswci3t85m .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uswci3t85m .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uswci3t85m .content-wrapper {
  border-radius: 32px;
  background-color: #133838;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uswci3t85m .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uswci3t85m .content-wrapper .slider-wrapper {
  border-radius: .5em;
  overflow: hidden;
  width: 65%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uswci3t85m .content-wrapper .slider-wrapper {
    width: 100%;
  }
}
.cid-uswci3t85m .content-wrapper .items-wrapper {
  margin-left: 80px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uswci3t85m .content-wrapper .items-wrapper {
    width: 100%;
    margin: 32px 0 0 0;
  }
}
.cid-uswci3t85m .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uswci3t85m .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-uswci3t85m .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap {
  margin-bottom: 16px;
}
.cid-uswci3t85m .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uswci3t85m .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  margin-right: 4px;
}
.cid-uswci3t85m .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .item-title {
  margin-bottom: 0;
}
.cid-uswci3t85m .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uswci3t85m .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uswci3t85m .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uswci3t85m .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-uswci3t85m .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uswci3t85m .embla__button--next,
.cid-uswci3t85m .embla__button--prev {
  display: flex;
}
.cid-uswci3t85m .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uswci3t85m .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uswci3t85m .embla__button:hover {
  opacity: .8 !important;
}
.cid-uswci3t85m .embla__button.embla__button--prev {
  left: 20px;
}
.cid-uswci3t85m .embla__button.embla__button--next {
  right: 20px;
}
.cid-uswci3t85m .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uswci3t85m .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uswci3t85m .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uswci3t85m .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uswci3t85m .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uswci3t85m .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uswci3t85m .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uswci3t85m .item-title {
  color: #ffffff;
}
.cid-uswci3t85m .item-text {
  color: #ffffff;
}
.cid-uswci42nlN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  border-top: 3px solid #133838;
  border-bottom: 3px solid #133838;
  margin-top: -3px;
  background-image: url("../../../assets/images/venda-e-instalao-de-persianas-de-qualidade-em-curitiba-decora-wall-1149x766.jpg");
}
.cid-uswci42nlN .info {
  width: fit-content;
  border-radius: 20px;
  background-color: #ffffff;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  margin-bottom: 65px;
  font-family: "Josefin Sans";
}
@media (min-width: 92px) {
  .cid-uswci42nlN .info .display-7 {
    font-size: 23.8px;
  }
}
.cid-uswci42nlN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uswci42nlN .team-card:hover {
  transform: translateY(-10px);
}
.cid-uswci42nlN .card-wrap {
  border-radius: 20px;
  max-width: 380px;
  height: 380px;
}
@media (max-width: 991px) {
  .cid-uswci42nlN .card-wrap {
    max-width: 230px;
    height: 230px;
  }
}
.cid-uswci42nlN .card-wrap .image-wrap img {
  border-radius: 20px;
  border: 3px solid #000;
  width: 380px;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uswci42nlN .card-wrap .image-wrap img {
    width: 230px;
    height: 230px;
  }
}
.cid-uswci42nlN .card-wrap .image-wrap img:hover {
  border: 3px solid #fff;
}
.cid-uswci42nlN .button {
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .cid-uswci42nlN .button {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uswci42nlN .button {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .cid-uswci42nlN .button {
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cid-uswci42nlN .button {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .cid-uswci42nlN .button {
    max-width: 1200px;
  }
}
.cid-uswci42nlN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 991px) {
  .cid-uswci42nlN .embla__slide {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uswci42nlN .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uswci42nlN .embla__button--next,
.cid-uswci42nlN .embla__button--prev {
  display: flex;
}
.cid-uswci42nlN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uswci42nlN .embla__button {
    display: none;
  }
}
.cid-uswci42nlN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uswci42nlN .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uswci42nlN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uswci42nlN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uswci42nlN .embla__button {
    top: auto;
  }
}
.cid-uswci42nlN .embla {
  position: relative;
  width: 100%;
}
.cid-uswci42nlN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uswci42nlN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uswci42nlN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uswci42nlN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uswci42nlN .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uswci42nlN .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-uswci42nlN .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uswci42nlN .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uswci42nlN .btn:hover,
.cid-uswci42nlN .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-uswci42nlN .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uswci42nlN .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uswci42nlN .btn:hover:before,
.cid-uswci42nlN .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-uswci42nlN .btn-secondary {
  color: #000000 !important;
}
.cid-uswci42nlN .btn-secondary:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uswci42nlN .icon {
    display: none;
  }
}
.cid-uswci42nlN .mbr-info {
  color: #133838;
}
.cid-uswci4Nlat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uswci4Nlat .mbr-fallback-image.disabled {
  display: none;
}
.cid-uswci4Nlat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uswci4Nlat .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uswci4Nlat .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uswci4Nlat .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 35%;
  margin-bottom: 60px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uswci4Nlat .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uswci4Nlat .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uswci4Nlat .mbr-text,
.cid-uswci4Nlat .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uswci4Nlat .mbr-section-title,
.cid-uswci4Nlat .mbr-section-btn {
  text-align: center;
}
.cid-uswci58XHR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uswci58XHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uswci58XHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uswci58XHR .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uswci58XHR .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uswci58XHR .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uswci58XHR .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
}
@media (max-width: 1440px) {
  .cid-uswci58XHR .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-uswci58XHR .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-uswci58XHR .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-uswci58XHR .box {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-uswci58XHR .box {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uswci58XHR .box {
    width: 100%;
  }
}
.cid-uswci58XHR .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uswci58XHR .box .mbr-media {
    height: 350px;
  }
}
.cid-uswci58XHR .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uswci58XHR .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uswci58XHR .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uswci58XHR .mbr-media {
  position: relative;
}
.cid-uswci58XHR .mbr-media img {
  object-fit: cover;
}
.cid-uswci58XHR a:hover {
  background-image: none !important;
}
.cid-uswci58XHR .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #133838;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uswci58XHR .icon-wrap:hover,
.cid-uswci58XHR .icon-wrap:focus {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uswci58XHR .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-uswci58XHR .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uswci58XHR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uswci58XHR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uswci58XHR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uswci58XHR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uswci58XHR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uswci58XHR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uswci58XHR .mbr-section-title,
.cid-uswci58XHR .mbr-section-btn {
  color: #ffffff;
}
.cid-uswci5LErj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uswci5LErj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uswci5LErj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uswci5LErj .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uswci5LErj .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uswci5LErj .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uswci5LErj .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uswci5LErj .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uswci5LErj .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uswci5LErj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uswci5LErj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uswci5LErj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uswci5LErj .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uswci5LErj .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uswci5LErj .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #133838;
}
.cid-uswci5LErj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uswci5LErj .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uswci5LErj .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uswci5LErj .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uswci5LErj .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uswci5LErj .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uswci5LErj .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uswci5LErj .card {
  justify-content: space-between;
}
.cid-uswci5LErj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uswci5LErj .panel-title-edit {
  color: #133838;
}
.cid-uswci5LErj .panel-text {
  color: #f24d4a;
}
.cid-uswci5LErj .panel-text,
.cid-uswci5LErj .panel-body {
  color: #36bd1a;
}
.cid-uswci6pZXc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uswci6pZXc .mbr-overlay {
  background: #133838;
  opacity: 0.8;
}
.cid-uswci6pZXc .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uswci6pZXc .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uswci6pZXc .content-wrapper .decor {
    display: none;
  }
}
.cid-uswci6pZXc .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-uswci6pZXc .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-uswci6pZXc .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-uswci6pZXc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uswci6pZXc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uswci6pZXc .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-uswci6pZXc .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-uswci6pZXc .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #133838;
  padding: 56px;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-uswci6pZXc .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uswci6pZXc .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uswci6pZXc .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uswci6pZXc .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uswci6pZXc .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uswci6pZXc .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uswci6pZXc .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uswci6pZXc .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-uswci6pZXc .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uswci6pZXc .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uswci6pZXc .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uswci6pZXc .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-uswci6pZXc .embla__button--next,
.cid-uswci6pZXc .embla__button--prev {
  display: flex;
}
.cid-uswci6pZXc .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uswci6pZXc .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-uswci6pZXc .embla__button:hover {
  opacity: .7;
}
.cid-uswci6pZXc .embla__button.embla__button--prev {
  left: 0;
}
.cid-uswci6pZXc .embla__button.embla__button--next {
  right: 0;
}
.cid-uswci6pZXc .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uswci6pZXc .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-uswci6pZXc .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uswci6pZXc .embla__viewport {
    width: 100%;
  }
}
.cid-uswci6pZXc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uswci6pZXc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uswci6pZXc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uswci6pZXc .item-letter {
  color: #f24d4a;
}
.cid-uswci6pZXc .item-name {
  color: #f24d4a;
}
.cid-uswci6pZXc .item-text {
  color: #f24d4a;
}
.cid-uswci6pZXc .item-date {
  color: #133838;
}
.cid-uswci6pZXc .item-name,
.cid-uswci6pZXc .name-wrapper {
  color: #133838;
}
.cid-uswci7j79I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uswci7j79I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uswci7j79I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uswci7j79I .content-head {
  max-width: 800px;
}
.cid-uswci7j79I .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uswci7j79I .item {
    min-height: 45px;
  }
}
.cid-uswci7j79I .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-uswci7j79I .border-wrap {
    margin-top: 40px;
  }
}
.cid-uswci7JVCP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uswci7JVCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uswci7JVCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uswci7JVCP .items-wrapper {
  margin: 0 -5px;
}
.cid-uswci7JVCP .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uswci7JVCP .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uswci7JVCP .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uswci7JVCP .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-uswci7JVCP .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uswci7JVCP .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uswci7JVCP .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uswci7JVCP .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-uswci7JVCP .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-uswci7JVCP .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffd9c8;
}
@media (max-width: 992px) {
  .cid-uswci7JVCP .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uswci7JVCP .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uswci7JVCP .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-uswci7JVCP .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
}
.cid-uswci7JVCP .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uswci7JVCP .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uswci7JVCP .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uswci7JVCP .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uswci7JVCP .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uswci7JVCP .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffd9c8 !important;
  box-shadow: none;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-uswci7JVCP .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uswci7JVCP .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uswci7JVCP .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffd9c8 !important;
}
.cid-uswci7JVCP .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffd9c8;
  opacity: .7;
}
.cid-uswci7JVCP .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uswci7JVCP .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uswci7JVCP .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffd9c8;
  border-color: #ffd9c8;
  border-radius: 0;
}
.cid-uswci7JVCP .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uswci7JVCP .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uswci7JVCP .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-uswci7JVCP .mbr-section-title {
  color: #ffffff;
}
.cid-uswci7JVCP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uswci7JVCP .card-title {
  color: #ffffff;
}
.cid-uswci8iDq0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uswci8iDq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uswci8iDq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uswci8iDq0 .content-wrap {
  justify-content: center;
}
.cid-uswci8iDq0 .card {
  justify-content: center;
}
.cid-uswci8iDq0 .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uswci8iDq0 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uswci8iDq0 .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uswci8iDq0 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uswci8iDq0 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uswci8iDq0 .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uswci8iDq0 .nav-wrapper .list .item-wrap:hover,
.cid-uswci8iDq0 .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-uswci8iDq0 .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-uswci8iDq0 .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uswci8iDq0 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uswci8iDq0 .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-uswci8iDq0 .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uswci8iDq0 .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uswci8iDq0 .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uswci8iDq0 .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uswci8iDq0 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uswci8iDq0 .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-uswci8iDq0 .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffffff;
  background-color: #133838;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-uswci8iDq0 .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uswci8iDq0 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-uswci8iDq0 .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-uswci8iDq0 .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-uswci8iDq0 .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-uswci8iDq0 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uswci8iDq0 .mbr-section-title {
  color: #ffffff;
}
.cid-uswci8iDq0 .list,
.cid-uswci8iDq0 .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-uswci8iDq0 .mbr-phone {
  color: #ffffff;
}
.cid-uswci8iDq0 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uswci8iDq0 .list,
.cid-uswci8iDq0 .item-wrap,
.cid-uswci8iDq0 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usZqLdLqOg {
  background-color: transparent;
}
.cid-usZqLdLqOg .navbar-dropdown {
  background-color: #133838 !important;
  padding: 0;
}
.cid-usZqLdLqOg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #133838 !important;
  background: #133838;
}
.cid-usZqLdLqOg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usZqLdLqOg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-usZqLdLqOg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-usZqLdLqOg .menu_box .navbar.opened,
  .cid-usZqLdLqOg .menu_box .navbar-collapse {
    background-color: #133838 !important;
    transition: all 0s ease 0s;
  }
}
.cid-usZqLdLqOg .navbar-dropdown {
  position: relative !important;
}
.cid-usZqLdLqOg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-usZqLdLqOg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-usZqLdLqOg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-usZqLdLqOg .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-usZqLdLqOg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-usZqLdLqOg .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-usZqLdLqOg .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-usZqLdLqOg .nav-item {
    margin: 0 !important;
  }
}
.cid-usZqLdLqOg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-usZqLdLqOg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-usZqLdLqOg .nav-item .nav-link:hover,
.cid-usZqLdLqOg .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-usZqLdLqOg .nav-item .nav-link:hover::before,
.cid-usZqLdLqOg .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-usZqLdLqOg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-usZqLdLqOg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-usZqLdLqOg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-usZqLdLqOg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-usZqLdLqOg .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-usZqLdLqOg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-usZqLdLqOg .offcanvas_box {
    display: none;
  }
}
.cid-usZqLdLqOg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-usZqLdLqOg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-usZqLdLqOg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-usZqLdLqOg .container {
  display: flex;
  margin: auto;
}
.cid-usZqLdLqOg .iconfont-wrapper {
  color: #133838;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-usZqLdLqOg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-usZqLdLqOg .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-usZqLdLqOg .navbar-nav {
    margin: 0;
  }
}
.cid-usZqLdLqOg .dropdown-menu,
.cid-usZqLdLqOg .navbar.opened {
  background-color: false !important;
}
.cid-usZqLdLqOg .nav-item:focus,
.cid-usZqLdLqOg .nav-link:focus {
  outline: none;
}
.cid-usZqLdLqOg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usZqLdLqOg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usZqLdLqOg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usZqLdLqOg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usZqLdLqOg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usZqLdLqOg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usZqLdLqOg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-usZqLdLqOg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-usZqLdLqOg .navbar.opened {
  transition: all 0.3s;
}
.cid-usZqLdLqOg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-usZqLdLqOg .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-usZqLdLqOg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-usZqLdLqOg .navbar.collapsed {
  justify-content: center;
}
.cid-usZqLdLqOg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usZqLdLqOg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usZqLdLqOg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usZqLdLqOg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usZqLdLqOg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usZqLdLqOg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-usZqLdLqOg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-usZqLdLqOg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-usZqLdLqOg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-usZqLdLqOg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usZqLdLqOg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usZqLdLqOg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-usZqLdLqOg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usZqLdLqOg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-usZqLdLqOg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usZqLdLqOg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-usZqLdLqOg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-usZqLdLqOg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-usZqLdLqOg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-usZqLdLqOg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usZqLdLqOg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-usZqLdLqOg .navbar.navbar-short {
  min-height: 60px;
}
.cid-usZqLdLqOg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usZqLdLqOg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usZqLdLqOg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usZqLdLqOg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-usZqLdLqOg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usZqLdLqOg .dropdown-item.active,
.cid-usZqLdLqOg .dropdown-item:active {
  background-color: transparent;
}
.cid-usZqLdLqOg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-usZqLdLqOg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usZqLdLqOg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usZqLdLqOg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usZqLdLqOg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-usZqLdLqOg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usZqLdLqOg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #133838;
  background: #ffffff;
}
.cid-usZqLdLqOg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #133838;
}
.cid-usZqLdLqOg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usZqLdLqOg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usZqLdLqOg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usZqLdLqOg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usZqLdLqOg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usZqLdLqOg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usZqLdLqOg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usZqLdLqOg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usZqLdLqOg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-usZqLdLqOg .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-usZqLdLqOg .navbar {
    height: 70px;
  }
  .cid-usZqLdLqOg .navbar.opened {
    height: auto;
  }
  .cid-usZqLdLqOg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usZqLdLqOg .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-usZqLdLqOg .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-usZqLdLqOg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-usZqLdLqOg .text_widget {
  margin-bottom: 32px;
}
.cid-usZqLdLqOg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-usZqLdLqOg .text_widget a:hover,
.cid-usZqLdLqOg .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-usZqLdLqOg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-usZqLdLqOg .navbar-caption {
  color: #ffffff;
}
.cid-usZqLdLqOg .mbr-section-subtitle,
.cid-usZqLdLqOg .text_widget,
.cid-usZqLdLqOg .mbr-section-btn {
  text-align: center;
}
.cid-usZqLdLqOg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-usZqLfgy3g {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usZqLfgy3g .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-usZqLfgy3g .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-usZqLfgy3g .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-usZqLfgy3g .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-usZqLfgy3g .container {
    padding: 0 12px;
  }
}
.cid-usZqLfgy3g .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-usZqLfgy3g .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-usZqLfgy3g .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-usZqLfgy3g .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usZqLfgy3g .content-wrapper {
  border-radius: 32px;
  background-color: #133838;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-usZqLfgy3g .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-usZqLfgy3g .content-wrapper .slider-wrapper {
  border-radius: .5em;
  overflow: hidden;
  width: 65%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-usZqLfgy3g .content-wrapper .slider-wrapper {
    width: 100%;
  }
}
.cid-usZqLfgy3g .content-wrapper .items-wrapper {
  margin-left: 80px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-usZqLfgy3g .content-wrapper .items-wrapper {
    width: 100%;
    margin: 32px 0 0 0;
  }
}
.cid-usZqLfgy3g .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-usZqLfgy3g .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-usZqLfgy3g .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap {
  margin-bottom: 16px;
}
.cid-usZqLfgy3g .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-usZqLfgy3g .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  margin-right: 4px;
}
.cid-usZqLfgy3g .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .item-title {
  margin-bottom: 0;
}
.cid-usZqLfgy3g .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-usZqLfgy3g .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-usZqLfgy3g .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usZqLfgy3g .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-usZqLfgy3g .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-usZqLfgy3g .embla__button--next,
.cid-usZqLfgy3g .embla__button--prev {
  display: flex;
}
.cid-usZqLfgy3g .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-usZqLfgy3g .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-usZqLfgy3g .embla__button:hover {
  opacity: .8 !important;
}
.cid-usZqLfgy3g .embla__button.embla__button--prev {
  left: 20px;
}
.cid-usZqLfgy3g .embla__button.embla__button--next {
  right: 20px;
}
.cid-usZqLfgy3g .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-usZqLfgy3g .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-usZqLfgy3g .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usZqLfgy3g .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usZqLfgy3g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usZqLfgy3g .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-usZqLfgy3g .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-usZqLfgy3g .item-title {
  color: #ffffff;
}
.cid-usZqLfgy3g .item-text {
  color: #ffffff;
}
.cid-usZqLg0Q4A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-usZqLg0Q4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-usZqLg0Q4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usZqLg0Q4A .items-wrapper {
  margin: 0 -5px;
}
.cid-usZqLg0Q4A .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-usZqLg0Q4A .item {
    margin-bottom: 16px;
  }
  .cid-usZqLg0Q4A .item:last-child {
    margin-bottom: 0;
  }
}
.cid-usZqLg0Q4A .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-usZqLg0Q4A .item .item-wrapper {
  height: 100%;
}
.cid-usZqLg0Q4A .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-usZqLg0Q4A .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-usZqLglHTV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-usZqLglHTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-usZqLglHTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usZqLglHTV .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-usZqLglHTV .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-usZqLglHTV .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 35%;
  margin-bottom: 60px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-usZqLglHTV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-usZqLglHTV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-usZqLglHTV .mbr-text,
.cid-usZqLglHTV .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usZqLglHTV .mbr-section-title,
.cid-usZqLglHTV .mbr-section-btn {
  text-align: center;
}
.cid-usZqLhICdn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-usZqLhICdn .mbr-fallback-image.disabled {
  display: none;
}
.cid-usZqLhICdn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usZqLhICdn .items-wrapper {
  margin: 0 -5px;
}
.cid-usZqLhICdn .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-usZqLhICdn .item {
    margin-bottom: 16px;
  }
  .cid-usZqLhICdn .item:last-child {
    margin-bottom: 0;
  }
}
.cid-usZqLhICdn .item .item-wrapper {
  height: 100%;
}
.cid-usZqLhICdn .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-usZqLhICdn .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.cid-usZqLhICdn .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #ffffff;
  pointer-events: none;
}
.cid-usZqLhICdn .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-usZqLhICdn .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-usZqLhICdn .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.cid-usZqLhICdn .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-usZqLhICdn .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.cid-usZqLhICdn .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-usZqLhICdn .card-text {
  color: #ffffff;
}
.cid-usZqLiaRrF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-usZqLiaRrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-usZqLiaRrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usZqLiaRrF .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-usZqLiaRrF .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-usZqLiaRrF .content-wrapper .video-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-usZqLiaRrF .content-wrapper .video-wrap .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
  transform: rotate(4deg);
}
@media (max-width: 1440px) {
  .cid-usZqLiaRrF .content-wrapper .video-wrap .decor {
    width: 67%;
  }
}
@media (max-width: 992px) {
  .cid-usZqLiaRrF .content-wrapper .video-wrap .decor {
    display: none;
  }
}
.cid-usZqLiaRrF .content-wrapper .video-wrap .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-usZqLiaRrF .box {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-usZqLiaRrF .box {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-usZqLiaRrF .box {
    width: 100%;
  }
}
.cid-usZqLiaRrF .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-usZqLiaRrF .box .mbr-media {
    height: 350px;
  }
}
.cid-usZqLiaRrF .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-usZqLiaRrF .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-usZqLiaRrF .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-usZqLiaRrF .mbr-media {
  position: relative;
}
.cid-usZqLiaRrF .mbr-media img {
  object-fit: cover;
}
.cid-usZqLiaRrF a:hover {
  background-image: none !important;
}
.cid-usZqLiaRrF .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #133838;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-usZqLiaRrF .icon-wrap:hover,
.cid-usZqLiaRrF .icon-wrap:focus {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-usZqLiaRrF .icon-wrap {
    height: 60px;
    width: 60px;
  }
}
.cid-usZqLiaRrF .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-usZqLiaRrF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-usZqLiaRrF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-usZqLiaRrF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-usZqLiaRrF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-usZqLiaRrF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-usZqLiaRrF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-usZqLiaRrF .mbr-section-title,
.cid-usZqLiaRrF .mbr-section-btn {
  color: #ffffff;
}
.cid-usZqLiXL9l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-usZqLiXL9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-usZqLiXL9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usZqLiXL9l .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-usZqLiXL9l .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-usZqLiXL9l .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-usZqLiXL9l .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-usZqLiXL9l .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-usZqLiXL9l .panel-group .card:first-child {
  margin-top: 0;
}
.cid-usZqLiXL9l .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-usZqLiXL9l .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-usZqLiXL9l .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-usZqLiXL9l .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-usZqLiXL9l .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-usZqLiXL9l .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #133838;
}
.cid-usZqLiXL9l .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-usZqLiXL9l .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-usZqLiXL9l .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-usZqLiXL9l .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-usZqLiXL9l .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-usZqLiXL9l .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usZqLiXL9l .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-usZqLiXL9l .card {
  justify-content: space-between;
}
.cid-usZqLiXL9l .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-usZqLiXL9l .panel-title-edit {
  color: #133838;
}
.cid-usZqLiXL9l .panel-text {
  color: #f24d4a;
}
.cid-usZqLiXL9l .panel-text,
.cid-usZqLiXL9l .panel-body {
  color: #214e96;
}
.cid-usZqLjtjGr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-usZqLjtjGr .mbr-overlay {
  background: #133838;
  opacity: 0.8;
}
.cid-usZqLjtjGr .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-usZqLjtjGr .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-usZqLjtjGr .content-wrapper .decor {
    display: none;
  }
}
.cid-usZqLjtjGr .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-usZqLjtjGr .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-usZqLjtjGr .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-usZqLjtjGr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-usZqLjtjGr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usZqLjtjGr .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-usZqLjtjGr .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-usZqLjtjGr .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #133838;
  padding: 56px;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-usZqLjtjGr .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-usZqLjtjGr .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-usZqLjtjGr .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-usZqLjtjGr .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-usZqLjtjGr .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-usZqLjtjGr .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-usZqLjtjGr .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-usZqLjtjGr .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-usZqLjtjGr .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-usZqLjtjGr .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-usZqLjtjGr .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usZqLjtjGr .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-usZqLjtjGr .embla__button--next,
.cid-usZqLjtjGr .embla__button--prev {
  display: flex;
}
.cid-usZqLjtjGr .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffffff !important;
  color: #133838 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-usZqLjtjGr .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-usZqLjtjGr .embla__button:hover {
  opacity: .7;
}
.cid-usZqLjtjGr .embla__button.embla__button--prev {
  left: 0;
}
.cid-usZqLjtjGr .embla__button.embla__button--next {
  right: 0;
}
.cid-usZqLjtjGr .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usZqLjtjGr .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-usZqLjtjGr .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-usZqLjtjGr .embla__viewport {
    width: 100%;
  }
}
.cid-usZqLjtjGr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usZqLjtjGr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usZqLjtjGr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usZqLjtjGr .item-letter {
  color: #f24d4a;
}
.cid-usZqLjtjGr .item-name {
  color: #f24d4a;
}
.cid-usZqLjtjGr .item-text {
  color: #f24d4a;
}
.cid-usZqLjtjGr .item-date {
  color: #133838;
}
.cid-usZqLjtjGr .item-name,
.cid-usZqLjtjGr .name-wrapper {
  color: #133838;
}
.cid-usZqLkrBJE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-usZqLkrBJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-usZqLkrBJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usZqLkrBJE .content-head {
  max-width: 800px;
}
.cid-usZqLkrBJE .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-usZqLkrBJE .item {
    min-height: 45px;
  }
}
.cid-usZqLkrBJE .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .cid-usZqLkrBJE .border-wrap {
    margin-top: 40px;
  }
}
.cid-usZqLl6VSw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-usZqLl6VSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-usZqLl6VSw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usZqLl6VSw .items-wrapper {
  margin: 0 -5px;
}
.cid-usZqLl6VSw .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-usZqLl6VSw .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-usZqLl6VSw .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-usZqLl6VSw .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-usZqLl6VSw .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-usZqLl6VSw .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-usZqLl6VSw .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-usZqLl6VSw .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-usZqLl6VSw .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-usZqLl6VSw .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffd9c8;
}
@media (max-width: 992px) {
  .cid-usZqLl6VSw .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-usZqLl6VSw .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usZqLl6VSw .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-usZqLl6VSw .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
}
.cid-usZqLl6VSw .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-usZqLl6VSw .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-usZqLl6VSw .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-usZqLl6VSw .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-usZqLl6VSw .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-usZqLl6VSw .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffd9c8 !important;
  box-shadow: none;
  background-color: #133838;
}
@media (max-width: 992px) {
  .cid-usZqLl6VSw .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-usZqLl6VSw .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-usZqLl6VSw .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffd9c8 !important;
}
.cid-usZqLl6VSw .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffd9c8;
  opacity: .7;
}
.cid-usZqLl6VSw .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-usZqLl6VSw .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-usZqLl6VSw .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffd9c8;
  border-color: #ffd9c8;
  border-radius: 0;
}
.cid-usZqLl6VSw .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-usZqLl6VSw .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-usZqLl6VSw .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-usZqLl6VSw .mbr-section-title {
  color: #ffffff;
}
.cid-usZqLl6VSw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-usZqLl6VSw .card-title {
  color: #ffffff;
}
.cid-usZqLlSNIe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-usZqLlSNIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-usZqLlSNIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usZqLlSNIe .content-wrap {
  justify-content: center;
}
.cid-usZqLlSNIe .card {
  justify-content: center;
}
.cid-usZqLlSNIe .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-usZqLlSNIe .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-usZqLlSNIe .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-usZqLlSNIe .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-usZqLlSNIe .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-usZqLlSNIe .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-usZqLlSNIe .nav-wrapper .list .item-wrap:hover,
.cid-usZqLlSNIe .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.cid-usZqLlSNIe .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .cid-usZqLlSNIe .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-usZqLlSNIe .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-usZqLlSNIe .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .cid-usZqLlSNIe .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-usZqLlSNIe .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-usZqLlSNIe .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-usZqLlSNIe .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-usZqLlSNIe .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-usZqLlSNIe .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .7;
}
.cid-usZqLlSNIe .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffffff;
  background-color: #133838;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.cid-usZqLlSNIe .contacts-wrapper .phone-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-usZqLlSNIe .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .cid-usZqLlSNIe .contacts-wrapper .phone-wrapper .mbr-phone {
    text-align: center;
  }
}
.cid-usZqLlSNIe .contacts-wrapper .phone-wrapper .mbr-phone:hover,
.cid-usZqLlSNIe .contacts-wrapper .phone-wrapper .mbr-phone:hover {
  opacity: .4;
}
.cid-usZqLlSNIe .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-usZqLlSNIe .mbr-section-title {
  color: #ffffff;
}
.cid-usZqLlSNIe .list,
.cid-usZqLlSNIe .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.cid-usZqLlSNIe .mbr-phone {
  color: #ffffff;
}
.cid-usZqLlSNIe .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-usZqLlSNIe .list,
.cid-usZqLlSNIe .item-wrap,
.cid-usZqLlSNIe .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
