.btn {
  border-width: 2px;
}
body {
  font-family: Tilt Warp;
}
.display-1 {
  font-family: 'Oxanium', display;
  font-size: 3rem;
  line-height: 60px;
  letter-spacing: 6px;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Oxanium', display;
  font-size: 2rem;
  line-height: 1.16em;
  letter-spacing: .06em;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Oxanium', display;
  font-size: 0.95rem;
  line-height: 1.8;
  letter-spacing: .02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.1875rem;
}
.display-5 {
  font-family: 'Oxanium', display;
  font-size: 1rem;
  line-height: 1.44em;
  letter-spacing: .06em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Oxanium', display;
  font-size: 0.85rem;
  line-height: 1.67;
  letter-spacing: normal;
}
.display-7 > .mbr-iconfont {
  font-size: 1.0625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.68rem;
    font-size: calc( 0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ef4123 !important;
}
.bg-success {
  background-color: #424242 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #d58219 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ef4123 !important;
  border-color: #ef4123 !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: #af250d !important;
  border-color: #af250d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #af250d !important;
  border-color: #af250d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cacaca !important;
  border-color: #cacaca !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: #9f9f9f !important;
  border-color: #9f9f9f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9f9f9f !important;
  border-color: #9f9f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #424242 !important;
  border-color: #424242 !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: #171717 !important;
  border-color: #171717 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #171717 !important;
  border-color: #171717 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d58219 !important;
  border-color: #d58219 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #875310 !important;
  border-color: #875310 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #875310 !important;
  border-color: #875310 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #ef4123;
  color: #ef4123;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #af250d !important;
  background-color: transparent !important;
  border-color: #af250d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ef4123 !important;
  border-color: #ef4123 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cacaca;
  color: #cacaca;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9f9f9f !important;
  background-color: transparent !important;
  border-color: #9f9f9f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cacaca !important;
  border-color: #cacaca !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #424242;
  color: #424242;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #171717 !important;
  background-color: transparent !important;
  border-color: #171717 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #424242 !important;
  border-color: #424242 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d58219;
  color: #d58219;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #875310 !important;
  background-color: transparent !important;
  border-color: #875310 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d58219 !important;
  border-color: #d58219 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ef4123 !important;
}
.text-secondary {
  color: #cacaca !important;
}
.text-success {
  color: #424242 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #d58219 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a0220c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #979797 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0f0f0f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7a4a0e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ef4123;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #d58219;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ef4123;
  border-color: #ef4123;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ef4123;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fde5e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b5b5b5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8e0c2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Oxanium', display;
  font-size: 0.95rem;
  line-height: 1.8;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.1875rem;
}
.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: #ef4123 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oxanium', display;
  font-size: 0.95rem;
  line-height: 1.8;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.1875rem;
}
blockquote {
  border-color: #ef4123;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ef4123;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ef4123;
}
.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: #ef4123;
  border-bottom-color: #ef4123;
}
.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: #ef4123 !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: #cacaca !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='%23ef4123' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  box-shadow: none;
  padding: 10px 70px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 40px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #ef4123;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline::after,
.mbr-section-btn-main .btn-primary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #ef4123;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #ef4123 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #cacaca;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-secondary-outline::after,
.mbr-section-btn-main .btn-secondary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #cacaca;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border: 2px solid transparent !important;
  color: #000000 !important;
  box-shadow: inset 0 -100px 0 0 #cacaca !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #424242;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-success-outline::after,
.mbr-section-btn-main .btn-success-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #424242;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #424242 !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #000000 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #d58219;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-warning-outline::after,
.mbr-section-btn-main .btn-warning-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #d58219;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #d58219 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-danger-outline::after,
.mbr-section-btn-main .btn-danger-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border: 2px solid transparent !important;
  color: #191919 !important;
  box-shadow: inset 0 -100px 0 0 #ffffff !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-white-outline::after,
.mbr-section-btn-main .btn-white-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border: 2px solid transparent !important;
  color: #000000;
  box-shadow: inset 0 -100px 0 0 #ffffff !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-black-outline::after,
.mbr-section-btn-main .btn-black-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff;
  box-shadow: inset 0 -100px 0 0 #000000 !important;
}
.cid-uyWoTO2M94 {
  z-index: 1000;
  width: 100%;
}
.cid-uyWoTO2M94 nav.navbar {
  position: fixed;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyWoTO2M94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyWoTO2M94 .dropdown-item:hover,
.cid-uyWoTO2M94 .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uyWoTO2M94 .dropdown-item:hover span {
  color: white;
}
.cid-uyWoTO2M94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyWoTO2M94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyWoTO2M94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyWoTO2M94 .nav-link {
  position: relative;
}
.cid-uyWoTO2M94 .container {
  display: flex;
  margin: auto;
}
.cid-uyWoTO2M94 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown-menu,
.cid-uyWoTO2M94 .navbar.opened {
  background: #232323 !important;
}
.cid-uyWoTO2M94 .nav-item:focus,
.cid-uyWoTO2M94 .nav-link:focus {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .collapsed ul {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyWoTO2M94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyWoTO2M94 ul {
  counter-reset: counter;
}
.cid-uyWoTO2M94 ul li a.nav-link {
  height: 100px;
}
.cid-uyWoTO2M94 ul li.nav-item {
  width: 140px;
}
.cid-uyWoTO2M94 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 ul {
    margin: auto;
  }
}
.cid-uyWoTO2M94 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyWoTO2M94 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uyWoTO2M94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyWoTO2M94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyWoTO2M94 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyWoTO2M94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar.collapsed {
  justify-content: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyWoTO2M94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyWoTO2M94 .navbar ul {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyWoTO2M94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyWoTO2M94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyWoTO2M94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyWoTO2M94 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyWoTO2M94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyWoTO2M94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown-item.active,
.cid-uyWoTO2M94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyWoTO2M94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyWoTO2M94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyWoTO2M94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyWoTO2M94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyWoTO2M94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyWoTO2M94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyWoTO2M94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyWoTO2M94 .navbar {
    height: 70px;
  }
  .cid-uyWoTO2M94 .navbar.opened {
    height: auto;
  }
  .cid-uyWoTO2M94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umywOoKK1k {
  background-image: url("../../../assets/images/giris-zemin-1-2000x1000.jpg");
}
.cid-umywOoKK1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-umywOoKK1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umywOoKK1k .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-umywOoKK1k .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-umywOoKK1k .container {
    padding: 0 26px;
  }
}
.cid-umywOoKK1k .title-wrapper {
  padding-top: 35%;
}
.cid-umywOoKK1k .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-umywOoKK1k .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-umywOoKK1k .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-umywOoKK1k .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-umywOoKK1k .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-umywOoKK1k .mbr-section-title {
  color: #ffffff;
}
.cid-umywOoKK1k .mbr-text {
  color: #ffffff;
}
.cid-umywOoKK1k .mbr-section-title,
.cid-umywOoKK1k .icon-wrapper,
.cid-umywOoKK1k .mbr-section-btn {
  text-align: center;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uyWoTO2M94 {
  z-index: 1000;
  width: 100%;
}
.cid-uyWoTO2M94 nav.navbar {
  position: fixed;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyWoTO2M94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyWoTO2M94 .dropdown-item:hover,
.cid-uyWoTO2M94 .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uyWoTO2M94 .dropdown-item:hover span {
  color: white;
}
.cid-uyWoTO2M94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyWoTO2M94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyWoTO2M94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyWoTO2M94 .nav-link {
  position: relative;
}
.cid-uyWoTO2M94 .container {
  display: flex;
  margin: auto;
}
.cid-uyWoTO2M94 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown-menu,
.cid-uyWoTO2M94 .navbar.opened {
  background: #232323 !important;
}
.cid-uyWoTO2M94 .nav-item:focus,
.cid-uyWoTO2M94 .nav-link:focus {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .collapsed ul {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyWoTO2M94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyWoTO2M94 ul {
  counter-reset: counter;
}
.cid-uyWoTO2M94 ul li a.nav-link {
  height: 100px;
}
.cid-uyWoTO2M94 ul li.nav-item {
  width: 140px;
}
.cid-uyWoTO2M94 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 ul {
    margin: auto;
  }
}
.cid-uyWoTO2M94 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyWoTO2M94 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uyWoTO2M94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyWoTO2M94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyWoTO2M94 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyWoTO2M94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar.collapsed {
  justify-content: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyWoTO2M94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyWoTO2M94 .navbar ul {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyWoTO2M94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyWoTO2M94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyWoTO2M94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyWoTO2M94 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyWoTO2M94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyWoTO2M94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown-item.active,
.cid-uyWoTO2M94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyWoTO2M94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyWoTO2M94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyWoTO2M94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyWoTO2M94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyWoTO2M94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyWoTO2M94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyWoTO2M94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyWoTO2M94 .navbar {
    height: 70px;
  }
  .cid-uyWoTO2M94 .navbar.opened {
    height: auto;
  }
  .cid-uyWoTO2M94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRCm9cRyCT {
  background-image: url("../../../assets/images/pinclaw-giris-resim-1920x1080.jpg");
}
.cid-tRCm9cRyCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCm9cRyCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCm9cRyCT .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tRCm9cRyCT .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tRCm9cRyCT .container {
    padding: 0 26px;
  }
}
.cid-tRCm9cRyCT .title-wrapper {
  padding-top: 35%;
}
.cid-tRCm9cRyCT .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tRCm9cRyCT .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-tRCm9cRyCT .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-tRCm9cRyCT .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-tRCm9cRyCT .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-tRCm9cRyCT .mbr-section-title {
  color: #ffffff;
}
.cid-tRCm9cRyCT .mbr-text {
  color: #ffffff;
}
.cid-tRCm9cRyCT .mbr-section-title,
.cid-tRCm9cRyCT .icon-wrapper,
.cid-tRCm9cRyCT .mbr-section-btn {
  text-align: center;
}
.cid-tRwx4rdOnS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tRwx4rdOnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwx4rdOnS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRwx4rdOnS .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tRwx4rdOnS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tRwx4rdOnS .container {
    padding: 0 26px;
  }
}
.cid-tRwx4rdOnS .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tRwx4rdOnS .image-wrapper img {
    height: 300px;
  }
}
.cid-tRwx4rdOnS .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-tRwx4rdOnS .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tRwx4rdOnS .title-wrapper {
    padding: 0 26px;
  }
}
.cid-tRwx4rdOnS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tRwx4rdOnS .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tRwx4rdOnS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tRwx4rdOnS .mbr-section-title {
  color: #ef4123;
}
.cid-tRwx4rdOnS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRwx4rdOnS .mbr-text {
  color: #cacaca;
}
.cid-tRCK0nh6WN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-tRCK0nh6WN img,
.cid-tRCK0nh6WN .item-img {
  vertical-align: middle;
}
.cid-tRCK0nh6WN .item:focus,
.cid-tRCK0nh6WN span:focus {
  outline: none;
}
.cid-tRCK0nh6WN .item-img {
  height: 25rem;
}
.cid-tRCK0nh6WN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tRCK0nh6WN .item-content,
.cid-tRCK0nh6WN .item-footer {
  background: #232323;
}
.cid-tRCK0nh6WN .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tRCK0nh6WN .item {
  padding: 0;
  margin: 0;
}
.cid-tRCK0nh6WN .features-image {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-tRCK0nh6WN .features-image-wrap {
  flex-wrap: wrap;
}
.cid-tRCK0nh6WN .item-wrapper {
  position: relative;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-tRCK0nh6WN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRCK0nh6WN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tRCK0nh6WN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tRCK0nh6WN .mbr-section-title b:last-child,
.cid-tRCK0nh6WN .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tRCK0nh6WN .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-tRCnGMgJIi {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc00902-ig2-1-1400x909.jpeg");
}
.cid-tRCnGMgJIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCnGMgJIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCnGMgJIi .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tRCnGMgJIi .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tRCnGMgJIi .container {
    padding: 0 26px;
  }
}
.cid-tRCnGMgJIi .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tRCnGMgJIi .image-wrapper img {
    height: 300px;
  }
}
.cid-tRCnGMgJIi .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-tRCnGMgJIi .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tRCnGMgJIi .title-wrapper {
    padding: 0 26px;
  }
}
.cid-tRCnGMgJIi .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tRCnGMgJIi .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tRCnGMgJIi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tRCnGMgJIi .mbr-section-title {
  color: #ffffff;
}
.cid-tRCnGMgJIi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRCnGMgJIi .mbr-text {
  color: #ffffff;
}
.cid-tRCTGlfW7U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/trusslar-1920x1000.jpg");
}
.cid-tRCTGlfW7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCTGlfW7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tRCTGlfW7U .container {
    padding: 0 26px;
  }
}
.cid-tRCTGlfW7U .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tRCTGlfW7U .row {
    margin: 0 -12px;
  }
}
.cid-tRCTGlfW7U .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-tRCTGlfW7U .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-tRCTGlfW7U .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tRCTGlfW7U .card {
    padding: 0 12px;
  }
}
.cid-tRCTGlfW7U .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-tRCTGlfW7U .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-tRCTGlfW7U .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tRCTGlfW7U .image-wrapper img {
    height: 300px;
  }
}
.cid-tRCTGlfW7U .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-tRCTGlfW7U .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-tRCTGlfW7U .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tRCTGlfW7U .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tRCTGlfW7U .mbr-section-title {
  color: #ffffff;
}
.cid-tRCTGlfW7U .mbr-text {
  color: #cacaca;
}
.cid-tRCONBMZY2 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/pinclaw-zemin-1920x1358.jpg");
}
.cid-tRCONBMZY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCONBMZY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCONBMZY2.mbr-fullscreen {
  flex-direction: column;
  justify-content: center;
}
.cid-tRCONBMZY2 .mbr-section-title {
  position: relative;
  color: #FFFFFF;
  z-index: 4;
}
@media (min-width: 992px) {
  .cid-tRCONBMZY2 .mbr-section-title {
    margin-bottom: -115px;
    font-size: 180px;
    line-height: 1;
  }
}
.cid-tRCONBMZY2 .img-wrapper {
  position: relative;
  max-width: 660px;
  border-radius: 40px;
  overflow: hidden;
  z-index: 3;
}
.cid-tRCONBMZY2 .mbr-section-subtitle {
  position: relative;
  color: #FFFFFF;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tRCONBMZY2 .mbr-section-subtitle {
    margin-top: -50px;
    font-size: 180px;
    line-height: 1;
  }
}
.cid-tRCONBMZY2 .mbr-text {
  margin-top: 8px;
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}
.cid-tRvTwqhM3Z {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/video-kapak1-1591x858.jpg");
}
.cid-tRvTwqhM3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRvTwqhM3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRvTwqhM3Z .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-tRvTwqhM3Z .mbr-section-title {
  color: #FFFFFF;
}
.cid-tRvTwqhM3Z .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-tRvTwqhM3Z .mbr-text {
  margin-top: 48px;
  color: #FFFFFF;
}
.cid-tRvTwqhM3Z .mbr-section-btn {
  margin-top: 20px;
}
.cid-tRvTwqhM3Z iframe,
.cid-tRvTwqhM3Z img,
.cid-tRvTwqhM3Z video {
  width: 100%;
}
.cid-tRvTwqhM3Z .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 48px auto 0;
  width: fit-content;
  max-width: 100%;
}
.cid-tRvTwqhM3Z .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-tRvTwqhM3Z .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ef4123;
  z-index: 2;
}
.cid-tRvTwqhM3Z .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ef4123;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tRvTwqhM3Z .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-tRvTwqhM3Z .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tRvTwqhM3Z .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tRvTwqhM3Z .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tRvTwqhM3Z .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-tRvTwqhM3Z .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRvTwqhM3Z .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRCMkzRz3V {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-tRCMkzRz3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCMkzRz3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCMkzRz3V .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tRm5asHtZS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-tRm5asHtZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRm5asHtZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRm5asHtZS .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tRm5asHtZS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tRm5asHtZS .container {
    padding: 0 26px;
  }
}
.cid-tRm5asHtZS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tRm5asHtZS .panel-group {
    margin-bottom: 18px;
  }
}
.cid-tRm5asHtZS .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-tRm5asHtZS .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tRm5asHtZS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tRm5asHtZS .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tRm5asHtZS .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tRm5asHtZS .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-tRm5asHtZS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tRm5asHtZS .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-tRm5asHtZS .image-wrapper {
    padding: 0;
  }
}
.cid-tRm5asHtZS .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tRm5asHtZS .image-wrapper img {
    height: 300px;
  }
}
.cid-tRm5asHtZS .panel-title-edit {
  color: #ffffff;
}
.cid-tRm5asHtZS .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uyWoTO2M94 {
  z-index: 1000;
  width: 100%;
}
.cid-uyWoTO2M94 nav.navbar {
  position: fixed;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyWoTO2M94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyWoTO2M94 .dropdown-item:hover,
.cid-uyWoTO2M94 .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uyWoTO2M94 .dropdown-item:hover span {
  color: white;
}
.cid-uyWoTO2M94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyWoTO2M94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyWoTO2M94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyWoTO2M94 .nav-link {
  position: relative;
}
.cid-uyWoTO2M94 .container {
  display: flex;
  margin: auto;
}
.cid-uyWoTO2M94 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown-menu,
.cid-uyWoTO2M94 .navbar.opened {
  background: #232323 !important;
}
.cid-uyWoTO2M94 .nav-item:focus,
.cid-uyWoTO2M94 .nav-link:focus {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .collapsed ul {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyWoTO2M94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyWoTO2M94 ul {
  counter-reset: counter;
}
.cid-uyWoTO2M94 ul li a.nav-link {
  height: 100px;
}
.cid-uyWoTO2M94 ul li.nav-item {
  width: 140px;
}
.cid-uyWoTO2M94 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 ul {
    margin: auto;
  }
}
.cid-uyWoTO2M94 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyWoTO2M94 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uyWoTO2M94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyWoTO2M94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyWoTO2M94 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyWoTO2M94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar.collapsed {
  justify-content: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyWoTO2M94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyWoTO2M94 .navbar ul {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyWoTO2M94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyWoTO2M94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyWoTO2M94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyWoTO2M94 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyWoTO2M94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyWoTO2M94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown-item.active,
.cid-uyWoTO2M94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyWoTO2M94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyWoTO2M94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyWoTO2M94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyWoTO2M94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyWoTO2M94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyWoTO2M94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyWoTO2M94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyWoTO2M94 .navbar {
    height: 70px;
  }
  .cid-uyWoTO2M94 .navbar.opened {
    height: auto;
  }
  .cid-uyWoTO2M94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRCiE2ok8Z {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #232323;
  background: linear-gradient(to right top, #232323, #ef4123);
}
.cid-tRCiE2ok8Z .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tRCiE2ok8Z .img-wrap img {
  width: 52%;
  margin: auto;
}
.cid-tRCiE2ok8Z .mbr-text,
.cid-tRCiE2ok8Z .mbr-section-btn {
  color: #ffffff;
}
.cid-tRCiE2ok8Z .mbr-section-title {
  color: #ffffff;
}
.cid-tRCiE2ok8Z .buttons-wrap .link {
  display: flex;
}
.cid-tRCiE2ok8Z .mbr-arrow {
  bottom: 0;
}
.cid-tRCiE2ok8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCiE2ok8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uyWoTO2M94 {
  z-index: 1000;
  width: 100%;
}
.cid-uyWoTO2M94 nav.navbar {
  position: fixed;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyWoTO2M94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyWoTO2M94 .dropdown-item:hover,
.cid-uyWoTO2M94 .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uyWoTO2M94 .dropdown-item:hover span {
  color: white;
}
.cid-uyWoTO2M94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyWoTO2M94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyWoTO2M94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyWoTO2M94 .nav-link {
  position: relative;
}
.cid-uyWoTO2M94 .container {
  display: flex;
  margin: auto;
}
.cid-uyWoTO2M94 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown-menu,
.cid-uyWoTO2M94 .navbar.opened {
  background: #232323 !important;
}
.cid-uyWoTO2M94 .nav-item:focus,
.cid-uyWoTO2M94 .nav-link:focus {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .collapsed ul {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyWoTO2M94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyWoTO2M94 ul {
  counter-reset: counter;
}
.cid-uyWoTO2M94 ul li a.nav-link {
  height: 100px;
}
.cid-uyWoTO2M94 ul li.nav-item {
  width: 140px;
}
.cid-uyWoTO2M94 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 ul {
    margin: auto;
  }
}
.cid-uyWoTO2M94 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyWoTO2M94 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uyWoTO2M94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyWoTO2M94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyWoTO2M94 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyWoTO2M94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar.collapsed {
  justify-content: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyWoTO2M94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyWoTO2M94 .navbar ul {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyWoTO2M94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyWoTO2M94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyWoTO2M94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyWoTO2M94 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyWoTO2M94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyWoTO2M94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown-item.active,
.cid-uyWoTO2M94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyWoTO2M94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyWoTO2M94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyWoTO2M94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyWoTO2M94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyWoTO2M94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyWoTO2M94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyWoTO2M94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyWoTO2M94 .navbar {
    height: 70px;
  }
  .cid-uyWoTO2M94 .navbar.opened {
    height: auto;
  }
  .cid-uyWoTO2M94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRCBgibIGs {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background19-1-1900x1267.jpeg");
}
.cid-tRCBgibIGs .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #a3a6b2;
}
.cid-tRCBgibIGs .contacts-info {
  padding-bottom: 30px;
  color: #ffffff;
  margin: 0;
}
.cid-tRCBgibIGs .margin {
  margin-bottom: 10px;
}
.cid-tRCBgibIGs .mbr-section-title {
  color: white;
  margin-bottom: 20px;
  padding: 0;
}
.cid-tRCBgibIGs .description {
  color: #a3a6b2;
  margin-bottom: 50px;
  padding: 0;
}
.cid-tRCBgibIGs .title {
  font-size: 24px;
}
.cid-tRCBgibIGs .form-heading {
  margin-bottom: 40px;
}
.cid-tRCBgibIGs label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-tRCBgibIGs input,
.cid-tRCBgibIGs textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-tRCBgibIGs .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-tRCBgibIGs .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-tRCBgibIGs .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-tRCBgibIGs .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-tRCBgibIGs .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-tRCBgibIGs .gray-button:hover {
  background-color: #5e6068;
}
.cid-tRCBgibIGs ::placeholder {
  color: #a3a6b2;
}
.cid-ufhdwDadez {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-ufhdwDadez .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufhdwDadez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufhdwDadez .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-ufhdwDadez .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ufhdwDadez .container {
    padding: 0 26px;
  }
}
.cid-ufhdwDadez .google-map iframe {
  height: 345px;
  filter: invert(1);
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uyWoTO2M94 {
  z-index: 1000;
  width: 100%;
}
.cid-uyWoTO2M94 nav.navbar {
  position: fixed;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyWoTO2M94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyWoTO2M94 .dropdown-item:hover,
.cid-uyWoTO2M94 .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uyWoTO2M94 .dropdown-item:hover span {
  color: white;
}
.cid-uyWoTO2M94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyWoTO2M94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyWoTO2M94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyWoTO2M94 .nav-link {
  position: relative;
}
.cid-uyWoTO2M94 .container {
  display: flex;
  margin: auto;
}
.cid-uyWoTO2M94 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown-menu,
.cid-uyWoTO2M94 .navbar.opened {
  background: #232323 !important;
}
.cid-uyWoTO2M94 .nav-item:focus,
.cid-uyWoTO2M94 .nav-link:focus {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .collapsed ul {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyWoTO2M94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyWoTO2M94 ul {
  counter-reset: counter;
}
.cid-uyWoTO2M94 ul li a.nav-link {
  height: 100px;
}
.cid-uyWoTO2M94 ul li.nav-item {
  width: 140px;
}
.cid-uyWoTO2M94 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 ul {
    margin: auto;
  }
}
.cid-uyWoTO2M94 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyWoTO2M94 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uyWoTO2M94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyWoTO2M94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyWoTO2M94 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyWoTO2M94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar.collapsed {
  justify-content: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyWoTO2M94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyWoTO2M94 .navbar ul {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyWoTO2M94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyWoTO2M94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyWoTO2M94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyWoTO2M94 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyWoTO2M94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyWoTO2M94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown-item.active,
.cid-uyWoTO2M94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyWoTO2M94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyWoTO2M94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyWoTO2M94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyWoTO2M94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyWoTO2M94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyWoTO2M94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyWoTO2M94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyWoTO2M94 .navbar {
    height: 70px;
  }
  .cid-uyWoTO2M94 .navbar.opened {
    height: auto;
  }
  .cid-uyWoTO2M94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSW7yjqYhZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/motorkontrol-giris-resim2-4-1920x1275.jpg");
}
.cid-tSW7yjqYhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSW7yjqYhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSW7yjqYhZ .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tSW7yjqYhZ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tSW7yjqYhZ .container {
    padding: 0 26px;
  }
}
.cid-tSW7yjqYhZ .title-wrapper {
  padding-top: 35%;
}
.cid-tSW7yjqYhZ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tSW7yjqYhZ .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-tSW7yjqYhZ .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-tSW7yjqYhZ .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-tSW7yjqYhZ .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-tSW7yjqYhZ .mbr-section-title {
  color: #ffffff;
}
.cid-tSW7yjqYhZ .mbr-text {
  color: #ffffff;
}
.cid-tSW7yjqYhZ .mbr-section-title,
.cid-tSW7yjqYhZ .icon-wrapper,
.cid-tSW7yjqYhZ .mbr-section-btn {
  text-align: center;
}
.cid-tSMo9A94ou {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/motorkumanda-zemin-1920x2680.jpg");
}
.cid-tSMo9A94ou .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSMo9A94ou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSMo9A94ou .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tSMo9A94ou .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tSMo9A94ou .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-tSMo9A94ou .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tSMo9A94ou .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tSMo9A94ou .image-wrapper img {
    height: 300px;
  }
}
.cid-tSMo9A94ou .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-tSMo9A94ou .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tSMo9A94ou .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tSMo9A94ou .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tSMo9A94ou .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tSMo9A94ou .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-tSMo9A94ou .cards-wrapper {
    margin: 0;
  }
}
.cid-tSMo9A94ou .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tSMo9A94ou .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-tSMo9A94ou .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-tSMo9A94ou .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-tSMo9A94ou .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-tSMo9A94ou .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-tSMo9A94ou .mbr-section-title {
  color: #ffffff;
}
.cid-tSMo9A94ou .mbr-section-subtitle {
  color: #ef4123;
}
.cid-tSMo9A94ou .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tSMo9A94ou .mbr-card-title {
  color: #ffffff;
}
.cid-tSSonXPETY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/beyazzemin-1-1920x1920.jpg");
}
.cid-tSSonXPETY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSSonXPETY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tSSonXPETY .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tSSonXPETY .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSSonXPETY .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tSSonXPETY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tSSonXPETY .mbr-section-title {
  color: #424242;
}
.cid-tSSoUabckX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/beyazzemin-1-1920x1920.jpg");
}
.cid-tSSoUabckX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSSoUabckX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tSSoUabckX .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tSSoUabckX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tSSoUabckX .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tSSoUabckX .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tSSoUabckX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tSSoUabckX .mbr-section-title {
  color: #424242;
  text-align: right;
}
.cid-tSSoUabckX .mbr-section-title DIV {
  text-align: right;
}
.cid-tSMxbHliz6 {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #313131;
}
.cid-tSMxbHliz6 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tSMxbHliz6 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tSMxbHliz6 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tSMxbHliz6 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tSMxbHliz6 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tSMxbHliz6 .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tSMxbHliz6 .items-container {
    padding-left: 6.66vw;
  }
}
.cid-tSMxbHliz6 .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tSMxbHliz6 .item {
    margin-bottom: 3.2vw;
  }
}
.cid-tSMxbHliz6 .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSMxbHliz6 .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-tSMxbHliz6 .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-tSMxbHliz6 .mbr-text {
  color: #ffffff;
}
.cid-tSMxPIqqAw {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #313131;
}
.cid-tSMxPIqqAw .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tSMxPIqqAw .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tSMxPIqqAw .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tSMxPIqqAw .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tSMxPIqqAw .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tSMxPIqqAw .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tSMxPIqqAw .items-container {
    padding-left: 6.66vw;
  }
}
.cid-tSMxPIqqAw .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tSMxPIqqAw .item {
    margin-bottom: 3.2vw;
  }
}
.cid-tSMxPIqqAw .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSMxPIqqAw .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-tSMxPIqqAw .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-tSMxPIqqAw .mbr-text {
  color: #ffffff;
}
.cid-tSMNfKkWJE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/canta-1-1920x1280.jpg");
}
.cid-tSMNfKkWJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSMNfKkWJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSMNfKkWJE .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tSMNfKkWJE .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tSMNfKkWJE .container {
    padding: 0 26px;
  }
}
.cid-tSMNfKkWJE .title-wrapper {
  padding-top: 35%;
}
.cid-tSMNfKkWJE .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tSMNfKkWJE .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-tSMNfKkWJE .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-tSMNfKkWJE .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-tSMNfKkWJE .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-tSMNfKkWJE .mbr-section-title {
  color: #ffffff;
}
.cid-tSMNfKkWJE .mbr-text {
  color: #ffffff;
}
.cid-tSMNfKkWJE .mbr-section-title,
.cid-tSMNfKkWJE .icon-wrapper,
.cid-tSMNfKkWJE .mbr-section-btn {
  text-align: center;
}
.cid-tSSxVKr0zc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #313131;
}
.cid-tSSxVKr0zc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSSxVKr0zc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSSxVKr0zc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tSSxVKr0zc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tSSxVKr0zc .container {
    padding: 0 16px;
  }
}
.cid-tSSxVKr0zc .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tSSxVKr0zc .row {
    margin: 0;
  }
}
.cid-tSSxVKr0zc .row .card {
  position: relative;
  padding: 0;
}
.cid-tSSxVKr0zc .decor-wrapper_1 {
  height: 30px;
  background-color: #c38200;
  border-radius: 20px 20px 0 0;
}
.cid-tSSxVKr0zc .decor-wrapper_2 {
  height: 30px;
  background-color: #f9a600;
}
.cid-tSSxVKr0zc .decor-wrapper_3 {
  height: 30px;
  background-color: #ffbc37;
}
.cid-tSSxVKr0zc .title-wrapper {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tSSxVKr0zc .title-wrapper {
    margin: 0 10px;
  }
}
.cid-tSSxVKr0zc .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-tSMP6hiWMZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #424242;
}
.cid-tSMP6hiWMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSMP6hiWMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSMP6hiWMZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tSMP6hiWMZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tSMP6hiWMZ .container {
    padding: 0 16px;
  }
}
.cid-tSMP6hiWMZ .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tSMP6hiWMZ .row {
    margin: 0;
  }
}
.cid-tSMP6hiWMZ .row .card {
  position: relative;
  padding: 0;
}
.cid-tSMP6hiWMZ .decor-wrapper_1 {
  height: 30px;
  background-color: #c38200;
  border-radius: 20px 20px 0 0;
}
.cid-tSMP6hiWMZ .decor-wrapper_2 {
  height: 30px;
  background-color: #f9a600;
}
.cid-tSMP6hiWMZ .decor-wrapper_3 {
  height: 30px;
  background-color: #ffbc37;
}
.cid-tSMP6hiWMZ .title-wrapper {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tSMP6hiWMZ .title-wrapper {
    margin: 0 10px;
  }
}
.cid-tSMP6hiWMZ .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-tSVHrJELjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/motorkumanda-zemin-1920x2680.jpg");
}
.cid-tSVHrJELjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSVHrJELjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSVHrJELjw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tSVHrJELjw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tSVHrJELjw .container {
    padding: 0 20px;
  }
}
.cid-tSVHrJELjw .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tSVHrJELjw .mbr-section-btn {
  margin-bottom: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tSVHrJELjw .mbr-section-btn {
    display: none;
  }
}
.cid-tSVHrJELjw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
  border-right: 1px solid #555354;
}
@media (max-width: 768px) {
  .cid-tSVHrJELjw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-tSVHrJELjw .embla__slide .card-wrap {
  padding: 0 45px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tSVHrJELjw .embla__slide .card-wrap {
    padding: 0;
  }
}
.cid-tSVHrJELjw .embla__slide .card-wrap a {
  display: block;
}
.cid-tSVHrJELjw .embla__slide .card-wrap a .item-wrapper .image-wrap {
  margin-bottom: 24px;
}
.cid-tSVHrJELjw .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tSVHrJELjw .embla__slide .card-wrap a .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-tSVHrJELjw .embla__slide .card-wrap a .content-wrap .card-title {
  margin-bottom: 24px;
}
.cid-tSVHrJELjw .embla__slide .card-wrap a .content-wrap .card-date {
  margin-bottom: 0;
}
.cid-tSVHrJELjw .embla__button--next,
.cid-tSVHrJELjw .embla__button--prev {
  display: flex;
}
.cid-tSVHrJELjw .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #ef4123;
  border: 2px solid #555354;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSVHrJELjw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSVHrJELjw .embla__button:hover {
  background: transparent;
  color: #ef4123;
  border-color: #ef4123;
}
.cid-tSVHrJELjw .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-tSVHrJELjw .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-tSVHrJELjw .embla {
  position: relative;
  width: 100%;
}
.cid-tSVHrJELjw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tSVHrJELjw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSVHrJELjw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSVHrJELjw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSVHrJELjw .mbr-section-title {
  color: #ffffff;
}
.cid-tSVHrJELjw .card-title {
  color: #ededed;
  text-align: center;
}
.cid-tSVHrJELjw .card-date {
  color: #e4dfd4;
}
.cid-tSVvuTIOjh {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-tSVvuTIOjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSVvuTIOjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSVvuTIOjh .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tSVvvwduA2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-tSVvvwduA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSVvvwduA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSVvvwduA2 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tSVvvwduA2 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tSVvvwduA2 .container {
    padding: 0 26px;
  }
}
.cid-tSVvvwduA2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tSVvvwduA2 .panel-group {
    margin-bottom: 18px;
  }
}
.cid-tSVvvwduA2 .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-tSVvvwduA2 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tSVvvwduA2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tSVvvwduA2 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tSVvvwduA2 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tSVvvwduA2 .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-tSVvvwduA2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tSVvvwduA2 .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-tSVvvwduA2 .image-wrapper {
    padding: 0;
  }
}
.cid-tSVvvwduA2 .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tSVvvwduA2 .image-wrapper img {
    height: 300px;
  }
}
.cid-tSVvvwduA2 .panel-title-edit {
  color: #ffffff;
}
.cid-tSVvvwduA2 .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uyWoTO2M94 {
  z-index: 1000;
  width: 100%;
}
.cid-uyWoTO2M94 nav.navbar {
  position: fixed;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyWoTO2M94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyWoTO2M94 .dropdown-item:hover,
.cid-uyWoTO2M94 .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uyWoTO2M94 .dropdown-item:hover span {
  color: white;
}
.cid-uyWoTO2M94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyWoTO2M94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyWoTO2M94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyWoTO2M94 .nav-link {
  position: relative;
}
.cid-uyWoTO2M94 .container {
  display: flex;
  margin: auto;
}
.cid-uyWoTO2M94 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown-menu,
.cid-uyWoTO2M94 .navbar.opened {
  background: #232323 !important;
}
.cid-uyWoTO2M94 .nav-item:focus,
.cid-uyWoTO2M94 .nav-link:focus {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .collapsed ul {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyWoTO2M94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyWoTO2M94 ul {
  counter-reset: counter;
}
.cid-uyWoTO2M94 ul li a.nav-link {
  height: 100px;
}
.cid-uyWoTO2M94 ul li.nav-item {
  width: 140px;
}
.cid-uyWoTO2M94 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 ul {
    margin: auto;
  }
}
.cid-uyWoTO2M94 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyWoTO2M94 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uyWoTO2M94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyWoTO2M94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyWoTO2M94 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyWoTO2M94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar.collapsed {
  justify-content: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyWoTO2M94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyWoTO2M94 .navbar ul {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyWoTO2M94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyWoTO2M94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyWoTO2M94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyWoTO2M94 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyWoTO2M94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyWoTO2M94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown-item.active,
.cid-uyWoTO2M94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyWoTO2M94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyWoTO2M94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyWoTO2M94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyWoTO2M94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyWoTO2M94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyWoTO2M94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyWoTO2M94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyWoTO2M94 .navbar {
    height: 70px;
  }
  .cid-uyWoTO2M94 .navbar.opened {
    height: auto;
  }
  .cid-uyWoTO2M94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTGBirJUoQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/speakers-spotlights-5-1920x1586-2-1920x1959.jpg");
}
.cid-tTGBirJUoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTGBirJUoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTGBirJUoQ .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tTGBirJUoQ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tTGBirJUoQ .container {
    padding: 0 26px;
  }
}
.cid-tTGBirJUoQ .title-wrapper {
  padding-top: 35%;
}
.cid-tTGBirJUoQ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tTGBirJUoQ .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-tTGBirJUoQ .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-tTGBirJUoQ .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-tTGBirJUoQ .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-tTGBirJUoQ .mbr-section-title {
  color: #ffffff;
}
.cid-tTGBirJUoQ .mbr-text {
  color: #ffffff;
}
.cid-tTGBirJUoQ .mbr-section-title,
.cid-tTGBirJUoQ .icon-wrapper,
.cid-tTGBirJUoQ .mbr-section-btn {
  text-align: center;
}
.cid-tTGBis3IwH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/halatbaglantizemin-1900x1200.jpeg");
}
.cid-tTGBis3IwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTGBis3IwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTGBis3IwH .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tTGBis3IwH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tTGBis3IwH .container {
    padding: 0 26px;
  }
}
.cid-tTGBis3IwH .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tTGBis3IwH .image-wrapper img {
    height: 300px;
  }
}
.cid-tTGBis3IwH .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-tTGBis3IwH .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tTGBis3IwH .title-wrapper {
    padding: 0 26px;
  }
}
.cid-tTGBis3IwH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tTGBis3IwH .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tTGBis3IwH .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTGBis3IwH .mbr-section-title {
  color: #ef4123;
}
.cid-tTGBis3IwH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTGBis3IwH .mbr-text {
  color: #cacaca;
}
.cid-tTGSLLyKR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTGSLLyKR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 992px) {
  .cid-tTGSLLyKR9 .container {
    padding: 0 30px;
  }
}
.cid-tTGSLLyKR9 .row .card {
  justify-content: center;
}
.cid-tTGSLLyKR9 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tTGSLLyKR9 .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tTGSLLyKR9 .image-wrapper {
    margin-top: 30px;
  }
}
.cid-tTGSLLyKR9 .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
  margin: 0 auto 0 0;
}
@media (max-width: 1400px) {
  .cid-tTGSLLyKR9 .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-tTGSLLyKR9 .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-tTGSLLyKR9 .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-tTGSLLyKR9 .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-tTGSLLyKR9 .mbr-section-title {
  color: #ffffff;
}
.cid-tTGSLLyKR9 .mbr-section-subtitle {
  color: #424242;
}
.cid-tTGSLLyKR9 .mbr-section-title,
.cid-tTGSLLyKR9 .mbr-section-btn {
  color: #ffffff;
}
.cid-tTGBisLRDE {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/stage-performance-lights-concert-area-2000x1500.jpg");
}
.cid-tTGBisLRDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTGBisLRDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTGBisLRDE .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tTGBisLRDE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tTGBisLRDE .container {
    padding: 0 26px;
  }
}
.cid-tTGBisLRDE .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tTGBisLRDE .image-wrapper img {
    height: 300px;
  }
}
.cid-tTGBisLRDE .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-tTGBisLRDE .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tTGBisLRDE .title-wrapper {
    padding: 0 26px;
  }
}
.cid-tTGBisLRDE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tTGBisLRDE .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tTGBisLRDE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tTGBisLRDE .mbr-section-title {
  color: #ffffff;
}
.cid-tTGBisLRDE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTGBisLRDE .mbr-text {
  color: #ffffff;
}
.cid-tTH5BUkDcu {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-tTH5BUkDcu .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tTH5BUkDcu .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tTH5BUkDcu .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tTH5BUkDcu .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tTH5BUkDcu .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tTH5BUkDcu .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tTH5BUkDcu .items-container {
    padding-left: 6.66vw;
  }
}
.cid-tTH5BUkDcu .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tTH5BUkDcu .item {
    margin-bottom: 3.2vw;
  }
}
.cid-tTH5BUkDcu .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tTH5BUkDcu .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-tTH5BUkDcu .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-tTH5BUkDcu .mbr-text {
  color: #ffffff;
}
.cid-tTGBitj9qZ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/zemingrikoyu-2000x1429.jpg");
}
.cid-tTGBitj9qZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTGBitj9qZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTGBitj9qZ.mbr-fullscreen {
  flex-direction: column;
  justify-content: center;
}
.cid-tTGBitj9qZ .mbr-section-title {
  position: relative;
  color: #FFFFFF;
  z-index: 4;
}
@media (min-width: 992px) {
  .cid-tTGBitj9qZ .mbr-section-title {
    margin-bottom: -115px;
    font-size: 180px;
    line-height: 1;
  }
}
.cid-tTGBitj9qZ .img-wrapper {
  position: relative;
  max-width: 660px;
  border-radius: 40px;
  overflow: hidden;
  z-index: 3;
}
.cid-tTGBitj9qZ .mbr-section-subtitle {
  position: relative;
  color: #FFFFFF;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tTGBitj9qZ .mbr-section-subtitle {
    margin-top: -50px;
    font-size: 180px;
    line-height: 1;
  }
}
.cid-tTGBitj9qZ .mbr-text {
  margin-top: 8px;
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}
.cid-tTGBitGkrS {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/video-kapak2-1591x858.jpg");
}
.cid-tTGBitGkrS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTGBitGkrS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTGBitGkrS .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-tTGBitGkrS .mbr-section-title {
  color: #FFFFFF;
}
.cid-tTGBitGkrS .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-tTGBitGkrS .mbr-text {
  margin-top: 48px;
  color: #FFFFFF;
}
.cid-tTGBitGkrS .mbr-section-btn {
  margin-top: 20px;
}
.cid-tTGBitGkrS iframe,
.cid-tTGBitGkrS img,
.cid-tTGBitGkrS video {
  width: 100%;
}
.cid-tTGBitGkrS .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 48px auto 0;
  width: fit-content;
  max-width: 100%;
}
.cid-tTGBitGkrS .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-tTGBitGkrS .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ef4123;
  z-index: 2;
}
.cid-tTGBitGkrS .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ef4123;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tTGBitGkrS .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-tTGBitGkrS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTGBitGkrS .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tTGBitGkrS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tTGBitGkrS .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-tTGBitGkrS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tTGBitGkrS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uBVDVvmvzZ {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-uBVDVvmvzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBVDVvmvzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBVDVvmvzZ .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tTHFq4G4dZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-tTHFq4G4dZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTHFq4G4dZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTHFq4G4dZ .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tTHFq4G4dZ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tTHFq4G4dZ .container {
    padding: 0 26px;
  }
}
.cid-tTHFq4G4dZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTHFq4G4dZ .panel-group {
    margin-bottom: 18px;
  }
}
.cid-tTHFq4G4dZ .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-tTHFq4G4dZ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTHFq4G4dZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tTHFq4G4dZ .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tTHFq4G4dZ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tTHFq4G4dZ .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-tTHFq4G4dZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tTHFq4G4dZ .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-tTHFq4G4dZ .image-wrapper {
    padding: 0;
  }
}
.cid-tTHFq4G4dZ .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tTHFq4G4dZ .image-wrapper img {
    height: 300px;
  }
}
.cid-tTHFq4G4dZ .panel-title-edit {
  color: #ffffff;
}
.cid-tTHFq4G4dZ .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uyWoTO2M94 {
  z-index: 1000;
  width: 100%;
}
.cid-uyWoTO2M94 nav.navbar {
  position: fixed;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyWoTO2M94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyWoTO2M94 .dropdown-item:hover,
.cid-uyWoTO2M94 .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uyWoTO2M94 .dropdown-item:hover span {
  color: white;
}
.cid-uyWoTO2M94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyWoTO2M94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyWoTO2M94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyWoTO2M94 .nav-link {
  position: relative;
}
.cid-uyWoTO2M94 .container {
  display: flex;
  margin: auto;
}
.cid-uyWoTO2M94 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown-menu,
.cid-uyWoTO2M94 .navbar.opened {
  background: #232323 !important;
}
.cid-uyWoTO2M94 .nav-item:focus,
.cid-uyWoTO2M94 .nav-link:focus {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .collapsed ul {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyWoTO2M94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyWoTO2M94 ul {
  counter-reset: counter;
}
.cid-uyWoTO2M94 ul li a.nav-link {
  height: 100px;
}
.cid-uyWoTO2M94 ul li.nav-item {
  width: 140px;
}
.cid-uyWoTO2M94 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 ul {
    margin: auto;
  }
}
.cid-uyWoTO2M94 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyWoTO2M94 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uyWoTO2M94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyWoTO2M94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyWoTO2M94 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyWoTO2M94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar.collapsed {
  justify-content: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyWoTO2M94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyWoTO2M94 .navbar ul {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyWoTO2M94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyWoTO2M94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyWoTO2M94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyWoTO2M94 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyWoTO2M94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyWoTO2M94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown-item.active,
.cid-uyWoTO2M94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyWoTO2M94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyWoTO2M94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyWoTO2M94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyWoTO2M94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyWoTO2M94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyWoTO2M94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyWoTO2M94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyWoTO2M94 .navbar {
    height: 70px;
  }
  .cid-uyWoTO2M94 .navbar.opened {
    height: auto;
  }
  .cid-uyWoTO2M94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4QQyblDVB {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/man-working-with-argon-welding-machine-garage-copy-2000x1607.jpg");
}
.cid-u4QQyblDVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4QQyblDVB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4QQyblDVB .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-u4QQyblDVB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-u4QQyblDVB .container {
    padding: 0 26px;
  }
}
.cid-u4QQyblDVB .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u4QQyblDVB .image-wrapper img {
    height: 300px;
  }
}
.cid-u4QQyblDVB .title-wrapper {
  padding: 0 98px 0 120px;
  padding: 0 120px 0 98px;
}
@media (max-width: 992px) {
  .cid-u4QQyblDVB .title-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 768px) {
  .cid-u4QQyblDVB .title-wrapper {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-u4QQyblDVB .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-u4QQyblDVB .title-wrapper {
    padding: 0 26px;
  }
}
.cid-u4QQyblDVB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-u4QQyblDVB .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-u4QQyblDVB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u4QQyblDVB .mbr-section-title {
  color: #ffffff;
}
.cid-u4QQyblDVB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4QQyblDVB .mbr-text {
  color: #ffffff;
}
.cid-u4QQyaWE6W {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-u4QQyaWE6W img,
.cid-u4QQyaWE6W .item-img {
  vertical-align: middle;
}
.cid-u4QQyaWE6W .item:focus,
.cid-u4QQyaWE6W span:focus {
  outline: none;
}
.cid-u4QQyaWE6W .item-img {
  height: 25rem;
}
.cid-u4QQyaWE6W .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4QQyaWE6W .item-content,
.cid-u4QQyaWE6W .item-footer {
  background: #232323;
}
.cid-u4QQyaWE6W .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u4QQyaWE6W .item {
  padding: 0;
  margin: 0;
}
.cid-u4QQyaWE6W .features-image {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-u4QQyaWE6W .features-image-wrap {
  flex-wrap: wrap;
}
.cid-u4QQyaWE6W .item-wrapper {
  position: relative;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-u4QQyaWE6W .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4QQyaWE6W .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u4QQyaWE6W .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4QQyaWE6W .mbr-section-title b:last-child,
.cid-u4QQyaWE6W .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-u4QQyaWE6W .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-u4QQyfceCt {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-u4QQyfceCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4QQyfceCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4QQyfceCt .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u4QQyfuuge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-u4QQyfuuge .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4QQyfuuge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4QQyfuuge .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u4QQyfuuge .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u4QQyfuuge .container {
    padding: 0 26px;
  }
}
.cid-u4QQyfuuge .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4QQyfuuge .panel-group {
    margin-bottom: 18px;
  }
}
.cid-u4QQyfuuge .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-u4QQyfuuge .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u4QQyfuuge .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u4QQyfuuge .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u4QQyfuuge .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-u4QQyfuuge .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-u4QQyfuuge .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u4QQyfuuge .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-u4QQyfuuge .image-wrapper {
    padding: 0;
  }
}
.cid-u4QQyfuuge .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u4QQyfuuge .image-wrapper img {
    height: 300px;
  }
}
.cid-u4QQyfuuge .panel-title-edit {
  color: #ffffff;
}
.cid-u4QQyfuuge .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uyWoTO2M94 {
  z-index: 1000;
  width: 100%;
}
.cid-uyWoTO2M94 nav.navbar {
  position: fixed;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyWoTO2M94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyWoTO2M94 .dropdown-item:hover,
.cid-uyWoTO2M94 .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uyWoTO2M94 .dropdown-item:hover span {
  color: white;
}
.cid-uyWoTO2M94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyWoTO2M94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyWoTO2M94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyWoTO2M94 .nav-link {
  position: relative;
}
.cid-uyWoTO2M94 .container {
  display: flex;
  margin: auto;
}
.cid-uyWoTO2M94 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown-menu,
.cid-uyWoTO2M94 .navbar.opened {
  background: #232323 !important;
}
.cid-uyWoTO2M94 .nav-item:focus,
.cid-uyWoTO2M94 .nav-link:focus {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .collapsed ul {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyWoTO2M94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyWoTO2M94 ul {
  counter-reset: counter;
}
.cid-uyWoTO2M94 ul li a.nav-link {
  height: 100px;
}
.cid-uyWoTO2M94 ul li.nav-item {
  width: 140px;
}
.cid-uyWoTO2M94 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 ul {
    margin: auto;
  }
}
.cid-uyWoTO2M94 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyWoTO2M94 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uyWoTO2M94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyWoTO2M94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyWoTO2M94 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyWoTO2M94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar.collapsed {
  justify-content: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyWoTO2M94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyWoTO2M94 .navbar ul {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyWoTO2M94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyWoTO2M94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyWoTO2M94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyWoTO2M94 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyWoTO2M94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyWoTO2M94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown-item.active,
.cid-uyWoTO2M94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyWoTO2M94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyWoTO2M94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyWoTO2M94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyWoTO2M94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyWoTO2M94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyWoTO2M94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyWoTO2M94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyWoTO2M94 .navbar {
    height: 70px;
  }
  .cid-uyWoTO2M94 .navbar.opened {
    height: auto;
  }
  .cid-uyWoTO2M94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uezFVtAo8I {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/katlanir-2-1857x1500.jpg");
}
.cid-uezFVtAo8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezFVtAo8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uezFVtAo8I .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uezFVtAo8I .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uezFVtAo8I .container {
    padding: 0 26px;
  }
}
.cid-uezFVtAo8I .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uezFVtAo8I .image-wrapper img {
    height: 300px;
  }
}
.cid-uezFVtAo8I .title-wrapper {
  padding: 0 98px 0 120px;
  padding: 0 120px 0 98px;
}
@media (max-width: 992px) {
  .cid-uezFVtAo8I .title-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 768px) {
  .cid-uezFVtAo8I .title-wrapper {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uezFVtAo8I .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-uezFVtAo8I .title-wrapper {
    padding: 0 26px;
  }
}
.cid-uezFVtAo8I .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uezFVtAo8I .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uezFVtAo8I .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uezFVtAo8I .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uezFVtAo8I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uezFVtAo8I .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-ufbZsx3LDN {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ufbZsx3LDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufbZsx3LDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ufbZsx3LDN .container {
    padding: 0 26px;
  }
}
.cid-ufbZsx3LDN .image-wrapper {
  border: 1px solid #000000;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-ufbZsx3LDN .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-ufbZsx3LDN .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-ufbZsx3LDN .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ufbZsx3LDN .image-wrapper img {
    height: 300px;
  }
}
.cid-ufbZsx3LDN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-ufbZsx3LDN .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-ufbZsx3LDN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufbZsx3LDN .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-ufbZsx3LDN .mbr-section-title {
  color: #ffffff;
}
.cid-ufbZsx3LDN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ufbZsx3LDN .mbr-text {
  color: #cacaca;
}
.cid-uezFVtYRS0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-uezFVtYRS0 img,
.cid-uezFVtYRS0 .item-img {
  vertical-align: middle;
}
.cid-uezFVtYRS0 .item:focus,
.cid-uezFVtYRS0 span:focus {
  outline: none;
}
.cid-uezFVtYRS0 .item-img {
  height: 25rem;
}
.cid-uezFVtYRS0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uezFVtYRS0 .item-content,
.cid-uezFVtYRS0 .item-footer {
  background: #ffffff;
}
.cid-uezFVtYRS0 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uezFVtYRS0 .item {
  padding: 0;
  margin: 0;
}
.cid-uezFVtYRS0 .features-image {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-uezFVtYRS0 .features-image-wrap {
  flex-wrap: wrap;
}
.cid-uezFVtYRS0 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-uezFVtYRS0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uezFVtYRS0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uezFVtYRS0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uezFVtYRS0 .mbr-section-title b:last-child,
.cid-uezFVtYRS0 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-uezFVtYRS0 .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-ueCVaMvD7I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/adamustundenerelerdearka-2-2000x857.jpg");
}
.cid-ueCVaMvD7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueCVaMvD7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ueCVaMvD7I .container {
    padding: 0 26px;
  }
}
.cid-ueCVaMvD7I .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ueCVaMvD7I .image-wrapper img {
    height: 300px;
  }
}
.cid-ueCVaMvD7I .title-wrapper {
  padding: 0 98px 0 120px;
  padding: 0 120px 0 98px;
}
@media (max-width: 992px) {
  .cid-ueCVaMvD7I .title-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 768px) {
  .cid-ueCVaMvD7I .title-wrapper {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ueCVaMvD7I .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-ueCVaMvD7I .title-wrapper {
    padding: 0 26px;
  }
}
.cid-ueCVaMvD7I .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-ueCVaMvD7I .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-ueCVaMvD7I .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ueCVaMvD7I .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ueCVaMvD7I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ueCVaMvD7I .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uezFVuoMTh {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-uezFVuoMTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezFVuoMTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uezFVuoMTh .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uezFVuE2eY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-uezFVuE2eY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezFVuE2eY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uezFVuE2eY .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uezFVuE2eY .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uezFVuE2eY .container {
    padding: 0 26px;
  }
}
.cid-uezFVuE2eY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uezFVuE2eY .panel-group {
    margin-bottom: 18px;
  }
}
.cid-uezFVuE2eY .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uezFVuE2eY .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uezFVuE2eY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uezFVuE2eY .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uezFVuE2eY .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uezFVuE2eY .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-uezFVuE2eY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uezFVuE2eY .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uezFVuE2eY .image-wrapper {
    padding: 0;
  }
}
.cid-uezFVuE2eY .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uezFVuE2eY .image-wrapper img {
    height: 300px;
  }
}
.cid-uezFVuE2eY .panel-title-edit {
  color: #ffffff;
}
.cid-uezFVuE2eY .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uyWoTO2M94 {
  z-index: 1000;
  width: 100%;
}
.cid-uyWoTO2M94 nav.navbar {
  position: fixed;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyWoTO2M94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyWoTO2M94 .dropdown-item:hover,
.cid-uyWoTO2M94 .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uyWoTO2M94 .dropdown-item:hover span {
  color: white;
}
.cid-uyWoTO2M94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyWoTO2M94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyWoTO2M94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyWoTO2M94 .nav-link {
  position: relative;
}
.cid-uyWoTO2M94 .container {
  display: flex;
  margin: auto;
}
.cid-uyWoTO2M94 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown-menu,
.cid-uyWoTO2M94 .navbar.opened {
  background: #232323 !important;
}
.cid-uyWoTO2M94 .nav-item:focus,
.cid-uyWoTO2M94 .nav-link:focus {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .collapsed ul {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyWoTO2M94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyWoTO2M94 ul {
  counter-reset: counter;
}
.cid-uyWoTO2M94 ul li a.nav-link {
  height: 100px;
}
.cid-uyWoTO2M94 ul li.nav-item {
  width: 140px;
}
.cid-uyWoTO2M94 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 ul {
    margin: auto;
  }
}
.cid-uyWoTO2M94 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyWoTO2M94 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uyWoTO2M94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyWoTO2M94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyWoTO2M94 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyWoTO2M94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar.collapsed {
  justify-content: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyWoTO2M94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyWoTO2M94 .navbar ul {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyWoTO2M94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyWoTO2M94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyWoTO2M94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyWoTO2M94 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyWoTO2M94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyWoTO2M94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown-item.active,
.cid-uyWoTO2M94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyWoTO2M94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyWoTO2M94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyWoTO2M94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyWoTO2M94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyWoTO2M94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyWoTO2M94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyWoTO2M94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyWoTO2M94 .navbar {
    height: 70px;
  }
  .cid-uyWoTO2M94 .navbar.opened {
    height: auto;
  }
  .cid-uyWoTO2M94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufo0TfcRGx {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/modern-nightclub-stage-illuminated-with-bright-lighting-generative-ai-2000x1143.jpg");
}
.cid-ufo0TfcRGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufo0TfcRGx .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-ufo0TfcRGx .container {
    padding: 0 22px;
  }
}
.cid-ufo0TfcRGx .row {
  justify-content: center;
}
.cid-ufo0TfcRGx .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ufo0TfcRGx .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ufo0TfcRGx .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ufo0TfcRGx .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ufo0TfcRGx .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ufo0TfcRGx .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-ufo0TfcRGx .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ufo0TfcRGx .mbr-section-title {
  color: #ffffff;
}
.cid-ufo0TfcRGx .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uyWoTO2M94 {
  z-index: 1000;
  width: 100%;
}
.cid-uyWoTO2M94 nav.navbar {
  position: fixed;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyWoTO2M94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyWoTO2M94 .dropdown-item:hover,
.cid-uyWoTO2M94 .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uyWoTO2M94 .dropdown-item:hover span {
  color: white;
}
.cid-uyWoTO2M94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyWoTO2M94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyWoTO2M94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyWoTO2M94 .nav-link {
  position: relative;
}
.cid-uyWoTO2M94 .container {
  display: flex;
  margin: auto;
}
.cid-uyWoTO2M94 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown-menu,
.cid-uyWoTO2M94 .navbar.opened {
  background: #232323 !important;
}
.cid-uyWoTO2M94 .nav-item:focus,
.cid-uyWoTO2M94 .nav-link:focus {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .collapsed ul {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyWoTO2M94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyWoTO2M94 ul {
  counter-reset: counter;
}
.cid-uyWoTO2M94 ul li a.nav-link {
  height: 100px;
}
.cid-uyWoTO2M94 ul li.nav-item {
  width: 140px;
}
.cid-uyWoTO2M94 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 ul {
    margin: auto;
  }
}
.cid-uyWoTO2M94 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyWoTO2M94 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uyWoTO2M94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyWoTO2M94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyWoTO2M94 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyWoTO2M94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar.collapsed {
  justify-content: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyWoTO2M94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyWoTO2M94 .navbar ul {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyWoTO2M94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyWoTO2M94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyWoTO2M94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyWoTO2M94 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyWoTO2M94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyWoTO2M94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown-item.active,
.cid-uyWoTO2M94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyWoTO2M94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyWoTO2M94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyWoTO2M94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyWoTO2M94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyWoTO2M94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyWoTO2M94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyWoTO2M94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyWoTO2M94 .navbar {
    height: 70px;
  }
  .cid-uyWoTO2M94 .navbar.opened {
    height: auto;
  }
  .cid-uyWoTO2M94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umyjLF9ATV {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-umyjLF9ATV .mbr-fallback-image.disabled {
  display: none;
}
.cid-umyjLF9ATV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umyjLF9ATV .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-umyjLF9ATV .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-umyjLF9ATV .container {
    padding: 0 26px;
  }
}
.cid-umyjLF9ATV .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-umyjLF9ATV .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-umyjLF9ATV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umyjLF9ATV .mbr-section-title {
  color: #ffffff;
}
.cid-umyjLF9ATV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umyjLF9ATV .mbr-text {
  color: #cacaca;
}
.cid-umyjLFsd8y {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umyjLFsd8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-umyjLFsd8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umyjLFsd8y .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-umyjLFsd8y .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-umyjLFsd8y .container {
    padding: 0 26px;
  }
}
.cid-umyjLFsd8y .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-umyjLFsd8y .row {
    margin: 0 -12px;
  }
}
.cid-umyjLFsd8y .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-umyjLFsd8y .card:first-child {
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-umyjLFsd8y .card:first-child {
    border: none;
  }
}
.cid-umyjLFsd8y .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-umyjLFsd8y .card:first-child::before {
    display: none;
  }
}
.cid-umyjLFsd8y .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-umyjLFsd8y .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umyjLFsd8y .card {
    padding: 0 12px;
  }
}
.cid-umyjLFsd8y .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-umyjLFsd8y .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-umyjLFsd8y .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umyjLFsd8y .image-wrapper img {
    height: 300px;
  }
}
.cid-umyjLFsd8y .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-umyjLFsd8y .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-umyjLFsd8y .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-umyjLFsd8y .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-umyjLFsd8y .mbr-section-title {
  color: #ffffff;
}
.cid-umyjLFsd8y .mbr-text {
  color: #cacaca;
}
.cid-umyjLFIOhC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cacaca;
}
.cid-umyjLFIOhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-umyjLFIOhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umyjLFIOhC .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-umyjLFIOhC .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-umyjLFIOhC .container {
    padding: 0 26px;
  }
}
.cid-umyjLFIOhC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-umyjLFIOhC .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-umyjLFIOhC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umyjLFIOhC .mbr-section-title {
  color: #424242;
  text-align: center;
}
.cid-umyjLFIOhC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umyjLFIOhC .mbr-text {
  color: #cacaca;
}
.cid-umyjLFX4k6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umyjLFX4k6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umyjLFX4k6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umyjLFX4k6 .items-wrap {
  justify-content: center;
}
.cid-umyjLFX4k6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-umyjLFX4k6 .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-umyjLFX4k6 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-umyjLFX4k6 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-umyjLFX4k6 .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-umyjLFX4k6 .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umyjLFX4k6 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-umyjLFX4k6 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-umyjLFX4k6 .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-umyjLFX4k6 .item-desc {
  color: #424242;
  text-align: center;
}
.cid-umyjLGnxOb {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-umyjLGnxOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-umyjLGnxOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umyjLGnxOb .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umyjLGFJiO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-umyjLGFJiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-umyjLGFJiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umyjLGFJiO .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-umyjLGFJiO .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-umyjLGFJiO .container {
    padding: 0 26px;
  }
}
.cid-umyjLGFJiO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umyjLGFJiO .panel-group {
    margin-bottom: 18px;
  }
}
.cid-umyjLGFJiO .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-umyjLGFJiO .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-umyjLGFJiO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-umyjLGFJiO .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-umyjLGFJiO .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-umyjLGFJiO .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-umyjLGFJiO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umyjLGFJiO .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-umyjLGFJiO .image-wrapper {
    padding: 0;
  }
}
.cid-umyjLGFJiO .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umyjLGFJiO .image-wrapper img {
    height: 300px;
  }
}
.cid-umyjLGFJiO .panel-title-edit {
  color: #ffffff;
}
.cid-umyjLGFJiO .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uyWoTO2M94 {
  z-index: 1000;
  width: 100%;
}
.cid-uyWoTO2M94 nav.navbar {
  position: fixed;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyWoTO2M94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyWoTO2M94 .dropdown-item:hover,
.cid-uyWoTO2M94 .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uyWoTO2M94 .dropdown-item:hover span {
  color: white;
}
.cid-uyWoTO2M94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyWoTO2M94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyWoTO2M94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyWoTO2M94 .nav-link {
  position: relative;
}
.cid-uyWoTO2M94 .container {
  display: flex;
  margin: auto;
}
.cid-uyWoTO2M94 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown-menu,
.cid-uyWoTO2M94 .navbar.opened {
  background: #232323 !important;
}
.cid-uyWoTO2M94 .nav-item:focus,
.cid-uyWoTO2M94 .nav-link:focus {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .collapsed ul {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyWoTO2M94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyWoTO2M94 ul {
  counter-reset: counter;
}
.cid-uyWoTO2M94 ul li a.nav-link {
  height: 100px;
}
.cid-uyWoTO2M94 ul li.nav-item {
  width: 140px;
}
.cid-uyWoTO2M94 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 ul {
    margin: auto;
  }
}
.cid-uyWoTO2M94 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyWoTO2M94 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uyWoTO2M94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyWoTO2M94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyWoTO2M94 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyWoTO2M94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar.collapsed {
  justify-content: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyWoTO2M94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyWoTO2M94 .navbar ul {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyWoTO2M94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyWoTO2M94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyWoTO2M94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyWoTO2M94 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyWoTO2M94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyWoTO2M94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown-item.active,
.cid-uyWoTO2M94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyWoTO2M94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyWoTO2M94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyWoTO2M94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyWoTO2M94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyWoTO2M94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyWoTO2M94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyWoTO2M94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyWoTO2M94 .navbar {
    height: 70px;
  }
  .cid-uyWoTO2M94 .navbar.opened {
    height: auto;
  }
  .cid-uyWoTO2M94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umxUYzpJTz {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-umxUYzpJTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-umxUYzpJTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umxUYzpJTz .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-umxUYzpJTz .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-umxUYzpJTz .container {
    padding: 0 26px;
  }
}
.cid-umxUYzpJTz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-umxUYzpJTz .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-umxUYzpJTz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umxUYzpJTz .mbr-section-title {
  color: #ffffff;
}
.cid-umxUYzpJTz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umxUYzpJTz .mbr-text {
  color: #cacaca;
}
.cid-umxUkq8iA0 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umxUkq8iA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umxUkq8iA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umxUkq8iA0 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-umxUkq8iA0 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-umxUkq8iA0 .container {
    padding: 0 26px;
  }
}
.cid-umxUkq8iA0 .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-umxUkq8iA0 .row {
    margin: 0 -12px;
  }
}
.cid-umxUkq8iA0 .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-umxUkq8iA0 .card:first-child {
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-umxUkq8iA0 .card:first-child {
    border: none;
  }
}
.cid-umxUkq8iA0 .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-umxUkq8iA0 .card:first-child::before {
    display: none;
  }
}
.cid-umxUkq8iA0 .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-umxUkq8iA0 .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umxUkq8iA0 .card {
    padding: 0 12px;
  }
}
.cid-umxUkq8iA0 .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-umxUkq8iA0 .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-umxUkq8iA0 .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umxUkq8iA0 .image-wrapper img {
    height: 300px;
  }
}
.cid-umxUkq8iA0 .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-umxUkq8iA0 .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-umxUkq8iA0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-umxUkq8iA0 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-umxUkq8iA0 .mbr-section-title {
  color: #ffffff;
}
.cid-umxUkq8iA0 .mbr-text {
  color: #cacaca;
}
.cid-umyj0OBWvr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cacaca;
}
.cid-umyj0OBWvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-umyj0OBWvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umyj0OBWvr .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-umyj0OBWvr .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-umyj0OBWvr .container {
    padding: 0 26px;
  }
}
.cid-umyj0OBWvr .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-umyj0OBWvr .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-umyj0OBWvr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umyj0OBWvr .mbr-section-title {
  color: #424242;
  text-align: center;
}
.cid-umyj0OBWvr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umyj0OBWvr .mbr-text {
  color: #cacaca;
}
.cid-umxX4I7wXr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umxX4I7wXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-umxX4I7wXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umxX4I7wXr .items-wrap {
  justify-content: center;
}
.cid-umxX4I7wXr .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-umxX4I7wXr .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-umxX4I7wXr .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-umxX4I7wXr .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-umxX4I7wXr .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-umxX4I7wXr .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umxX4I7wXr .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-umxX4I7wXr .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-umxX4I7wXr .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-umxX4I7wXr .item-desc {
  color: #424242;
  text-align: center;
}
.cid-umxO9IoiqW {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-umxO9IoiqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-umxO9IoiqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umxO9IoiqW .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umyvGV7otQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-umyvGV7otQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umyvGV7otQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umyvGV7otQ .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-umyvGV7otQ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-umyvGV7otQ .container {
    padding: 0 26px;
  }
}
.cid-umyvGV7otQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umyvGV7otQ .panel-group {
    margin-bottom: 18px;
  }
}
.cid-umyvGV7otQ .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-umyvGV7otQ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-umyvGV7otQ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-umyvGV7otQ .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-umyvGV7otQ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-umyvGV7otQ .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-umyvGV7otQ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umyvGV7otQ .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-umyvGV7otQ .image-wrapper {
    padding: 0;
  }
}
.cid-umyvGV7otQ .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umyvGV7otQ .image-wrapper img {
    height: 300px;
  }
}
.cid-umyvGV7otQ .panel-title-edit {
  color: #ffffff;
}
.cid-umyvGV7otQ .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uyWoTO2M94 {
  z-index: 1000;
  width: 100%;
}
.cid-uyWoTO2M94 nav.navbar {
  position: fixed;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyWoTO2M94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyWoTO2M94 .dropdown-item:hover,
.cid-uyWoTO2M94 .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uyWoTO2M94 .dropdown-item:hover span {
  color: white;
}
.cid-uyWoTO2M94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyWoTO2M94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyWoTO2M94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyWoTO2M94 .nav-link {
  position: relative;
}
.cid-uyWoTO2M94 .container {
  display: flex;
  margin: auto;
}
.cid-uyWoTO2M94 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown-menu,
.cid-uyWoTO2M94 .navbar.opened {
  background: #232323 !important;
}
.cid-uyWoTO2M94 .nav-item:focus,
.cid-uyWoTO2M94 .nav-link:focus {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .collapsed ul {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyWoTO2M94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyWoTO2M94 ul {
  counter-reset: counter;
}
.cid-uyWoTO2M94 ul li a.nav-link {
  height: 100px;
}
.cid-uyWoTO2M94 ul li.nav-item {
  width: 140px;
}
.cid-uyWoTO2M94 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 ul {
    margin: auto;
  }
}
.cid-uyWoTO2M94 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyWoTO2M94 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uyWoTO2M94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyWoTO2M94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyWoTO2M94 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyWoTO2M94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar.collapsed {
  justify-content: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyWoTO2M94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyWoTO2M94 .navbar ul {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyWoTO2M94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyWoTO2M94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyWoTO2M94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyWoTO2M94 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyWoTO2M94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyWoTO2M94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown-item.active,
.cid-uyWoTO2M94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyWoTO2M94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyWoTO2M94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyWoTO2M94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyWoTO2M94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyWoTO2M94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyWoTO2M94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyWoTO2M94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyWoTO2M94 .navbar {
    height: 70px;
  }
  .cid-uyWoTO2M94 .navbar.opened {
    height: auto;
  }
  .cid-uyWoTO2M94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umyjJA2IY4 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-umyjJA2IY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umyjJA2IY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umyjJA2IY4 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-umyjJA2IY4 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-umyjJA2IY4 .container {
    padding: 0 26px;
  }
}
.cid-umyjJA2IY4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-umyjJA2IY4 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-umyjJA2IY4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umyjJA2IY4 .mbr-section-title {
  color: #ffffff;
}
.cid-umyjJA2IY4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umyjJA2IY4 .mbr-text {
  color: #cacaca;
}
.cid-umyjJAqcxx {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umyjJAqcxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-umyjJAqcxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umyjJAqcxx .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-umyjJAqcxx .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-umyjJAqcxx .container {
    padding: 0 26px;
  }
}
.cid-umyjJAqcxx .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-umyjJAqcxx .row {
    margin: 0 -12px;
  }
}
.cid-umyjJAqcxx .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-umyjJAqcxx .card:first-child {
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-umyjJAqcxx .card:first-child {
    border: none;
  }
}
.cid-umyjJAqcxx .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-umyjJAqcxx .card:first-child::before {
    display: none;
  }
}
.cid-umyjJAqcxx .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-umyjJAqcxx .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-umyjJAqcxx .card {
    padding: 0 12px;
  }
}
.cid-umyjJAqcxx .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-umyjJAqcxx .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-umyjJAqcxx .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umyjJAqcxx .image-wrapper img {
    height: 300px;
  }
}
.cid-umyjJAqcxx .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-umyjJAqcxx .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-umyjJAqcxx .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-umyjJAqcxx .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-umyjJAqcxx .mbr-section-title {
  color: #ffffff;
}
.cid-umyjJAqcxx .mbr-text {
  color: #cacaca;
}
.cid-umyjJAIcDZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cacaca;
}
.cid-umyjJAIcDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umyjJAIcDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umyjJAIcDZ .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-umyjJAIcDZ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-umyjJAIcDZ .container {
    padding: 0 26px;
  }
}
.cid-umyjJAIcDZ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-umyjJAIcDZ .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-umyjJAIcDZ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umyjJAIcDZ .mbr-section-title {
  color: #424242;
  text-align: center;
}
.cid-umyjJAIcDZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umyjJAIcDZ .mbr-text {
  color: #cacaca;
}
.cid-umyjJAXEZ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umyjJAXEZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umyjJAXEZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umyjJAXEZ2 .items-wrap {
  justify-content: center;
}
.cid-umyjJAXEZ2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-umyjJAXEZ2 .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-umyjJAXEZ2 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-umyjJAXEZ2 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-umyjJAXEZ2 .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-umyjJAXEZ2 .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umyjJAXEZ2 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-umyjJAXEZ2 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-umyjJAXEZ2 .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-umyjJAXEZ2 .item-desc {
  color: #424242;
  text-align: center;
}
.cid-umyjJBpC9O {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-umyjJBpC9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-umyjJBpC9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umyjJBpC9O .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umyvwGBN9G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-umyvwGBN9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-umyvwGBN9G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umyvwGBN9G .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-umyvwGBN9G .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-umyvwGBN9G .container {
    padding: 0 26px;
  }
}
.cid-umyvwGBN9G .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umyvwGBN9G .panel-group {
    margin-bottom: 18px;
  }
}
.cid-umyvwGBN9G .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-umyvwGBN9G .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-umyvwGBN9G .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-umyvwGBN9G .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-umyvwGBN9G .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-umyvwGBN9G .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-umyvwGBN9G .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-umyvwGBN9G .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-umyvwGBN9G .image-wrapper {
    padding: 0;
  }
}
.cid-umyvwGBN9G .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umyvwGBN9G .image-wrapper img {
    height: 300px;
  }
}
.cid-umyvwGBN9G .panel-title-edit {
  color: #ffffff;
}
.cid-umyvwGBN9G .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uyWoTO2M94 {
  z-index: 1000;
  width: 100%;
}
.cid-uyWoTO2M94 nav.navbar {
  position: fixed;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyWoTO2M94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyWoTO2M94 .dropdown-item:hover,
.cid-uyWoTO2M94 .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uyWoTO2M94 .dropdown-item:hover span {
  color: white;
}
.cid-uyWoTO2M94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyWoTO2M94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyWoTO2M94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyWoTO2M94 .nav-link {
  position: relative;
}
.cid-uyWoTO2M94 .container {
  display: flex;
  margin: auto;
}
.cid-uyWoTO2M94 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown-menu,
.cid-uyWoTO2M94 .navbar.opened {
  background: #232323 !important;
}
.cid-uyWoTO2M94 .nav-item:focus,
.cid-uyWoTO2M94 .nav-link:focus {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .collapsed ul {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyWoTO2M94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyWoTO2M94 ul {
  counter-reset: counter;
}
.cid-uyWoTO2M94 ul li a.nav-link {
  height: 100px;
}
.cid-uyWoTO2M94 ul li.nav-item {
  width: 140px;
}
.cid-uyWoTO2M94 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 ul {
    margin: auto;
  }
}
.cid-uyWoTO2M94 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyWoTO2M94 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uyWoTO2M94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyWoTO2M94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyWoTO2M94 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyWoTO2M94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar.collapsed {
  justify-content: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyWoTO2M94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyWoTO2M94 .navbar ul {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyWoTO2M94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyWoTO2M94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyWoTO2M94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyWoTO2M94 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyWoTO2M94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyWoTO2M94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown-item.active,
.cid-uyWoTO2M94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyWoTO2M94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyWoTO2M94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyWoTO2M94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyWoTO2M94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyWoTO2M94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyWoTO2M94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyWoTO2M94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyWoTO2M94 .navbar {
    height: 70px;
  }
  .cid-uyWoTO2M94 .navbar.opened {
    height: auto;
  }
  .cid-uyWoTO2M94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umDy3a4oMG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/zemin-2000x1429.jpg");
}
.cid-umDy3a4oMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-umDy3a4oMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umDy3a4oMG .row {
  flex-direction: row-reverse;
}
.cid-umDy3a4oMG .mbr-description {
  color: #ffffff;
}
.cid-umDy9GWIG0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-umDy9GWIG0 img,
.cid-umDy9GWIG0 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-umDy9GWIG0 .item:focus,
.cid-umDy9GWIG0 span:focus {
  outline: none;
}
.cid-umDy9GWIG0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-umDy9GWIG0 .item {
    margin-bottom: 1rem;
  }
}
.cid-umDy9GWIG0 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-umDy9GWIG0 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-umDy9GWIG0 .item-wrapper .item-footer {
  margin-top: auto;
}
@media (min-width: 992px) {
  .cid-umDy9GWIG0 .item-wrapper .item-content {
    padding: 2.25rem;
  }
}
@media (max-width: 991px) {
  .cid-umDy9GWIG0 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-umDy9GWIG0 .mbr-section-title {
  color: #232323;
}
.cid-umDy9GWIG0 .mbr-text,
.cid-umDy9GWIG0 .mbr-section-btn {
  text-align: center;
}
.cid-umDy9GWIG0 .item-title {
  text-align: center;
}
.cid-umDy9GWIG0 .content-head {
  max-width: 800px;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uyWoTO2M94 {
  z-index: 1000;
  width: 100%;
}
.cid-uyWoTO2M94 nav.navbar {
  position: fixed;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyWoTO2M94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyWoTO2M94 .dropdown-item:hover,
.cid-uyWoTO2M94 .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uyWoTO2M94 .dropdown-item:hover span {
  color: white;
}
.cid-uyWoTO2M94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyWoTO2M94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyWoTO2M94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyWoTO2M94 .nav-link {
  position: relative;
}
.cid-uyWoTO2M94 .container {
  display: flex;
  margin: auto;
}
.cid-uyWoTO2M94 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown-menu,
.cid-uyWoTO2M94 .navbar.opened {
  background: #232323 !important;
}
.cid-uyWoTO2M94 .nav-item:focus,
.cid-uyWoTO2M94 .nav-link:focus {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .collapsed ul {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyWoTO2M94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyWoTO2M94 ul {
  counter-reset: counter;
}
.cid-uyWoTO2M94 ul li a.nav-link {
  height: 100px;
}
.cid-uyWoTO2M94 ul li.nav-item {
  width: 140px;
}
.cid-uyWoTO2M94 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 ul {
    margin: auto;
  }
}
.cid-uyWoTO2M94 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyWoTO2M94 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uyWoTO2M94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyWoTO2M94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyWoTO2M94 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyWoTO2M94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar.collapsed {
  justify-content: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyWoTO2M94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyWoTO2M94 .navbar ul {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyWoTO2M94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyWoTO2M94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyWoTO2M94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyWoTO2M94 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyWoTO2M94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyWoTO2M94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown-item.active,
.cid-uyWoTO2M94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyWoTO2M94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyWoTO2M94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyWoTO2M94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyWoTO2M94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyWoTO2M94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyWoTO2M94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyWoTO2M94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyWoTO2M94 .navbar {
    height: 70px;
  }
  .cid-uyWoTO2M94 .navbar.opened {
    height: auto;
  }
  .cid-uyWoTO2M94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxO0orPkID {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uxO0orPkID .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxO0orPkID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxO0orPkID .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uxO0orPkID .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uxO0orPkID .container {
    padding: 0 26px;
  }
}
.cid-uxO0orPkID .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxO0orPkID .image-wrapper img {
    height: 300px;
  }
}
.cid-uxO0orPkID .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-uxO0orPkID .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxO0orPkID .title-wrapper {
    padding: 0 26px;
  }
}
.cid-uxO0orPkID .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uxO0orPkID .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uxO0orPkID .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxO0orPkID .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uxO0orPkID .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxO0orPkID .mbr-text {
  color: #ffffff;
}
.cid-uxRxfUis8g {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uxRxfUis8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxRxfUis8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxRxfUis8g p {
  line-height: 2;
}
.cid-uxRxfUis8g a:hover {
  text-decoration: underline;
}
.cid-uxRxfUis8g .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uxRxfUis8g .mbr-section-title {
  color: #ffffff;
}
.cid-uxRQ9uTBUa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-uxRQ9uTBUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxRQ9uTBUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxRQ9uTBUa .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxRQ9uTBUa .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxRQ9uTBUa .container {
    padding: 0 26px;
  }
}
.cid-uxRQ9uTBUa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxRQ9uTBUa .panel-group {
    margin-bottom: 18px;
  }
}
.cid-uxRQ9uTBUa .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uxRQ9uTBUa .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uxRQ9uTBUa .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxRQ9uTBUa .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uxRQ9uTBUa .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uxRQ9uTBUa .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-uxRQ9uTBUa .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxRQ9uTBUa .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uxRQ9uTBUa .image-wrapper {
    padding: 0;
  }
}
.cid-uxRQ9uTBUa .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxRQ9uTBUa .image-wrapper img {
    height: 300px;
  }
}
.cid-uxRQ9uTBUa .panel-title-edit {
  color: #ffffff;
}
.cid-uxRQ9uTBUa .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uyWoTO2M94 {
  z-index: 1000;
  width: 100%;
}
.cid-uyWoTO2M94 nav.navbar {
  position: fixed;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyWoTO2M94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyWoTO2M94 .dropdown-item:hover,
.cid-uyWoTO2M94 .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uyWoTO2M94 .dropdown-item:hover span {
  color: white;
}
.cid-uyWoTO2M94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyWoTO2M94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyWoTO2M94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyWoTO2M94 .nav-link {
  position: relative;
}
.cid-uyWoTO2M94 .container {
  display: flex;
  margin: auto;
}
.cid-uyWoTO2M94 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown-menu,
.cid-uyWoTO2M94 .navbar.opened {
  background: #232323 !important;
}
.cid-uyWoTO2M94 .nav-item:focus,
.cid-uyWoTO2M94 .nav-link:focus {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .collapsed ul {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyWoTO2M94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyWoTO2M94 ul {
  counter-reset: counter;
}
.cid-uyWoTO2M94 ul li a.nav-link {
  height: 100px;
}
.cid-uyWoTO2M94 ul li.nav-item {
  width: 140px;
}
.cid-uyWoTO2M94 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 ul {
    margin: auto;
  }
}
.cid-uyWoTO2M94 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyWoTO2M94 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uyWoTO2M94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyWoTO2M94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyWoTO2M94 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyWoTO2M94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar.collapsed {
  justify-content: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyWoTO2M94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyWoTO2M94 .navbar ul {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyWoTO2M94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyWoTO2M94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyWoTO2M94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyWoTO2M94 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyWoTO2M94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyWoTO2M94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown-item.active,
.cid-uyWoTO2M94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyWoTO2M94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyWoTO2M94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyWoTO2M94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyWoTO2M94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyWoTO2M94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyWoTO2M94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyWoTO2M94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyWoTO2M94 .navbar {
    height: 70px;
  }
  .cid-uyWoTO2M94 .navbar.opened {
    height: auto;
  }
  .cid-uyWoTO2M94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxcx19muqX {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/giris-2000x2374.jpg");
}
.cid-uxcx19muqX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcx19muqX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcx19muqX .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxcx19muqX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxcx19muqX .container {
    padding: 0 26px;
  }
}
.cid-uxcx19muqX .title-wrapper {
  padding-top: 35%;
}
.cid-uxcx19muqX .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uxcx19muqX .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-uxcx19muqX .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-uxcx19muqX .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-uxcx19muqX .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-uxcx19muqX .mbr-section-title {
  color: #ffffff;
}
.cid-uxcx19muqX .mbr-text {
  color: #ffffff;
}
.cid-uxcx19muqX .mbr-section-title,
.cid-uxcx19muqX .icon-wrapper,
.cid-uxcx19muqX .mbr-section-btn {
  text-align: center;
}
.cid-uxcx1afgsP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/konser-acik-1212x867mavi-1212x867.jpeg");
}
.cid-uxcx1afgsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcx1afgsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcx1afgsP .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uxcx1afgsP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uxcx1afgsP .container {
    padding: 0 26px;
  }
}
.cid-uxcx1afgsP .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxcx1afgsP .image-wrapper img {
    height: 300px;
  }
}
.cid-uxcx1afgsP .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-uxcx1afgsP .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxcx1afgsP .title-wrapper {
    padding: 0 26px;
  }
}
.cid-uxcx1afgsP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uxcx1afgsP .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uxcx1afgsP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxcx1afgsP .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uxcx1afgsP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxcx1afgsP .mbr-text {
  color: #ffffff;
}
.cid-uxNtuNQLCO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/nasa2-1-1433x2000.jpg");
}
.cid-uxNtuNQLCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxNtuNQLCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxNtuNQLCO .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxNtuNQLCO .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxNtuNQLCO .container {
    padding: 0 26px;
  }
}
.cid-uxNtuNQLCO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxNtuNQLCO .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uxNtuNQLCO .mbr-section-title {
  color: #ffffff;
}
.cid-uxNtuNQLCO .mbr-section-title,
.cid-uxNtuNQLCO .mbr-section-btn {
  text-align: center;
}
.cid-uxMQd5iUAd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uxMQd5iUAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxMQd5iUAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxMQd5iUAd .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxMQd5iUAd .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxMQd5iUAd .container {
    padding: 0 26px;
  }
}
.cid-uxMQd5iUAd .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uxMQd5iUAd .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uxMQd5iUAd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxMQd5iUAd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxMQd5iUAd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxMQd5iUAd .mbr-text {
  color: #cacaca;
}
.cid-uxcH87HOjH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uxcH87HOjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcH87HOjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcH87HOjH p {
  line-height: 2;
}
.cid-uxcH87HOjH a:hover {
  text-decoration: underline;
}
.cid-uxcH87HOjH .mbr-text {
  color: #ffffff;
}
.cid-uxcH87HOjH .mbr-section-title {
  color: #ffffff;
}
.cid-uxcx1aM60p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/konser-acik-1212x867.jpg");
}
.cid-uxcx1aM60p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcx1aM60p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcx1aM60p.mbr-fullscreen {
  flex-direction: column;
  justify-content: center;
}
.cid-uxcx1aM60p .mbr-section-title {
  position: relative;
  color: #FFFFFF;
  z-index: 4;
}
@media (min-width: 992px) {
  .cid-uxcx1aM60p .mbr-section-title {
    margin-bottom: -115px;
    font-size: 180px;
    line-height: 1;
  }
}
.cid-uxcx1aM60p .img-wrapper {
  position: relative;
  max-width: 660px;
  border-radius: 40px;
  overflow: hidden;
  z-index: 3;
}
.cid-uxcx1aM60p .mbr-section-subtitle {
  position: relative;
  color: #FFFFFF;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-uxcx1aM60p .mbr-section-subtitle {
    margin-top: -50px;
    font-size: 180px;
    line-height: 1;
  }
}
.cid-uxcx1aM60p .mbr-text {
  margin-top: 8px;
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}
.cid-uxcK1Ttaxh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1836x1680.jpeg");
}
.cid-uxcK1Ttaxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcK1Ttaxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcK1Ttaxh .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uxcK1Ttaxh .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uxcK1Ttaxh .container {
    padding: 0 26px;
  }
}
.cid-uxcK1Ttaxh .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxcK1Ttaxh .image-wrapper img {
    height: 300px;
  }
}
.cid-uxcK1Ttaxh .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-uxcK1Ttaxh .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxcK1Ttaxh .title-wrapper {
    padding: 0 26px;
  }
}
.cid-uxcK1Ttaxh .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uxcK1Ttaxh .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uxcK1Ttaxh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxcK1Ttaxh .mbr-section-title {
  color: #424242;
}
.cid-uxcK1Ttaxh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxcK1Ttaxh .mbr-text {
  color: #ffffff;
}
.cid-uxcL2YOdQo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background-1836x1680.jpeg");
}
.cid-uxcL2YOdQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcL2YOdQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcL2YOdQo .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uxcL2YOdQo .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uxcL2YOdQo .container {
    padding: 0 26px;
  }
}
.cid-uxcL2YOdQo .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxcL2YOdQo .image-wrapper img {
    height: 300px;
  }
}
.cid-uxcL2YOdQo .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-uxcL2YOdQo .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxcL2YOdQo .title-wrapper {
    padding: 0 26px;
  }
}
.cid-uxcL2YOdQo .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uxcL2YOdQo .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uxcL2YOdQo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxcL2YOdQo .mbr-section-title {
  color: #424242;
}
.cid-uxcL2YOdQo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxcL2YOdQo .mbr-text {
  color: #ffffff;
}
.cid-uxcM2pWske {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background-1836x1680.jpeg");
}
.cid-uxcM2pWske .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxcM2pWske .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxcM2pWske .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uxcM2pWske .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uxcM2pWske .container {
    padding: 0 26px;
  }
}
.cid-uxcM2pWske .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxcM2pWske .image-wrapper img {
    height: 300px;
  }
}
.cid-uxcM2pWske .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-uxcM2pWske .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxcM2pWske .title-wrapper {
    padding: 0 26px;
  }
}
.cid-uxcM2pWske .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uxcM2pWske .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uxcM2pWske .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxcM2pWske .mbr-section-title {
  color: #424242;
}
.cid-uxcM2pWske .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxcM2pWske .mbr-text {
  color: #ffffff;
}
.cid-uxO7onOwZv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxO7onOwZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxO7onOwZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxO7onOwZv .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-uxO7onOwZv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxO7onOwZv .container {
    padding: 0 26px;
  }
}
.cid-uxO7onOwZv .row {
  justify-content: center;
}
.cid-uxO7onOwZv .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxO7onOwZv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxO7onOwZv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uxO7onOwZv .item {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxO7onOwZv .item {
    padding: 0 12px;
  }
}
.cid-uxO7onOwZv .item .item-wrapper .item-img img {
  height: 380px;
  object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uxO7onOwZv .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uxO7onOwZv .item .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-uxO7onOwZv .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 16px;
}
.cid-uxO7onOwZv .item .item-wrapper .item-content .soc-wrap .social-row {
  display: inline-flex;
}
.cid-uxO7onOwZv .item .item-wrapper .item-content .soc-wrap .social-row .soc-item {
  margin-left: 14px;
}
.cid-uxO7onOwZv .item .item-wrapper .item-content .soc-wrap .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxO7onOwZv .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxO7onOwZv .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxO7onOwZv .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uxO7onOwZv .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-uxO7onOwZv .item-name {
  color: #ffffff;
}
.cid-uxO7onOwZv .mbr-role {
  color: #cacaca;
}
.cid-uxI6uLL16H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #030b18;
}
.cid-uxI6uLL16H .mbr-media {
  position: relative;
}
.cid-uxI6uLL16H .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uxI6uLL16H a:hover {
  background-image: none !important;
}
.cid-uxI6uLL16H .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxI6uLL16H .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uxI6uLL16H .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxI6uLL16H .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxI6uLL16H .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxI6uLL16H .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxI6uLL16H .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxI6uLL16H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxI6uLL16H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxI6uLL16H .content-head {
  max-width: 800px;
}
.cid-uxI6uLL16H .mbr-section-title {
  color: #ffffff;
}
.cid-uBVE1NTwBF {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-uBVE1NTwBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBVE1NTwBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBVE1NTwBF .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uxS8RztUyD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-uxS8RztUyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxS8RztUyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxS8RztUyD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxS8RztUyD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxS8RztUyD .container {
    padding: 0 26px;
  }
}
.cid-uxS8RztUyD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxS8RztUyD .panel-group {
    margin-bottom: 18px;
  }
}
.cid-uxS8RztUyD .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uxS8RztUyD .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uxS8RztUyD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxS8RztUyD .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uxS8RztUyD .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uxS8RztUyD .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-uxS8RztUyD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxS8RztUyD .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uxS8RztUyD .image-wrapper {
    padding: 0;
  }
}
.cid-uxS8RztUyD .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxS8RztUyD .image-wrapper img {
    height: 300px;
  }
}
.cid-uxS8RztUyD .panel-title-edit {
  color: #ffffff;
}
.cid-uxS8RztUyD .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uyWoTO2M94 {
  z-index: 1000;
  width: 100%;
}
.cid-uyWoTO2M94 nav.navbar {
  position: fixed;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyWoTO2M94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyWoTO2M94 .dropdown-item:hover,
.cid-uyWoTO2M94 .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uyWoTO2M94 .dropdown-item:hover span {
  color: white;
}
.cid-uyWoTO2M94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyWoTO2M94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyWoTO2M94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyWoTO2M94 .nav-link {
  position: relative;
}
.cid-uyWoTO2M94 .container {
  display: flex;
  margin: auto;
}
.cid-uyWoTO2M94 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown-menu,
.cid-uyWoTO2M94 .navbar.opened {
  background: #232323 !important;
}
.cid-uyWoTO2M94 .nav-item:focus,
.cid-uyWoTO2M94 .nav-link:focus {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .collapsed ul {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyWoTO2M94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyWoTO2M94 ul {
  counter-reset: counter;
}
.cid-uyWoTO2M94 ul li a.nav-link {
  height: 100px;
}
.cid-uyWoTO2M94 ul li.nav-item {
  width: 140px;
}
.cid-uyWoTO2M94 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 ul {
    margin: auto;
  }
}
.cid-uyWoTO2M94 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyWoTO2M94 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uyWoTO2M94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyWoTO2M94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyWoTO2M94 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyWoTO2M94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar.collapsed {
  justify-content: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyWoTO2M94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyWoTO2M94 .navbar ul {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyWoTO2M94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyWoTO2M94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyWoTO2M94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyWoTO2M94 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyWoTO2M94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyWoTO2M94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown-item.active,
.cid-uyWoTO2M94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyWoTO2M94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyWoTO2M94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyWoTO2M94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyWoTO2M94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyWoTO2M94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyWoTO2M94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyWoTO2M94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyWoTO2M94 .navbar {
    height: 70px;
  }
  .cid-uyWoTO2M94 .navbar.opened {
    height: auto;
  }
  .cid-uyWoTO2M94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyULs1fecI {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uyULs1fecI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyULs1fecI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyULs1fecI .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uyULs1fecI .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uyULs1fecI .container {
    padding: 0 26px;
  }
}
.cid-uyULs1fecI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uyULs1fecI .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uyULs1fecI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyULs1fecI .mbr-section-title {
  color: #ffffff;
}
.cid-uyULs1fecI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyULs1fecI .mbr-text {
  color: #cacaca;
}
.cid-uyUKlwjMl1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/zemin-801x1744.jpg");
}
.cid-uyUKlwjMl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyUKlwjMl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyUKlwjMl1 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uyUKlwjMl1 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uyUKlwjMl1 .container {
    padding: 0 26px;
  }
}
.cid-uyUKlwjMl1 .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uyUKlwjMl1 .row {
    margin: 0 -12px;
  }
}
.cid-uyUKlwjMl1 .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-uyUKlwjMl1 .card:first-child {
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uyUKlwjMl1 .card:first-child {
    border: none;
  }
}
.cid-uyUKlwjMl1 .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uyUKlwjMl1 .card:first-child::before {
    display: none;
  }
}
.cid-uyUKlwjMl1 .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uyUKlwjMl1 .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uyUKlwjMl1 .card {
    padding: 0 12px;
  }
}
.cid-uyUKlwjMl1 .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-uyUKlwjMl1 .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-uyUKlwjMl1 .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uyUKlwjMl1 .image-wrapper img {
    height: 300px;
  }
}
.cid-uyUKlwjMl1 .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uyUKlwjMl1 .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uyUKlwjMl1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uyUKlwjMl1 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uyUKlwjMl1 .mbr-section-title {
  color: #ffffff;
}
.cid-uyUKlwjMl1 .mbr-text {
  color: #cacaca;
}
.cid-uC0SxOdj1d {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-uC0SxOdj1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0SxOdj1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0SxOdj1d .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyURbtd7Gg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-uyURbtd7Gg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyURbtd7Gg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyURbtd7Gg .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uyURbtd7Gg .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uyURbtd7Gg .container {
    padding: 0 26px;
  }
}
.cid-uyURbtd7Gg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyURbtd7Gg .panel-group {
    margin-bottom: 18px;
  }
}
.cid-uyURbtd7Gg .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uyURbtd7Gg .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uyURbtd7Gg .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uyURbtd7Gg .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uyURbtd7Gg .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uyURbtd7Gg .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-uyURbtd7Gg .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uyURbtd7Gg .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uyURbtd7Gg .image-wrapper {
    padding: 0;
  }
}
.cid-uyURbtd7Gg .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uyURbtd7Gg .image-wrapper img {
    height: 300px;
  }
}
.cid-uyURbtd7Gg .panel-title-edit {
  color: #ffffff;
}
.cid-uyURbtd7Gg .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uyWoTO2M94 {
  z-index: 1000;
  width: 100%;
}
.cid-uyWoTO2M94 nav.navbar {
  position: fixed;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyWoTO2M94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyWoTO2M94 .dropdown-item:hover,
.cid-uyWoTO2M94 .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uyWoTO2M94 .dropdown-item:hover span {
  color: white;
}
.cid-uyWoTO2M94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyWoTO2M94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyWoTO2M94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyWoTO2M94 .nav-link {
  position: relative;
}
.cid-uyWoTO2M94 .container {
  display: flex;
  margin: auto;
}
.cid-uyWoTO2M94 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown-menu,
.cid-uyWoTO2M94 .navbar.opened {
  background: #232323 !important;
}
.cid-uyWoTO2M94 .nav-item:focus,
.cid-uyWoTO2M94 .nav-link:focus {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .collapsed ul {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyWoTO2M94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyWoTO2M94 ul {
  counter-reset: counter;
}
.cid-uyWoTO2M94 ul li a.nav-link {
  height: 100px;
}
.cid-uyWoTO2M94 ul li.nav-item {
  width: 140px;
}
.cid-uyWoTO2M94 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 ul {
    margin: auto;
  }
}
.cid-uyWoTO2M94 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyWoTO2M94 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uyWoTO2M94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyWoTO2M94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyWoTO2M94 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyWoTO2M94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar.collapsed {
  justify-content: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyWoTO2M94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyWoTO2M94 .navbar ul {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyWoTO2M94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyWoTO2M94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyWoTO2M94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyWoTO2M94 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyWoTO2M94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyWoTO2M94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown-item.active,
.cid-uyWoTO2M94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyWoTO2M94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyWoTO2M94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyWoTO2M94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyWoTO2M94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyWoTO2M94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyWoTO2M94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyWoTO2M94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyWoTO2M94 .navbar {
    height: 70px;
  }
  .cid-uyWoTO2M94 .navbar.opened {
    height: auto;
  }
  .cid-uyWoTO2M94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyULcwMX6j {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uyULcwMX6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyULcwMX6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyULcwMX6j .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uyULcwMX6j .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uyULcwMX6j .container {
    padding: 0 26px;
  }
}
.cid-uyULcwMX6j .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uyULcwMX6j .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uyULcwMX6j .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyULcwMX6j .mbr-section-title {
  color: #ffffff;
}
.cid-uyULcwMX6j .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyULcwMX6j .mbr-text {
  color: #cacaca;
}
.cid-uyUKuQRHiG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/zemin-801x1744.jpg");
}
.cid-uyUKuQRHiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyUKuQRHiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyUKuQRHiG .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uyUKuQRHiG .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uyUKuQRHiG .container {
    padding: 0 26px;
  }
}
.cid-uyUKuQRHiG .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uyUKuQRHiG .row {
    margin: 0 -12px;
  }
}
.cid-uyUKuQRHiG .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-uyUKuQRHiG .card:first-child {
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uyUKuQRHiG .card:first-child {
    border: none;
  }
}
.cid-uyUKuQRHiG .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uyUKuQRHiG .card:first-child::before {
    display: none;
  }
}
.cid-uyUKuQRHiG .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uyUKuQRHiG .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uyUKuQRHiG .card {
    padding: 0 12px;
  }
}
.cid-uyUKuQRHiG .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-uyUKuQRHiG .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-uyUKuQRHiG .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uyUKuQRHiG .image-wrapper img {
    height: 300px;
  }
}
.cid-uyUKuQRHiG .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uyUKuQRHiG .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uyUKuQRHiG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uyUKuQRHiG .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uyUKuQRHiG .mbr-section-title {
  color: #ffffff;
}
.cid-uyUKuQRHiG .mbr-text {
  color: #cacaca;
}
.cid-uC0SzDw8RJ {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-uC0SzDw8RJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0SzDw8RJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0SzDw8RJ .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyURzJeGAO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-uyURzJeGAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyURzJeGAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyURzJeGAO .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uyURzJeGAO .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uyURzJeGAO .container {
    padding: 0 26px;
  }
}
.cid-uyURzJeGAO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyURzJeGAO .panel-group {
    margin-bottom: 18px;
  }
}
.cid-uyURzJeGAO .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uyURzJeGAO .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uyURzJeGAO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uyURzJeGAO .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uyURzJeGAO .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uyURzJeGAO .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-uyURzJeGAO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uyURzJeGAO .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uyURzJeGAO .image-wrapper {
    padding: 0;
  }
}
.cid-uyURzJeGAO .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uyURzJeGAO .image-wrapper img {
    height: 300px;
  }
}
.cid-uyURzJeGAO .panel-title-edit {
  color: #ffffff;
}
.cid-uyURzJeGAO .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uyWoTO2M94 {
  z-index: 1000;
  width: 100%;
}
.cid-uyWoTO2M94 nav.navbar {
  position: fixed;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyWoTO2M94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyWoTO2M94 .dropdown-item:hover,
.cid-uyWoTO2M94 .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uyWoTO2M94 .dropdown-item:hover span {
  color: white;
}
.cid-uyWoTO2M94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyWoTO2M94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyWoTO2M94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyWoTO2M94 .nav-link {
  position: relative;
}
.cid-uyWoTO2M94 .container {
  display: flex;
  margin: auto;
}
.cid-uyWoTO2M94 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown-menu,
.cid-uyWoTO2M94 .navbar.opened {
  background: #232323 !important;
}
.cid-uyWoTO2M94 .nav-item:focus,
.cid-uyWoTO2M94 .nav-link:focus {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyWoTO2M94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyWoTO2M94 .collapsed ul {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyWoTO2M94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyWoTO2M94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyWoTO2M94 ul {
  counter-reset: counter;
}
.cid-uyWoTO2M94 ul li a.nav-link {
  height: 100px;
}
.cid-uyWoTO2M94 ul li.nav-item {
  width: 140px;
}
.cid-uyWoTO2M94 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 ul {
    margin: auto;
  }
}
.cid-uyWoTO2M94 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyWoTO2M94 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uyWoTO2M94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyWoTO2M94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyWoTO2M94 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyWoTO2M94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar.collapsed {
  justify-content: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyWoTO2M94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyWoTO2M94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyWoTO2M94 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyWoTO2M94 .navbar ul {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyWoTO2M94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyWoTO2M94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyWoTO2M94 .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-uyWoTO2M94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyWoTO2M94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyWoTO2M94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyWoTO2M94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyWoTO2M94 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyWoTO2M94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyWoTO2M94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyWoTO2M94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyWoTO2M94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyWoTO2M94 .dropdown-item.active,
.cid-uyWoTO2M94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyWoTO2M94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyWoTO2M94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uyWoTO2M94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyWoTO2M94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyWoTO2M94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyWoTO2M94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyWoTO2M94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyWoTO2M94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyWoTO2M94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyWoTO2M94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyWoTO2M94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyWoTO2M94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyWoTO2M94 .navbar {
    height: 70px;
  }
  .cid-uyWoTO2M94 .navbar.opened {
    height: auto;
  }
  .cid-uyWoTO2M94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyUKRYKpZX {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uyUKRYKpZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyUKRYKpZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyUKRYKpZX .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uyUKRYKpZX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uyUKRYKpZX .container {
    padding: 0 26px;
  }
}
.cid-uyUKRYKpZX .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uyUKRYKpZX .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uyUKRYKpZX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyUKRYKpZX .mbr-section-title {
  color: #ffffff;
}
.cid-uyUKRYKpZX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyUKRYKpZX .mbr-text {
  color: #cacaca;
}
.cid-uyUKB1AlED {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/zemin-801x1744.jpg");
}
.cid-uyUKB1AlED .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyUKB1AlED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyUKB1AlED .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uyUKB1AlED .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uyUKB1AlED .container {
    padding: 0 26px;
  }
}
.cid-uyUKB1AlED .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uyUKB1AlED .row {
    margin: 0 -12px;
  }
}
.cid-uyUKB1AlED .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-uyUKB1AlED .card:first-child {
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uyUKB1AlED .card:first-child {
    border: none;
  }
}
.cid-uyUKB1AlED .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uyUKB1AlED .card:first-child::before {
    display: none;
  }
}
.cid-uyUKB1AlED .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uyUKB1AlED .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uyUKB1AlED .card {
    padding: 0 12px;
  }
}
.cid-uyUKB1AlED .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-uyUKB1AlED .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-uyUKB1AlED .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uyUKB1AlED .image-wrapper img {
    height: 300px;
  }
}
.cid-uyUKB1AlED .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uyUKB1AlED .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uyUKB1AlED .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uyUKB1AlED .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uyUKB1AlED .mbr-section-title {
  color: #ffffff;
}
.cid-uyUKB1AlED .mbr-text {
  color: #cacaca;
}
.cid-uC0SBway8Z {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-uC0SBway8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0SBway8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0SBway8Z .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uyURQU5KjF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-uyURQU5KjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyURQU5KjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyURQU5KjF .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uyURQU5KjF .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uyURQU5KjF .container {
    padding: 0 26px;
  }
}
.cid-uyURQU5KjF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyURQU5KjF .panel-group {
    margin-bottom: 18px;
  }
}
.cid-uyURQU5KjF .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uyURQU5KjF .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uyURQU5KjF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uyURQU5KjF .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uyURQU5KjF .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uyURQU5KjF .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-uyURQU5KjF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uyURQU5KjF .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uyURQU5KjF .image-wrapper {
    padding: 0;
  }
}
.cid-uyURQU5KjF .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uyURQU5KjF .image-wrapper img {
    height: 300px;
  }
}
.cid-uyURQU5KjF .panel-title-edit {
  color: #ffffff;
}
.cid-uyURQU5KjF .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uBP2afRAzW {
  z-index: 1000;
  width: 100%;
}
.cid-uBP2afRAzW nav.navbar {
  position: fixed;
}
.cid-uBP2afRAzW .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-uBP2afRAzW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBP2afRAzW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBP2afRAzW .dropdown-item:hover,
.cid-uBP2afRAzW .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uBP2afRAzW .dropdown-item:hover span {
  color: white;
}
.cid-uBP2afRAzW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBP2afRAzW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBP2afRAzW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBP2afRAzW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBP2afRAzW .nav-link {
  position: relative;
}
.cid-uBP2afRAzW .container {
  display: flex;
  margin: auto;
}
.cid-uBP2afRAzW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBP2afRAzW .dropdown-menu,
.cid-uBP2afRAzW .navbar.opened {
  background: #232323 !important;
}
.cid-uBP2afRAzW .nav-item:focus,
.cid-uBP2afRAzW .nav-link:focus {
  outline: none;
}
.cid-uBP2afRAzW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBP2afRAzW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBP2afRAzW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBP2afRAzW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBP2afRAzW .collapsed ul {
  width: 100%;
}
.cid-uBP2afRAzW .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uBP2afRAzW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBP2afRAzW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBP2afRAzW ul {
  counter-reset: counter;
}
.cid-uBP2afRAzW ul li a.nav-link {
  height: 100px;
}
.cid-uBP2afRAzW ul li.nav-item {
  width: 140px;
}
.cid-uBP2afRAzW ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uBP2afRAzW ul {
    margin: auto;
  }
}
.cid-uBP2afRAzW .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uBP2afRAzW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uBP2afRAzW .navbar.opened {
  transition: all 0.3s;
}
.cid-uBP2afRAzW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBP2afRAzW .navbar .navbar-logo img {
  width: auto;
}
.cid-uBP2afRAzW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBP2afRAzW .navbar.collapsed {
  justify-content: center;
}
.cid-uBP2afRAzW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBP2afRAzW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBP2afRAzW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uBP2afRAzW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBP2afRAzW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBP2afRAzW .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-uBP2afRAzW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBP2afRAzW .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uBP2afRAzW .navbar ul {
    width: 100%;
  }
  .cid-uBP2afRAzW .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uBP2afRAzW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBP2afRAzW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBP2afRAzW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBP2afRAzW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBP2afRAzW .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-uBP2afRAzW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBP2afRAzW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBP2afRAzW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBP2afRAzW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBP2afRAzW .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uBP2afRAzW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBP2afRAzW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBP2afRAzW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBP2afRAzW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBP2afRAzW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBP2afRAzW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBP2afRAzW .dropdown-item.active,
.cid-uBP2afRAzW .dropdown-item:active {
  background-color: transparent;
}
.cid-uBP2afRAzW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBP2afRAzW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBP2afRAzW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBP2afRAzW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uBP2afRAzW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBP2afRAzW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBP2afRAzW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBP2afRAzW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBP2afRAzW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBP2afRAzW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBP2afRAzW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBP2afRAzW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBP2afRAzW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBP2afRAzW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBP2afRAzW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBP2afRAzW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBP2afRAzW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBP2afRAzW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBP2afRAzW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBP2afRAzW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBP2afRAzW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBP2afRAzW .navbar {
    height: 70px;
  }
  .cid-uBP2afRAzW .navbar.opened {
    height: auto;
  }
  .cid-uBP2afRAzW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBV7H1X8GL {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBV7H1X8GL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBV7H1X8GL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBV7H1X8GL .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uBV7H1X8GL .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uBV7H1X8GL .container {
    padding: 0 26px;
  }
}
.cid-uBV7H1X8GL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uBV7H1X8GL .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uBV7H1X8GL .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBV7H1X8GL .mbr-section-title {
  color: #ffffff;
}
.cid-uBV7H1X8GL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBV7H1X8GL .mbr-text {
  color: #cacaca;
}
.cid-uBV82TvZ4W {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/isik-zemin-2000x3000.jpg");
}
.cid-uBV82TvZ4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBV82TvZ4W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBV82TvZ4W .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBV82TvZ4W .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBV82TvZ4W .container {
    padding: 0 20px;
  }
}
.cid-uBV82TvZ4W .row {
  justify-content: center;
}
.cid-uBV82TvZ4W .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-uBV82TvZ4W .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uBV82TvZ4W .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBV82TvZ4W .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-uBV82TvZ4W .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-uBV82TvZ4W .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uBV82TvZ4W .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uBV82TvZ4W .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-uBV82TvZ4W .mbr-desc {
  color: #ffffff;
}
.cid-uBV82TvZ4W .mbr-section-title {
  color: #ffffff;
}
.cid-uBV82TvZ4W .mbr-text {
  color: #ffffff;
}
.cid-uBPBOddN9J {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cacaca;
}
.cid-uBPBOddN9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPBOddN9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBPBOddN9J .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uBPBOddN9J .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uBPBOddN9J .container {
    padding: 0 26px;
  }
}
.cid-uBPBOddN9J .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uBPBOddN9J .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uBPBOddN9J .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBPBOddN9J .mbr-section-title {
  color: #424242;
  text-align: center;
}
.cid-uBPBOddN9J .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBPBOddN9J .mbr-text {
  color: #cacaca;
}
.cid-uBPAGrCvOo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBPAGrCvOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPAGrCvOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uBPAGrCvOo .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uBPAGrCvOo .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBPAGrCvOo .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBPAGrCvOo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBPAGrCvOo .mbr-section-title {
  color: #424242;
}
.cid-uBPBiFRPeR {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBPBiFRPeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPBiFRPeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uBPBiFRPeR .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uBPBiFRPeR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBPBiFRPeR .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uBPBiFRPeR .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uBPBiFRPeR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBPBiFRPeR .mbr-section-title {
  color: #424242;
}
.cid-uBP2ahb5I3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cacaca;
}
.cid-uBP2ahb5I3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBP2ahb5I3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBP2ahb5I3 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uBP2ahb5I3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uBP2ahb5I3 .container {
    padding: 0 26px;
  }
}
.cid-uBP2ahb5I3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uBP2ahb5I3 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uBP2ahb5I3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBP2ahb5I3 .mbr-section-title {
  color: #424242;
  text-align: center;
}
.cid-uBP2ahb5I3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBP2ahb5I3 .mbr-text {
  color: #cacaca;
}
.cid-uBP2ahoCu6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBP2ahoCu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBP2ahoCu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBP2ahoCu6 .items-wrap {
  justify-content: center;
}
.cid-uBP2ahoCu6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uBP2ahoCu6 .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uBP2ahoCu6 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uBP2ahoCu6 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBP2ahoCu6 .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uBP2ahoCu6 .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBP2ahoCu6 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uBP2ahoCu6 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uBP2ahoCu6 .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uBP2ahoCu6 .item-desc {
  color: #424242;
  text-align: center;
}
.cid-uBP2ahKhVI {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-uBP2ahKhVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBP2ahKhVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBP2ahKhVI .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBP2ahZI8W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-uBP2ahZI8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBP2ahZI8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBP2ahZI8W .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uBP2ahZI8W .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uBP2ahZI8W .container {
    padding: 0 26px;
  }
}
.cid-uBP2ahZI8W .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBP2ahZI8W .panel-group {
    margin-bottom: 18px;
  }
}
.cid-uBP2ahZI8W .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uBP2ahZI8W .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBP2ahZI8W .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBP2ahZI8W .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uBP2ahZI8W .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uBP2ahZI8W .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-uBP2ahZI8W .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBP2ahZI8W .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uBP2ahZI8W .image-wrapper {
    padding: 0;
  }
}
.cid-uBP2ahZI8W .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBP2ahZI8W .image-wrapper img {
    height: 300px;
  }
}
.cid-uBP2ahZI8W .panel-title-edit {
  color: #ffffff;
}
.cid-uBP2ahZI8W .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uBPCb2wQwM {
  z-index: 1000;
  width: 100%;
}
.cid-uBPCb2wQwM nav.navbar {
  position: fixed;
}
.cid-uBPCb2wQwM .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-uBPCb2wQwM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBPCb2wQwM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBPCb2wQwM .dropdown-item:hover,
.cid-uBPCb2wQwM .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uBPCb2wQwM .dropdown-item:hover span {
  color: white;
}
.cid-uBPCb2wQwM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBPCb2wQwM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBPCb2wQwM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBPCb2wQwM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBPCb2wQwM .nav-link {
  position: relative;
}
.cid-uBPCb2wQwM .container {
  display: flex;
  margin: auto;
}
.cid-uBPCb2wQwM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBPCb2wQwM .dropdown-menu,
.cid-uBPCb2wQwM .navbar.opened {
  background: #232323 !important;
}
.cid-uBPCb2wQwM .nav-item:focus,
.cid-uBPCb2wQwM .nav-link:focus {
  outline: none;
}
.cid-uBPCb2wQwM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBPCb2wQwM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBPCb2wQwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBPCb2wQwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBPCb2wQwM .collapsed ul {
  width: 100%;
}
.cid-uBPCb2wQwM .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uBPCb2wQwM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBPCb2wQwM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBPCb2wQwM ul {
  counter-reset: counter;
}
.cid-uBPCb2wQwM ul li a.nav-link {
  height: 100px;
}
.cid-uBPCb2wQwM ul li.nav-item {
  width: 140px;
}
.cid-uBPCb2wQwM ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uBPCb2wQwM ul {
    margin: auto;
  }
}
.cid-uBPCb2wQwM .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uBPCb2wQwM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uBPCb2wQwM .navbar.opened {
  transition: all 0.3s;
}
.cid-uBPCb2wQwM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBPCb2wQwM .navbar .navbar-logo img {
  width: auto;
}
.cid-uBPCb2wQwM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBPCb2wQwM .navbar.collapsed {
  justify-content: center;
}
.cid-uBPCb2wQwM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBPCb2wQwM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBPCb2wQwM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uBPCb2wQwM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBPCb2wQwM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBPCb2wQwM .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-uBPCb2wQwM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBPCb2wQwM .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uBPCb2wQwM .navbar ul {
    width: 100%;
  }
  .cid-uBPCb2wQwM .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uBPCb2wQwM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBPCb2wQwM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBPCb2wQwM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBPCb2wQwM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBPCb2wQwM .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-uBPCb2wQwM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBPCb2wQwM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBPCb2wQwM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBPCb2wQwM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBPCb2wQwM .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uBPCb2wQwM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBPCb2wQwM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBPCb2wQwM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBPCb2wQwM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBPCb2wQwM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBPCb2wQwM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBPCb2wQwM .dropdown-item.active,
.cid-uBPCb2wQwM .dropdown-item:active {
  background-color: transparent;
}
.cid-uBPCb2wQwM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBPCb2wQwM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBPCb2wQwM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBPCb2wQwM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uBPCb2wQwM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBPCb2wQwM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBPCb2wQwM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBPCb2wQwM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBPCb2wQwM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBPCb2wQwM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBPCb2wQwM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBPCb2wQwM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBPCb2wQwM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBPCb2wQwM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBPCb2wQwM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBPCb2wQwM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBPCb2wQwM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBPCb2wQwM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBPCb2wQwM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBPCb2wQwM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBPCb2wQwM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBPCb2wQwM .navbar {
    height: 70px;
  }
  .cid-uBPCb2wQwM .navbar.opened {
    height: auto;
  }
  .cid-uBPCb2wQwM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBVaAb0ksf {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBVaAb0ksf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBVaAb0ksf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBVaAb0ksf .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uBVaAb0ksf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uBVaAb0ksf .container {
    padding: 0 26px;
  }
}
.cid-uBVaAb0ksf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uBVaAb0ksf .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uBVaAb0ksf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBVaAb0ksf .mbr-section-title {
  color: #ffffff;
}
.cid-uBVaAb0ksf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBVaAb0ksf .mbr-text {
  color: #cacaca;
}
.cid-uBVajNa5Ir {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uBVajNa5Ir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBVajNa5Ir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBVajNa5Ir .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uBVajNa5Ir .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBVajNa5Ir .container {
    padding: 0 20px;
  }
}
.cid-uBVajNa5Ir .row {
  justify-content: center;
}
.cid-uBVajNa5Ir .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-uBVajNa5Ir .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uBVajNa5Ir .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBVajNa5Ir .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-uBVajNa5Ir .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-uBVajNa5Ir .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uBVajNa5Ir .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uBVajNa5Ir .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-uBVajNa5Ir .mbr-desc {
  color: #ffffff;
}
.cid-uBVajNa5Ir .mbr-section-title {
  color: #ffffff;
}
.cid-uBVajNa5Ir .mbr-text {
  color: #ffffff;
}
.cid-uBPCb5TL1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBPCb5TL1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPCb5TL1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBPCb5TL1s .items-wrap {
  justify-content: center;
}
.cid-uBPCb5TL1s .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uBPCb5TL1s .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uBPCb5TL1s .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uBPCb5TL1s .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBPCb5TL1s .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uBPCb5TL1s .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBPCb5TL1s .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uBPCb5TL1s .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uBPCb5TL1s .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uBPCb5TL1s .item-desc {
  color: #424242;
  text-align: center;
}
.cid-uBV9RwFLHx {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-uBV9RwFLHx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBV9RwFLHx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBV9RwFLHx .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBUD47jYjA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-uBUD47jYjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBUD47jYjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBUD47jYjA .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uBUD47jYjA .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uBUD47jYjA .container {
    padding: 0 26px;
  }
}
.cid-uBUD47jYjA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBUD47jYjA .panel-group {
    margin-bottom: 18px;
  }
}
.cid-uBUD47jYjA .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uBUD47jYjA .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBUD47jYjA .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBUD47jYjA .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uBUD47jYjA .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uBUD47jYjA .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-uBUD47jYjA .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBUD47jYjA .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uBUD47jYjA .image-wrapper {
    padding: 0;
  }
}
.cid-uBUD47jYjA .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBUD47jYjA .image-wrapper img {
    height: 300px;
  }
}
.cid-uBUD47jYjA .panel-title-edit {
  color: #ffffff;
}
.cid-uBUD47jYjA .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uFPaygPxYj {
  z-index: 1000;
  width: 100%;
}
.cid-uFPaygPxYj nav.navbar {
  position: fixed;
}
.cid-uFPaygPxYj .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-uFPaygPxYj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFPaygPxYj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFPaygPxYj .dropdown-item:hover,
.cid-uFPaygPxYj .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uFPaygPxYj .dropdown-item:hover span {
  color: white;
}
.cid-uFPaygPxYj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFPaygPxYj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFPaygPxYj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFPaygPxYj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFPaygPxYj .nav-link {
  position: relative;
}
.cid-uFPaygPxYj .container {
  display: flex;
  margin: auto;
}
.cid-uFPaygPxYj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFPaygPxYj .dropdown-menu,
.cid-uFPaygPxYj .navbar.opened {
  background: #232323 !important;
}
.cid-uFPaygPxYj .nav-item:focus,
.cid-uFPaygPxYj .nav-link:focus {
  outline: none;
}
.cid-uFPaygPxYj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFPaygPxYj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFPaygPxYj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFPaygPxYj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFPaygPxYj .collapsed ul {
  width: 100%;
}
.cid-uFPaygPxYj .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uFPaygPxYj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFPaygPxYj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFPaygPxYj ul {
  counter-reset: counter;
}
.cid-uFPaygPxYj ul li a.nav-link {
  height: 100px;
}
.cid-uFPaygPxYj ul li.nav-item {
  width: 140px;
}
.cid-uFPaygPxYj ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uFPaygPxYj ul {
    margin: auto;
  }
}
.cid-uFPaygPxYj .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uFPaygPxYj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uFPaygPxYj .navbar.opened {
  transition: all 0.3s;
}
.cid-uFPaygPxYj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFPaygPxYj .navbar .navbar-logo img {
  width: auto;
}
.cid-uFPaygPxYj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFPaygPxYj .navbar.collapsed {
  justify-content: center;
}
.cid-uFPaygPxYj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFPaygPxYj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFPaygPxYj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uFPaygPxYj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFPaygPxYj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFPaygPxYj .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-uFPaygPxYj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFPaygPxYj .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uFPaygPxYj .navbar ul {
    width: 100%;
  }
  .cid-uFPaygPxYj .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uFPaygPxYj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFPaygPxYj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFPaygPxYj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFPaygPxYj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFPaygPxYj .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-uFPaygPxYj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFPaygPxYj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFPaygPxYj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFPaygPxYj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFPaygPxYj .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uFPaygPxYj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFPaygPxYj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFPaygPxYj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFPaygPxYj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFPaygPxYj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFPaygPxYj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFPaygPxYj .dropdown-item.active,
.cid-uFPaygPxYj .dropdown-item:active {
  background-color: transparent;
}
.cid-uFPaygPxYj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFPaygPxYj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFPaygPxYj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFPaygPxYj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uFPaygPxYj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFPaygPxYj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFPaygPxYj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFPaygPxYj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFPaygPxYj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFPaygPxYj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFPaygPxYj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFPaygPxYj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFPaygPxYj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFPaygPxYj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFPaygPxYj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFPaygPxYj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFPaygPxYj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFPaygPxYj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFPaygPxYj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFPaygPxYj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFPaygPxYj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFPaygPxYj .navbar {
    height: 70px;
  }
  .cid-uFPaygPxYj .navbar.opened {
    height: auto;
  }
  .cid-uFPaygPxYj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFPayhZk70 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFPayhZk70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPayhZk70 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPayhZk70 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFPayhZk70 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFPayhZk70 .container {
    padding: 0 26px;
  }
}
.cid-uFPayhZk70 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFPayhZk70 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFPayhZk70 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFPayhZk70 .mbr-section-title {
  color: #ffffff;
}
.cid-uFPayhZk70 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFPayhZk70 .mbr-text {
  color: #cacaca;
}
.cid-uFPayimAyk {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/zemin-1245x870.jpg");
}
.cid-uFPayimAyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPayimAyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPayimAyk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFPayimAyk .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFPayimAyk .container {
    padding: 0 20px;
  }
}
.cid-uFPayimAyk .row {
  justify-content: center;
}
.cid-uFPayimAyk .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-uFPayimAyk .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFPayimAyk .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFPayimAyk .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-uFPayimAyk .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-uFPayimAyk .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFPayimAyk .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uFPayimAyk .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-uFPayimAyk .mbr-desc {
  color: #ffffff;
}
.cid-uFPayimAyk .mbr-section-title {
  color: #ffffff;
}
.cid-uFPayimAyk .mbr-text {
  color: #ffffff;
}
.cid-uFPayiDWdP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cacaca;
}
.cid-uFPayiDWdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPayiDWdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPayiDWdP .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFPayiDWdP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFPayiDWdP .container {
    padding: 0 26px;
  }
}
.cid-uFPayiDWdP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFPayiDWdP .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFPayiDWdP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFPayiDWdP .mbr-section-title {
  color: #424242;
  text-align: center;
}
.cid-uFPayiDWdP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFPayiDWdP .mbr-text {
  color: #cacaca;
}
.cid-uFPayiQRHe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFPayiQRHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPayiQRHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uFPayiQRHe .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uFPayiQRHe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFPayiQRHe .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFPayiQRHe .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFPayiQRHe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFPayiQRHe .mbr-section-title {
  color: #424242;
}
.cid-uFPaykc8Y8 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-uFPaykc8Y8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPaykc8Y8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPaykc8Y8 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFPayktrC6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-uFPayktrC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPayktrC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPayktrC6 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFPayktrC6 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFPayktrC6 .container {
    padding: 0 26px;
  }
}
.cid-uFPayktrC6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFPayktrC6 .panel-group {
    margin-bottom: 18px;
  }
}
.cid-uFPayktrC6 .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uFPayktrC6 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFPayktrC6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFPayktrC6 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uFPayktrC6 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFPayktrC6 .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-uFPayktrC6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFPayktrC6 .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uFPayktrC6 .image-wrapper {
    padding: 0;
  }
}
.cid-uFPayktrC6 .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFPayktrC6 .image-wrapper img {
    height: 300px;
  }
}
.cid-uFPayktrC6 .panel-title-edit {
  color: #ffffff;
}
.cid-uFPayktrC6 .panel-text {
  color: #cacaca;
}
.cid-uFPayj8x49 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFPayj8x49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPayj8x49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uFPayj8x49 .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uFPayj8x49 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFPayj8x49 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFPayj8x49 .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFPayj8x49 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFPayj8x49 .mbr-section-title {
  color: #424242;
}
.cid-uFSxpLUGSU {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-uFSxpLUGSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSxpLUGSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSxpLUGSU .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFSxsyRbYJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-uFSxsyRbYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSxsyRbYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSxsyRbYJ .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFSxsyRbYJ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFSxsyRbYJ .container {
    padding: 0 26px;
  }
}
.cid-uFSxsyRbYJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFSxsyRbYJ .panel-group {
    margin-bottom: 18px;
  }
}
.cid-uFSxsyRbYJ .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uFSxsyRbYJ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFSxsyRbYJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFSxsyRbYJ .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uFSxsyRbYJ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFSxsyRbYJ .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-uFSxsyRbYJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFSxsyRbYJ .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uFSxsyRbYJ .image-wrapper {
    padding: 0;
  }
}
.cid-uFSxsyRbYJ .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFSxsyRbYJ .image-wrapper img {
    height: 300px;
  }
}
.cid-uFSxsyRbYJ .panel-title-edit {
  color: #ffffff;
}
.cid-uFSxsyRbYJ .panel-text {
  color: #cacaca;
}
.cid-uFSvuqh6tQ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFSvuqh6tQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSvuqh6tQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uFSvuqh6tQ .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uFSvuqh6tQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFSvuqh6tQ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFSvuqh6tQ .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFSvuqh6tQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFSvuqh6tQ .mbr-section-title {
  color: #424242;
}
.cid-uFSxqhBYIS {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-uFSxqhBYIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSxqhBYIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSxqhBYIS .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFSxtCiU23 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-uFSxtCiU23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSxtCiU23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSxtCiU23 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFSxtCiU23 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFSxtCiU23 .container {
    padding: 0 26px;
  }
}
.cid-uFSxtCiU23 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFSxtCiU23 .panel-group {
    margin-bottom: 18px;
  }
}
.cid-uFSxtCiU23 .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uFSxtCiU23 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFSxtCiU23 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFSxtCiU23 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uFSxtCiU23 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFSxtCiU23 .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-uFSxtCiU23 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFSxtCiU23 .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uFSxtCiU23 .image-wrapper {
    padding: 0;
  }
}
.cid-uFSxtCiU23 .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFSxtCiU23 .image-wrapper img {
    height: 300px;
  }
}
.cid-uFSxtCiU23 .panel-title-edit {
  color: #ffffff;
}
.cid-uFSxtCiU23 .panel-text {
  color: #cacaca;
}
.cid-uFSvFNAt6k {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFSvFNAt6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSvFNAt6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uFSvFNAt6k .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uFSvFNAt6k .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFSvFNAt6k .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFSvFNAt6k .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFSvFNAt6k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFSvFNAt6k .mbr-section-title {
  color: #424242;
}
.cid-uFSxqNnz0F {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-uFSxqNnz0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSxqNnz0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSxqNnz0F .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFSxuk1WEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-uFSxuk1WEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSxuk1WEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSxuk1WEY .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFSxuk1WEY .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFSxuk1WEY .container {
    padding: 0 26px;
  }
}
.cid-uFSxuk1WEY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFSxuk1WEY .panel-group {
    margin-bottom: 18px;
  }
}
.cid-uFSxuk1WEY .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uFSxuk1WEY .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFSxuk1WEY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFSxuk1WEY .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uFSxuk1WEY .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFSxuk1WEY .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-uFSxuk1WEY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFSxuk1WEY .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uFSxuk1WEY .image-wrapper {
    padding: 0;
  }
}
.cid-uFSxuk1WEY .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFSxuk1WEY .image-wrapper img {
    height: 300px;
  }
}
.cid-uFSxuk1WEY .panel-title-edit {
  color: #ffffff;
}
.cid-uFSxuk1WEY .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uFVbEMyBhp {
  z-index: 1000;
  width: 100%;
}
.cid-uFVbEMyBhp nav.navbar {
  position: fixed;
}
.cid-uFVbEMyBhp .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-uFVbEMyBhp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFVbEMyBhp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFVbEMyBhp .dropdown-item:hover,
.cid-uFVbEMyBhp .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uFVbEMyBhp .dropdown-item:hover span {
  color: white;
}
.cid-uFVbEMyBhp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFVbEMyBhp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFVbEMyBhp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFVbEMyBhp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFVbEMyBhp .nav-link {
  position: relative;
}
.cid-uFVbEMyBhp .container {
  display: flex;
  margin: auto;
}
.cid-uFVbEMyBhp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVbEMyBhp .dropdown-menu,
.cid-uFVbEMyBhp .navbar.opened {
  background: #232323 !important;
}
.cid-uFVbEMyBhp .nav-item:focus,
.cid-uFVbEMyBhp .nav-link:focus {
  outline: none;
}
.cid-uFVbEMyBhp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVbEMyBhp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVbEMyBhp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVbEMyBhp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVbEMyBhp .collapsed ul {
  width: 100%;
}
.cid-uFVbEMyBhp .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uFVbEMyBhp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVbEMyBhp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVbEMyBhp ul {
  counter-reset: counter;
}
.cid-uFVbEMyBhp ul li a.nav-link {
  height: 100px;
}
.cid-uFVbEMyBhp ul li.nav-item {
  width: 140px;
}
.cid-uFVbEMyBhp ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uFVbEMyBhp ul {
    margin: auto;
  }
}
.cid-uFVbEMyBhp .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uFVbEMyBhp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uFVbEMyBhp .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVbEMyBhp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVbEMyBhp .navbar .navbar-logo img {
  width: auto;
}
.cid-uFVbEMyBhp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFVbEMyBhp .navbar.collapsed {
  justify-content: center;
}
.cid-uFVbEMyBhp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVbEMyBhp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVbEMyBhp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uFVbEMyBhp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVbEMyBhp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVbEMyBhp .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-uFVbEMyBhp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVbEMyBhp .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uFVbEMyBhp .navbar ul {
    width: 100%;
  }
  .cid-uFVbEMyBhp .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uFVbEMyBhp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVbEMyBhp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVbEMyBhp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVbEMyBhp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVbEMyBhp .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-uFVbEMyBhp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFVbEMyBhp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVbEMyBhp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFVbEMyBhp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVbEMyBhp .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uFVbEMyBhp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFVbEMyBhp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFVbEMyBhp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFVbEMyBhp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVbEMyBhp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVbEMyBhp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVbEMyBhp .dropdown-item.active,
.cid-uFVbEMyBhp .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVbEMyBhp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVbEMyBhp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVbEMyBhp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVbEMyBhp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uFVbEMyBhp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFVbEMyBhp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFVbEMyBhp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVbEMyBhp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFVbEMyBhp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVbEMyBhp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFVbEMyBhp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVbEMyBhp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVbEMyBhp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVbEMyBhp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVbEMyBhp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVbEMyBhp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVbEMyBhp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVbEMyBhp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVbEMyBhp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFVbEMyBhp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVbEMyBhp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFVbEMyBhp .navbar {
    height: 70px;
  }
  .cid-uFVbEMyBhp .navbar.opened {
    height: auto;
  }
  .cid-uFVbEMyBhp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVbENsSYz {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFVbENsSYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVbENsSYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVbENsSYz .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFVbENsSYz .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFVbENsSYz .container {
    padding: 0 26px;
  }
}
.cid-uFVbENsSYz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFVbENsSYz .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFVbENsSYz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFVbENsSYz .mbr-section-title {
  color: #ffffff;
}
.cid-uFVbENsSYz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFVbENsSYz .mbr-text {
  color: #cacaca;
}
.cid-uFYUWF8Vxw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbfbfb;
}
.cid-uFYUWF8Vxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYUWF8Vxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYUWF8Vxw .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.cid-uFYUWF8Vxw .text-container {
  width: 100% !important;
}
.cid-uFYUWF8Vxw .mbr-section-title {
  color: #000000;
}
.cid-uFYUWF8Vxw .mbr-section-title-2 {
  color: #313131;
}
.cid-uFYUWF8Vxw .content-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 8rem;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFYUWF8Vxw .content-container {
    margin-top: 4rem;
    flex-wrap: wrap;
  }
}
.cid-uFYUWF8Vxw .mbr-section-subtitle {
  width: 30%;
  color: #727272;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFYUWF8Vxw .mbr-section-subtitle {
    width: 100%;
    padding: 12px 0;
  }
}
.cid-uFYUWF8Vxw .mbr-text {
  width: 40%;
  color: #000000;
  width: 100% !important;
}
@media (max-width: 991px) {
  .cid-uFYUWF8Vxw .mbr-text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uFYUWF8Vxw .mbr-text {
    width: 100%;
    margin-top: 18px !important;
  }
}
.cid-uFVbEOsHva {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFVbEOsHva .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVbEOsHva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uFVbEOsHva .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uFVbEOsHva .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFVbEOsHva .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFVbEOsHva .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFVbEOsHva .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFVbEOsHva .mbr-section-title {
  color: #424242;
}
.cid-uFZGzCTSem {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFZGzCTSem .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZGzCTSem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZGzCTSem .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFZGzCTSem .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFZGzCTSem .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFZGzCTSem .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFZGzCTSem .container {
    padding: 0 24px;
  }
}
.cid-uFZGzCTSem .row {
  justify-content: center;
}
.cid-uFZGzCTSem .item {
  margin-top: 24px;
}
.cid-uFZGzCTSem .item:first-child {
  margin-bottom: 0;
}
.cid-uFZGzCTSem .item .item-wrapper {
  padding: 40px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFZGzCTSem .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uFZGzCTSem .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uFZGzCTSem .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uFZGzCTSem .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uFZGzCTSem .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uFZGzCTSem .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFZGzCTSem .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uFZGzCTSem .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uFZGzCTSem .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uFZGzCTSem .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uFZGzCTSem .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uFZGzCTSem .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uFZGzCTSem .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uFZGzCTSem .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uFZGzCTSem .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #edeceb !important;
}
.cid-uFZGzCTSem .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uFZGzCTSem .item-title {
  color: #18212d;
}
.cid-uFZGzCTSem .item-text {
  color: #18212d;
}
.cid-uFVbEOMhGC {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-uFVbEOMhGC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVbEOMhGC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVbEOMhGC .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFVbEP7eQ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-uFVbEP7eQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVbEP7eQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVbEP7eQ8 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFVbEP7eQ8 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFVbEP7eQ8 .container {
    padding: 0 26px;
  }
}
.cid-uFVbEP7eQ8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFVbEP7eQ8 .panel-group {
    margin-bottom: 18px;
  }
}
.cid-uFVbEP7eQ8 .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uFVbEP7eQ8 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFVbEP7eQ8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFVbEP7eQ8 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uFVbEP7eQ8 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFVbEP7eQ8 .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-uFVbEP7eQ8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFVbEP7eQ8 .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uFVbEP7eQ8 .image-wrapper {
    padding: 0;
  }
}
.cid-uFVbEP7eQ8 .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFVbEP7eQ8 .image-wrapper img {
    height: 300px;
  }
}
.cid-uFVbEP7eQ8 .panel-title-edit {
  color: #ffffff;
}
.cid-uFVbEP7eQ8 .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uFVbMmjHDc {
  z-index: 1000;
  width: 100%;
}
.cid-uFVbMmjHDc nav.navbar {
  position: fixed;
}
.cid-uFVbMmjHDc .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-uFVbMmjHDc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFVbMmjHDc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFVbMmjHDc .dropdown-item:hover,
.cid-uFVbMmjHDc .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uFVbMmjHDc .dropdown-item:hover span {
  color: white;
}
.cid-uFVbMmjHDc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFVbMmjHDc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFVbMmjHDc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFVbMmjHDc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFVbMmjHDc .nav-link {
  position: relative;
}
.cid-uFVbMmjHDc .container {
  display: flex;
  margin: auto;
}
.cid-uFVbMmjHDc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVbMmjHDc .dropdown-menu,
.cid-uFVbMmjHDc .navbar.opened {
  background: #232323 !important;
}
.cid-uFVbMmjHDc .nav-item:focus,
.cid-uFVbMmjHDc .nav-link:focus {
  outline: none;
}
.cid-uFVbMmjHDc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVbMmjHDc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVbMmjHDc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVbMmjHDc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVbMmjHDc .collapsed ul {
  width: 100%;
}
.cid-uFVbMmjHDc .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uFVbMmjHDc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVbMmjHDc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVbMmjHDc ul {
  counter-reset: counter;
}
.cid-uFVbMmjHDc ul li a.nav-link {
  height: 100px;
}
.cid-uFVbMmjHDc ul li.nav-item {
  width: 140px;
}
.cid-uFVbMmjHDc ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uFVbMmjHDc ul {
    margin: auto;
  }
}
.cid-uFVbMmjHDc .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uFVbMmjHDc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uFVbMmjHDc .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVbMmjHDc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVbMmjHDc .navbar .navbar-logo img {
  width: auto;
}
.cid-uFVbMmjHDc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFVbMmjHDc .navbar.collapsed {
  justify-content: center;
}
.cid-uFVbMmjHDc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVbMmjHDc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVbMmjHDc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uFVbMmjHDc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVbMmjHDc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVbMmjHDc .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-uFVbMmjHDc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVbMmjHDc .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uFVbMmjHDc .navbar ul {
    width: 100%;
  }
  .cid-uFVbMmjHDc .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uFVbMmjHDc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVbMmjHDc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVbMmjHDc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVbMmjHDc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVbMmjHDc .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-uFVbMmjHDc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFVbMmjHDc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVbMmjHDc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFVbMmjHDc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVbMmjHDc .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uFVbMmjHDc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFVbMmjHDc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFVbMmjHDc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFVbMmjHDc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVbMmjHDc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVbMmjHDc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVbMmjHDc .dropdown-item.active,
.cid-uFVbMmjHDc .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVbMmjHDc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVbMmjHDc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVbMmjHDc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVbMmjHDc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uFVbMmjHDc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFVbMmjHDc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFVbMmjHDc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVbMmjHDc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFVbMmjHDc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVbMmjHDc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFVbMmjHDc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVbMmjHDc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVbMmjHDc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVbMmjHDc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVbMmjHDc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVbMmjHDc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVbMmjHDc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVbMmjHDc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVbMmjHDc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFVbMmjHDc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVbMmjHDc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFVbMmjHDc .navbar {
    height: 70px;
  }
  .cid-uFVbMmjHDc .navbar.opened {
    height: auto;
  }
  .cid-uFVbMmjHDc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVbMnaaz6 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFVbMnaaz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVbMnaaz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVbMnaaz6 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFVbMnaaz6 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFVbMnaaz6 .container {
    padding: 0 26px;
  }
}
.cid-uFVbMnaaz6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFVbMnaaz6 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFVbMnaaz6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFVbMnaaz6 .mbr-section-title {
  color: #ffffff;
}
.cid-uFVbMnaaz6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFVbMnaaz6 .mbr-text {
  color: #cacaca;
}
.cid-uFYUQPhcsE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbfbfb;
}
.cid-uFYUQPhcsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYUQPhcsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYUQPhcsE .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.cid-uFYUQPhcsE .text-container {
  width: 100% !important;
}
.cid-uFYUQPhcsE .mbr-section-title {
  color: #000000;
}
.cid-uFYUQPhcsE .mbr-section-title-2 {
  color: #313131;
}
.cid-uFYUQPhcsE .content-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 8rem;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFYUQPhcsE .content-container {
    margin-top: 4rem;
    flex-wrap: wrap;
  }
}
.cid-uFYUQPhcsE .mbr-section-subtitle {
  width: 30%;
  color: #727272;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFYUQPhcsE .mbr-section-subtitle {
    width: 100%;
    padding: 12px 0;
  }
}
.cid-uFYUQPhcsE .mbr-text {
  width: 40%;
  color: #000000;
  width: 100% !important;
}
@media (max-width: 991px) {
  .cid-uFYUQPhcsE .mbr-text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uFYUQPhcsE .mbr-text {
    width: 100%;
    margin-top: 18px !important;
  }
}
.cid-uFVbMp1BdR {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFVbMp1BdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVbMp1BdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uFVbMp1BdR .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uFVbMp1BdR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFVbMp1BdR .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFVbMp1BdR .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFVbMp1BdR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFVbMp1BdR .mbr-section-title {
  color: #424242;
}
.cid-uFZy40hZul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFZy40hZul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZy40hZul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZy40hZul .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFZy40hZul .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFZy40hZul .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFZy40hZul .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFZy40hZul .container {
    padding: 0 24px;
  }
}
.cid-uFZy40hZul .row {
  justify-content: center;
}
.cid-uFZy40hZul .item {
  margin-top: 24px;
}
.cid-uFZy40hZul .item:first-child {
  margin-bottom: 0;
}
.cid-uFZy40hZul .item .item-wrapper {
  padding: 40px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFZy40hZul .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uFZy40hZul .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uFZy40hZul .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uFZy40hZul .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uFZy40hZul .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uFZy40hZul .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFZy40hZul .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uFZy40hZul .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uFZy40hZul .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uFZy40hZul .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uFZy40hZul .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uFZy40hZul .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uFZy40hZul .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uFZy40hZul .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uFZy40hZul .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #edeceb !important;
}
.cid-uFZy40hZul .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uFZy40hZul .item-title {
  color: #18212d;
}
.cid-uFZy40hZul .item-text {
  color: #18212d;
}
.cid-uFVbMpj74M {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-uFVbMpj74M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVbMpj74M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVbMpj74M .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFVbMpGGXq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-uFVbMpGGXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVbMpGGXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVbMpGGXq .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFVbMpGGXq .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFVbMpGGXq .container {
    padding: 0 26px;
  }
}
.cid-uFVbMpGGXq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFVbMpGGXq .panel-group {
    margin-bottom: 18px;
  }
}
.cid-uFVbMpGGXq .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uFVbMpGGXq .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFVbMpGGXq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFVbMpGGXq .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uFVbMpGGXq .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFVbMpGGXq .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-uFVbMpGGXq .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFVbMpGGXq .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uFVbMpGGXq .image-wrapper {
    padding: 0;
  }
}
.cid-uFVbMpGGXq .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFVbMpGGXq .image-wrapper img {
    height: 300px;
  }
}
.cid-uFVbMpGGXq .panel-title-edit {
  color: #ffffff;
}
.cid-uFVbMpGGXq .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uFVbUdJgJj {
  z-index: 1000;
  width: 100%;
}
.cid-uFVbUdJgJj nav.navbar {
  position: fixed;
}
.cid-uFVbUdJgJj .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-uFVbUdJgJj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFVbUdJgJj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFVbUdJgJj .dropdown-item:hover,
.cid-uFVbUdJgJj .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uFVbUdJgJj .dropdown-item:hover span {
  color: white;
}
.cid-uFVbUdJgJj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFVbUdJgJj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFVbUdJgJj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFVbUdJgJj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFVbUdJgJj .nav-link {
  position: relative;
}
.cid-uFVbUdJgJj .container {
  display: flex;
  margin: auto;
}
.cid-uFVbUdJgJj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVbUdJgJj .dropdown-menu,
.cid-uFVbUdJgJj .navbar.opened {
  background: #232323 !important;
}
.cid-uFVbUdJgJj .nav-item:focus,
.cid-uFVbUdJgJj .nav-link:focus {
  outline: none;
}
.cid-uFVbUdJgJj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVbUdJgJj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVbUdJgJj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVbUdJgJj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVbUdJgJj .collapsed ul {
  width: 100%;
}
.cid-uFVbUdJgJj .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uFVbUdJgJj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVbUdJgJj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVbUdJgJj ul {
  counter-reset: counter;
}
.cid-uFVbUdJgJj ul li a.nav-link {
  height: 100px;
}
.cid-uFVbUdJgJj ul li.nav-item {
  width: 140px;
}
.cid-uFVbUdJgJj ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uFVbUdJgJj ul {
    margin: auto;
  }
}
.cid-uFVbUdJgJj .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uFVbUdJgJj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uFVbUdJgJj .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVbUdJgJj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVbUdJgJj .navbar .navbar-logo img {
  width: auto;
}
.cid-uFVbUdJgJj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFVbUdJgJj .navbar.collapsed {
  justify-content: center;
}
.cid-uFVbUdJgJj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVbUdJgJj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVbUdJgJj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uFVbUdJgJj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVbUdJgJj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVbUdJgJj .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-uFVbUdJgJj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVbUdJgJj .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uFVbUdJgJj .navbar ul {
    width: 100%;
  }
  .cid-uFVbUdJgJj .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uFVbUdJgJj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVbUdJgJj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVbUdJgJj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVbUdJgJj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVbUdJgJj .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-uFVbUdJgJj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFVbUdJgJj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVbUdJgJj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFVbUdJgJj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVbUdJgJj .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uFVbUdJgJj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFVbUdJgJj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFVbUdJgJj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFVbUdJgJj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVbUdJgJj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVbUdJgJj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVbUdJgJj .dropdown-item.active,
.cid-uFVbUdJgJj .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVbUdJgJj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVbUdJgJj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVbUdJgJj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVbUdJgJj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uFVbUdJgJj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFVbUdJgJj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFVbUdJgJj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVbUdJgJj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFVbUdJgJj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVbUdJgJj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFVbUdJgJj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVbUdJgJj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVbUdJgJj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVbUdJgJj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVbUdJgJj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVbUdJgJj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVbUdJgJj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVbUdJgJj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVbUdJgJj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFVbUdJgJj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVbUdJgJj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFVbUdJgJj .navbar {
    height: 70px;
  }
  .cid-uFVbUdJgJj .navbar.opened {
    height: auto;
  }
  .cid-uFVbUdJgJj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVbUeEyyU {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFVbUeEyyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVbUeEyyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVbUeEyyU .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFVbUeEyyU .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFVbUeEyyU .container {
    padding: 0 26px;
  }
}
.cid-uFVbUeEyyU .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFVbUeEyyU .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFVbUeEyyU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFVbUeEyyU .mbr-section-title {
  color: #ffffff;
}
.cid-uFVbUeEyyU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFVbUeEyyU .mbr-text {
  color: #cacaca;
}
.cid-uFYUu9QDka {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbfbfb;
}
.cid-uFYUu9QDka .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYUu9QDka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYUu9QDka .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.cid-uFYUu9QDka .text-container {
  width: 100% !important;
}
.cid-uFYUu9QDka .mbr-section-title {
  color: #000000;
}
.cid-uFYUu9QDka .mbr-section-title-2 {
  color: #313131;
}
.cid-uFYUu9QDka .content-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 8rem;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFYUu9QDka .content-container {
    margin-top: 4rem;
    flex-wrap: wrap;
  }
}
.cid-uFYUu9QDka .mbr-section-subtitle {
  width: 30%;
  color: #727272;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFYUu9QDka .mbr-section-subtitle {
    width: 100%;
    padding: 12px 0;
  }
}
.cid-uFYUu9QDka .mbr-text {
  width: 40%;
  color: #000000;
  width: 100% !important;
}
@media (max-width: 991px) {
  .cid-uFYUu9QDka .mbr-text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uFYUu9QDka .mbr-text {
    width: 100%;
    margin-top: 18px !important;
  }
}
.cid-uFVbUhBUQJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFVbUhBUQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVbUhBUQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uFVbUhBUQJ .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uFVbUhBUQJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFVbUhBUQJ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFVbUhBUQJ .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFVbUhBUQJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFVbUhBUQJ .mbr-section-title {
  color: #424242;
}
.cid-uFZGZ50GP7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFZGZ50GP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZGZ50GP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZGZ50GP7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFZGZ50GP7 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFZGZ50GP7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFZGZ50GP7 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFZGZ50GP7 .container {
    padding: 0 24px;
  }
}
.cid-uFZGZ50GP7 .row {
  justify-content: center;
}
.cid-uFZGZ50GP7 .item {
  margin-top: 24px;
}
.cid-uFZGZ50GP7 .item:first-child {
  margin-bottom: 0;
}
.cid-uFZGZ50GP7 .item .item-wrapper {
  padding: 40px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFZGZ50GP7 .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uFZGZ50GP7 .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uFZGZ50GP7 .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uFZGZ50GP7 .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uFZGZ50GP7 .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uFZGZ50GP7 .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFZGZ50GP7 .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uFZGZ50GP7 .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uFZGZ50GP7 .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uFZGZ50GP7 .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uFZGZ50GP7 .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uFZGZ50GP7 .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uFZGZ50GP7 .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uFZGZ50GP7 .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uFZGZ50GP7 .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #edeceb !important;
}
.cid-uFZGZ50GP7 .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uFZGZ50GP7 .item-title {
  color: #18212d;
}
.cid-uFZGZ50GP7 .item-text {
  color: #18212d;
}
.cid-uFVbUhZtPj {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-uFVbUhZtPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVbUhZtPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVbUhZtPj .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFVbUimg9e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-uFVbUimg9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVbUimg9e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVbUimg9e .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFVbUimg9e .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFVbUimg9e .container {
    padding: 0 26px;
  }
}
.cid-uFVbUimg9e .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFVbUimg9e .panel-group {
    margin-bottom: 18px;
  }
}
.cid-uFVbUimg9e .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uFVbUimg9e .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFVbUimg9e .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFVbUimg9e .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uFVbUimg9e .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFVbUimg9e .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-uFVbUimg9e .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFVbUimg9e .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uFVbUimg9e .image-wrapper {
    padding: 0;
  }
}
.cid-uFVbUimg9e .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFVbUimg9e .image-wrapper img {
    height: 300px;
  }
}
.cid-uFVbUimg9e .panel-title-edit {
  color: #ffffff;
}
.cid-uFVbUimg9e .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uFVbZti50E {
  z-index: 1000;
  width: 100%;
}
.cid-uFVbZti50E nav.navbar {
  position: fixed;
}
.cid-uFVbZti50E .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-uFVbZti50E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFVbZti50E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFVbZti50E .dropdown-item:hover,
.cid-uFVbZti50E .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uFVbZti50E .dropdown-item:hover span {
  color: white;
}
.cid-uFVbZti50E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFVbZti50E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFVbZti50E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFVbZti50E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFVbZti50E .nav-link {
  position: relative;
}
.cid-uFVbZti50E .container {
  display: flex;
  margin: auto;
}
.cid-uFVbZti50E .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVbZti50E .dropdown-menu,
.cid-uFVbZti50E .navbar.opened {
  background: #232323 !important;
}
.cid-uFVbZti50E .nav-item:focus,
.cid-uFVbZti50E .nav-link:focus {
  outline: none;
}
.cid-uFVbZti50E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVbZti50E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVbZti50E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVbZti50E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVbZti50E .collapsed ul {
  width: 100%;
}
.cid-uFVbZti50E .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uFVbZti50E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVbZti50E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVbZti50E ul {
  counter-reset: counter;
}
.cid-uFVbZti50E ul li a.nav-link {
  height: 100px;
}
.cid-uFVbZti50E ul li.nav-item {
  width: 140px;
}
.cid-uFVbZti50E ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uFVbZti50E ul {
    margin: auto;
  }
}
.cid-uFVbZti50E .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uFVbZti50E .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uFVbZti50E .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVbZti50E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVbZti50E .navbar .navbar-logo img {
  width: auto;
}
.cid-uFVbZti50E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFVbZti50E .navbar.collapsed {
  justify-content: center;
}
.cid-uFVbZti50E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVbZti50E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVbZti50E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uFVbZti50E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVbZti50E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVbZti50E .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-uFVbZti50E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVbZti50E .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uFVbZti50E .navbar ul {
    width: 100%;
  }
  .cid-uFVbZti50E .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uFVbZti50E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVbZti50E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVbZti50E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVbZti50E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVbZti50E .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-uFVbZti50E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFVbZti50E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVbZti50E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFVbZti50E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVbZti50E .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uFVbZti50E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFVbZti50E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFVbZti50E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFVbZti50E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVbZti50E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVbZti50E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVbZti50E .dropdown-item.active,
.cid-uFVbZti50E .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVbZti50E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVbZti50E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVbZti50E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVbZti50E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uFVbZti50E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFVbZti50E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFVbZti50E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVbZti50E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFVbZti50E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVbZti50E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFVbZti50E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVbZti50E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVbZti50E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVbZti50E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVbZti50E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVbZti50E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVbZti50E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVbZti50E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVbZti50E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFVbZti50E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVbZti50E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFVbZti50E .navbar {
    height: 70px;
  }
  .cid-uFVbZti50E .navbar.opened {
    height: auto;
  }
  .cid-uFVbZti50E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVbZusKYx {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFVbZusKYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVbZusKYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVbZusKYx .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFVbZusKYx .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFVbZusKYx .container {
    padding: 0 26px;
  }
}
.cid-uFVbZusKYx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFVbZusKYx .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFVbZusKYx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFVbZusKYx .mbr-section-title {
  color: #ffffff;
}
.cid-uFVbZusKYx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFVbZusKYx .mbr-text {
  color: #cacaca;
}
.cid-uFYUUcbyYu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbfbfb;
}
.cid-uFYUUcbyYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYUUcbyYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYUUcbyYu .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.cid-uFYUUcbyYu .text-container {
  width: 100% !important;
}
.cid-uFYUUcbyYu .mbr-section-title {
  color: #000000;
}
.cid-uFYUUcbyYu .mbr-section-title-2 {
  color: #313131;
}
.cid-uFYUUcbyYu .content-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 8rem;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFYUUcbyYu .content-container {
    margin-top: 4rem;
    flex-wrap: wrap;
  }
}
.cid-uFYUUcbyYu .mbr-section-subtitle {
  width: 30%;
  color: #727272;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFYUUcbyYu .mbr-section-subtitle {
    width: 100%;
    padding: 12px 0;
  }
}
.cid-uFYUUcbyYu .mbr-text {
  width: 40%;
  color: #000000;
  width: 100% !important;
}
@media (max-width: 991px) {
  .cid-uFYUUcbyYu .mbr-text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uFYUUcbyYu .mbr-text {
    width: 100%;
    margin-top: 18px !important;
  }
}
.cid-uFVbZyOts0 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFVbZyOts0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVbZyOts0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uFVbZyOts0 .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uFVbZyOts0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFVbZyOts0 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFVbZyOts0 .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFVbZyOts0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFVbZyOts0 .mbr-section-title {
  color: #424242;
}
.cid-uFZLCErg7n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFZLCErg7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZLCErg7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZLCErg7n .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFZLCErg7n .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFZLCErg7n .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFZLCErg7n .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFZLCErg7n .container {
    padding: 0 24px;
  }
}
.cid-uFZLCErg7n .row {
  justify-content: center;
}
.cid-uFZLCErg7n .item {
  margin-top: 24px;
}
.cid-uFZLCErg7n .item:first-child {
  margin-bottom: 0;
}
.cid-uFZLCErg7n .item .item-wrapper {
  padding: 40px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFZLCErg7n .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uFZLCErg7n .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uFZLCErg7n .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uFZLCErg7n .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uFZLCErg7n .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uFZLCErg7n .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFZLCErg7n .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uFZLCErg7n .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uFZLCErg7n .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uFZLCErg7n .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uFZLCErg7n .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uFZLCErg7n .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uFZLCErg7n .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uFZLCErg7n .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uFZLCErg7n .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #edeceb !important;
}
.cid-uFZLCErg7n .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uFZLCErg7n .item-title {
  color: #18212d;
}
.cid-uFZLCErg7n .item-text {
  color: #18212d;
}
.cid-uFVbZzdpUX {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-uFVbZzdpUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVbZzdpUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVbZzdpUX .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFVbZzDbDr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-uFVbZzDbDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVbZzDbDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVbZzDbDr .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFVbZzDbDr .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFVbZzDbDr .container {
    padding: 0 26px;
  }
}
.cid-uFVbZzDbDr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFVbZzDbDr .panel-group {
    margin-bottom: 18px;
  }
}
.cid-uFVbZzDbDr .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uFVbZzDbDr .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFVbZzDbDr .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFVbZzDbDr .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uFVbZzDbDr .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uFVbZzDbDr .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-uFVbZzDbDr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFVbZzDbDr .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uFVbZzDbDr .image-wrapper {
    padding: 0;
  }
}
.cid-uFVbZzDbDr .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFVbZzDbDr .image-wrapper img {
    height: 300px;
  }
}
.cid-uFVbZzDbDr .panel-title-edit {
  color: #ffffff;
}
.cid-uFVbZzDbDr .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uHXcamj34J {
  z-index: 1000;
  width: 100%;
}
.cid-uHXcamj34J nav.navbar {
  position: fixed;
}
.cid-uHXcamj34J .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-uHXcamj34J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHXcamj34J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHXcamj34J .dropdown-item:hover,
.cid-uHXcamj34J .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uHXcamj34J .dropdown-item:hover span {
  color: white;
}
.cid-uHXcamj34J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHXcamj34J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHXcamj34J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHXcamj34J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHXcamj34J .nav-link {
  position: relative;
}
.cid-uHXcamj34J .container {
  display: flex;
  margin: auto;
}
.cid-uHXcamj34J .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHXcamj34J .dropdown-menu,
.cid-uHXcamj34J .navbar.opened {
  background: #232323 !important;
}
.cid-uHXcamj34J .nav-item:focus,
.cid-uHXcamj34J .nav-link:focus {
  outline: none;
}
.cid-uHXcamj34J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHXcamj34J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHXcamj34J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHXcamj34J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHXcamj34J .collapsed ul {
  width: 100%;
}
.cid-uHXcamj34J .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uHXcamj34J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXcamj34J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXcamj34J ul {
  counter-reset: counter;
}
.cid-uHXcamj34J ul li a.nav-link {
  height: 100px;
}
.cid-uHXcamj34J ul li.nav-item {
  width: 140px;
}
.cid-uHXcamj34J ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uHXcamj34J ul {
    margin: auto;
  }
}
.cid-uHXcamj34J .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uHXcamj34J .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uHXcamj34J .navbar.opened {
  transition: all 0.3s;
}
.cid-uHXcamj34J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHXcamj34J .navbar .navbar-logo img {
  width: auto;
}
.cid-uHXcamj34J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXcamj34J .navbar.collapsed {
  justify-content: center;
}
.cid-uHXcamj34J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXcamj34J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXcamj34J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uHXcamj34J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXcamj34J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHXcamj34J .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-uHXcamj34J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHXcamj34J .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uHXcamj34J .navbar ul {
    width: 100%;
  }
  .cid-uHXcamj34J .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uHXcamj34J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXcamj34J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXcamj34J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXcamj34J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHXcamj34J .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-uHXcamj34J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHXcamj34J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHXcamj34J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHXcamj34J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHXcamj34J .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uHXcamj34J .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHXcamj34J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHXcamj34J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHXcamj34J .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHXcamj34J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXcamj34J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXcamj34J .dropdown-item.active,
.cid-uHXcamj34J .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXcamj34J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHXcamj34J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXcamj34J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXcamj34J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uHXcamj34J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXcamj34J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXcamj34J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHXcamj34J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHXcamj34J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHXcamj34J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHXcamj34J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHXcamj34J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHXcamj34J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHXcamj34J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHXcamj34J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHXcamj34J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHXcamj34J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHXcamj34J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHXcamj34J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHXcamj34J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHXcamj34J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHXcamj34J .navbar {
    height: 70px;
  }
  .cid-uHXcamj34J .navbar.opened {
    height: auto;
  }
  .cid-uHXcamj34J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHXcan8b0n {
  background-image: url("../../../assets/images/zeminboyarken-2000x2855.jpg");
}
.cid-uHXcan8b0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXcan8b0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXcan8b0n .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uHXcan8b0n .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uHXcan8b0n .container {
    padding: 0 26px;
  }
}
.cid-uHXcan8b0n .title-wrapper {
  padding-top: 35%;
}
.cid-uHXcan8b0n .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uHXcan8b0n .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-uHXcan8b0n .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-uHXcan8b0n .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-uHXcan8b0n .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-uHXcan8b0n .mbr-section-title {
  color: #ffffff;
}
.cid-uHXcan8b0n .mbr-text {
  color: #ffffff;
}
.cid-uHXcan8b0n .mbr-section-title,
.cid-uHXcan8b0n .icon-wrapper,
.cid-uHXcan8b0n .mbr-section-btn {
  text-align: center;
}
.cid-uHXgDOLZIQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/colorful-powder-explosion-2000x1367.jpg");
}
.cid-uHXgDOLZIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXgDOLZIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXgDOLZIQ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHXgDOLZIQ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHXgDOLZIQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHXgDOLZIQ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHXgDOLZIQ .container {
    padding: 0 24px;
  }
}
.cid-uHXgDOLZIQ .row {
  justify-content: center;
}
.cid-uHXgDOLZIQ .item {
  margin-top: 24px;
}
.cid-uHXgDOLZIQ .item:first-child {
  margin-bottom: 0;
}
.cid-uHXgDOLZIQ .item .item-wrapper {
  padding: 40px;
  background-color: #232323;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uHXgDOLZIQ .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uHXgDOLZIQ .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uHXgDOLZIQ .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uHXgDOLZIQ .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uHXgDOLZIQ .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uHXgDOLZIQ .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uHXgDOLZIQ .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uHXgDOLZIQ .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uHXgDOLZIQ .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uHXgDOLZIQ .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uHXgDOLZIQ .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uHXgDOLZIQ .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uHXgDOLZIQ .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uHXgDOLZIQ .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uHXgDOLZIQ .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #edeceb !important;
}
.cid-uHXgDOLZIQ .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uHXgDOLZIQ .item-title {
  color: #ffffff;
}
.cid-uHXgDOLZIQ .item-text {
  color: #18212d;
}
.cid-uHXgDOLZIQ .item-text,
.cid-uHXgDOLZIQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uHXcaqlV9H {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/anazemin-1-1688x3000.jpeg");
}
.cid-uHXcaqlV9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXcaqlV9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXcaqlV9H .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHYD0nsLjD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/anazemin-1688x3000.jpg");
}
.cid-uHYD0nsLjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYD0nsLjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYD0nsLjD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uHYD0nsLjD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uHYD0nsLjD .container {
    padding: 0 26px;
  }
}
.cid-uHYD0nsLjD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHYD0nsLjD .panel-group {
    margin-bottom: 18px;
  }
}
.cid-uHYD0nsLjD .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uHYD0nsLjD .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHYD0nsLjD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHYD0nsLjD .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uHYD0nsLjD .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uHYD0nsLjD .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-uHYD0nsLjD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uHYD0nsLjD .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uHYD0nsLjD .image-wrapper {
    padding: 0;
  }
}
.cid-uHYD0nsLjD .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHYD0nsLjD .image-wrapper img {
    height: 300px;
  }
}
.cid-uHYD0nsLjD .panel-title-edit {
  color: #ffffff;
}
.cid-uHYD0nsLjD .panel-text {
  color: #cacaca;
}
.cid-uWz0JoGzf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWz0JoGzf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWz0JoGzf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWz0JoGzf2 .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWz0JoGzf2 .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWz0JoGzf2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWz0JoGzf2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWz0JoGzf2 .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-link {
    padding-top: 32px;
  }
}
.cid-uWz0JoGzf2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWz0JoGzf2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWz0JoGzf2 .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list li:hover {
  color: #ffffff !important;
}
.cid-uWz0JoGzf2 .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWz0JoGzf2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWz0JoGzf2 .mbr-text {
  color: #ffffff;
}
.cid-uWz0JoGzf2 .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWz0JoGzf2 .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWz0JoGzf2 .copyright {
  color: #A2A4A7;
}
.cid-uWRoxKZ7iX {
  z-index: 1000;
  width: 100%;
}
.cid-uWRoxKZ7iX nav.navbar {
  position: fixed;
}
.cid-uWRoxKZ7iX .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-uWRoxKZ7iX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWRoxKZ7iX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWRoxKZ7iX .dropdown-item:hover,
.cid-uWRoxKZ7iX .dropdown-item:focus {
  background: #ef4123 !important;
  color: white !important;
}
.cid-uWRoxKZ7iX .dropdown-item:hover span {
  color: white;
}
.cid-uWRoxKZ7iX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWRoxKZ7iX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWRoxKZ7iX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWRoxKZ7iX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWRoxKZ7iX .nav-link {
  position: relative;
}
.cid-uWRoxKZ7iX .container {
  display: flex;
  margin: auto;
}
.cid-uWRoxKZ7iX .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWRoxKZ7iX .dropdown-menu,
.cid-uWRoxKZ7iX .navbar.opened {
  background: #232323 !important;
}
.cid-uWRoxKZ7iX .nav-item:focus,
.cid-uWRoxKZ7iX .nav-link:focus {
  outline: none;
}
.cid-uWRoxKZ7iX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWRoxKZ7iX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWRoxKZ7iX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWRoxKZ7iX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWRoxKZ7iX .collapsed ul {
  width: 100%;
}
.cid-uWRoxKZ7iX .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uWRoxKZ7iX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWRoxKZ7iX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWRoxKZ7iX ul {
  counter-reset: counter;
}
.cid-uWRoxKZ7iX ul li a.nav-link {
  height: 100px;
}
.cid-uWRoxKZ7iX ul li.nav-item {
  width: 140px;
}
.cid-uWRoxKZ7iX ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uWRoxKZ7iX ul {
    margin: auto;
  }
}
.cid-uWRoxKZ7iX .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ef4123;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uWRoxKZ7iX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0);
}
.cid-uWRoxKZ7iX .navbar.opened {
  transition: all 0.3s;
}
.cid-uWRoxKZ7iX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWRoxKZ7iX .navbar .navbar-logo img {
  width: auto;
}
.cid-uWRoxKZ7iX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWRoxKZ7iX .navbar.collapsed {
  justify-content: center;
}
.cid-uWRoxKZ7iX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWRoxKZ7iX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWRoxKZ7iX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uWRoxKZ7iX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWRoxKZ7iX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWRoxKZ7iX .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-uWRoxKZ7iX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWRoxKZ7iX .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uWRoxKZ7iX .navbar ul {
    width: 100%;
  }
  .cid-uWRoxKZ7iX .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uWRoxKZ7iX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWRoxKZ7iX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWRoxKZ7iX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWRoxKZ7iX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWRoxKZ7iX .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-uWRoxKZ7iX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWRoxKZ7iX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWRoxKZ7iX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWRoxKZ7iX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWRoxKZ7iX .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uWRoxKZ7iX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWRoxKZ7iX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWRoxKZ7iX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWRoxKZ7iX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWRoxKZ7iX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWRoxKZ7iX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWRoxKZ7iX .dropdown-item.active,
.cid-uWRoxKZ7iX .dropdown-item:active {
  background-color: transparent;
}
.cid-uWRoxKZ7iX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWRoxKZ7iX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWRoxKZ7iX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWRoxKZ7iX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uWRoxKZ7iX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWRoxKZ7iX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWRoxKZ7iX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWRoxKZ7iX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWRoxKZ7iX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWRoxKZ7iX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWRoxKZ7iX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWRoxKZ7iX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWRoxKZ7iX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWRoxKZ7iX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWRoxKZ7iX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWRoxKZ7iX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWRoxKZ7iX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWRoxKZ7iX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWRoxKZ7iX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWRoxKZ7iX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWRoxKZ7iX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWRoxKZ7iX .navbar {
    height: 70px;
  }
  .cid-uWRoxKZ7iX .navbar.opened {
    height: auto;
  }
  .cid-uWRoxKZ7iX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWRoxLF1JV {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #232323;
  background: linear-gradient(to right top, #232323, #ef4123);
}
.cid-uWRoxLF1JV .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uWRoxLF1JV .img-wrap img {
  width: 52%;
  margin: auto;
}
.cid-uWRoxLF1JV .mbr-text,
.cid-uWRoxLF1JV .mbr-section-btn {
  color: #ffffff;
}
.cid-uWRoxLF1JV .mbr-section-title {
  color: #ffffff;
}
.cid-uWRoxLF1JV .buttons-wrap .link {
  display: flex;
}
.cid-uWRoxLF1JV .mbr-arrow {
  bottom: 0;
}
.cid-uWRoxLF1JV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRoxLF1JV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRoxLXf7e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050506;
}
.cid-uWRoxLXf7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWRoxLXf7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWRoxLXf7e .row {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWRoxLXf7e .col-brand {
  display: flex;
  align-items: flex-start;
}
.cid-uWRoxLXf7e .navbar-brand {
  display: flex;
  flex-basis: 100%;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 40px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-uWRoxLXf7e .navbar-brand .navbar-logo {
  padding-left: 16px;
  margin-left: auto;
}
.cid-uWRoxLXf7e .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWRoxLXf7e .navbar-brand .navbar-caption-wrap {
  margin-bottom: 32px !important;
}
@media (max-width: 991px) {
  .cid-uWRoxLXf7e .navbar-brand .navbar-caption-wrap {
    margin-bottom: 24px !important;
  }
}
.cid-uWRoxLXf7e .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWRoxLXf7e .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWRoxLXf7e .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWRoxLXf7e .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWRoxLXf7e .col-link {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cid-uWRoxLXf7e .col-link {
    padding-top: 32px;
  }
}
.cid-uWRoxLXf7e .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.cid-uWRoxLXf7e .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #A2A4A7;
}
.cid-uWRoxLXf7e .list li {
  width: 100%;
  color: inherit !important;
  line-height: 2 !important;
  transition: color 0.3s ease;
}
.cid-uWRoxLXf7e .list li:hover {
  color: #ffffff !important;
}
.cid-uWRoxLXf7e .list a {
  color: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
}
.cid-uWRoxLXf7e .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uWRoxLXf7e .mbr-text {
  color: #ffffff;
}
.cid-uWRoxLXf7e .col-copyright {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-uWRoxLXf7e .col-copyright {
    margin-top: 70px;
  }
}
.cid-uWRoxLXf7e .copyright {
  color: #A2A4A7;
}
