body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 11rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 13.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.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: 8.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7.7rem;
    font-size: calc( 4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4232e2 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #818181 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4232e2 !important;
  border-color: #4232e2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2417a6 !important;
  border-color: #2417a6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2417a6 !important;
  border-color: #2417a6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #818181 !important;
  border-color: #818181 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #565656 !important;
  border-color: #565656 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #565656 !important;
  border-color: #565656 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4232e2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2417a6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4232e2 !important;
  border-color: #4232e2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #818181;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #565656 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #818181 !important;
  border-color: #818181 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4232e2 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #818181 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4232e2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff6666 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #40b0bf !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #47b5ed !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffe161 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #818181 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
.nav-tabs .nav-link.active {
  color: #4232e2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #818181;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4232e2;
  border-color: #4232e2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4232e2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e7e5fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #c1c1c1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4232e2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #4232e2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4232e2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4232e2;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4232e2;
  border-bottom-color: #4232e2;
}
.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: #4232e2 !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: #ff6666 !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='%234232e2' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sje82l5N3e .navbar-dropdown {
  position: relative !important;
}
.cid-sje82l5N3e .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-sje82l5N3e .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-sje82l5N3e .icons-menu {
  width: fit-content;
  padding: 0 4rem;
  padding-bottom: 3rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sje82l5N3e .icons-menu {
    padding: 0 3rem;
  }
}
.cid-sje82l5N3e .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sje82l5N3e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sje82l5N3e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sje82l5N3e .dropdown-item:hover,
.cid-sje82l5N3e .dropdown-item:focus {
  background: #4232e2 !important;
  color: white !important;
}
.cid-sje82l5N3e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sje82l5N3e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sje82l5N3e .nav-dropdown {
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-sje82l5N3e .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-sje82l5N3e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-sje82l5N3e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sje82l5N3e .nav-link {
  position: relative;
}
.cid-sje82l5N3e .container {
  display: flex;
  margin: auto;
}
.cid-sje82l5N3e .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sje82l5N3e .dropdown-menu,
.cid-sje82l5N3e .navbar.opened {
  background: #000000 !important;
  min-height: 100%;
}
.cid-sje82l5N3e .nav-item:focus,
.cid-sje82l5N3e .nav-link:focus {
  outline: none;
}
.cid-sje82l5N3e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sje82l5N3e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sje82l5N3e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sje82l5N3e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sje82l5N3e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sje82l5N3e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sje82l5N3e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sje82l5N3e .navbar.opened {
  transition: all 0.3s;
}
.cid-sje82l5N3e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sje82l5N3e .navbar .navbar-logo img {
  width: auto;
}
.cid-sje82l5N3e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sje82l5N3e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sje82l5N3e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sje82l5N3e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sje82l5N3e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sje82l5N3e .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sje82l5N3e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sje82l5N3e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sje82l5N3e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sje82l5N3e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sje82l5N3e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sje82l5N3e .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sje82l5N3e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sje82l5N3e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sje82l5N3e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-sje82l5N3e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sje82l5N3e .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sje82l5N3e .navbar.navbar-short {
  min-height: 60px;
}
.cid-sje82l5N3e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sje82l5N3e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sje82l5N3e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sje82l5N3e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sje82l5N3e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sje82l5N3e .dropdown-item.active,
.cid-sje82l5N3e .dropdown-item:active {
  background-color: transparent;
}
.cid-sje82l5N3e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sje82l5N3e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sje82l5N3e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sje82l5N3e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sje82l5N3e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sje82l5N3e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sje82l5N3e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sje82l5N3e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sje82l5N3e button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #ffffff;
}
.cid-sje82l5N3e button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #ffffff;
}
.cid-sje82l5N3e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sje82l5N3e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-sje82l5N3e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sje82l5N3e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sje82l5N3e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sje82l5N3e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sje82l5N3e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sje82l5N3e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sje82l5N3e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sje82l5N3e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sje82l5N3e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sje82l5N3e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sje82l5N3e .navbar {
    height: 70px;
  }
  .cid-sje82l5N3e .navbar.opened {
    height: auto;
  }
  .cid-sje82l5N3e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sje8w1qMRd {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/bg-2.png-1366x768.png");
}
.cid-sje8w1qMRd .link-wrapper {
  width: 100%;
}
.cid-sje8w1qMRd .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sje8w1qMRd .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sje8w1qMRd .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sje8w1qMRd .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sje8w1qMRd .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sje8w1qMRd .mbr-section-title DIV {
  text-align: center;
}
.cid-sje8w1qMRd .mbr-text,
.cid-sje8w1qMRd .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sje8w1qMRd .link,
.cid-sje8w1qMRd .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sje8w1qMRd .mbr-section-title {
  color: #ffffff;
}
.cid-uFxti1t3Wt {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #efebd8;
}
.cid-uFxti1t3Wt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFxti1t3Wt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFxti1t3Wt .col-lg-8 {
  padding: 4rem 6rem;
}
@media (max-width: 1600px) {
  .cid-uFxti1t3Wt .col-lg-8 {
    padding: 2rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uFxti1t3Wt .col-lg-8 {
    padding: 2rem 1rem;
  }
}
.cid-uFxti1t3Wt .img-col {
  border-left: 1px solid lightgray;
  padding: 1rem;
}
.cid-uFxti1t3Wt .img-col img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-uFxti1t3Wt .img-col {
    border-left: 0px solid lightgray;
    padding: 0;
    padding-top: 1rem;
  }
}
.cid-uFxti1t3Wt .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uFxti1t3Wt .mbr-text,
.cid-uFxti1t3Wt .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uFxti1t3Wt .mbr-section-title,
.cid-uFxti1t3Wt .line {
  color: #808080;
}
.cid-uFxti1t3Wt .mbr-section-subtitle,
.cid-uFxti1t3Wt .align {
  text-align: left;
  color: #232323;
}
.cid-vhVZ3HNZfu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #efebd8;
}
.cid-vhVZ3HNZfu .jc-sb {
  justify-content: space-between;
}
.cid-vhVZ3HNZfu .mbr-text {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cid-vhVZ3HNZfu .row {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-vhVZ3HNZfu img {
    margin-bottom: 2rem;
  }
}
.cid-uFxTmarW5r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/themessage.jpeg-480x536.jpg");
}
.cid-uFxTmarW5r .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #191c1c;
  transform: skewX(-20deg);
}
.cid-uFxTmarW5r .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #191c1c;
  transform: skewX(-20deg);
}
.cid-uFxTmarW5r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFxTmarW5r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFxTmarW5r .container {
    padding: 0 15px;
  }
}
.cid-uFxTmarW5r .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uFxTmarW5r .image-wrapper {
  position: relative;
}
.cid-uFxTmarW5r .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #818181;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uFxTmarW5r .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFxTmarW5r .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uFxTmarW5r .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uFxTmarW5r .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uFxTmarW5r .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uFxTmarW5r .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uFxTmarW5r .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #000000;
}
.cid-uFxTmarW5r .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uFxTmarW5r .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uFxTmarW5r .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uFxTmarW5r .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uFxTmarW5r .mbr-text {
  color: #f7f5f6;
}
.cid-uFxTmarW5r .item-name {
  color: #f7f5f6;
}
.cid-uFxTmarW5r .item-role {
  color: #68707c;
}
.cid-uFxTmarW5r .mbr-text,
.cid-uFxTmarW5r .icon-wrapper {
  color: #000000;
}
.cid-uFxCOHJ6C2 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/image22.jpeg-640x448.jpg");
}
.cid-uFxCOHJ6C2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFxCOHJ6C2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFxCOHJ6C2 .container {
    padding: 0 25px;
  }
}
.cid-uFxCOHJ6C2 .row {
  justify-content: center;
}
.cid-uFxCOHJ6C2 .item {
  margin-bottom: 32px;
}
.cid-uFxCOHJ6C2 .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFxCOHJ6C2 .item .item-wrapper:hover,
.cid-uFxCOHJ6C2 .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #000000;
}
.cid-uFxCOHJ6C2 .item .item-wrapper a {
  display: block;
}
.cid-uFxCOHJ6C2 .item .item-wrapper a:hover .item-img::after,
.cid-uFxCOHJ6C2 .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uFxCOHJ6C2 .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uFxCOHJ6C2 .item .item-wrapper a .item-img img {
  background-color: #000000;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uFxCOHJ6C2 .item .item-wrapper a .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4b4b;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uFxCOHJ6C2 .mbr-section-title,
.cid-uFxCOHJ6C2 .icon-wrap {
  color: #000000;
}
.cid-uFxGk0AyWi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/image27.jpeg-640x448.jpg");
}
.cid-uFxGk0AyWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFxGk0AyWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFxGk0AyWi .container {
    padding: 0 25px;
  }
}
.cid-uFxGk0AyWi .row {
  justify-content: center;
}
.cid-uFxGk0AyWi .item {
  margin-bottom: 32px;
}
.cid-uFxGk0AyWi .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFxGk0AyWi .item .item-wrapper:hover,
.cid-uFxGk0AyWi .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #000000;
}
.cid-uFxGk0AyWi .item .item-wrapper a {
  display: block;
}
.cid-uFxGk0AyWi .item .item-wrapper a:hover .item-img::after,
.cid-uFxGk0AyWi .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uFxGk0AyWi .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uFxGk0AyWi .item .item-wrapper a .item-img img {
  background-color: #000000;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uFxGk0AyWi .item .item-wrapper a .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4b4b;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uFxGk0AyWi .mbr-section-title,
.cid-uFxGk0AyWi .icon-wrap {
  color: #000000;
}
.cid-uFxGJPlUmO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/image25.jpeg-538x640.jpeg");
}
.cid-uFxGJPlUmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFxGJPlUmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFxGJPlUmO .container {
    padding: 0 25px;
  }
}
.cid-uFxGJPlUmO .row {
  justify-content: center;
}
.cid-uFxGJPlUmO .item {
  margin-bottom: 32px;
}
.cid-uFxGJPlUmO .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFxGJPlUmO .item .item-wrapper:hover,
.cid-uFxGJPlUmO .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #000000;
}
.cid-uFxGJPlUmO .item .item-wrapper a {
  display: block;
}
.cid-uFxGJPlUmO .item .item-wrapper a:hover .item-img::after,
.cid-uFxGJPlUmO .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uFxGJPlUmO .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uFxGJPlUmO .item .item-wrapper a .item-img img {
  background-color: #000000;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uFxGJPlUmO .item .item-wrapper a .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #efebd8;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uFxGJPlUmO .mbr-section-title,
.cid-uFxGJPlUmO .icon-wrap {
  color: #000000;
}
.cid-uFxIiSX0r7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/image24.jpeg-538x640.jpeg");
}
.cid-uFxIiSX0r7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFxIiSX0r7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFxIiSX0r7 .container {
    padding: 0 25px;
  }
}
.cid-uFxIiSX0r7 .row {
  justify-content: center;
}
.cid-uFxIiSX0r7 .item {
  margin-bottom: 32px;
}
.cid-uFxIiSX0r7 .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFxIiSX0r7 .item .item-wrapper:hover,
.cid-uFxIiSX0r7 .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #000000;
}
.cid-uFxIiSX0r7 .item .item-wrapper a {
  display: block;
}
.cid-uFxIiSX0r7 .item .item-wrapper a:hover .item-img::after,
.cid-uFxIiSX0r7 .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uFxIiSX0r7 .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uFxIiSX0r7 .item .item-wrapper a .item-img img {
  background-color: #000000;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uFxIiSX0r7 .item .item-wrapper a .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #efebd8;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uFxIiSX0r7 .mbr-section-title,
.cid-uFxIiSX0r7 .icon-wrap {
  color: #000000;
}
.cid-uFxINS2jSF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/image26.jpeg-614x640.jpeg");
}
.cid-uFxINS2jSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFxINS2jSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFxINS2jSF .container {
    padding: 0 25px;
  }
}
.cid-uFxINS2jSF .row {
  justify-content: center;
}
.cid-uFxINS2jSF .item {
  margin-bottom: 32px;
}
.cid-uFxINS2jSF .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFxINS2jSF .item .item-wrapper:hover,
.cid-uFxINS2jSF .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #000000;
}
.cid-uFxINS2jSF .item .item-wrapper a {
  display: block;
}
.cid-uFxINS2jSF .item .item-wrapper a:hover .item-img::after,
.cid-uFxINS2jSF .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uFxINS2jSF .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uFxINS2jSF .item .item-wrapper a .item-img img {
  background-color: #000000;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uFxINS2jSF .item .item-wrapper a .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4b4b;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uFxINS2jSF .mbr-section-title,
.cid-uFxINS2jSF .icon-wrap {
  color: #000000;
}
.cid-uFy3WxPrdK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFy3WxPrdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy3WxPrdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy3WxPrdK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uFy3WxPrdK .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uFy3WxPrdK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFy3WxPrdK .container {
    padding: 0 16px;
  }
}
.cid-uFy3WxPrdK .content-wrapper {
  position: relative;
  padding: 64px;
  background-color: #ffffff;
  border-radius: 2em;
}
.cid-uFy3WxPrdK .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#efebd8, #efebd8);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uFy3WxPrdK .content-wrapper {
    padding: 36px;
  }
}
.cid-uFy3WxPrdK .content-wrapper .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFy3WxPrdK .content-wrapper .icon-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFy3WxPrdK .content-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uFy3WxPrdK .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 144px;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-uFy3WxPrdK .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uFy3WxPrdK .content-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFy3WxPrdK .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uFy3WxPrdK .content-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uFy3WxPrdK .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uFy3WxPrdK .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uFy3WxPrdK .content-wrapper .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uFy3WxPrdK .content-wrapper .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-uFy3WxPrdK .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #efebd8;
}
.cid-uFy3WxPrdK .content-wrapper .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-uFy3WxPrdK .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  display: block;
}
.cid-uFy3WxPrdK .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-name,
.cid-uFy3WxPrdK .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-name {
  color: #3898ec;
}
.cid-uFy3WxPrdK .content-wrapper .person-wrapper .person-wrap .name-wrapper:hover .mbr-role,
.cid-uFy3WxPrdK .content-wrapper .person-wrapper .person-wrap .name-wrapper:focus .mbr-role {
  color: #3898ec;
}
.cid-uFy3WxPrdK .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFy3WxPrdK .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFy3WxPrdK .mbr-text {
  color: #f0f0f0;
}
.cid-uFy3WxPrdK .mbr-name {
  color: #cccccc;
}
.cid-uFy3WxPrdK .mbr-role {
  color: #cccccc;
}
.cid-uFy3WxPrdK .mbr-role,
.cid-uFy3WxPrdK .person-wrapper {
  text-align: right;
}
.cid-uFy3WxPrdK .mbr-text,
.cid-uFy3WxPrdK .icon-wrapper {
  color: #000000;
}
.cid-uFy8m2cQa9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFy8m2cQa9 .container {
  max-width: 1750px;
}
@media (min-width: 992px) {
  .cid-uFy8m2cQa9 .item:not(:last-child) {
    border-right: 1px solid #818181;
  }
}
.cid-uFy8m2cQa9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uFy8m2cQa9 .item {
    padding: 0 4rem;
  }
}
.cid-uFy8m2cQa9 p {
  padding: 0;
  margin: 0;
}
.cid-uFy8m2cQa9 img,
.cid-uFy8m2cQa9 .item-img {
  width: 100%;
  position: relative;
}
.cid-uFy8m2cQa9 img:before,
.cid-uFy8m2cQa9 .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-uFy8m2cQa9 img:hover:before,
.cid-uFy8m2cQa9 .item-img:hover:before {
  opacity: 0.2;
}
.cid-uFy8m2cQa9 .item:focus,
.cid-uFy8m2cQa9 span:focus {
  outline: none;
}
.cid-uFy8m2cQa9 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFy8m2cQa9 .item-content {
  padding-top: 1.5rem;
}
.cid-uFy8m2cQa9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFy8m2cQa9 .mbr-section-title {
  color: #efebd8;
}
.cid-uFy8m2cQa9 .mbr-text,
.cid-uFy8m2cQa9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uFy8m2cQa9 .item-title {
  color: #ffffff;
}
.cid-uFyfWRGdmU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFyfWRGdmU .container {
  max-width: 1750px;
}
@media (min-width: 992px) {
  .cid-uFyfWRGdmU .item:not(:last-child) {
    border-right: 1px solid #818181;
  }
}
.cid-uFyfWRGdmU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uFyfWRGdmU .item {
    padding: 0 4rem;
  }
}
.cid-uFyfWRGdmU p {
  padding: 0;
  margin: 0;
}
.cid-uFyfWRGdmU img,
.cid-uFyfWRGdmU .item-img {
  width: 100%;
  position: relative;
}
.cid-uFyfWRGdmU img:before,
.cid-uFyfWRGdmU .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-uFyfWRGdmU img:hover:before,
.cid-uFyfWRGdmU .item-img:hover:before {
  opacity: 0.2;
}
.cid-uFyfWRGdmU .item:focus,
.cid-uFyfWRGdmU span:focus {
  outline: none;
}
.cid-uFyfWRGdmU .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFyfWRGdmU .item-content {
  padding-top: 1.5rem;
}
.cid-uFyfWRGdmU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFyfWRGdmU .mbr-section-title {
  color: #efebd8;
}
.cid-uFyfWRGdmU .mbr-text,
.cid-uFyfWRGdmU .mbr-section-btn {
  color: #ffffff;
}
.cid-uFyfWRGdmU .item-title {
  color: #ffffff;
}
.cid-uFygeiUTgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFygeiUTgU .container {
  max-width: 1750px;
}
@media (min-width: 992px) {
  .cid-uFygeiUTgU .item:not(:last-child) {
    border-right: 1px solid #818181;
  }
}
.cid-uFygeiUTgU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uFygeiUTgU .item {
    padding: 0 4rem;
  }
}
.cid-uFygeiUTgU p {
  padding: 0;
  margin: 0;
}
.cid-uFygeiUTgU img,
.cid-uFygeiUTgU .item-img {
  width: 100%;
  position: relative;
}
.cid-uFygeiUTgU img:before,
.cid-uFygeiUTgU .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-uFygeiUTgU img:hover:before,
.cid-uFygeiUTgU .item-img:hover:before {
  opacity: 0.2;
}
.cid-uFygeiUTgU .item:focus,
.cid-uFygeiUTgU span:focus {
  outline: none;
}
.cid-uFygeiUTgU .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFygeiUTgU .item-content {
  padding-top: 1.5rem;
}
.cid-uFygeiUTgU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFygeiUTgU .mbr-section-title {
  color: #efebd8;
}
.cid-uFygeiUTgU .mbr-text,
.cid-uFygeiUTgU .mbr-section-btn {
  color: #ffffff;
}
.cid-uFygeiUTgU .item-title {
  color: #ffffff;
}
.cid-uFygdEwOrL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFygdEwOrL .container {
  max-width: 1750px;
}
@media (min-width: 992px) {
  .cid-uFygdEwOrL .item:not(:last-child) {
    border-right: 1px solid #818181;
  }
}
.cid-uFygdEwOrL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uFygdEwOrL .item {
    padding: 0 4rem;
  }
}
.cid-uFygdEwOrL p {
  padding: 0;
  margin: 0;
}
.cid-uFygdEwOrL img,
.cid-uFygdEwOrL .item-img {
  width: 100%;
  position: relative;
}
.cid-uFygdEwOrL img:before,
.cid-uFygdEwOrL .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-uFygdEwOrL img:hover:before,
.cid-uFygdEwOrL .item-img:hover:before {
  opacity: 0.2;
}
.cid-uFygdEwOrL .item:focus,
.cid-uFygdEwOrL span:focus {
  outline: none;
}
.cid-uFygdEwOrL .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFygdEwOrL .item-content {
  padding-top: 1.5rem;
}
.cid-uFygdEwOrL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFygdEwOrL .mbr-section-title {
  color: #efebd8;
}
.cid-uFygdEwOrL .mbr-text,
.cid-uFygdEwOrL .mbr-section-btn {
  color: #ffffff;
}
.cid-uFygdEwOrL .item-title {
  color: #ffffff;
}
.cid-uFyniqyLdw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b60909;
}
.cid-uFyniqyLdw .item:focus,
.cid-uFyniqyLdw span:focus {
  outline: none;
}
.cid-uFyniqyLdw .item {
  cursor: pointer;
}
.cid-uFyniqyLdw .grid-container {
  grid-row-gap: 0;
}
.cid-uFyniqyLdw .grid-container-1,
.cid-uFyniqyLdw .grid-container-2 {
  gap: 0;
}
.cid-uFyniqyLdw .mbr-section-title {
  margin-bottom: 80px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFyniqyLdw .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFyniqyLdw .content-head {
  max-width: 800px;
}
.cid-uFyniqyLdw .container,
.cid-uFyniqyLdw .container-fluid {
  overflow: hidden;
}
.cid-uFyniqyLdw .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uFyniqyLdw .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFyniqyLdw .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uFyniqyLdw .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uFyniqyLdw .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uFyniqyLdw .grid-container-1,
.cid-uFyniqyLdw .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uFyniqyLdw .grid-container-1 {
  align-items: flex-end;
}
.cid-uFyniqyLdw .grid-container-2 {
  align-items: flex-start;
}
.cid-uFyQkHpbL2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efebd8;
}
.cid-uFyQkHpbL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyQkHpbL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyQkHpbL2 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uFyQkHpbL2 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uFyQkHpbL2 .container {
    padding: 0 25px;
  }
}
.cid-uFyQkHpbL2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFyQkHpbL2 .row {
    padding-top: 45px;
  }
}
.cid-uFyQkHpbL2 .item:hover .item-wrapper .item-img img,
.cid-uFyQkHpbL2 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uFyQkHpbL2 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFyQkHpbL2 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uFyQkHpbL2 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uFyQkHpbL2 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uFyQkHpbL2 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uFyQkHpbL2 .border-wrap {
    margin-top: 45px;
  }
}
.cid-uFDjY5LOTB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efebd8;
}
.cid-uFDjY5LOTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDjY5LOTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDjY5LOTB .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uFDjY5LOTB .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uFDjY5LOTB .container {
    padding: 0 25px;
  }
}
.cid-uFDjY5LOTB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFDjY5LOTB .row {
    padding-top: 45px;
  }
}
.cid-uFDjY5LOTB .item:hover .item-wrapper .item-img img,
.cid-uFDjY5LOTB .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uFDjY5LOTB .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFDjY5LOTB .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uFDjY5LOTB .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uFDjY5LOTB .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uFDjY5LOTB .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uFDjY5LOTB .border-wrap {
    margin-top: 45px;
  }
}
.cid-uFDi8bArIU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b60909;
}
.cid-uFDi8bArIU .item:focus,
.cid-uFDi8bArIU span:focus {
  outline: none;
}
.cid-uFDi8bArIU .item {
  cursor: pointer;
}
.cid-uFDi8bArIU .grid-container {
  grid-row-gap: 0;
}
.cid-uFDi8bArIU .grid-container-1,
.cid-uFDi8bArIU .grid-container-2 {
  gap: 0;
}
.cid-uFDi8bArIU .mbr-section-title {
  margin-bottom: 80px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFDi8bArIU .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFDi8bArIU .content-head {
  max-width: 800px;
}
.cid-uFDi8bArIU .container,
.cid-uFDi8bArIU .container-fluid {
  overflow: hidden;
}
.cid-uFDi8bArIU .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uFDi8bArIU .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFDi8bArIU .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uFDi8bArIU .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uFDi8bArIU .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uFDi8bArIU .grid-container-1,
.cid-uFDi8bArIU .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uFDi8bArIU .grid-container-1 {
  align-items: flex-end;
}
.cid-uFDi8bArIU .grid-container-2 {
  align-items: flex-start;
}
.cid-uFDlVqXcO3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uFDlVqXcO3 img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFDlVqXcO3 img {
    height: 350px;
  }
}
.cid-uFDlVqXcO3 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFDlVqXcO3 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFDlVqXcO3 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFDlVA1ae6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uFDlVA1ae6 img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFDlVA1ae6 img {
    height: 350px;
  }
}
.cid-uFDlVA1ae6 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFDlVA1ae6 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFDlVA1ae6 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFDCMoQ1g0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFDCMoQ1g0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDCMoQ1g0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDCMoQ1g0 .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFDCMoQ1g0 .container-fluid {
    padding: 0;
  }
}
.cid-uFDCMoQ1g0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFDCMoQ1g0 .container {
    padding: 0 20px;
  }
}
.cid-uFDCMoQ1g0 .row {
  justify-content: center;
}
.cid-uFDCMoQ1g0 .card {
  padding: 0;
}
.cid-uFDCMoQ1g0 .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFDCMoQ1g0 .card img {
    height: 300px;
  }
}
.cid-uFDCMoQ1g0 .row.cards {
  margin: 0;
}
.cid-uFDCMoQ1g0 .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFDCMoQ1g0 .row.cards img {
    height: 300px;
  }
}
.cid-uFDCMv9t2C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFDCMv9t2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDCMv9t2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDCMv9t2C .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFDCMv9t2C .container-fluid {
    padding: 0;
  }
}
.cid-uFDCMv9t2C .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFDCMv9t2C .container {
    padding: 0 20px;
  }
}
.cid-uFDCMv9t2C .row {
  justify-content: center;
}
.cid-uFDCMv9t2C .card {
  padding: 0;
}
.cid-uFDCMv9t2C .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFDCMv9t2C .card img {
    height: 300px;
  }
}
.cid-uFDCMv9t2C .row.cards {
  margin: 0;
}
.cid-uFDCMv9t2C .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFDCMv9t2C .row.cards img {
    height: 300px;
  }
}
.cid-uFDJF0KC98 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uFDJF0KC98 img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFDJF0KC98 img {
    height: 350px;
  }
}
.cid-uFDJF0KC98 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFDJF0KC98 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFDJF0KC98 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFDJSRyNW1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uFDJSRyNW1 img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFDJSRyNW1 img {
    height: 350px;
  }
}
.cid-uFDJSRyNW1 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFDJSRyNW1 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFDJSRyNW1 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFDMjzwduA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uFDMjzwduA img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFDMjzwduA img {
    height: 350px;
  }
}
.cid-uFDMjzwduA .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFDMjzwduA .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFDMjzwduA .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFEa1oV7Ut {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image10.jpeg-768x852.jpeg");
}
.cid-uFEa1oV7Ut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEa1oV7Ut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEa1oV7Ut .content-wrap {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uFEa1oV7Ut .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFEa1oV7Ut .content-wrap .row {
  justify-content: center;
}
.cid-uFEa1oV7Ut .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFEa1oV7Ut .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFEa1oV7Ut .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFEa1oV7Ut .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uFEa1oV7Ut .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uFEa1oV7Ut .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFEa1oV7Ut .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFEa1oV7Ut .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFEa1oV7Ut .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFEa1oV7Ut .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFEa1oV7Ut .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFEa1oV7Ut .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFEa1oV7Ut .nav-wrapper .list .item-wrap:hover,
.cid-uFEa1oV7Ut .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uFEa1oV7Ut .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFEa1oV7Ut .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFEa1oV7Ut .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFEa1oV7Ut .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFEa1oV7Ut .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFEa1oV7Ut .contacts-wrapper .list .item-wrap:hover,
.cid-uFEa1oV7Ut .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uFEa1oV7Ut .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFEa1oV7Ut .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFEa1oV7Ut .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFEa1oV7Ut .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFEa1oV7Ut .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFEa1oV7Ut .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFEa1oV7Ut .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFEa1oV7Ut .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uFEa1oV7Ut .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #000000;
  background-color: #efebd8;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uFEa1oV7Ut .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uFEa1oV7Ut .mbr-section-title {
  color: #ed463f;
}
.cid-uFEa1oV7Ut .mbr-section-subtitle {
  color: #404349;
}
.cid-uFEa1oV7Ut .list {
  color: #404349;
}
.cid-uFEQbXolim .navbar-dropdown {
  position: relative !important;
}
.cid-uFEQbXolim .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-uFEQbXolim .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-uFEQbXolim .icons-menu {
  width: fit-content;
  padding: 0 4rem;
  padding-bottom: 3rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFEQbXolim .icons-menu {
    padding: 0 3rem;
  }
}
.cid-uFEQbXolim .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFEQbXolim .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFEQbXolim .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFEQbXolim .dropdown-item:hover,
.cid-uFEQbXolim .dropdown-item:focus {
  background: #4232e2 !important;
  color: white !important;
}
.cid-uFEQbXolim .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFEQbXolim .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFEQbXolim .nav-dropdown {
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-uFEQbXolim .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-uFEQbXolim .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-uFEQbXolim .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFEQbXolim .nav-link {
  position: relative;
}
.cid-uFEQbXolim .container {
  display: flex;
  margin: auto;
}
.cid-uFEQbXolim .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFEQbXolim .dropdown-menu,
.cid-uFEQbXolim .navbar.opened {
  background: #000000 !important;
  min-height: 100%;
}
.cid-uFEQbXolim .nav-item:focus,
.cid-uFEQbXolim .nav-link:focus {
  outline: none;
}
.cid-uFEQbXolim .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFEQbXolim .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFEQbXolim .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFEQbXolim .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFEQbXolim .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFEQbXolim .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFEQbXolim .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFEQbXolim .navbar.opened {
  transition: all 0.3s;
}
.cid-uFEQbXolim .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFEQbXolim .navbar .navbar-logo img {
  width: auto;
}
.cid-uFEQbXolim .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFEQbXolim .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFEQbXolim .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFEQbXolim .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFEQbXolim .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFEQbXolim .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFEQbXolim .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uFEQbXolim .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFEQbXolim .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFEQbXolim .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFEQbXolim .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFEQbXolim .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFEQbXolim .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFEQbXolim .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFEQbXolim .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-uFEQbXolim .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFEQbXolim .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uFEQbXolim .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFEQbXolim .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFEQbXolim .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFEQbXolim .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFEQbXolim .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFEQbXolim .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFEQbXolim .dropdown-item.active,
.cid-uFEQbXolim .dropdown-item:active {
  background-color: transparent;
}
.cid-uFEQbXolim .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFEQbXolim .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFEQbXolim .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFEQbXolim .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFEQbXolim .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFEQbXolim .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFEQbXolim ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFEQbXolim .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFEQbXolim button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #ffffff;
}
.cid-uFEQbXolim button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #ffffff;
}
.cid-uFEQbXolim button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFEQbXolim button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-uFEQbXolim button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFEQbXolim button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFEQbXolim button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFEQbXolim button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFEQbXolim nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFEQbXolim nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFEQbXolim nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFEQbXolim nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFEQbXolim .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFEQbXolim a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFEQbXolim .navbar {
    height: 70px;
  }
  .cid-uFEQbXolim .navbar.opened {
    height: auto;
  }
  .cid-uFEQbXolim .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFEQbZtEha {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/bg-2.png-1366x768.png");
}
.cid-uFEQbZtEha .link-wrapper {
  width: 100%;
}
.cid-uFEQbZtEha .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uFEQbZtEha .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uFEQbZtEha .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uFEQbZtEha .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uFEQbZtEha .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uFEQbZtEha .mbr-section-title DIV {
  text-align: center;
}
.cid-uFEQbZtEha .mbr-text,
.cid-uFEQbZtEha .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFEQbZtEha .link,
.cid-uFEQbZtEha .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uFEQbZtEha .mbr-section-title {
  color: #ffffff;
}
.cid-uHjC9NpF3j {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/image26.jpeg-614x640.jpeg");
}
.cid-uHjC9NpF3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjC9NpF3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHjC9NpF3j .container {
    padding: 0 25px;
  }
}
.cid-uHjC9NpF3j .row {
  justify-content: center;
}
.cid-uHjC9NpF3j .item {
  margin-bottom: 32px;
}
.cid-uHjC9NpF3j .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHjC9NpF3j .item .item-wrapper:hover,
.cid-uHjC9NpF3j .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #000000;
}
.cid-uHjC9NpF3j .item .item-wrapper a {
  display: block;
}
.cid-uHjC9NpF3j .item .item-wrapper a:hover .item-img::after,
.cid-uHjC9NpF3j .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uHjC9NpF3j .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uHjC9NpF3j .item .item-wrapper a .item-img img {
  background-color: #000000;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uHjC9NpF3j .item .item-wrapper a .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4b4b;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uHjC9NpF3j .mbr-section-title,
.cid-uHjC9NpF3j .icon-wrap {
  color: #000000;
}
.cid-uFEQc2HGcE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image10.jpeg-768x852.jpeg");
}
.cid-uFEQc2HGcE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEQc2HGcE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEQc2HGcE .content-wrap {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uFEQc2HGcE .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFEQc2HGcE .content-wrap .row {
  justify-content: center;
}
.cid-uFEQc2HGcE .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFEQc2HGcE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFEQc2HGcE .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFEQc2HGcE .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uFEQc2HGcE .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uFEQc2HGcE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFEQc2HGcE .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFEQc2HGcE .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFEQc2HGcE .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFEQc2HGcE .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFEQc2HGcE .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFEQc2HGcE .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFEQc2HGcE .nav-wrapper .list .item-wrap:hover,
.cid-uFEQc2HGcE .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uFEQc2HGcE .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFEQc2HGcE .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFEQc2HGcE .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFEQc2HGcE .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFEQc2HGcE .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFEQc2HGcE .contacts-wrapper .list .item-wrap:hover,
.cid-uFEQc2HGcE .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uFEQc2HGcE .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFEQc2HGcE .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFEQc2HGcE .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFEQc2HGcE .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFEQc2HGcE .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFEQc2HGcE .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFEQc2HGcE .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFEQc2HGcE .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uFEQc2HGcE .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #000000;
  background-color: #efebd8;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uFEQc2HGcE .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uFEQc2HGcE .mbr-section-title {
  color: #ed463f;
}
.cid-uFEQc2HGcE .mbr-section-subtitle {
  color: #404349;
}
.cid-uFEQc2HGcE .list {
  color: #404349;
}
.cid-uFEQsnW2fT .navbar-dropdown {
  position: relative !important;
}
.cid-uFEQsnW2fT .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-uFEQsnW2fT .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-uFEQsnW2fT .icons-menu {
  width: fit-content;
  padding: 0 4rem;
  padding-bottom: 3rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFEQsnW2fT .icons-menu {
    padding: 0 3rem;
  }
}
.cid-uFEQsnW2fT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFEQsnW2fT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFEQsnW2fT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFEQsnW2fT .dropdown-item:hover,
.cid-uFEQsnW2fT .dropdown-item:focus {
  background: #4232e2 !important;
  color: white !important;
}
.cid-uFEQsnW2fT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFEQsnW2fT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFEQsnW2fT .nav-dropdown {
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-uFEQsnW2fT .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-uFEQsnW2fT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-uFEQsnW2fT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFEQsnW2fT .nav-link {
  position: relative;
}
.cid-uFEQsnW2fT .container {
  display: flex;
  margin: auto;
}
.cid-uFEQsnW2fT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFEQsnW2fT .dropdown-menu,
.cid-uFEQsnW2fT .navbar.opened {
  background: #000000 !important;
  min-height: 100%;
}
.cid-uFEQsnW2fT .nav-item:focus,
.cid-uFEQsnW2fT .nav-link:focus {
  outline: none;
}
.cid-uFEQsnW2fT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFEQsnW2fT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFEQsnW2fT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFEQsnW2fT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFEQsnW2fT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFEQsnW2fT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFEQsnW2fT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFEQsnW2fT .navbar.opened {
  transition: all 0.3s;
}
.cid-uFEQsnW2fT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFEQsnW2fT .navbar .navbar-logo img {
  width: auto;
}
.cid-uFEQsnW2fT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFEQsnW2fT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFEQsnW2fT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFEQsnW2fT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFEQsnW2fT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFEQsnW2fT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFEQsnW2fT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uFEQsnW2fT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFEQsnW2fT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFEQsnW2fT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFEQsnW2fT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFEQsnW2fT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFEQsnW2fT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFEQsnW2fT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFEQsnW2fT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-uFEQsnW2fT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFEQsnW2fT .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uFEQsnW2fT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFEQsnW2fT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFEQsnW2fT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFEQsnW2fT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFEQsnW2fT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFEQsnW2fT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFEQsnW2fT .dropdown-item.active,
.cid-uFEQsnW2fT .dropdown-item:active {
  background-color: transparent;
}
.cid-uFEQsnW2fT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFEQsnW2fT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFEQsnW2fT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFEQsnW2fT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFEQsnW2fT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFEQsnW2fT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFEQsnW2fT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFEQsnW2fT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFEQsnW2fT button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #ffffff;
}
.cid-uFEQsnW2fT button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #ffffff;
}
.cid-uFEQsnW2fT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFEQsnW2fT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-uFEQsnW2fT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFEQsnW2fT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFEQsnW2fT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFEQsnW2fT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFEQsnW2fT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFEQsnW2fT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFEQsnW2fT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFEQsnW2fT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFEQsnW2fT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFEQsnW2fT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFEQsnW2fT .navbar {
    height: 70px;
  }
  .cid-uFEQsnW2fT .navbar.opened {
    height: auto;
  }
  .cid-uFEQsnW2fT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFEQsorWSY {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/bg-2.png-1366x768.png");
}
.cid-uFEQsorWSY .link-wrapper {
  width: 100%;
}
.cid-uFEQsorWSY .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uFEQsorWSY .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uFEQsorWSY .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uFEQsorWSY .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uFEQsorWSY .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uFEQsorWSY .mbr-section-title DIV {
  text-align: center;
}
.cid-uFEQsorWSY .mbr-text,
.cid-uFEQsorWSY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFEQsorWSY .link,
.cid-uFEQsorWSY .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uFEQsorWSY .mbr-section-title {
  color: #ffffff;
}
.cid-uHClD1p9pV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/image26.jpeg-614x640.jpeg");
}
.cid-uHClD1p9pV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHClD1p9pV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHClD1p9pV .container {
    padding: 0 25px;
  }
}
.cid-uHClD1p9pV .row {
  justify-content: center;
}
.cid-uHClD1p9pV .item {
  margin-bottom: 32px;
}
.cid-uHClD1p9pV .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHClD1p9pV .item .item-wrapper:hover,
.cid-uHClD1p9pV .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #000000;
}
.cid-uHClD1p9pV .item .item-wrapper a {
  display: block;
}
.cid-uHClD1p9pV .item .item-wrapper a:hover .item-img::after,
.cid-uHClD1p9pV .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uHClD1p9pV .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uHClD1p9pV .item .item-wrapper a .item-img img {
  background-color: #000000;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uHClD1p9pV .item .item-wrapper a .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4b4b;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uHClD1p9pV .mbr-section-title,
.cid-uHClD1p9pV .icon-wrap {
  color: #000000;
}
.cid-uHCp0rQc8Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/image26.jpeg-614x640.jpeg");
}
.cid-uHCp0rQc8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCp0rQc8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHCp0rQc8Z .container {
    padding: 0 25px;
  }
}
.cid-uHCp0rQc8Z .row {
  justify-content: center;
}
.cid-uHCp0rQc8Z .item {
  margin-bottom: 32px;
}
.cid-uHCp0rQc8Z .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHCp0rQc8Z .item .item-wrapper:hover,
.cid-uHCp0rQc8Z .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #000000;
}
.cid-uHCp0rQc8Z .item .item-wrapper a {
  display: block;
}
.cid-uHCp0rQc8Z .item .item-wrapper a:hover .item-img::after,
.cid-uHCp0rQc8Z .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uHCp0rQc8Z .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uHCp0rQc8Z .item .item-wrapper a .item-img img {
  background-color: #000000;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uHCp0rQc8Z .item .item-wrapper a .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4b4b;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uHCp0rQc8Z .mbr-section-title,
.cid-uHCp0rQc8Z .icon-wrap {
  color: #000000;
}
.cid-uHCyI2ec70 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/image26.jpeg-614x640.jpeg");
}
.cid-uHCyI2ec70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCyI2ec70 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHCyI2ec70 .container {
    padding: 0 25px;
  }
}
.cid-uHCyI2ec70 .row {
  justify-content: center;
}
.cid-uHCyI2ec70 .item {
  margin-bottom: 32px;
}
.cid-uHCyI2ec70 .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHCyI2ec70 .item .item-wrapper:hover,
.cid-uHCyI2ec70 .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #000000;
}
.cid-uHCyI2ec70 .item .item-wrapper a {
  display: block;
}
.cid-uHCyI2ec70 .item .item-wrapper a:hover .item-img::after,
.cid-uHCyI2ec70 .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uHCyI2ec70 .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uHCyI2ec70 .item .item-wrapper a .item-img img {
  background-color: #000000;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uHCyI2ec70 .item .item-wrapper a .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4b4b;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uHCyI2ec70 .mbr-section-title,
.cid-uHCyI2ec70 .icon-wrap {
  color: #000000;
}
.cid-uHCAT8kFv9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/image26.jpeg-614x640.jpeg");
}
.cid-uHCAT8kFv9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCAT8kFv9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHCAT8kFv9 .container {
    padding: 0 25px;
  }
}
.cid-uHCAT8kFv9 .row {
  justify-content: center;
}
.cid-uHCAT8kFv9 .item {
  margin-bottom: 32px;
}
.cid-uHCAT8kFv9 .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHCAT8kFv9 .item .item-wrapper:hover,
.cid-uHCAT8kFv9 .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #000000;
}
.cid-uHCAT8kFv9 .item .item-wrapper a {
  display: block;
}
.cid-uHCAT8kFv9 .item .item-wrapper a:hover .item-img::after,
.cid-uHCAT8kFv9 .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uHCAT8kFv9 .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uHCAT8kFv9 .item .item-wrapper a .item-img img {
  background-color: #000000;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uHCAT8kFv9 .item .item-wrapper a .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4b4b;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uHCAT8kFv9 .mbr-section-title,
.cid-uHCAT8kFv9 .icon-wrap {
  color: #000000;
}
.cid-uHCD6gsO76 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/image26.jpeg-614x640.jpeg");
}
.cid-uHCD6gsO76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCD6gsO76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHCD6gsO76 .container {
    padding: 0 25px;
  }
}
.cid-uHCD6gsO76 .row {
  justify-content: center;
}
.cid-uHCD6gsO76 .item {
  margin-bottom: 32px;
}
.cid-uHCD6gsO76 .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHCD6gsO76 .item .item-wrapper:hover,
.cid-uHCD6gsO76 .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #000000;
}
.cid-uHCD6gsO76 .item .item-wrapper a {
  display: block;
}
.cid-uHCD6gsO76 .item .item-wrapper a:hover .item-img::after,
.cid-uHCD6gsO76 .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uHCD6gsO76 .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uHCD6gsO76 .item .item-wrapper a .item-img img {
  background-color: #000000;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uHCD6gsO76 .item .item-wrapper a .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4b4b;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uHCD6gsO76 .mbr-section-title,
.cid-uHCD6gsO76 .icon-wrap {
  color: #000000;
}
.cid-uHCHmXJLnj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/image26.jpeg-614x640.jpeg");
}
.cid-uHCHmXJLnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCHmXJLnj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHCHmXJLnj .container {
    padding: 0 25px;
  }
}
.cid-uHCHmXJLnj .row {
  justify-content: center;
}
.cid-uHCHmXJLnj .item {
  margin-bottom: 32px;
}
.cid-uHCHmXJLnj .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHCHmXJLnj .item .item-wrapper:hover,
.cid-uHCHmXJLnj .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #000000;
}
.cid-uHCHmXJLnj .item .item-wrapper a {
  display: block;
}
.cid-uHCHmXJLnj .item .item-wrapper a:hover .item-img::after,
.cid-uHCHmXJLnj .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uHCHmXJLnj .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uHCHmXJLnj .item .item-wrapper a .item-img img {
  background-color: #000000;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uHCHmXJLnj .item .item-wrapper a .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4b4b;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uHCHmXJLnj .mbr-section-title,
.cid-uHCHmXJLnj .icon-wrap {
  color: #000000;
}
.cid-uHCJQFHl11 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/image26.jpeg-614x640.jpeg");
}
.cid-uHCJQFHl11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCJQFHl11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHCJQFHl11 .container {
    padding: 0 25px;
  }
}
.cid-uHCJQFHl11 .row {
  justify-content: center;
}
.cid-uHCJQFHl11 .item {
  margin-bottom: 32px;
}
.cid-uHCJQFHl11 .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHCJQFHl11 .item .item-wrapper:hover,
.cid-uHCJQFHl11 .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #000000;
}
.cid-uHCJQFHl11 .item .item-wrapper a {
  display: block;
}
.cid-uHCJQFHl11 .item .item-wrapper a:hover .item-img::after,
.cid-uHCJQFHl11 .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uHCJQFHl11 .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uHCJQFHl11 .item .item-wrapper a .item-img img {
  background-color: #000000;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uHCJQFHl11 .item .item-wrapper a .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4b4b;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uHCJQFHl11 .mbr-section-title,
.cid-uHCJQFHl11 .icon-wrap {
  color: #000000;
}
.cid-uHCNMauSF4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/image26.jpeg-614x640.jpeg");
}
.cid-uHCNMauSF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCNMauSF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHCNMauSF4 .container {
    padding: 0 25px;
  }
}
.cid-uHCNMauSF4 .row {
  justify-content: center;
}
.cid-uHCNMauSF4 .item {
  margin-bottom: 32px;
}
.cid-uHCNMauSF4 .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHCNMauSF4 .item .item-wrapper:hover,
.cid-uHCNMauSF4 .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #000000;
}
.cid-uHCNMauSF4 .item .item-wrapper a {
  display: block;
}
.cid-uHCNMauSF4 .item .item-wrapper a:hover .item-img::after,
.cid-uHCNMauSF4 .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uHCNMauSF4 .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uHCNMauSF4 .item .item-wrapper a .item-img img {
  background-color: #000000;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uHCNMauSF4 .item .item-wrapper a .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4b4b;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uHCNMauSF4 .mbr-section-title,
.cid-uHCNMauSF4 .icon-wrap {
  color: #000000;
}
.cid-uHCQq27ccg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/image26.jpeg-614x640.jpeg");
}
.cid-uHCQq27ccg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCQq27ccg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHCQq27ccg .container {
    padding: 0 25px;
  }
}
.cid-uHCQq27ccg .row {
  justify-content: center;
}
.cid-uHCQq27ccg .item {
  margin-bottom: 32px;
}
.cid-uHCQq27ccg .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHCQq27ccg .item .item-wrapper:hover,
.cid-uHCQq27ccg .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #000000;
}
.cid-uHCQq27ccg .item .item-wrapper a {
  display: block;
}
.cid-uHCQq27ccg .item .item-wrapper a:hover .item-img::after,
.cid-uHCQq27ccg .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uHCQq27ccg .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uHCQq27ccg .item .item-wrapper a .item-img img {
  background-color: #000000;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uHCQq27ccg .item .item-wrapper a .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4b4b;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uHCQq27ccg .mbr-section-title,
.cid-uHCQq27ccg .icon-wrap {
  color: #000000;
}
.cid-uFEQspc7wL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image10.jpeg-768x852.jpeg");
}
.cid-uFEQspc7wL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEQspc7wL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFEQspc7wL .content-wrap {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uFEQspc7wL .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFEQspc7wL .content-wrap .row {
  justify-content: center;
}
.cid-uFEQspc7wL .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFEQspc7wL .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFEQspc7wL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFEQspc7wL .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uFEQspc7wL .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uFEQspc7wL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFEQspc7wL .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFEQspc7wL .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFEQspc7wL .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFEQspc7wL .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFEQspc7wL .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFEQspc7wL .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFEQspc7wL .nav-wrapper .list .item-wrap:hover,
.cid-uFEQspc7wL .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uFEQspc7wL .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFEQspc7wL .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFEQspc7wL .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFEQspc7wL .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFEQspc7wL .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFEQspc7wL .contacts-wrapper .list .item-wrap:hover,
.cid-uFEQspc7wL .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uFEQspc7wL .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFEQspc7wL .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFEQspc7wL .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFEQspc7wL .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFEQspc7wL .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFEQspc7wL .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFEQspc7wL .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFEQspc7wL .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uFEQspc7wL .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #000000;
  background-color: #efebd8;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uFEQspc7wL .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uFEQspc7wL .mbr-section-title {
  color: #ed463f;
}
.cid-uFEQspc7wL .mbr-section-subtitle {
  color: #404349;
}
.cid-uFEQspc7wL .list {
  color: #404349;
}
.cid-uFERDuqd59 .navbar-dropdown {
  position: relative !important;
}
.cid-uFERDuqd59 .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-uFERDuqd59 .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-uFERDuqd59 .icons-menu {
  width: fit-content;
  padding: 0 4rem;
  padding-bottom: 3rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFERDuqd59 .icons-menu {
    padding: 0 3rem;
  }
}
.cid-uFERDuqd59 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFERDuqd59 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFERDuqd59 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFERDuqd59 .dropdown-item:hover,
.cid-uFERDuqd59 .dropdown-item:focus {
  background: #4232e2 !important;
  color: white !important;
}
.cid-uFERDuqd59 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFERDuqd59 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFERDuqd59 .nav-dropdown {
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-uFERDuqd59 .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-uFERDuqd59 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-uFERDuqd59 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFERDuqd59 .nav-link {
  position: relative;
}
.cid-uFERDuqd59 .container {
  display: flex;
  margin: auto;
}
.cid-uFERDuqd59 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFERDuqd59 .dropdown-menu,
.cid-uFERDuqd59 .navbar.opened {
  background: #000000 !important;
  min-height: 100%;
}
.cid-uFERDuqd59 .nav-item:focus,
.cid-uFERDuqd59 .nav-link:focus {
  outline: none;
}
.cid-uFERDuqd59 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFERDuqd59 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFERDuqd59 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFERDuqd59 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFERDuqd59 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFERDuqd59 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFERDuqd59 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFERDuqd59 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFERDuqd59 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFERDuqd59 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFERDuqd59 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFERDuqd59 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFERDuqd59 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFERDuqd59 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFERDuqd59 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFERDuqd59 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFERDuqd59 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uFERDuqd59 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFERDuqd59 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFERDuqd59 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFERDuqd59 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFERDuqd59 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFERDuqd59 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFERDuqd59 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFERDuqd59 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-uFERDuqd59 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFERDuqd59 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uFERDuqd59 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFERDuqd59 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFERDuqd59 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFERDuqd59 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFERDuqd59 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFERDuqd59 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFERDuqd59 .dropdown-item.active,
.cid-uFERDuqd59 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFERDuqd59 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFERDuqd59 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFERDuqd59 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFERDuqd59 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFERDuqd59 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFERDuqd59 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFERDuqd59 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFERDuqd59 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFERDuqd59 button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #ffffff;
}
.cid-uFERDuqd59 button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #ffffff;
}
.cid-uFERDuqd59 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFERDuqd59 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-uFERDuqd59 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFERDuqd59 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFERDuqd59 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFERDuqd59 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFERDuqd59 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFERDuqd59 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFERDuqd59 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFERDuqd59 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFERDuqd59 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFERDuqd59 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFERDuqd59 .navbar {
    height: 70px;
  }
  .cid-uFERDuqd59 .navbar.opened {
    height: auto;
  }
  .cid-uFERDuqd59 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFERDv39qe {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/bg-2.png-1366x768.png");
}
.cid-uFERDv39qe .link-wrapper {
  width: 100%;
}
.cid-uFERDv39qe .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uFERDv39qe .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uFERDv39qe .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uFERDv39qe .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uFERDv39qe .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uFERDv39qe .mbr-section-title DIV {
  text-align: center;
}
.cid-uFERDv39qe .mbr-text,
.cid-uFERDv39qe .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFERDv39qe .link,
.cid-uFERDv39qe .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uFERDv39qe .mbr-section-title {
  color: #ffffff;
}
.cid-uHCZjEvBjJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/image26.jpeg-614x640.jpeg");
}
.cid-uHCZjEvBjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCZjEvBjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHCZjEvBjJ .container {
    padding: 0 25px;
  }
}
.cid-uHCZjEvBjJ .row {
  justify-content: center;
}
.cid-uHCZjEvBjJ .item {
  margin-bottom: 32px;
}
.cid-uHCZjEvBjJ .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHCZjEvBjJ .item .item-wrapper:hover,
.cid-uHCZjEvBjJ .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #000000;
}
.cid-uHCZjEvBjJ .item .item-wrapper a {
  display: block;
}
.cid-uHCZjEvBjJ .item .item-wrapper a:hover .item-img::after,
.cid-uHCZjEvBjJ .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-uHCZjEvBjJ .item .item-wrapper a .item-img {
  position: relative;
}
.cid-uHCZjEvBjJ .item .item-wrapper a .item-img img {
  background-color: #000000;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uHCZjEvBjJ .item .item-wrapper a .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4b4b;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uHCZjEvBjJ .mbr-section-title,
.cid-uHCZjEvBjJ .icon-wrap {
  color: #000000;
}
.cid-uFERDw3J2Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image10.jpeg-768x852.jpeg");
}
.cid-uFERDw3J2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFERDw3J2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFERDw3J2Q .content-wrap {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uFERDw3J2Q .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFERDw3J2Q .content-wrap .row {
  justify-content: center;
}
.cid-uFERDw3J2Q .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFERDw3J2Q .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFERDw3J2Q .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFERDw3J2Q .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uFERDw3J2Q .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uFERDw3J2Q .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFERDw3J2Q .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFERDw3J2Q .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFERDw3J2Q .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFERDw3J2Q .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFERDw3J2Q .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFERDw3J2Q .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFERDw3J2Q .nav-wrapper .list .item-wrap:hover,
.cid-uFERDw3J2Q .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uFERDw3J2Q .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFERDw3J2Q .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFERDw3J2Q .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFERDw3J2Q .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFERDw3J2Q .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFERDw3J2Q .contacts-wrapper .list .item-wrap:hover,
.cid-uFERDw3J2Q .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uFERDw3J2Q .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFERDw3J2Q .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFERDw3J2Q .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFERDw3J2Q .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFERDw3J2Q .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFERDw3J2Q .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFERDw3J2Q .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFERDw3J2Q .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uFERDw3J2Q .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #000000;
  background-color: #efebd8;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uFERDw3J2Q .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uFERDw3J2Q .mbr-section-title {
  color: #ed463f;
}
.cid-uFERDw3J2Q .mbr-section-subtitle {
  color: #404349;
}
.cid-uFERDw3J2Q .list {
  color: #404349;
}
.cid-uFET6UlXt3 .navbar-dropdown {
  position: relative !important;
}
.cid-uFET6UlXt3 .navbar.collapsed ul.navbar-nav li {
  margin: 0;
  width: fit-content;
}
.cid-uFET6UlXt3 .container-fluid {
  padding: 0 1rem;
  margin: 0 auto;
}
.cid-uFET6UlXt3 .icons-menu {
  width: fit-content;
  padding: 0 4rem;
  padding-bottom: 3rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uFET6UlXt3 .icons-menu {
    padding: 0 3rem;
  }
}
.cid-uFET6UlXt3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFET6UlXt3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFET6UlXt3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFET6UlXt3 .dropdown-item:hover,
.cid-uFET6UlXt3 .dropdown-item:focus {
  background: #4232e2 !important;
  color: white !important;
}
.cid-uFET6UlXt3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFET6UlXt3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFET6UlXt3 .nav-dropdown {
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-uFET6UlXt3 .nav-dropdown {
    padding: 2rem 0rem;
  }
}
.cid-uFET6UlXt3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 1rem !important;
}
.cid-uFET6UlXt3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFET6UlXt3 .nav-link {
  position: relative;
}
.cid-uFET6UlXt3 .container {
  display: flex;
  margin: auto;
}
.cid-uFET6UlXt3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFET6UlXt3 .dropdown-menu,
.cid-uFET6UlXt3 .navbar.opened {
  background: #000000 !important;
  min-height: 100%;
}
.cid-uFET6UlXt3 .nav-item:focus,
.cid-uFET6UlXt3 .nav-link:focus {
  outline: none;
}
.cid-uFET6UlXt3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFET6UlXt3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFET6UlXt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFET6UlXt3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFET6UlXt3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFET6UlXt3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em .5em 0.235em 1.3em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFET6UlXt3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uFET6UlXt3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFET6UlXt3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFET6UlXt3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uFET6UlXt3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFET6UlXt3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFET6UlXt3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFET6UlXt3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFET6UlXt3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFET6UlXt3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFET6UlXt3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem .5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uFET6UlXt3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFET6UlXt3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFET6UlXt3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFET6UlXt3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFET6UlXt3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFET6UlXt3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFET6UlXt3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFET6UlXt3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem .5rem !important;
    text-align: center;
  }
  .cid-uFET6UlXt3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFET6UlXt3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uFET6UlXt3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFET6UlXt3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFET6UlXt3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFET6UlXt3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFET6UlXt3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFET6UlXt3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFET6UlXt3 .dropdown-item.active,
.cid-uFET6UlXt3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFET6UlXt3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFET6UlXt3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFET6UlXt3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFET6UlXt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFET6UlXt3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFET6UlXt3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFET6UlXt3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFET6UlXt3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFET6UlXt3 button.navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #ffffff;
}
.cid-uFET6UlXt3 button.navbar-toggler[aria-expanded="true"] .hamburger span {
  background: #ffffff;
}
.cid-uFET6UlXt3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFET6UlXt3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-uFET6UlXt3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFET6UlXt3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFET6UlXt3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFET6UlXt3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFET6UlXt3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFET6UlXt3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFET6UlXt3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFET6UlXt3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFET6UlXt3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFET6UlXt3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFET6UlXt3 .navbar {
    height: 70px;
  }
  .cid-uFET6UlXt3 .navbar.opened {
    height: auto;
  }
  .cid-uFET6UlXt3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFET6V6YFm {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/bg-2.png-1366x768.png");
}
.cid-uFET6V6YFm .link-wrapper {
  width: 100%;
}
.cid-uFET6V6YFm .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uFET6V6YFm .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uFET6V6YFm .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uFET6V6YFm .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uFET6V6YFm .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uFET6V6YFm .mbr-section-title DIV {
  text-align: center;
}
.cid-uFET6V6YFm .mbr-text,
.cid-uFET6V6YFm .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFET6V6YFm .link,
.cid-uFET6V6YFm .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uFET6V6YFm .mbr-section-title {
  color: #ffffff;
}
.cid-uFET6VDgli {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/image10.jpeg-768x852.jpg");
}
.cid-uFET6VDgli .container-fluid {
  padding: 0 3rem;
}
.cid-uFET6VDgli .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-uFET6VDgli .input-main {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFET6VDgli .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-uFET6VDgli .form-group {
  margin-bottom: 1.4em;
}
.cid-uFET6VDgli .form-control {
  background-color: #bbbbbb;
  border-radius: 22px;
  padding: 18px 25px;
}
.cid-uFET6VDgli input.form-control {
  border: 1px solid #ddd;
}
.cid-uFET6VDgli textarea.form-control {
  padding: 1rem;
  min-height: 209px;
}
.cid-uFET6VDgli .input-group-btn .btn {
  padding: 1rem 4rem;
}
@media (max-width: 767px) {
  .cid-uFET6VDgli .container-fluid {
    padding: 0 1rem;
  }
  .cid-uFET6VDgli .input-group-btn .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
}
.cid-uFET6VDgli .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFET6VDgli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFET6WbBeJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image10.jpeg-768x852.jpeg");
}
.cid-uFET6WbBeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFET6WbBeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFET6WbBeJ .content-wrap {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uFET6WbBeJ .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFET6WbBeJ .content-wrap .row {
  justify-content: center;
}
.cid-uFET6WbBeJ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFET6WbBeJ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFET6WbBeJ .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uFET6WbBeJ .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uFET6WbBeJ .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uFET6WbBeJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFET6WbBeJ .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFET6WbBeJ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFET6WbBeJ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFET6WbBeJ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFET6WbBeJ .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFET6WbBeJ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFET6WbBeJ .nav-wrapper .list .item-wrap:hover,
.cid-uFET6WbBeJ .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uFET6WbBeJ .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFET6WbBeJ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFET6WbBeJ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFET6WbBeJ .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFET6WbBeJ .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFET6WbBeJ .contacts-wrapper .list .item-wrap:hover,
.cid-uFET6WbBeJ .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uFET6WbBeJ .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFET6WbBeJ .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFET6WbBeJ .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFET6WbBeJ .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uFET6WbBeJ .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFET6WbBeJ .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFET6WbBeJ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFET6WbBeJ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uFET6WbBeJ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #000000;
  background-color: #efebd8;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uFET6WbBeJ .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-uFET6WbBeJ .mbr-section-title {
  color: #ed463f;
}
.cid-uFET6WbBeJ .mbr-section-subtitle {
  color: #404349;
}
.cid-uFET6WbBeJ .list {
  color: #404349;
}
