body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff6666 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1f5042 !important;
  border-color: #1f5042 !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: #07120e !important;
  border-color: #07120e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #07120e !important;
  border-color: #07120e !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f5042;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #07120e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1f5042 !important;
  border-color: #1f5042 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff6666 !important;
}
.text-secondary {
  color: #1f5042 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #030605 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #ff6666;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff6666;
  border-color: #ff6666;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff6666;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff6666 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff6666;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6666;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6666;
}
.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: #ff6666;
  border-bottom-color: #ff6666;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff6666 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1f5042 !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='%23ff6666' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s48MCQYojq {
  background-image: url("../../../assets/images/2-2000x1200.jpg");
}
.cid-s48MCQYojq .mbr-section-title {
  text-align: left;
  color: #ee4524;
}
.cid-s48MCQYojq .mbr-text,
.cid-s48MCQYojq .mbr-section-btn {
  color: #404042;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s48MCQYojq .mbr-section-title,
  .cid-s48MCQYojq .mbr-section-btn,
  .cid-s48MCQYojq .mbr-text {
    text-align: center;
  }
}
.cid-tBFjJaGwB2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/2157611-2-1720x684.jpg");
}
.cid-tBFjJaGwB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBFjJaGwB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBFjJaGwB2 .mbr-section-title {
  text-align: left;
  color: #e43f3f;
}
.cid-tBVGdeYzfH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tBVGdeYzfH blockquote {
  border-color: #ee4524;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tBVGdeYzfH .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tBWH3iGKVA {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBWH3iGKVA .mbr-text {
  text-align: left;
}
.cid-tBWNcXKqTI {
  background-image: url("../../../assets/images/55-1-1170x780.jpeg");
}
.cid-tBWNcXKqTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBWNcXKqTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBWNcXKqTI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBWNcXKqTI .row {
  flex-direction: row-reverse;
}
.cid-tBWNcXKqTI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tBWNcXKqTI .text-wrapper {
    padding: 2rem;
  }
}
.cid-tC1xNTxbVv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1200x0-1200x800.jpeg");
}
.cid-tC1xNTxbVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1xNTxbVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tC1xNTxbVv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tC1xNTxbVv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tC1xNTxbVv .text-wrapper {
    padding: 2rem;
  }
}
.cid-tBWStiQAeT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/6224cf34-b9bd-510e-b133-968c0405ef92-1-1280x804.jpeg");
}
.cid-tBWStiQAeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBWStiQAeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBWStiQAeT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBWStiQAeT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tBWStiQAeT .text-wrapper {
    padding: 2rem;
  }
}
.cid-tBWYXmVORa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/12048219-990x716.jpg");
}
.cid-tBWYXmVORa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBWYXmVORa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBWYXmVORa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBWYXmVORa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tBWYXmVORa .text-wrapper {
    padding: 2rem;
  }
}
.cid-tBX8MxJxGc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBX8MxJxGc .line {
  background-color: #ee4524;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBWZTZEW22 {
  background-image: url("../../../assets/images/original-1024x694.jpeg");
}
.cid-tBWZTZEW22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBWZTZEW22 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBWZTZEW22 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBWZTZEW22 .row {
  flex-direction: row-reverse;
}
.cid-tBWZTZEW22 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tBWZTZEW22 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tC1qrAGf2O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/3-50-711x400.jpg");
}
.cid-tC1qrAGf2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1qrAGf2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tC1qrAGf2O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tC1qrAGf2O img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tC1qrAGf2O .text-wrapper {
    padding: 2rem;
  }
}
.cid-tC1wLUFWKE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tC1wLUFWKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1wLUFWKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1wLUFWKE ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tC1wLUFWKE li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tC1wLUFWKE ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ee4524;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tC1wLUFWKE H3 {
  text-align: center;
}
.cid-tCp6mXSnDa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCp6mXSnDa img,
.cid-tCp6mXSnDa .item-img {
  width: 100%;
}
.cid-tCp6mXSnDa .item:focus,
.cid-tCp6mXSnDa span:focus {
  outline: none;
}
.cid-tCp6mXSnDa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCp6mXSnDa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCp6mXSnDa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCp6mXSnDa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tCp6mXSnDa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCp6mXSnDa .mbr-section-title {
  color: #232323;
}
.cid-tCp6mXSnDa .mbr-text,
.cid-tCp6mXSnDa .mbr-section-btn {
  text-align: left;
}
.cid-tCp6mXSnDa .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-tCp6mXSnDa .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tBXarJ9EyQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tBXarJ9EyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBXarJ9EyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBXarJ9EyQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tBXarJ9EyQ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tBXarJ9EyQ .embla__button--next,
.cid-tBXarJ9EyQ .embla__button--prev {
  display: flex;
}
.cid-tBXarJ9EyQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBXarJ9EyQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tBXarJ9EyQ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tBXarJ9EyQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBXarJ9EyQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tBXarJ9EyQ .embla__button {
    top: auto;
  }
}
.cid-tBXarJ9EyQ .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tBXarJ9EyQ .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tBXarJ9EyQ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tBXarJ9EyQ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tBXarJ9EyQ .embla {
  position: relative;
  width: 100%;
}
.cid-tBXarJ9EyQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tBXarJ9EyQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tBXarJ9EyQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tBXarJ9EyQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCBEoB9BMD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCBEoB9BMD .mbr-text {
  text-align: right;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCstd48M3A {
  background-image: url("../../../assets/images/2589f1f6017f92b0df6c4c6b7b282a85-2000x1125.jpg");
}
.cid-uCstd48M3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCstd48M3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCstd48M3A .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uCstd48M3A .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uCstd48M3A .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uCstd48M3A .mbr-section-title {
  color: #761818;
}
.cid-uCstd48M3A .mbr-text,
.cid-uCstd48M3A .mbr-section-btn,
.cid-uCstd48M3A .social-row {
  text-align: center;
  color: #761818;
}
.cid-uCsvHaI98y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCsvHaI98y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCsvHaI98y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCsvHaI98y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCsvHaI98y .row {
  flex-direction: row-reverse;
}
.cid-uCsvHaI98y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCsvHaI98y .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCsvHaI98y .mbr-text {
  text-align: center;
}
.cid-uCsvC3EHA8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCsvC3EHA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCsvC3EHA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCsvC3EHA8 .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCsvC3EHA8 .timeline-element {
  position: relative;
}
.cid-uCsvC3EHA8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCsvC3EHA8 .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
.cid-uCsvC3EHA8 .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #6592e6;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-uCsvC3EHA8 .iconBackground {
    left: 15px !important;
  }
  .cid-uCsvC3EHA8 .separline:before {
    left: 15px !important;
  }
}
.cid-uCsvC3EHA8 .mbr-section-title,
.cid-uCsvC3EHA8 .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uCsvC3EHA8 .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-uCsvC3EHA8 .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uCsvC3EHA8 .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-uCsvC3EHA8 .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-uCsvC3EHA8 .timeline-text-content {
  margin-left: 2rem;
}
.cid-uCsvC3EHA8 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-uCsvC3EHA8 .mbr-timeline-date {
  text-align: right;
}
.cid-uCsvC3EHA8 .mbr-timeline-text {
  text-align: center;
}
.cid-tCwtpBuSuy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCwtpBuSuy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCwtpBuSuy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCwtpBuSuy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCwtpBuSuy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCwtpBuSuy .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCwtpBuSuy .mbr-text {
  text-align: right;
}
.cid-tCq2hoOxbO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/3487929-2-1574371995-820x484.jpg");
}
.cid-tCq2hoOxbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCq2hoOxbO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCq2hoOxbO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCq2hoOxbO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCq2hoOxbO .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCq2i41Dz5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCq2i41Dz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCq2i41Dz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCq2i41Dz5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCq2i41Dz5 .row {
  flex-direction: row-reverse;
}
.cid-tCq2i41Dz5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCq2i41Dz5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCq2xMCtFR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCq2xMCtFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCq2xMCtFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCq2xMCtFR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCq2xMCtFR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCq2xMCtFR .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCq2y3dlck {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCq2y3dlck .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCq2y3dlck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCq2y3dlck .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCq2y3dlck .row {
  flex-direction: row-reverse;
}
.cid-tCq2y3dlck img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCq2y3dlck .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCq2GussrK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCq2GussrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCq2GussrK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCq2GussrK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCq2GussrK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCq2GussrK .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCq2K5pGfP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCq2K5pGfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCq2K5pGfP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCq2K5pGfP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCq2K5pGfP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCq2K5pGfP .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCq2KmpvI0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCq2KmpvI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCq2KmpvI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCq2KmpvI0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCq2KmpvI0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCq2KmpvI0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCq2SdB0yh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCq2SdB0yh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCq2SdB0yh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCq2SdB0yh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCq2SdB0yh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCq2SdB0yh .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCq2gOuFjm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCq2gOuFjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCq2gOuFjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCq2gOuFjm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCq2gOuFjm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCq2gOuFjm .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCpO65EGVl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCpO65EGVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCpO65EGVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCpO65EGVl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCpO65EGVl .row {
  flex-direction: row-reverse;
}
.cid-tCpO65EGVl img {
  width: 100%;
}
.cid-tCpN3Bs8Mj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCpN3Bs8Mj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCpN3Bs8Mj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCpN3Bs8Mj .video-wrapper iframe {
  width: 100%;
}
.cid-tCpN3Bs8Mj .mbr-section-title,
.cid-tCpN3Bs8Mj .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tCpN3Bs8Mj .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCw1Gi2KoC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCw1Gi2KoC .item:focus,
.cid-tCw1Gi2KoC span:focus {
  outline: none;
}
.cid-tCw1Gi2KoC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCw1Gi2KoC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCw1Gi2KoC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCw1Gi2KoC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tCw1Gi2KoC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCw1Gi2KoC .mbr-section-title {
  color: #232323;
}
.cid-tCw1Gi2KoC .mbr-text,
.cid-tCw1Gi2KoC .mbr-section-btn {
  text-align: center;
}
.cid-tCw1Gi2KoC .item-title {
  text-align: center;
}
.cid-tCw1Gi2KoC .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tCweKlpCEe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCweKlpCEe .item:focus,
.cid-tCweKlpCEe span:focus {
  outline: none;
}
.cid-tCweKlpCEe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCweKlpCEe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCweKlpCEe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCweKlpCEe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tCweKlpCEe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCweKlpCEe .mbr-section-title {
  color: #232323;
}
.cid-tCweKlpCEe .mbr-text,
.cid-tCweKlpCEe .mbr-section-btn {
  text-align: left;
}
.cid-tCweKlpCEe .item-title {
  text-align: left;
}
.cid-tCweKlpCEe .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCAxjHuzFy {
  background-image: url("../../../assets/images/arrangement-with-flowers-gardening-tools-2000x1398.jpeg");
}
.cid-tCAxjHuzFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCAxjHuzFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCAxjHuzFy .mbr-section-title {
  color: #7da3ea;
}
.cid-tCAxjHuzFy .mbr-section-subtitle {
  color: #4bb1c0;
}
.cid-tCAyvcEekQ {
  background-image: url("../../../assets/images/4886586-2000x1333.jpg");
}
.cid-tCAyvcEekQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCAyvcEekQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCAyvcEekQ .mbr-section-title {
  text-align: center;
  color: #a0901f;
}
.cid-tCAyvcEekQ .mbr-text,
.cid-tCAyvcEekQ .mbr-section-btn {
  text-align: center;
  color: #7d7122;
}
.cid-tCABdE0X9U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5884224-2000x1333.jpg");
}
.cid-tCABdE0X9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCABdE0X9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCABdE0X9U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCABdE0X9U img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCABdE0X9U .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCAE3mtR8y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/engraving-hand-drawn-floral-background-23-2149020436-826x551.jpg");
}
.cid-tCAE3mtR8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCAE3mtR8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCAE3mtR8y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCAE3mtR8y .row {
  flex-direction: row-reverse;
}
.cid-tCAE3mtR8y img {
  width: 100%;
}
.cid-tCABPgoCft {
  background-image: url("../../../assets/images/floral-background-hand-drawn-style-52683-60347-826x551.jpg");
}
.cid-tCABPgoCft .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCABPgoCft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCABPgoCft .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCABPgoCft .row {
  flex-direction: row-reverse;
}
.cid-tCABPgoCft img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCABPgoCft .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCAElheSXI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5884224-2000x1333.jpg");
}
.cid-tCAElheSXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCAElheSXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCAElheSXI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCAElheSXI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCAElheSXI .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCAEQiAoaY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/engraving-hand-drawn-floral-background-23-2149020436-826x551.jpg");
}
.cid-tCAEQiAoaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCAEQiAoaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCAEQiAoaY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCAEQiAoaY .row {
  flex-direction: row-reverse;
}
.cid-tCAEQiAoaY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCAEQiAoaY .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCAEQiAoaY .mbr-section-title {
  text-align: left;
}
.cid-tCAEQiAoaY .mbr-text {
  text-align: left;
}
.cid-tCAFi3aSHh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/floral-background-hand-drawn-style-52683-60347-826x551.jpg");
}
.cid-tCAFi3aSHh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCAFi3aSHh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCAFi3aSHh .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tCAFi3aSHh .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tCAFi3aSHh .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tCAFi3aSHh P {
  text-align: left;
}
.cid-tCAHGuMjBT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/5884224-2000x1333.jpg");
}
.cid-tCAHGuMjBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCAHGuMjBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCAHGuMjBT .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tCAHGuMjBT .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tCAHGuMjBT .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tCAHGuMjBT P {
  text-align: left;
}
.cid-tCAI9Gkixv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/engraving-hand-drawn-floral-background-23-2149020436-826x551.jpg");
}
.cid-tCAI9Gkixv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCAI9Gkixv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCAI9Gkixv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCAI9Gkixv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCAI9Gkixv .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCAJh2QJdF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5884224-2000x1333.jpg");
}
.cid-tCAJh2QJdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCAJh2QJdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCAJh2QJdF .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tCAJh2QJdF .team-card:hover {
  transform: translateY(-10px);
}
.cid-tCAJh2QJdF .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tCAJh2QJdF .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tCAJh2QJdF .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tCAJh2QJdF .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCAJh2QJdF .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tCAJh2QJdF .social-row {
  text-align: center;
}
.cid-tCAJh2QJdF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tCAJh2QJdF .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tCAJh2QJdF .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tCAJh2QJdF .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tCAJh2QJdF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tCAJh2QJdF .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tCAJh2QJdF .embla__button--next,
.cid-tCAJh2QJdF .embla__button--prev {
  display: flex;
}
.cid-tCAJh2QJdF .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCAJh2QJdF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCAJh2QJdF .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tCAJh2QJdF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCAJh2QJdF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCAJh2QJdF .embla__button {
    top: auto;
  }
}
.cid-tCAJh2QJdF .embla {
  position: relative;
  width: 100%;
}
.cid-tCAJh2QJdF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCAJh2QJdF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCAJh2QJdF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCAJh2QJdF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCALJ1gZ7g {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/engraving-hand-drawn-floral-background-23-2149020436-826x551.jpg");
}
.cid-tCALJ1gZ7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCALJ1gZ7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCALJ1gZ7g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCALJ1gZ7g img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCALJ1gZ7g .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCBrF5PwOy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/floral-background-hand-drawn-style-52683-60347-826x551.jpg");
}
.cid-tCBrF5PwOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCBrF5PwOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCBrF5PwOy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCBrF5PwOy .row {
  flex-direction: row-reverse;
}
.cid-tCBrF5PwOy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCBrF5PwOy .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCBsvQB7iz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/5884224-2000x1333.jpg");
}
.cid-tCBsvQB7iz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCBsvQB7iz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCBsvQB7iz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCBsvQB7iz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCBsvQB7iz .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCAAgaHpAS {
  background-image: url("../../../assets/images/engraving-hand-drawn-floral-background-23-2149020436-826x551.jpg");
}
.cid-tCAAgaHpAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCAAgaHpAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCAAgaHpAS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCAAgaHpAS .row {
  flex-direction: row-reverse;
}
.cid-tCAAgaHpAS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCAAgaHpAS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCBtxMH8oy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/floral-background-hand-drawn-style-52683-60347-826x551.jpg");
}
.cid-tCBtxMH8oy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCBtxMH8oy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCBtxMH8oy .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tCBtxMH8oy .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tCBtxMH8oy .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tCBtx3S6Tg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5884224-2000x1333.jpg");
}
.cid-tCBtx3S6Tg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCBtx3S6Tg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCBtx3S6Tg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCBtx3S6Tg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCBtx3S6Tg .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCBxr3U4AW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/engraving-hand-drawn-floral-background-23-2149020436-826x551.jpg");
}
.cid-tCBxr3U4AW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCBxr3U4AW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCBxr3U4AW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCBxr3U4AW .row {
  flex-direction: row-reverse;
}
.cid-tCBxr3U4AW img {
  width: 100%;
}
.cid-tCBxr3U4AW .mbr-text {
  text-align: left;
}
.cid-tCBzfShM6l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/floral-background-hand-drawn-style-52683-60347-826x551.jpg");
}
.cid-tCBzfShM6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCBzfShM6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCBzfShM6l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCBzfShM6l .row {
  flex-direction: row-reverse;
}
.cid-tCBzfShM6l img {
  width: 100%;
}
.cid-tCBzfShM6l .mbr-text {
  text-align: left;
}
.cid-tCBAY6GdH4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/floral-background-hand-drawn-style-52683-60347-826x551.jpg");
}
.cid-tCBAY6GdH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCBAY6GdH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCBAY6GdH4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCBAY6GdH4 .row {
  flex-direction: row-reverse;
}
.cid-tCBAY6GdH4 img {
  width: 100%;
}
.cid-tCBAY6GdH4 .mbr-text {
  text-align: left;
}
.cid-tCBCxQfdlp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/5884224-2000x1333.jpg");
}
.cid-tCBCxQfdlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCBCxQfdlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCBCxQfdlp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCBCxQfdlp .row {
  flex-direction: row-reverse;
}
.cid-tCBCxQfdlp img {
  width: 100%;
}
.cid-tCBCxQfdlp .mbr-text {
  text-align: left;
}
.cid-tCBEb23wy3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tCBEb23wy3 .mbr-text {
  text-align: right;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDaKtu77p3 {
  background-image: url("../../../assets/images/436cdaf9-2740-53a8-8474-5411b088e3cc-1200x884.jpg");
}
.cid-tDaKtu77p3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDaKtu77p3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDaKtu77p3 .mbr-section-title {
  color: #ff2a00;
  text-align: center;
}
.cid-tD9C5MXWXc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tD9C5MXWXc blockquote {
  border-color: #ff2a00;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tD9C5MXWXc .mbr-text {
  color: #000000;
}
.cid-tD5iwLnv5H {
  background-image: url("../../../assets/images/986835-94ed6875fed68480496b47278141cae8-1200x933.jpg");
}
.cid-tD5iwLnv5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD5iwLnv5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD5iwLnv5H .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tD5iwLnv5H .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tD5iwLnv5H .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tD5iwLnv5H .card-wrapper {
    padding: 4rem;
  }
}
.cid-tD59Tg4hW0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-tD59Tg4hW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD59Tg4hW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD59Tg4hW0 .mbr-text,
.cid-tD59Tg4hW0 .mbr-section-btn {
  color: #232323;
}
.cid-tD59Tg4hW0 .card-title,
.cid-tD59Tg4hW0 .card-box {
  color: #ff2a00;
}
.cid-tD59Tg4hW0 .mbr-text,
.cid-tD59Tg4hW0 .link-wrap {
  color: #ffffff;
}
.cid-tD5a5I42ZP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/0-59abf-83d6b937-xxxl-1024x690.jpg");
}
.cid-tD5a5I42ZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD5a5I42ZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tD5a5I42ZP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tD5a5I42ZP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tD5a5I42ZP .text-wrapper {
    padding: 2rem;
  }
}
.cid-tD9zwIpcJ8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/6c14e7b8e7d25691-1200x955.jpg");
}
.cid-tD9zwIpcJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD9zwIpcJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tD9zwIpcJ8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tD9zwIpcJ8 .row {
  flex-direction: row-reverse;
}
.cid-tD9zwIpcJ8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tD9zwIpcJ8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tD9z3Jwhm9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tD9z3Jwhm9 .mbr-text {
  color: #000000;
}
.cid-tD9EfU2g2A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-tD9EfU2g2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD9EfU2g2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD9EfU2g2A .mbr-section-title {
  color: #ff2a00;
}
.cid-tD9EEU7ZRz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/530-1707814703-big-1-1024x746.jpg");
}
.cid-tD9EEU7ZRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD9EEU7ZRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tD9EEU7ZRz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tD9EEU7ZRz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tD9EEU7ZRz .text-wrapper {
    padding: 2rem;
  }
}
.cid-tDaSo9sX2v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-tDaSo9sX2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDaSo9sX2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDaSo9sX2v .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tDaSo9sX2v .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tDaSo9sX2v .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDaSo9sX2v .card-wrapper {
    padding: 4rem;
  }
}
.cid-tDaSo9sX2v .mbr-text,
.cid-tDaSo9sX2v .mbr-section-btn {
  color: #ffffff;
}
.cid-tDaSo9sX2v .card-title,
.cid-tDaSo9sX2v .card-box {
  text-align: left;
  color: #ff2a00;
}
.cid-tDaSo9sX2v .card-title,
.cid-tDaSo9sX2v .card-box DIV {
  text-align: center;
}
.cid-tD9I5Mracx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1199-1042491518-big-1024x739.jpg");
}
.cid-tD9I5Mracx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD9I5Mracx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tD9I5Mracx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tD9I5Mracx .row {
  flex-direction: row-reverse;
}
.cid-tD9I5Mracx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tD9I5Mracx .text-wrapper {
    padding: 2rem;
  }
}
.cid-tD9IsQ6JTl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDaT2usDwQ {
  background-image: url("../../../assets/images/01af64e35c40bdf2adafa327afcdc0ce-1-640x425.jpg");
}
.cid-tDaT2usDwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDaT2usDwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDaT2usDwQ .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tDaT2usDwQ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tDaT2usDwQ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDaT2usDwQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-tDaT2usDwQ .mbr-text,
.cid-tDaT2usDwQ .mbr-section-btn {
  color: #ffffff;
}
.cid-tDaT2usDwQ .card-title,
.cid-tDaT2usDwQ .card-box {
  text-align: left;
  color: #ff2a00;
}
.cid-tDaT2usDwQ .card-title,
.cid-tDaT2usDwQ .card-box DIV {
  text-align: center;
}
.cid-tD9JztQAkJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-tD9JztQAkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD9JztQAkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD9JztQAkJ .mbr-text,
.cid-tD9JztQAkJ .mbr-section-btn {
  color: #232323;
}
.cid-tD9JztQAkJ .card-title,
.cid-tD9JztQAkJ .card-box {
  color: #ff2a00;
}
.cid-tD9JztQAkJ .mbr-text,
.cid-tD9JztQAkJ .link-wrap {
  color: #ffffff;
}
.cid-tD9KCFi4FQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/0-59a7b-2fd37725-xxxl-1024x686.jpg");
}
.cid-tD9KCFi4FQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD9KCFi4FQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tD9KCFi4FQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tD9KCFi4FQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tD9KCFi4FQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tD9KCFi4FQ .mbr-section-title {
  text-align: center;
  color: #ff2a00;
}
.cid-tD9KCFi4FQ .mbr-description {
  color: #ff2a00;
}
.cid-tD9MU63xHo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/0-59abf-83d6b937-xxxl-1024x690.jpg");
}
.cid-tD9MU63xHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD9MU63xHo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tD9MU63xHo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tD9MU63xHo .row {
  flex-direction: row-reverse;
}
.cid-tD9MU63xHo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tD9MU63xHo .text-wrapper {
    padding: 2rem;
  }
}
.cid-tD9MU63xHo .mbr-section-title {
  text-align: center;
}
.cid-tD9MU63xHo .mbr-description {
  color: #000000;
}
.cid-tDaZnDYnqb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-tDaZnDYnqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDaZnDYnqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDaZnDYnqb .mbr-text,
.cid-tDaZnDYnqb .mbr-section-btn {
  color: #232323;
}
.cid-tDaZnDYnqb .card-title,
.cid-tDaZnDYnqb .card-box {
  color: #ff2a00;
}
.cid-tDaZnDYnqb .mbr-text,
.cid-tDaZnDYnqb .link-wrap {
  color: #ffffff;
}
.cid-tDaZGAs0lW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/533-1771266970-big-1024x709.jpg");
}
.cid-tDaZGAs0lW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDaZGAs0lW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDaZGAs0lW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDaZGAs0lW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDaZGAs0lW .text-wrapper {
    padding: 2rem;
  }
}
.cid-tD53z2YBdH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #404042;
}
.cid-tD53z2YBdH .line {
  background-color: #ff2a00;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tD53z2YBdH .mbr-text {
  color: #ffffff;
}
.cid-tDb006KmH0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/0-59a7b-2fd37725-xxxl-1024x686.jpg");
}
.cid-tDb006KmH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDb006KmH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDb006KmH0 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tDb006KmH0 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tDb006KmH0 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tDb006KmH0 P {
  text-align: left;
}
.cid-tDb6KFURSj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-tDb6KFURSj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDb6KFURSj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDb6KFURSj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDb6KFURSj .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDb6KFURSj .embla__button--next,
.cid-tDb6KFURSj .embla__button--prev {
  display: flex;
}
.cid-tDb6KFURSj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tDb6KFURSj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDb6KFURSj .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDb6KFURSj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDb6KFURSj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDb6KFURSj .embla__button {
    top: auto;
  }
}
.cid-tDb6KFURSj .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDb6KFURSj .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDb6KFURSj .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDb6KFURSj .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDb6KFURSj .embla {
  position: relative;
  width: 100%;
}
.cid-tDb6KFURSj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDb6KFURSj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDb6KFURSj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDb6KFURSj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDb6KFURSj H3 {
  color: #ff2a00;
}
.cid-tDb6KFURSj .user_text {
  color: #ffffff;
}
.cid-tDb6KFURSj .user_name {
  color: #ff2a00;
}
.cid-tDb6KFURSj .user_desk {
  color: #ffffff;
}
.cid-tDb29m3eeG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDb29m3eeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDb29m3eeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDb29m3eeG .card-wrapper {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tDb29m3eeG .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tDb29m3eeG .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDb29m3eeG .card-wrapper {
    padding: 4rem;
  }
}
.cid-tDb29m3eeG .mbr-text,
.cid-tDb29m3eeG .mbr-section-btn {
  color: #ffffff;
}
.cid-tDb29m3eeG .card-title,
.cid-tDb29m3eeG .card-box {
  text-align: left;
}
.cid-tDbaEfUgiE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-tDbaEfUgiE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDbaEfUgiE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDbaEfUgiE .mbr-text,
.cid-tDbaEfUgiE .mbr-section-btn {
  color: #232323;
}
.cid-tDbaEfUgiE .card-title,
.cid-tDbaEfUgiE .card-box {
  color: #ff2a00;
}
.cid-tDbaEfUgiE .mbr-text,
.cid-tDbaEfUgiE .link-wrap {
  color: #ffffff;
}
.cid-tDbaOen8e4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/imgpreview-2-1200x826.jpg");
}
.cid-tDbaOen8e4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDbaOen8e4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDbaOen8e4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDbaOen8e4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDbaOen8e4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tDbaOen8e4 .mbr-text {
  color: #000000;
}
.cid-tDbbEzoXEq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5y9gldmjmk3ljlj7-1024-1024x719.jpg");
}
.cid-tDbbEzoXEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDbbEzoXEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDbbEzoXEq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDbbEzoXEq .row {
  flex-direction: row-reverse;
}
.cid-tDbbEzoXEq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDbbEzoXEq .text-wrapper {
    padding: 2rem;
  }
}
.cid-tDbcC6NbXZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-tDbcC6NbXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDbcC6NbXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDbcC6NbXZ .mbr-text,
.cid-tDbcC6NbXZ .mbr-section-btn {
  color: #232323;
}
.cid-tDbcC6NbXZ .card-title,
.cid-tDbcC6NbXZ .card-box {
  color: #ff2a00;
}
.cid-tDbcC6NbXZ .mbr-text,
.cid-tDbcC6NbXZ .link-wrap {
  color: #ffffff;
}
.cid-tDbcOz2fz5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-tDbcOz2fz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDbcOz2fz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDbcOz2fz5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDbcOz2fz5 .row {
  flex-direction: row-reverse;
}
.cid-tDbcOz2fz5 img {
  width: 100%;
}
.cid-tDbddjDUkt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDbddjDUkt .mbr-text {
  color: #000000;
}
.cid-tD50KuY4dl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tD50KuY4dl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD50KuY4dl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD50KuY4dl .card-wrapper {
  background: #404042;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tD50KuY4dl .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tD50KuY4dl .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tD50KuY4dl .card-wrapper {
    padding: 4rem;
  }
}
.cid-tD50KuY4dl .mbr-text,
.cid-tD50KuY4dl .mbr-section-btn {
  color: #ffffff;
}
.cid-tD50KuY4dl .card-title,
.cid-tD50KuY4dl .card-box {
  text-align: center;
  color: #ff2a00;
}
.cid-tDaVMzNpkA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-tDaVMzNpkA .mbr-text {
  color: #ffffff;
}
.cid-tD3zkeN8C5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-tD3zkeN8C5 blockquote {
  border-color: #ff2a00;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tD3zkeN8C5 .mbr-text {
  text-align: center;
}
.cid-tDbmfVmDcs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-tDbmfVmDcs .item:focus,
.cid-tDbmfVmDcs span:focus {
  outline: none;
}
.cid-tDbmfVmDcs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDbmfVmDcs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDbmfVmDcs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDbmfVmDcs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDbmfVmDcs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDbmfVmDcs .mbr-section-title {
  color: #ff2a00;
}
.cid-tDbmfVmDcs .mbr-text,
.cid-tDbmfVmDcs .mbr-section-btn {
  text-align: center;
}
.cid-tDbmfVmDcs .item-title {
  text-align: center;
}
.cid-tDbmfVmDcs .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDUdlh67pi {
  background-image: url("../../../assets/images/1674995763-top-fon-com-p-fon-dlya-prezentatsii-molodaya-semya-22-1920x1440.jpg");
}
.cid-tDUdlh67pi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDUdlh67pi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDUdlh67pi .mbr-section-title {
  text-align: center;
  color: #ff006a;
}
.cid-tDUlwNdaCb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1618472416-1-funart-pro-p-oboi-fon-myagkii-fon-1-2000x1308.jpg");
}
.cid-tDUlwNdaCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDUlwNdaCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDUlwNdaCb .mbr-section-title {
  color: #2823ce;
}
.cid-tEie7qHNp4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cbf0f5;
}
.cid-tEie7qHNp4 .mbr-text {
  color: #4479d9;
}
.cid-tEi2MZXeRX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1618472455-9-funart-pro-p-oboi-fon-myagkii-fon-9-1200x675.jpg");
}
.cid-tEi2MZXeRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEi2MZXeRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEi2MZXeRX .card-wrapper {
  background: #98dee8;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tEi2MZXeRX .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tEi2MZXeRX .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tEi2MZXeRX .card-wrapper {
    padding: 4rem;
  }
}
.cid-tEi2MZXeRX .mbr-text,
.cid-tEi2MZXeRX .mbr-section-btn {
  color: #ffffff;
}
.cid-tEi2MZXeRX .card-title,
.cid-tEi2MZXeRX .card-box {
  text-align: left;
  color: #2823ce;
}
.cid-tEi2MZXeRX .card-title,
.cid-tEi2MZXeRX .card-box DIV {
  text-align: center;
}
.cid-tDUqYQZZXt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-tDUqYQZZXt .item:focus,
.cid-tDUqYQZZXt span:focus {
  outline: none;
}
.cid-tDUqYQZZXt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDUqYQZZXt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDUqYQZZXt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDUqYQZZXt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDUqYQZZXt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDUqYQZZXt .mbr-section-title {
  color: #2823ce;
}
.cid-tDUqYQZZXt .mbr-text,
.cid-tDUqYQZZXt .mbr-section-btn {
  text-align: center;
}
.cid-tDUqYQZZXt .item-title {
  text-align: center;
}
.cid-tDUqYQZZXt .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tDUB0FoIKC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-tDUB0FoIKC .item:focus,
.cid-tDUB0FoIKC span:focus {
  outline: none;
}
.cid-tDUB0FoIKC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDUB0FoIKC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDUB0FoIKC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDUB0FoIKC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDUB0FoIKC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDUB0FoIKC .mbr-section-title {
  color: #2823ce;
}
.cid-tDUB0FoIKC .mbr-text,
.cid-tDUB0FoIKC .mbr-section-btn {
  text-align: center;
}
.cid-tDUB0FoIKC .item-title {
  text-align: center;
}
.cid-tDUB0FoIKC .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tEi4BE6U1K {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1618472455-9-funart-pro-p-oboi-fon-myagkii-fon-9-1200x675.jpg");
}
.cid-tEi4BE6U1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEi4BE6U1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEi4BE6U1K .card-wrapper {
  background: #ffb5b5;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tEi4BE6U1K .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tEi4BE6U1K .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tEi4BE6U1K .card-wrapper {
    padding: 4rem;
  }
}
.cid-tEi4BE6U1K .mbr-text,
.cid-tEi4BE6U1K .mbr-section-btn {
  color: #ffffff;
}
.cid-tEi4BE6U1K .card-title,
.cid-tEi4BE6U1K .card-box {
  text-align: left;
  color: #236c23;
}
.cid-tEi4BE6U1K .card-title,
.cid-tEi4BE6U1K .card-box DIV {
  text-align: center;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEumjW5Yg0 {
  display: flex;
  background-image: url("../../../assets/images/1663346806-1-oir-mobi-p-tsveti-yakutii-vkontakte-1-1200x800.jpg");
}
.cid-tEumjW5Yg0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.2;
}
.cid-tEumjW5Yg0 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tEumjW5Yg0 {
    align-items: center;
  }
  .cid-tEumjW5Yg0 .row {
    justify-content: center;
  }
  .cid-tEumjW5Yg0 .content-wrap {
    width: 69%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tEumjW5Yg0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tEumjW5Yg0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tEumjW5Yg0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tEumjW5Yg0 .content-wrap {
    width: 100%;
  }
}
.cid-tEumjW5Yg0 .mbr-section-title {
  text-align: center;
  color: #ff7c00;
}
.cid-tEumjW5Yg0 .mbr-text,
.cid-tEumjW5Yg0 .mbr-section-btn {
  text-align: center;
}
.cid-tEuNU8WS4r {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEuNU8WS4r blockquote {
  border-color: #8e83d1;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tEuNU8WS4r .mbr-text {
  text-align: center;
}
.cid-tEz2j1LJY0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #8e83d1;
}
.cid-tEz2j1LJY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEz2j1LJY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEz2j1LJY0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEz2j1LJY0 .row {
  flex-direction: row-reverse;
}
.cid-tEz2j1LJY0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEz2j1LJY0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEz2j1LJY0 .mbr-section-title {
  text-align: left;
  color: #ffe161;
}
.cid-tEz2j1LJY0 .mbr-text {
  text-align: left;
  color: #ffe161;
}
.cid-tEuREmYclH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/60a32149b2d82-1-800x640.jpg");
}
.cid-tEuREmYclH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEuREmYclH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEuREmYclH .card-wrapper {
  background: #8e83d1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tEuREmYclH .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tEuREmYclH .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tEuREmYclH .card-wrapper {
    padding: 4rem;
  }
}
.cid-tEuREmYclH .mbr-text,
.cid-tEuREmYclH .mbr-section-btn {
  color: #ffe161;
  text-align: center;
}
.cid-tEuREmYclH .card-title,
.cid-tEuREmYclH .card-box {
  text-align: left;
}
.cid-tEuPMyNkgo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEuPMyNkgo blockquote {
  border-color: #8e83d1;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tEuSgdTYTx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #8e83d1;
}
.cid-tEuSgdTYTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEuSgdTYTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEuSgdTYTx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEuSgdTYTx .row {
  flex-direction: row-reverse;
}
.cid-tEuSgdTYTx img {
  width: 100%;
}
.cid-tEuSgdTYTx .mbr-text {
  text-align: left;
  color: #ffe161;
}
.cid-tEv0VKM94x {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEv0VKM94x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEv0VKM94x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEv0VKM94x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEv0VKM94x img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEv0VKM94x .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEv0VKM94x .mbr-text {
  color: #000000;
}
.cid-tEv0VKM94x .mbr-description {
  color: #000000;
}
.cid-tEv06ZyMDd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #8e83d1;
}
.cid-tEv06ZyMDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEv06ZyMDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEv06ZyMDd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEv06ZyMDd .row {
  flex-direction: row-reverse;
}
.cid-tEv06ZyMDd img {
  width: 100%;
}
.cid-tEv06ZyMDd .mbr-text {
  text-align: left;
  color: #ffe161;
}
.cid-tEz0PLNj0p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEz0PLNj0p blockquote {
  border-color: #8e83d1;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tEz948h3jB {
  background-image: url("../../../assets/images/f448d5c862574392a8959f9bfe6ddcf6.max-2000x1333.jpg");
}
.cid-tEz948h3jB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEz948h3jB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEz948h3jB .card-wrapper {
  background: #8e83d1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tEz948h3jB .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tEz948h3jB .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tEz948h3jB .card-wrapper {
    padding: 4rem;
  }
}
.cid-tEz948h3jB .mbr-text,
.cid-tEz948h3jB .mbr-section-btn {
  color: #ffffff;
}
.cid-tEz948h3jB .card-title,
.cid-tEz948h3jB .card-box {
  text-align: left;
  color: #ffe161;
}
.cid-tEz948h3jB .card-title,
.cid-tEz948h3jB .card-box DIV {
  text-align: center;
}
.cid-tEzbF24ulu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEzbF24ulu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEzbF24ulu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEzbF24ulu .mbr-section-title {
  color: #8e83d1;
}
.cid-tEzczsKZE3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #8e83d1;
}
.cid-tEzczsKZE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEzczsKZE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEzczsKZE3 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tEzczsKZE3 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tEzczsKZE3 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tEzczsKZE3 P {
  color: #ffe161;
}
.cid-tEzdUx913G {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEzdUx913G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEzdUx913G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEzdUx913G .mbr-section-title {
  color: #8e83d1;
}
.cid-tEzdUx913G .mbr-section-subtitle {
  color: #000000;
}
.cid-tEzeejNrql {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEzeejNrql .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEzeejNrql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEzeejNrql .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEzeejNrql .row {
  flex-direction: row-reverse;
}
.cid-tEzeejNrql img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEzeejNrql .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEzeejNrql .mbr-section-title {
  color: #8e83d1;
  text-align: center;
}
.cid-tEzeWeDU7R {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tEzeWeDU7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEzeWeDU7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEzeWeDU7R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEzeWeDU7R img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEzeWeDU7R .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEzeWeDU7R .mbr-section-title {
  color: #8e83d1;
  text-align: center;
}
.cid-tEzeWMZtpD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEzeWMZtpD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEzeWMZtpD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEzeWMZtpD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEzeWMZtpD .row {
  flex-direction: row-reverse;
}
.cid-tEzeWMZtpD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEzeWMZtpD .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEzeWMZtpD .mbr-section-title {
  text-align: center;
  color: #8e83d1;
}
.cid-tEzg8xABw3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEzg8xABw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEzg8xABw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEzg8xABw3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEzg8xABw3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEzg8xABw3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEzg8xABw3 .mbr-section-title {
  color: #8e83d1;
  text-align: center;
}
.cid-tEzhndomhD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEzhndomhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEzhndomhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEzhndomhD ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tEzhndomhD li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tEzhndomhD ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #8e83d1;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tEzhndomhD H3 {
  color: #8e83d1;
  text-align: center;
}
.cid-tEz5dpBIgZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEz5dpBIgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEz5dpBIgZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEz5dpBIgZ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tEz5dpBIgZ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tEz5dpBIgZ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tEz5dpBIgZ H3 {
  text-align: center;
  color: #8e83d1;
}
.cid-tEzkqLXshs {
  background-image: url("../../../assets/images/1622783425-6-pibig-info-p-prostrel-vesennii-priroda-krasivo-foto-7-2000x1500.jpg");
}
.cid-tEzkqLXshs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEzkqLXshs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEzkqLXshs .card-wrapper {
  background: #8e83d1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tEzkqLXshs .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tEzkqLXshs .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tEzkqLXshs .card-wrapper {
    padding: 4rem;
  }
}
.cid-tEzkqLXshs .mbr-text,
.cid-tEzkqLXshs .mbr-section-btn {
  color: #ffffff;
}
.cid-tEzkqLXshs .card-title,
.cid-tEzkqLXshs .card-box {
  text-align: left;
  color: #ffe161;
}
.cid-tEzkqLXshs .card-title,
.cid-tEzkqLXshs .card-box DIV {
  text-align: center;
}
.cid-tEz9DETFRX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tEz9DETFRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEz9DETFRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEz9DETFRX .mbr-section-subtitle {
  text-align: right;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tF2qFYbler {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1512726840-0-46-1001-609-1920x0-80-0-0-1608e87ebb153917daf3a773e305d980-1920x1080.jpg");
}
.cid-tF2qFYbler .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF2qFYbler .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF2qFYbler .row {
  flex-direction: row-reverse;
}
.cid-tF2qFYbler .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tF2qFYbler .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tF2qFYbler .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tF2qFYbler .mbr-text,
.cid-tF2qFYbler .mbr-section-btn {
  color: #023693;
}
.cid-tF2qFYbler .mbr-section-title {
  color: #023693;
}
.cid-tF2DrKtLqC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/21640001-e1479705464346-1000x663.jpg");
}
.cid-tF2DrKtLqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF2DrKtLqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tF2DrKtLqC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tF2DrKtLqC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tF2DrKtLqC .text-wrapper {
    padding: 2rem;
  }
}
.cid-tF2DrKtLqC .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tF2DrKtLqC .mbr-text {
  color: #000000;
}
.cid-tF2Fp0F077 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/4e8d75f96f4c-1280x847.jpg");
}
.cid-tF2Fp0F077 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF2Fp0F077 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF2Fp0F077 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tF2Fp0F077 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tF2Fp0F077 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tF2GObILEd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tF2GObILEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF2GObILEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF2GObILEd .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-tF2GObILEd .item {
    margin-bottom: 4rem;
  }
}
.cid-tF2GObILEd .item:last-child .icon-box:before {
  display: none;
}
.cid-tF2GObILEd .item.last .icon-box:before {
  display: none;
}
.cid-tF2GObILEd .icon-box {
  background: #bed3f9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tF2GObILEd .icon-box {
    margin-right: 1rem;
  }
}
.cid-tF2GObILEd .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 60px;
  left: 50%;
  top: 90%;
  color: #bed3f9;
  transform: translate(-50%, 0);
}
.cid-tF2GObILEd span {
  font-size: 2rem;
  color: #1046a8;
}
@media (max-width: 991px) {
  .cid-tF2GObILEd .card {
    margin-bottom: 2rem;
  }
  .cid-tF2GObILEd .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tF2GObILEd .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-tF2GObILEd .icon-box::before {
    top: 114%;
  }
}
.cid-tF2GObILEd .icon-title {
  text-align: left;
}
.cid-tF2GObILEd .icon-text DIV {
  text-align: left;
}
.cid-tF2NoSWnNm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tF2NoSWnNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF2NoSWnNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF2NoSWnNm .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-tF2NoSWnNm .item {
    margin-bottom: 4rem;
  }
}
.cid-tF2NoSWnNm .item:last-child .icon-box:before {
  display: none;
}
.cid-tF2NoSWnNm .item.last .icon-box:before {
  display: none;
}
.cid-tF2NoSWnNm .icon-box {
  background: #bed3f9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tF2NoSWnNm .icon-box {
    margin-right: 1rem;
  }
}
.cid-tF2NoSWnNm .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #bed3f9;
  transform: translate(-50%, 0);
}
.cid-tF2NoSWnNm span {
  font-size: 2rem;
  color: #1046a8;
}
@media (max-width: 991px) {
  .cid-tF2NoSWnNm .card {
    margin-bottom: 2rem;
  }
  .cid-tF2NoSWnNm .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tF2NoSWnNm .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-tF2NoSWnNm .icon-box::before {
    top: 114%;
  }
}
.cid-tF2QTmMCR4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tF2QTmMCR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF2QTmMCR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF2QTmMCR4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-tF2QTmMCR4 .item {
    margin-bottom: 4rem;
  }
}
.cid-tF2QTmMCR4 .item:last-child .icon-box:before {
  display: none;
}
.cid-tF2QTmMCR4 .item.last .icon-box:before {
  display: none;
}
.cid-tF2QTmMCR4 .icon-box {
  background: #bed3f9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tF2QTmMCR4 .icon-box {
    margin-right: 1rem;
  }
}
.cid-tF2QTmMCR4 .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #bed3f9;
  transform: translate(-50%, 0);
}
.cid-tF2QTmMCR4 span {
  font-size: 2rem;
  color: #1046a8;
}
@media (max-width: 991px) {
  .cid-tF2QTmMCR4 .card {
    margin-bottom: 2rem;
  }
  .cid-tF2QTmMCR4 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tF2QTmMCR4 .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-tF2QTmMCR4 .icon-box::before {
    top: 114%;
  }
}
.cid-tF2U2vzHty {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tF2U2vzHty .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF2U2vzHty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF2U2vzHty .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-tF2U2vzHty .item {
    margin-bottom: 4rem;
  }
}
.cid-tF2U2vzHty .item:last-child .icon-box:before {
  display: none;
}
.cid-tF2U2vzHty .item.last .icon-box:before {
  display: none;
}
.cid-tF2U2vzHty .icon-box {
  background: #bed3f9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tF2U2vzHty .icon-box {
    margin-right: 1rem;
  }
}
.cid-tF2U2vzHty .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #bed3f9;
  transform: translate(-50%, 0);
}
.cid-tF2U2vzHty span {
  font-size: 2rem;
  color: #1046a8;
}
@media (max-width: 991px) {
  .cid-tF2U2vzHty .card {
    margin-bottom: 2rem;
  }
  .cid-tF2U2vzHty .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tF2U2vzHty .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-tF2U2vzHty .icon-box::before {
    top: 114%;
  }
}
.cid-tF2UruJCBE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tF2UruJCBE .item:focus,
.cid-tF2UruJCBE span:focus {
  outline: none;
}
.cid-tF2UruJCBE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tF2UruJCBE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tF2UruJCBE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tF2UruJCBE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tF2UruJCBE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tF2UruJCBE .mbr-section-title {
  color: #232323;
}
.cid-tF2UruJCBE .mbr-text,
.cid-tF2UruJCBE .mbr-section-btn {
  text-align: center;
}
.cid-tF2UruJCBE .item-title {
  text-align: center;
}
.cid-tF2UruJCBE .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tF2utnIuXk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tF2utnIuXk .item:focus,
.cid-tF2utnIuXk span:focus {
  outline: none;
}
.cid-tF2utnIuXk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tF2utnIuXk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tF2utnIuXk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tF2utnIuXk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tF2utnIuXk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tF2utnIuXk .mbr-section-title {
  color: #232323;
}
.cid-tF2utnIuXk .mbr-text,
.cid-tF2utnIuXk .mbr-section-btn {
  text-align: center;
}
.cid-tF2utnIuXk .item-title {
  text-align: center;
}
.cid-tF2utnIuXk .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tF3tOXkYIb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tF3tOXkYIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF3tOXkYIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF3tOXkYIb ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tF3tOXkYIb li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tF3tOXkYIb ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6666;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tF3tOXkYIb H3 {
  text-align: center;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGmbrvQUXO {
  background-image: url("../../../assets/images/1618486359-35-phonoteka-org-p-pushkin-fon-38-1707x960.png");
}
.cid-tGmbrvQUXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmbrvQUXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmbrvQUXO .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tGmbrvQUXO .mbr-text,
.cid-tGmbrvQUXO .mbr-section-btn {
  color: #000000;
}
.cid-tGhQsZlnx9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGhQsZlnx9 .mbr-section-subtitle {
  text-align: center;
}
.cid-tGhQsZlnx9 .mbr-text {
  text-align: center;
}
.cid-tGmgPRylXI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1613581738-95-p-fon-dlya-prezentatsii-pushkin-101-1920x1080.jpg");
}
.cid-tGmgPRylXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmgPRylXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGmgPRylXI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGmgPRylXI .row {
  flex-direction: row-reverse;
}
.cid-tGmgPRylXI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGmgPRylXI .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGmgPRylXI .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tGmgPRylXI .mbr-description {
  color: #000000;
}
.cid-tGhXGK6Bsh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGhXGK6Bsh .line {
  background-color: #bc6b10;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tGmdGF8DgE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1613581738-95-p-fon-dlya-prezentatsii-pushkin-101-1920x1080.jpg");
}
.cid-tGmdGF8DgE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmdGF8DgE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGmdGF8DgE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGmdGF8DgE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGmdGF8DgE .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGmdGF8DgE .mbr-section-title {
  text-align: center;
}
.cid-tGmdGF8DgE .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tGmez8bCxW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1613581738-95-p-fon-dlya-prezentatsii-pushkin-101-1920x1080.jpg");
}
.cid-tGmez8bCxW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmez8bCxW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmez8bCxW .video-wrapper iframe {
  width: 100%;
}
.cid-tGmez8bCxW .mbr-section-title,
.cid-tGmez8bCxW .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tGmez8bCxW .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGmez8bCxW .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tGmKl9MN6s {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-tGmKl9MN6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmKl9MN6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmKl9MN6s .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tGmKl9MN6s .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tGmKl9MN6s .embla__button--next,
.cid-tGmKl9MN6s .embla__button--prev {
  display: flex;
}
.cid-tGmKl9MN6s .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGmKl9MN6s .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tGmKl9MN6s .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tGmKl9MN6s .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGmKl9MN6s .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tGmKl9MN6s .embla__button {
    top: auto;
  }
}
.cid-tGmKl9MN6s .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tGmKl9MN6s .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tGmKl9MN6s .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tGmKl9MN6s .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tGmKl9MN6s .embla {
  position: relative;
  width: 100%;
}
.cid-tGmKl9MN6s .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tGmKl9MN6s .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tGmKl9MN6s .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tGmKl9MN6s .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tGmKl9MN6s .user_text {
  color: #000000;
}
.cid-tGmAvcTXYf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/-9-1600x900.jpg");
}
.cid-tGmAvcTXYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGmAvcTXYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGmAvcTXYf .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tGmAvcTXYf .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tGmAvcTXYf .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGmAvcTXYf .card-wrapper {
    padding: 4rem;
  }
}
.cid-tGmAvcTXYf .mbr-text,
.cid-tGmAvcTXYf .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tGmAvcTXYf .card-title,
.cid-tGmAvcTXYf .card-box {
  text-align: center;
  color: #bc6b10;
}
.cid-tGgskUm7c0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGgskUm7c0 .mbr-text {
  text-align: right;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGz2w7idNw {
  background-image: url("../../../assets/images/-...-1280x853.jpg");
}
.cid-tGz2w7idNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGz2w7idNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGFP8yWuFL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1614846326-138-p-fon-flag-rossii-169-1200x800.jpg");
}
.cid-tGFP8yWuFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGFP8yWuFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGFP8yWuFL ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tGFP8yWuFL li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tGFP8yWuFL ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tGFP8yWuFL H3 {
  color: #023693;
  text-align: center;
}
.cid-tGFP8yWuFL .list {
  color: #d22a2a;
}
.cid-tGzfWrn6gN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGzfWrn6gN .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tGE22K0EPG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1619718520-14-phonoteka-org-p-fon-flag-rossii-blednii-14-1200x912.jpg");
}
.cid-tGE22K0EPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGE22K0EPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGE22K0EPG .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tGE22K0EPG .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tGE22K0EPG .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGE22K0EPG .card-wrapper {
    padding: 4rem;
  }
}
.cid-tGE22K0EPG .mbr-text,
.cid-tGE22K0EPG .mbr-section-btn {
  color: #d22a2a;
}
.cid-tGE22K0EPG .card-title,
.cid-tGE22K0EPG .card-box {
  text-align: center;
  color: #2264dd;
}
.cid-tGDSRUmj4X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/i-66-50-1093x768.jpg");
}
.cid-tGDSRUmj4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGDSRUmj4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGDSRUmj4X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGDSRUmj4X img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGDSRUmj4X .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGDSRUmj4X .mbr-section-title {
  text-align: center;
  color: #2264dd;
}
.cid-tGDSRUmj4X .mbr-text {
  color: #d22a2a;
  text-align: center;
}
.cid-tGDSRUmj4X .mbr-description {
  color: #2264dd;
}
.cid-tGE52D1hyR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1613441978-63-p-fon-dlya-prezentatsii-pro-rossiyu-74-1920x1024.jpg");
}
.cid-tGE52D1hyR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGE52D1hyR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGE52D1hyR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGE52D1hyR .row {
  flex-direction: row-reverse;
}
.cid-tGE52D1hyR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGE52D1hyR .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGE52D1hyR .mbr-text {
  text-align: center;
  color: #d22a2a;
}
.cid-tGE52D1hyR .mbr-section-title {
  color: #2264dd;
  text-align: center;
}
.cid-tGE52D1hyR .mbr-description {
  color: #2264dd;
}
.cid-tGEfFuln7A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1614846211-22-p-fon-flag-rossii-23-1280x856.jpg");
}
.cid-tGEfFuln7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGEfFuln7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGEfFuln7A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGEfFuln7A img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGEfFuln7A .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGEfFuln7A .mbr-text {
  color: #d22a2a;
  text-align: center;
}
.cid-tGE6Vewp6G {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGE6Vewp6G blockquote {
  border-color: #d22a2a;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tGE6Vewp6G .mbr-section-title {
  text-align: center;
}
.cid-tGE6Vewp6G .mbr-text {
  text-align: right;
}
.cid-tGEg1ZxD3f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1619718520-14-phonoteka-org-p-fon-flag-rossii-blednii-14-1200x912.jpg");
}
.cid-tGEg1ZxD3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGEg1ZxD3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGEg1ZxD3f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGEg1ZxD3f .row {
  flex-direction: row-reverse;
}
.cid-tGEg1ZxD3f img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGEg1ZxD3f .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGEg1ZxD3f .mbr-text {
  text-align: center;
  color: #d22a2a;
}
.cid-tGEg1ZxD3f .mbr-section-title {
  color: #2264dd;
  text-align: center;
}
.cid-tGEg1ZxD3f .mbr-description {
  color: #2264dd;
}
.cid-tGEgGZYbGT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGEgGZYbGT .line {
  background-color: #d22a2a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tGE7KDwFGH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1613705315-2-p-rossiiskie-foni-dlya-prezentatsii-2-2000x1414.jpg");
}
.cid-tGE7KDwFGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGE7KDwFGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGE7KDwFGH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGE7KDwFGH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGE7KDwFGH .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGE7KDwFGH .mbr-section-title {
  text-align: center;
  color: #2264dd;
}
.cid-tGE7KDwFGH .mbr-description {
  color: #2264dd;
}
.cid-tGE7KDwFGH .mbr-text {
  text-align: center;
  color: #d22a2a;
}
.cid-tGEkJPBPEy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGEkJPBPEy blockquote {
  border-color: #d22a2a;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tGEffOGkhS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/i-66-50-1093x768.jpg");
}
.cid-tGEffOGkhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGEffOGkhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGEffOGkhS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGEffOGkhS .row {
  flex-direction: row-reverse;
}
.cid-tGEffOGkhS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGEffOGkhS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGEffOGkhS .mbr-section-title {
  text-align: center;
  color: #2264dd;
}
.cid-tGEffOGkhS .mbr-text {
  text-align: left;
  color: #d22a2a;
}
.cid-tGEffOGkhS .mbr-description {
  color: #2264dd;
}
.cid-tGF7xriVux {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1619718520-14-phonoteka-org-p-fon-flag-rossii-blednii-14-1200x912.jpg");
}
.cid-tGF7xriVux .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGF7xriVux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGF7xriVux .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tGF7xriVux .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tGF7xriVux .embla__button--next,
.cid-tGF7xriVux .embla__button--prev {
  display: flex;
}
.cid-tGF7xriVux .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGF7xriVux .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tGF7xriVux .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tGF7xriVux .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGF7xriVux .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tGF7xriVux .embla__button {
    top: auto;
  }
}
.cid-tGF7xriVux .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tGF7xriVux .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tGF7xriVux .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tGF7xriVux .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tGF7xriVux .embla {
  position: relative;
  width: 100%;
}
.cid-tGF7xriVux .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tGF7xriVux .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tGF7xriVux .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tGF7xriVux .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tGF7xriVux H3 {
  color: #d22a2a;
}
.cid-tGF7xriVux .user_text {
  color: #023693;
}
.cid-tGF7qyWtK8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #8caff0;
}
.cid-tGF7qyWtK8 .item:focus,
.cid-tGF7qyWtK8 span:focus {
  outline: none;
}
.cid-tGF7qyWtK8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGF7qyWtK8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGF7qyWtK8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGF7qyWtK8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGF7qyWtK8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGF7qyWtK8 .mbr-section-title {
  color: #232323;
}
.cid-tGF7qyWtK8 .mbr-text,
.cid-tGF7qyWtK8 .mbr-section-btn {
  text-align: center;
  color: #023693;
}
.cid-tGF7qyWtK8 .item-title {
  text-align: center;
  color: #d22a2a;
}
.cid-tGF7qyWtK8 .item-subtitle {
  text-align: center;
  color: #d22a2a;
}
.cid-tGFjFse9wM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rzqbngr4dvlnv0twei9be2jkc91rhje5-1280x800.jpg");
}
.cid-tGFjFse9wM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGFjFse9wM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGFjFse9wM .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tGFjFse9wM .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tGFjFse9wM .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGFjFse9wM .card-wrapper {
    padding: 4rem;
  }
}
.cid-tGFjFse9wM .mbr-text,
.cid-tGFjFse9wM .mbr-section-btn {
  color: #d22a2a;
  text-align: center;
}
.cid-tGFjFse9wM .card-title,
.cid-tGFjFse9wM .card-box {
  text-align: left;
}
.cid-tGz2gwkCSV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGz2gwkCSV .mbr-text {
  text-align: right;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-tHA5LgHc9k {
  display: flex;
  background-image: url("../../../assets/images/asae7zb5ee-1240x930.jpg");
}
.cid-tHA5LgHc9k .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-tHA5LgHc9k .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tHA5LgHc9k {
    align-items: center;
  }
  .cid-tHA5LgHc9k .row {
    justify-content: center;
  }
  .cid-tHA5LgHc9k .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tHA5LgHc9k .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tHA5LgHc9k {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tHA5LgHc9k .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tHA5LgHc9k .content-wrap {
    width: 100%;
  }
}
.cid-tHA5LgHc9k .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tHA842bHu9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dajdzhest-ysyah-tujmaady-275-1024x536-1024x216.jpg");
}
.cid-tHA842bHu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHA842bHu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHA842bHu9 .mbr-section-subtitle {
  color: #2b7d0f;
}
.cid-tHA9CUJRpV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHA9CUJRpV blockquote {
  border-color: #2b7d0f;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tHAbhzLkRH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1666279630-60-mykaleidoscope-ru-p-isiakh-otkritki-krasivo-67-2000x1333.jpg");
}
.cid-tHAbhzLkRH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHAbhzLkRH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tHAbhzLkRH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHAbhzLkRH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tHAbhzLkRH .text-wrapper {
    padding: 2rem;
  }
}
.cid-tHAbhzLkRH .mbr-section-title {
  text-align: center;
  color: #2b7d0f;
}
.cid-tHAbhzLkRH .mbr-text {
  text-align: center;
}
.cid-tHGoEWfS2s {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/lynsi-m7osu-500x406.jpg");
}
.cid-tHGoEWfS2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHGoEWfS2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tHGoEWfS2s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHGoEWfS2s .row {
  flex-direction: row-reverse;
}
.cid-tHGoEWfS2s img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tHGoEWfS2s .text-wrapper {
    padding: 2rem;
  }
}
.cid-tHGoEWfS2s .mbr-section-title {
  color: #2b7d0f;
  text-align: center;
}
.cid-tHGoEWfS2s .mbr-text {
  text-align: center;
}
.cid-tHHeOgijeY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/maxresdefault-1280x720.jpg");
}
.cid-tHHeOgijeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHHeOgijeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tHHeOgijeY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHHeOgijeY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tHHeOgijeY .text-wrapper {
    padding: 2rem;
  }
}
.cid-tHHeOgijeY .mbr-section-title {
  text-align: center;
  color: #2b7d0f;
}
.cid-tHHeOgijeY .mbr-text {
  text-align: center;
}
.cid-tHGkd8LSvY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/-858x570.jpg");
}
.cid-tHGkd8LSvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHGkd8LSvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tHGkd8LSvY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHGkd8LSvY .row {
  flex-direction: row-reverse;
}
.cid-tHGkd8LSvY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tHGkd8LSvY .text-wrapper {
    padding: 2rem;
  }
}
.cid-tHGkd8LSvY .mbr-section-title {
  text-align: center;
  color: #2b7d0f;
}
.cid-tHGkd8LSvY .mbr-text {
  text-align: center;
}
.cid-tHGn37E74f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/haladai-e1652786292620-800x536.jpg");
}
.cid-tHGn37E74f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHGn37E74f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tHGn37E74f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHGn37E74f img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tHGn37E74f .text-wrapper {
    padding: 2rem;
  }
}
.cid-tHGn37E74f .mbr-section-title {
  text-align: center;
  color: #2b7d0f;
}
.cid-tHGn37E74f .mbr-text {
  text-align: center;
}
.cid-tHGnWoqq6y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img-2658-1200x800.jpg");
}
.cid-tHGnWoqq6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHGnWoqq6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tHGnWoqq6y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHGnWoqq6y .row {
  flex-direction: row-reverse;
}
.cid-tHGnWoqq6y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tHGnWoqq6y .text-wrapper {
    padding: 2rem;
  }
}
.cid-tHGnWoqq6y .mbr-section-title {
  color: #2b7d0f;
  text-align: center;
}
.cid-tHGnWoqq6y .mbr-text {
  text-align: center;
}
.cid-tHGGrMKlFo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1672479988-flomaster-club-p-illyustratsii-olonkho-instagram-26-750x529.png");
}
.cid-tHGGrMKlFo .mbr-overlay {
  background: #ffffff;
  opacity: 0.3;
}
.cid-tHGGrMKlFo .item:focus,
.cid-tHGGrMKlFo span:focus {
  outline: none;
}
.cid-tHGGrMKlFo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHGGrMKlFo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHGGrMKlFo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHGGrMKlFo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tHGGrMKlFo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHGGrMKlFo .mbr-section-title {
  color: #2b7d0f;
}
.cid-tHGGrMKlFo .mbr-text,
.cid-tHGGrMKlFo .mbr-section-btn {
  text-align: center;
}
.cid-tHGGrMKlFo .item-title {
  text-align: center;
}
.cid-tHGGrMKlFo .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tHHfSQR2Di {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHHfSQR2Di .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHHfSQR2Di .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHHfSQR2Di .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tHHfSQR2Di .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tHHfSQR2Di .embla__button--next,
.cid-tHHfSQR2Di .embla__button--prev {
  display: flex;
}
.cid-tHHfSQR2Di .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tHHfSQR2Di .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tHHfSQR2Di .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tHHfSQR2Di .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHHfSQR2Di .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tHHfSQR2Di .embla__button {
    top: auto;
  }
}
.cid-tHHfSQR2Di .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tHHfSQR2Di .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tHHfSQR2Di .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tHHfSQR2Di .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tHHfSQR2Di .embla {
  position: relative;
  width: 100%;
}
.cid-tHHfSQR2Di .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tHHfSQR2Di .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tHHfSQR2Di .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tHHfSQR2Di .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tHHfSQR2Di H3 {
  color: #2b7d0f;
}
.cid-tHHfSQR2Di .user_text {
  color: #2b7d0f;
}
.cid-tHA5u88VRr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHA5u88VRr .mbr-section-subtitle {
  text-align: right;
}
.cid-tHA5u88VRr .mbr-text {
  text-align: right;
  color: #2b7d0f;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIxTOG1Ytc {
  display: flex;
  background-image: url("../../../assets/images/petr-1200x736.jpg");
}
.cid-tIxTOG1Ytc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-tIxTOG1Ytc .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tIxTOG1Ytc {
    align-items: flex-end;
  }
  .cid-tIxTOG1Ytc .row {
    justify-content: flex-end;
  }
  .cid-tIxTOG1Ytc .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tIxTOG1Ytc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tIxTOG1Ytc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tIxTOG1Ytc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tIxTOG1Ytc .content-wrap {
    width: 100%;
  }
}
.cid-tIxTOG1Ytc .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-tIxTOG1Ytc .mbr-text,
.cid-tIxTOG1Ytc .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-tIxUPeGb54 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIxUPeGb54 .line {
  background-color: #6b302a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tICBq6KDG8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/79d5fdf75b47282a68672d37040de05f-819x1024.jpg");
}
.cid-tICBq6KDG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tICBq6KDG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tICBq6KDG8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tICBq6KDG8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tICBq6KDG8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tICBq6KDG8 .mbr-section-title {
  text-align: center;
  color: #6b302a;
}
.cid-tICBq6KDG8 .mbr-text {
  text-align: center;
}
.cid-tICBq6KDG8 .mbr-description {
  color: #6b302a;
}
.cid-tID2MZV395 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/76698c40-5c0f-5f38-9941-0cd8cfd39c95-1214x911.jpg");
}
.cid-tID2MZV395 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tID2MZV395 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tID2MZV395 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tID2MZV395 .row {
  flex-direction: row-reverse;
}
.cid-tID2MZV395 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tID2MZV395 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tID2MZV395 .mbr-section-title {
  text-align: center;
  color: #6b302a;
}
.cid-tID2MZV395 .mbr-text {
  text-align: center;
}
.cid-tID2MZV395 .mbr-description {
  color: #6b302a;
}
.cid-tID6UkB0lY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fff0b0;
}
.cid-tID6UkB0lY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tID6UkB0lY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tID6UkB0lY .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tID6UkB0lY .team-card:hover {
  transform: translateY(-10px);
}
.cid-tID6UkB0lY .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tID6UkB0lY .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tID6UkB0lY .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tID6UkB0lY .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tID6UkB0lY .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tID6UkB0lY .social-row {
  text-align: center;
}
.cid-tID6UkB0lY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tID6UkB0lY .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tID6UkB0lY .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tID6UkB0lY .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tID6UkB0lY .mbr-section-title {
  color: #6b302a;
}
.cid-tID7oIRm2Q {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #fff0b0;
}
.cid-tID7oIRm2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tID7oIRm2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tID7oIRm2Q .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tID7oIRm2Q .team-card:hover {
  transform: translateY(-10px);
}
.cid-tID7oIRm2Q .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tID7oIRm2Q .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tID7oIRm2Q .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tID7oIRm2Q .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tID7oIRm2Q .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tID7oIRm2Q .social-row {
  text-align: center;
}
.cid-tID7oIRm2Q .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tID7oIRm2Q .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tID7oIRm2Q .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tID7oIRm2Q .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tIDHBg1fc2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #fff0b0;
}
.cid-tIDHBg1fc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIDHBg1fc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIDHBg1fc2 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tIDHBg1fc2 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tIDHBg1fc2 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tIDHBg1fc2 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tIDHBg1fc2 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tIDHBg1fc2 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tIDHBg1fc2 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tIDHBg1fc2 .social-row {
  text-align: center;
}
.cid-tIDHBg1fc2 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tIDHBg1fc2 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tIDHBg1fc2 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tIDHBg1fc2 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tIDLCSeVhG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/8ef2c5d33fc1472dd9f1cbdde89e84e100c586d2-977-977x651.jpg");
}
.cid-tIDLCSeVhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIDLCSeVhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tIDLCSeVhG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIDLCSeVhG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tIDLCSeVhG .text-wrapper {
    padding: 2rem;
  }
}
.cid-tIDLCSeVhG .mbr-text {
  text-align: center;
}
.cid-tIDLCSeVhG .mbr-section-title {
  text-align: center;
  color: #6b302a;
}
.cid-tIDLCSeVhG .mbr-description {
  color: #6b302a;
}
.cid-tIDR04vUmJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/c9ea6f432e49ab12c6523cafcazy-kartiny-i-panno-svyatye-knyazya-petr-i-fevroniya-muromskie-1500x1125.jpg");
}
.cid-tIDR04vUmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIDR04vUmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tIDR04vUmJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIDR04vUmJ .row {
  flex-direction: row-reverse;
}
.cid-tIDR04vUmJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tIDR04vUmJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tIDR04vUmJ .mbr-text {
  text-align: center;
}
.cid-tIDR04vUmJ .mbr-description {
  color: #6b302a;
}
.cid-tIDLPkbKoP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-tIDLPkbKoP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIDLPkbKoP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIDLPkbKoP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tIDLPkbKoP .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tIDLPkbKoP .embla__button--next,
.cid-tIDLPkbKoP .embla__button--prev {
  display: flex;
}
.cid-tIDLPkbKoP .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tIDLPkbKoP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tIDLPkbKoP .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tIDLPkbKoP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIDLPkbKoP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tIDLPkbKoP .embla__button {
    top: auto;
  }
}
.cid-tIDLPkbKoP .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tIDLPkbKoP .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tIDLPkbKoP .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tIDLPkbKoP .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tIDLPkbKoP .embla {
  position: relative;
  width: 100%;
}
.cid-tIDLPkbKoP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tIDLPkbKoP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tIDLPkbKoP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tIDLPkbKoP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tIDLPkbKoP H3 {
  color: #6b302a;
}
.cid-tIDLPkbKoP .user_text {
  color: #6b302a;
}
.cid-tIDMMhEHdA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1613232664-15-p-fon-romashki-sinie-19-1920x1080.jpg");
}
.cid-tIDMMhEHdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIDMMhEHdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tIDMMhEHdA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIDMMhEHdA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tIDMMhEHdA .text-wrapper {
    padding: 2rem;
  }
}
.cid-tIDMMhEHdA .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-tIDMMhEHdA .mbr-text {
  text-align: center;
}
.cid-tIDMMhEHdA .mbr-description {
  color: #4479d9;
}
.cid-tJhDSV2vBO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-tJhDSV2vBO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJhDSV2vBO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJhDSV2vBO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tJhDSV2vBO .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tJhDSV2vBO .embla__button--next,
.cid-tJhDSV2vBO .embla__button--prev {
  display: flex;
}
.cid-tJhDSV2vBO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tJhDSV2vBO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tJhDSV2vBO .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tJhDSV2vBO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJhDSV2vBO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tJhDSV2vBO .embla__button {
    top: auto;
  }
}
.cid-tJhDSV2vBO .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tJhDSV2vBO .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tJhDSV2vBO .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tJhDSV2vBO .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tJhDSV2vBO .embla {
  position: relative;
  width: 100%;
}
.cid-tJhDSV2vBO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tJhDSV2vBO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tJhDSV2vBO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tJhDSV2vBO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tJhDSV2vBO H3 {
  color: #4479d9;
}
.cid-tJhDSV2vBO .user_text {
  color: #4479d9;
}
.cid-tID35mWzmW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tID35mWzmW .line {
  background-color: #6b302a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tID35mWzmW .mbr-text {
  color: #6b302a;
}
.cid-tIxTc4VtFv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIxTc4VtFv .mbr-text {
  text-align: right;
  color: #6b302a;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRFQEMEBxs {
  background-image: url("../../../assets/images/naumov2-1-1517x768.jpg");
}
.cid-tRFQEMEBxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRFQEMEBxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRFQEMEBxs .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-tRFQEMEBxs .mbr-text,
.cid-tRFQEMEBxs .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tRLY49YN0f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1642420298-14-damion-club-p-fon-dlya-prezentatsii-k-yubileyu-pisatelya-14-1280x720.jpg");
}
.cid-tRLY49YN0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRLY49YN0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tRLY49YN0f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRLY49YN0f img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tRLY49YN0f .text-wrapper {
    padding: 2rem;
  }
}
.cid-tRLY49YN0f .mbr-text {
  text-align: left;
}
.cid-tRLY49YN0f .mbr-section-title {
  text-align: left;
}
.cid-tRMVy3VggF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tRMVy3VggF .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tRMVy3VggF .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tRMVy3VggF .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #bbbbbb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tRMVy3VggF .mbr-section-title {
  text-align: center;
}
.cid-tRMWvDQ5n9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tRMWvDQ5n9 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tRMWvDQ5n9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tRMWvDQ5n9 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #bbbbbb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tRMWvDQ5n9 .mbr-section-title {
  text-align: center;
}
.cid-tRMQPFogOE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1679381641-celes-club-p-fon-dlya-biografii-krasivo-1-1200x673.png");
}
.cid-tRMQPFogOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRMQPFogOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tRMQPFogOE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRMQPFogOE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tRMQPFogOE .text-wrapper {
    padding: 2rem;
  }
}
.cid-tRNaguW2Tq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tRNaguW2Tq .line {
  background-color: #353535;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tRMQKKp5Qt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tRMQKKp5Qt .item:focus,
.cid-tRMQKKp5Qt span:focus {
  outline: none;
}
.cid-tRMQKKp5Qt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tRMQKKp5Qt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tRMQKKp5Qt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRMQKKp5Qt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tRMQKKp5Qt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tRMQKKp5Qt .mbr-section-title {
  color: #232323;
}
.cid-tRMQKKp5Qt .mbr-text,
.cid-tRMQKKp5Qt .mbr-section-btn {
  text-align: center;
}
.cid-tRMQKKp5Qt .item-title {
  text-align: center;
}
.cid-tRMQKKp5Qt .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tRNvf7b3cn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tRNvf7b3cn .item:focus,
.cid-tRNvf7b3cn span:focus {
  outline: none;
}
.cid-tRNvf7b3cn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tRNvf7b3cn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tRNvf7b3cn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRNvf7b3cn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tRNvf7b3cn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tRNvf7b3cn .mbr-section-title {
  color: #232323;
}
.cid-tRNvf7b3cn .mbr-text,
.cid-tRNvf7b3cn .mbr-section-btn {
  text-align: center;
}
.cid-tRNvf7b3cn .item-title {
  text-align: center;
}
.cid-tRNvf7b3cn .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tRNqCXrbPW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tRNqCXrbPW .item:focus,
.cid-tRNqCXrbPW span:focus {
  outline: none;
}
.cid-tRNqCXrbPW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tRNqCXrbPW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tRNqCXrbPW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRNqCXrbPW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tRNqCXrbPW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tRNqCXrbPW .mbr-section-title {
  color: #232323;
}
.cid-tRNqCXrbPW .mbr-text,
.cid-tRNqCXrbPW .mbr-section-btn {
  text-align: center;
}
.cid-tRNqCXrbPW .item-title {
  text-align: center;
}
.cid-tRNqCXrbPW .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tRFQfCXhx6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRFQfCXhx6 .mbr-text {
  text-align: right;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT64rHvsGG {
  background-image: url("../../../assets/images/-2000x1414.jpeg");
}
.cid-tT64rHvsGG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT64rHvsGG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT64rHvsGG .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tT6a13WidW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tT6a13WidW .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tT6KmzpYTS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1677191488-bogatyr-club-p-fon-dlya-starikh-fotografii-fon-vkontakte-3-1280x857.jpg");
}
.cid-tT6KmzpYTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT6KmzpYTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tT6KmzpYTS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tT6KmzpYTS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tT6KmzpYTS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tT6KmzpYTS .mbr-section-title {
  text-align: center;
}
.cid-tT6KmzpYTS .mbr-text {
  text-align: center;
}
.cid-tTcNeE0pCw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1677191488-bogatyr-club-p-fon-dlya-starikh-fotografii-fon-vkontakte-3-1280x857.jpg");
}
.cid-tTcNeE0pCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTcNeE0pCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tTcNeE0pCw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTcNeE0pCw .row {
  flex-direction: row-reverse;
}
.cid-tTcNeE0pCw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tTcNeE0pCw .text-wrapper {
    padding: 2rem;
  }
}
.cid-tTcNeE0pCw .mbr-section-title {
  text-align: center;
}
.cid-tTEBgOd4f9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1677191488-bogatyr-club-p-fon-dlya-starikh-fotografii-fon-vkontakte-3-1280x857.jpg");
}
.cid-tTEBgOd4f9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTEBgOd4f9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tTEBgOd4f9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTEBgOd4f9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tTEBgOd4f9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tTEBgOd4f9 .mbr-section-title {
  text-align: center;
}
.cid-tTEDJ3DE9X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tTEDJ3DE9X .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tTEDyFgmqh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1677191488-bogatyr-club-p-fon-dlya-starikh-fotografii-fon-vkontakte-3-1280x857.jpg");
}
.cid-tTEDyFgmqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTEDyFgmqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tTEDyFgmqh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTEDyFgmqh .row {
  flex-direction: row-reverse;
}
.cid-tTEDyFgmqh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tTEDyFgmqh .text-wrapper {
    padding: 2rem;
  }
}
.cid-tTEDyFgmqh .mbr-section-title {
  text-align: center;
}
.cid-tTEHpm6fr2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1677191488-bogatyr-club-p-fon-dlya-starikh-fotografii-fon-vkontakte-3-1280x857.jpg");
}
.cid-tTEHpm6fr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTEHpm6fr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tTEHpm6fr2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTEHpm6fr2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tTEHpm6fr2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tTEHpm6fr2 .mbr-section-title {
  text-align: center;
}
.cid-tTF0fxe6aX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1677191488-bogatyr-club-p-fon-dlya-starikh-fotografii-fon-vkontakte-3-1280x857.jpg");
}
.cid-tTF0fxe6aX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTF0fxe6aX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tTF0fxe6aX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTF0fxe6aX .row {
  flex-direction: row-reverse;
}
.cid-tTF0fxe6aX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tTF0fxe6aX .text-wrapper {
    padding: 2rem;
  }
}
.cid-tTF0fxe6aX .mbr-section-title {
  text-align: center;
}
.cid-tTEZsLdRA2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1677191488-bogatyr-club-p-fon-dlya-starikh-fotografii-fon-vkontakte-3-1280x857.jpg");
}
.cid-tTEZsLdRA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTEZsLdRA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tTEZsLdRA2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTEZsLdRA2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tTEZsLdRA2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tTEZsLdRA2 .mbr-section-title {
  text-align: center;
}
.cid-tTFPO7kI6u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1677191488-bogatyr-club-p-fon-dlya-starikh-fotografii-fon-vkontakte-3-1280x857.jpg");
}
.cid-tTFPO7kI6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTFPO7kI6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tTFPO7kI6u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTFPO7kI6u .row {
  flex-direction: row-reverse;
}
.cid-tTFPO7kI6u img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tTFPO7kI6u .text-wrapper {
    padding: 2rem;
  }
}
.cid-tTFSrWJ5if {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1677191488-bogatyr-club-p-fon-dlya-starikh-fotografii-fon-vkontakte-3-1280x857.jpg");
}
.cid-tTFSrWJ5if .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTFSrWJ5if .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tTFSrWJ5if .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTFSrWJ5if img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tTFSrWJ5if .text-wrapper {
    padding: 2rem;
  }
}
.cid-tTFSrWJ5if .mbr-section-title {
  text-align: center;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUjX4m6YNl {
  background-image: url("../../../assets/images/-1920x1080.jpg");
}
.cid-tUjX4m6YNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUjX4m6YNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUjX4m6YNl .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-tUlnBXjkE5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUlnBXjkE5 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tUlnBXjkE5 .mbr-section-subtitle {
  text-align: center;
  color: #4479d9;
}
.cid-tUlnBXjkE5 .mbr-text {
  text-align: right;
  color: #e43f3f;
}
.cid-tUliimZu4S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUliimZu4S .mbr-section-subtitle {
  text-align: center;
  color: #4479d9;
}
.cid-tUliimZu4S .mbr-text {
  text-align: center;
}
.cid-tUliCkiXYm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUliCkiXYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUliCkiXYm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tUliCkiXYm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUliCkiXYm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUliCkiXYm .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUliCkiXYm .mbr-text {
  text-align: center;
}
.cid-tUliCkiXYm .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-tUrh4m6i79 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tUrh4m6i79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUrh4m6i79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tUrh4m6i79 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUrh4m6i79 .row {
  flex-direction: row-reverse;
}
.cid-tUrh4m6i79 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUrh4m6i79 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUrh4m6i79 .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-tUrh4m6i79 .mbr-text {
  text-align: center;
}
.cid-tUlmeBFpN6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUlmeBFpN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUlmeBFpN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tUlmeBFpN6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUlmeBFpN6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUlmeBFpN6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUlmeBFpN6 .mbr-section-title {
  text-align: center;
}
.cid-tUlmeBFpN6 .mbr-text {
  text-align: center;
}
.cid-tUlmC8T5Pc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUlmC8T5Pc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUlmC8T5Pc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tUlmC8T5Pc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUlmC8T5Pc .row {
  flex-direction: row-reverse;
}
.cid-tUlmC8T5Pc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUlmC8T5Pc .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUlmC8T5Pc .mbr-text {
  text-align: center;
}
.cid-tUrnqRDO23 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUrnqRDO23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUrnqRDO23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tUrnqRDO23 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUrnqRDO23 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUrnqRDO23 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUrnqRDO23 .mbr-section-title {
  text-align: center;
}
.cid-tUrnqRDO23 .mbr-text {
  text-align: center;
}
.cid-tUvXnclTZO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUvXnclTZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUvXnclTZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tUvXnclTZO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUvXnclTZO .row {
  flex-direction: row-reverse;
}
.cid-tUvXnclTZO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUvXnclTZO .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUvXnclTZO .mbr-section-title {
  text-align: center;
}
.cid-tUvXnclTZO .mbr-text {
  text-align: center;
}
.cid-tUr21S11L6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUr21S11L6 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tUlmYDuBQ3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUlmYDuBQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUlmYDuBQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tUlmYDuBQ3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUlmYDuBQ3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUlmYDuBQ3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUlmYDuBQ3 .mbr-section-title {
  color: #4479d9;
}
.cid-tUlmYDuBQ3 .mbr-text {
  text-align: center;
}
.cid-tUln6uWLfE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUln6uWLfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUln6uWLfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tUln6uWLfE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUln6uWLfE .row {
  flex-direction: row-reverse;
}
.cid-tUln6uWLfE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUln6uWLfE .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUln6uWLfE .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-tUln6uWLfE .mbr-text {
  text-align: center;
}
.cid-tUvZ8cECow {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUvZ8cECow .mbr-section-subtitle {
  text-align: center;
  color: #4479d9;
}
.cid-tUvZ8cECow .mbr-text {
  text-align: center;
}
.cid-tUloVIYluq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUloVIYluq .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tUloVIYluq .mbr-section-subtitle {
  text-align: center;
  color: #4479d9;
}
.cid-tUloVIYluq .mbr-text {
  text-align: right;
  color: #e43f3f;
}
.cid-tUjWJJHc37 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUjWJJHc37 .mbr-text {
  text-align: right;
  color: #4479d9;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVafDo9JJE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #a67e6a;
}
.cid-tVafDo9JJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVafDo9JJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVafDo9JJE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVafDo9JJE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tVafDo9JJE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tVafDo9JJE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tVafDo9JJE .mbr-text,
.cid-tVafDo9JJE .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tVaP5vd07k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/85cd3a169c71b686e805d5c9bfaabd2f-2000x1252.jpg");
}
.cid-tVaP5vd07k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVaP5vd07k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVaP5vd07k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVaP5vd07k .row {
  flex-direction: row-reverse;
}
.cid-tVaP5vd07k img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVaP5vd07k .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVaP5vd07k .mbr-section-title {
  text-align: center;
}
.cid-tVaP5vd07k .mbr-text {
  text-align: center;
}
.cid-tV66oN2zJJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eaeaea;
}
.cid-tV66oN2zJJ .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tV62M6vkTM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1667573366-47-sportishka-com-p-shamanizm-na-baikale-oboi-50-2000x1333.jpg");
}
.cid-tV62M6vkTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV62M6vkTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV62M6vkTM .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tV62M6vkTM .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tV62M6vkTM .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tV62M6vkTM P {
  text-align: center;
}
.cid-tV64eYwEwz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eaeaea;
}
.cid-tV64eYwEwz .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tV68VeNrCG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/0.-1280x775.jpeg");
}
.cid-tV68VeNrCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV68VeNrCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tV68VeNrCG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tV68VeNrCG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tV68VeNrCG .text-wrapper {
    padding: 2rem;
  }
}
.cid-tV68VeNrCG .mbr-section-title {
  text-align: center;
}
.cid-tV68VeNrCG .mbr-text {
  text-align: center;
}
.cid-tV69TOGSuO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-999x648.jpg");
}
.cid-tV69TOGSuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV69TOGSuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tV69TOGSuO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tV69TOGSuO .row {
  flex-direction: row-reverse;
}
.cid-tV69TOGSuO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tV69TOGSuO .text-wrapper {
    padding: 2rem;
  }
}
.cid-tV69TOGSuO .mbr-text {
  text-align: center;
}
.cid-tV4OsUw3xy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1676574204-catherineasquithgallery-com-p-voennii-fon-dlya-kollazha-210-2000x1199.jpg");
}
.cid-tV4OsUw3xy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV4OsUw3xy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tV4OsUw3xy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tV4OsUw3xy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tV4OsUw3xy .text-wrapper {
    padding: 2rem;
  }
}
.cid-tV4OsUw3xy .mbr-section-title {
  text-align: center;
}
.cid-tV4OsUw3xy .mbr-text {
  text-align: center;
}
.cid-tVadYN8WfW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tVadYN8WfW .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVadYN8WfW .mbr-text {
  text-align: center;
}
.cid-tVaeqWzGAb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1676574204-catherineasquithgallery-com-p-voennii-fon-dlya-kollazha-210-2000x1199.jpg");
}
.cid-tVaeqWzGAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVaeqWzGAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVaeqWzGAb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVaeqWzGAb .row {
  flex-direction: row-reverse;
}
.cid-tVaeqWzGAb img {
  width: 100%;
}
.cid-tVaemBmFCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1667573366-47-sportishka-com-p-shamanizm-na-baikale-oboi-50-2000x1333.jpg");
}
.cid-tVaemBmFCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVaemBmFCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVaemBmFCc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVaemBmFCc .row {
  flex-direction: row-reverse;
}
.cid-tVaemBmFCc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVaemBmFCc .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVaemBmFCc .mbr-text {
  text-align: center;
}
.cid-tVatUZMBzV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1b7b2a88cb6cdb3b07dacd763c5105c2-1024x698.jpg");
}
.cid-tVatUZMBzV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVatUZMBzV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVatUZMBzV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVatUZMBzV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVatUZMBzV .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVatUZMBzV .mbr-text {
  text-align: center;
}
.cid-tVatUZMBzV .mbr-section-title {
  text-align: center;
}
.cid-tVav8d9me5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eaeaea;
}
.cid-tVav8d9me5 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tVavI19miI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/alfavit-yakutskij-800x532.png");
}
.cid-tVavI19miI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVavI19miI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVavI19miI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVavI19miI .row {
  flex-direction: row-reverse;
}
.cid-tVavI19miI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVavI19miI .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVavI19miI .mbr-text {
  text-align: center;
}
.cid-tVawvlE6eU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/0.-1280x775.jpg");
}
.cid-tVawvlE6eU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVawvlE6eU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVawvlE6eU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVawvlE6eU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVawvlE6eU .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVawvlE6eU .mbr-text {
  text-align: center;
}
.cid-tVbkOEZc9d {
  background-color: #eaeaea;
}
.cid-tVbkOEZc9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVbkOEZc9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVbkOEZc9d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVbkOEZc9d .row {
  flex-direction: row-reverse;
}
.cid-tVbkOEZc9d img {
  width: 100%;
}
.cid-tVbkOEZc9d .mbr-description {
  color: #000000;
}
.cid-tVbnYCBMKg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/oiunskiy-krasnyi-shaman-5-850x618.jpg");
}
.cid-tVbnYCBMKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVbnYCBMKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVbnYCBMKg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVbnYCBMKg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVbnYCBMKg .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVbnYCBMKg .mbr-text {
  text-align: left;
}
.cid-tVbnYCBMKg .mbr-section-title {
  text-align: center;
}
.cid-tVbPSM5zUU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tVbPSM5zUU .mbr-text {
  text-align: center;
}
.cid-tVbNilMFL7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/oiunskiy-krasnyi-shaman-3-850x459.jpg");
}
.cid-tVbNilMFL7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVbNilMFL7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVbNilMFL7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVbNilMFL7 .row {
  flex-direction: row-reverse;
}
.cid-tVbNilMFL7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVbNilMFL7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVbNilMFL7 .mbr-text {
  text-align: center;
}
.cid-tVbNilMFL7 .mbr-section-title {
  text-align: center;
}
.cid-tVbpuxpD9T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eaeaea;
}
.cid-tVbpuxpD9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVbpuxpD9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVbpuxpD9T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVbpuxpD9T img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVbpuxpD9T .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVbpuxpD9T .mbr-section-title {
  text-align: center;
}
.cid-tVbpuxpD9T .mbr-text {
  text-align: center;
}
.cid-tVboYy1KsP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4e9e9;
}
.cid-tVboYy1KsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVboYy1KsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVboYy1KsP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVboYy1KsP .row {
  flex-direction: row-reverse;
}
.cid-tVboYy1KsP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVboYy1KsP .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVboYy1KsP .mbr-section-title {
  text-align: center;
}
.cid-tVboYy1KsP .mbr-text {
  text-align: center;
}
.cid-tVbqAy0RxH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tVbqAy0RxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVbqAy0RxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVbqAy0RxH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVbqAy0RxH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVbqAy0RxH .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVbqAy0RxH .mbr-text {
  text-align: center;
}
.cid-tVbqAy0RxH .mbr-section-title {
  text-align: center;
}
.cid-tV0njcX6jR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-tV0njcX6jR .item:focus,
.cid-tV0njcX6jR span:focus {
  outline: none;
}
.cid-tV0njcX6jR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tV0njcX6jR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tV0njcX6jR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tV0njcX6jR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tV0njcX6jR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tV0njcX6jR .mbr-section-title {
  color: #000000;
}
.cid-tV0njcX6jR .mbr-text,
.cid-tV0njcX6jR .mbr-section-btn {
  text-align: center;
}
.cid-tV0njcX6jR .item-title {
  text-align: center;
}
.cid-tV0njcX6jR .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tV0bcntLFj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eaeaea;
}
.cid-tV0bcntLFj .item:focus,
.cid-tV0bcntLFj span:focus {
  outline: none;
}
.cid-tV0bcntLFj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tV0bcntLFj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tV0bcntLFj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tV0bcntLFj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tV0bcntLFj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tV0bcntLFj .mbr-section-title {
  color: #232323;
}
.cid-tV0bcntLFj .mbr-text,
.cid-tV0bcntLFj .mbr-section-btn {
  text-align: center;
}
.cid-tV0bcntLFj .item-title {
  text-align: center;
}
.cid-tV0bcntLFj .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tV0nkcS0vb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e0f0f8;
}
.cid-tV0nkcS0vb .item:focus,
.cid-tV0nkcS0vb span:focus {
  outline: none;
}
.cid-tV0nkcS0vb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tV0nkcS0vb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tV0nkcS0vb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tV0nkcS0vb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tV0nkcS0vb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tV0nkcS0vb .mbr-section-title {
  color: #232323;
}
.cid-tV0nkcS0vb .mbr-text,
.cid-tV0nkcS0vb .mbr-section-btn {
  text-align: center;
}
.cid-tV0nkcS0vb .item-title {
  text-align: center;
}
.cid-tV0nkcS0vb .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tVaO1MMtDq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/85cd3a169c71b686e805d5c9bfaabd2f-2000x1252.jpg");
}
.cid-tVaO1MMtDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVaO1MMtDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVaO1MMtDq .mbr-text,
.cid-tVaO1MMtDq .mbr-section-btn {
  color: #232323;
}
.cid-tVaO1MMtDq .card-title,
.cid-tVaO1MMtDq .card-box {
  color: #ffffff;
}
.cid-tVaO1MMtDq .mbr-text,
.cid-tVaO1MMtDq .link-wrap {
  color: #ffffff;
}
.cid-tVaO1MMtDq .card-box .mbr-text,
.cid-tVaO1MMtDq .mbr-section-btn {
  text-align: right;
  color: #ff0000;
}
.cid-tUZMiQn7IL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eaeaea;
}
.cid-tUZMiQn7IL .mbr-text {
  text-align: right;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tW6yXiR5ki {
  background-color: #fffae9;
}
.cid-tW6yXiR5ki .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW6yXiR5ki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tW6yXiR5ki .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tW6yXiR5ki .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tW6yXiR5ki .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tW6yXiR5ki .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tW6yXiR5ki .mbr-section-title {
  text-align: center;
  color: #5f5635;
}
.cid-tW6yXiR5ki .mbr-text,
.cid-tW6yXiR5ki .mbr-section-btn {
  text-align: center;
  color: #5f5635;
}
.cid-tWdD125S9T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tWdD125S9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWdD125S9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWdD125S9T .timeline-element {
  position: relative;
}
.cid-tWdD125S9T .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWdD125S9T .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tWdD125S9T .mbr-section-title,
.cid-tWdD125S9T .mbr-section-subtitle,
.cid-tWdD125S9T .timeline-date {
  text-align: center;
}
.cid-tWdD125S9T .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #a69763;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tWdD125S9T .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tWdD125S9T .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tWdD125S9T .row:after {
  content: "";
  position: absolute;
  background-color: #a69763;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tWdD125S9T .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tWdD125S9T .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tWdD125S9T .timeline-date-wrapper,
  .cid-tWdD125S9T .timeline-text-wrapper,
  .cid-tWdD125S9T .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tWdD125S9T .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tWdD125S9T .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tWdD125S9T .timeline-date-wrapper,
  .cid-tWdD125S9T .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tWdD125S9T .timeline-date-wrapper,
  .cid-tWdD125S9T .timeline-text-wrapper,
  .cid-tWdD125S9T .image-wrapper {
    padding: 2rem;
  }
}
.cid-tWdD125S9T .mbr-timeline-title {
  text-align: left;
  color: #5f5635;
}
.cid-tWdD125S9T .mbr-section-title {
  color: #5f5635;
}
.cid-tWdD125S9T .mbr-text {
  color: #5f5635;
}
.cid-tW8sMQTMsi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fffae9;
}
.cid-tW8sMQTMsi .item:focus,
.cid-tW8sMQTMsi span:focus {
  outline: none;
}
.cid-tW8sMQTMsi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tW8sMQTMsi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tW8sMQTMsi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tW8sMQTMsi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tW8sMQTMsi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tW8sMQTMsi .mbr-section-title {
  color: #5f5635;
}
.cid-tW8sMQTMsi .mbr-text,
.cid-tW8sMQTMsi .mbr-section-btn {
  text-align: center;
  color: #5f5635;
}
.cid-tW8sMQTMsi .item-title {
  text-align: center;
  color: #5f5635;
}
.cid-tW8sMQTMsi .item-subtitle {
  text-align: center;
  color: #5f5635;
}
.cid-tWd3urgSpp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tWd3urgSpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWd3urgSpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWd3urgSpp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWd3urgSpp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWd3urgSpp .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWd3urgSpp .mbr-text {
  text-align: center;
  color: #5f5635;
}
.cid-tWd3urgSpp .mbr-section-title {
  text-align: center;
  color: #5f5635;
}
.cid-tW7cllhotq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tW7cllhotq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW7cllhotq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW7cllhotq ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tW7cllhotq li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tW7cllhotq ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6666;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tW7cllhotq H3 {
  text-align: center;
  color: #5f5635;
}
.cid-tW7cllhotq .list {
  color: #5f5635;
}
.cid-tW7cBMIsJt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fffae9;
}
.cid-tW7cBMIsJt .mbr-text {
  text-align: right;
  color: #5f5635;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWdND6wDME {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1674262446-catherineasquithgallery-com-p-sero-belii-fon-dlya-prezentatsii-foto-71-1920x1080.jpg");
}
.cid-tWdND6wDME .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWdND6wDME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWdND6wDME .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tWdND6wDME .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tWdND6wDME .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tWdND6wDME .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tWdND6wDME .mbr-text,
.cid-tWdND6wDME .mbr-section-btn {
  color: #000000;
}
.cid-tWjM0AoEUE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/-2000x1192.jpg");
}
.cid-tWjM0AoEUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWjM0AoEUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWjM0AoEUE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWjM0AoEUE .row {
  flex-direction: row-reverse;
}
.cid-tWjM0AoEUE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWjM0AoEUE .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWjM0AoEUE .mbr-text {
  text-align: center;
}
.cid-tWjM0AoEUE .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tWkpxE8aDO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/-2000x1192.jpg");
}
.cid-tWkpxE8aDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWkpxE8aDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWkpxE8aDO .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tWkpxE8aDO .img-item {
  position: relative;
}
.cid-tWkpxE8aDO .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tWkpxE8aDO .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tWkpxE8aDO .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tWkrHr1xC7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/-2000x1192.jpg");
}
.cid-tWkrHr1xC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWkrHr1xC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWkrHr1xC7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tWkrHr1xC7 .img-item {
  position: relative;
}
.cid-tWkrHr1xC7 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tWkrHr1xC7 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tWkrHr1xC7 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tWktzoxfx1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/-2000x1192.jpg");
}
.cid-tWktzoxfx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWktzoxfx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWktzoxfx1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWktzoxfx1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWktzoxfx1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWktzoxfx1 .mbr-section-title {
  text-align: center;
}
.cid-tWktzoxfx1 .mbr-text {
  text-align: center;
}
.cid-tWkvqVaf5s {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tWkvqVaf5s .line {
  background-color: #353535;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tWjPTBhSZF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/-2000x1192.jpg");
}
.cid-tWjPTBhSZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWjPTBhSZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWjPTBhSZF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWjPTBhSZF .row {
  flex-direction: row-reverse;
}
.cid-tWjPTBhSZF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWjPTBhSZF .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWjPTBhSZF .mbr-text {
  text-align: center;
}
.cid-tWkNzv1fea {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/-2000x1192.jpg");
}
.cid-tWkNzv1fea .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWkNzv1fea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWkNzv1fea .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWkNzv1fea .row {
  flex-direction: row-reverse;
}
.cid-tWkNzv1fea img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWkNzv1fea .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWkNzv1fea .mbr-text {
  text-align: center;
}
.cid-tWkNzv1fea .mbr-section-title {
  text-align: center;
}
.cid-tWkNTGHvJR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tWkNTGHvJR .mbr-text {
  text-align: center;
}
.cid-tWdOX17WuD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/-2000x1192.jpg");
}
.cid-tWdOX17WuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWdOX17WuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWdOX17WuD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWdOX17WuD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWdOX17WuD .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWdOX17WuD .mbr-section-title {
  text-align: center;
}
.cid-tWdOX17WuD .mbr-text {
  text-align: center;
}
.cid-tWkFUBQrL9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/-2000x1192.jpg");
}
.cid-tWkFUBQrL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWkFUBQrL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWkFUBQrL9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWkFUBQrL9 .row {
  flex-direction: row-reverse;
}
.cid-tWkFUBQrL9 img {
  width: 100%;
}
.cid-tWkFUBQrL9 .mbr-text {
  text-align: center;
}
.cid-tWeEPr8Kzy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1674262446-catherineasquithgallery-com-p-sero-belii-fon-dlya-prezentatsii-foto-71-1920x1080.jpg");
}
.cid-tWeEPr8Kzy .mbr-overlay {
  background: #fafafa;
  opacity: 0;
}
.cid-tWeEPr8Kzy .item:focus,
.cid-tWeEPr8Kzy span:focus {
  outline: none;
}
.cid-tWeEPr8Kzy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tWeEPr8Kzy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tWeEPr8Kzy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tWeEPr8Kzy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tWeEPr8Kzy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tWeEPr8Kzy .mbr-section-title {
  color: #232323;
}
.cid-tWeEPr8Kzy .mbr-text,
.cid-tWeEPr8Kzy .mbr-section-btn {
  text-align: center;
}
.cid-tWeEPr8Kzy .item-title {
  text-align: center;
}
.cid-tWeEPr8Kzy .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tWdRPbAd85 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1674262446-catherineasquithgallery-com-p-sero-belii-fon-dlya-prezentatsii-foto-71-1920x1080.jpeg");
}
.cid-tWdRPbAd85 .item:focus,
.cid-tWdRPbAd85 span:focus {
  outline: none;
}
.cid-tWdRPbAd85 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tWdRPbAd85 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tWdRPbAd85 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tWdRPbAd85 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tWdRPbAd85 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tWdRPbAd85 .mbr-section-title {
  color: #232323;
}
.cid-tWdRPbAd85 .mbr-text,
.cid-tWdRPbAd85 .mbr-section-btn {
  text-align: center;
}
.cid-tWdRPbAd85 .item-title {
  text-align: center;
}
.cid-tWdRPbAd85 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tWkPQWW9pN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/-2000x1192.jpg");
}
.cid-tWkPQWW9pN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWkPQWW9pN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWkPQWW9pN ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tWkPQWW9pN li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tWkPQWW9pN ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6666;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tWkPQWW9pN .list {
  text-align: left;
}
.cid-tWkPQWW9pN H3 {
  text-align: center;
}
.cid-tWdNxfEKQ9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tWdNxfEKQ9 .mbr-text {
  text-align: right;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWq3bMA0fw {
  background-image: url("../../../assets/images/2-2000x2000.jpg");
}
.cid-tWq3bMA0fw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWq3bMA0fw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWq3bMA0fw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tWq3bMA0fw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tWq3bMA0fw .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tWq3bMA0fw .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tWq3bMA0fw .mbr-section-title {
  color: #0d6e09;
  text-align: right;
}
.cid-tWq3pWtI3C {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff8db;
}
.cid-tWq3pWtI3C .line {
  background-color: #0d6e09;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tWq3pWtI3C .mbr-text {
  color: #0d6e09;
}
.cid-tWu4GZFWbp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2-2000x2000.jpg");
}
.cid-tWu4GZFWbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWu4GZFWbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWu4GZFWbp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWu4GZFWbp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWu4GZFWbp .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWu4GZFWbp .mbr-text {
  text-align: center;
  color: #0d6e09;
}
.cid-tWu4GZFWbp .mbr-description {
  color: #0d6e09;
}
.cid-tWuJMz8FKi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff8db;
}
.cid-tWuJMz8FKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWuJMz8FKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWuJMz8FKi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWuJMz8FKi .row {
  flex-direction: row-reverse;
}
.cid-tWuJMz8FKi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWuJMz8FKi .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWuJMz8FKi .mbr-text {
  text-align: center;
  color: #0d6e09;
}
.cid-tWuJMz8FKi .mbr-section-title {
  text-align: center;
  color: #0d6e09;
}
.cid-tWuJMz8FKi .mbr-description {
  color: #0d6e09;
}
.cid-tWvbcVmQt6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff8db;
}
.cid-tWvbcVmQt6 blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tWvbcVmQt6 .mbr-text {
  text-align: center;
  color: #0d6e09;
}
.cid-tWvb9Jq0Ne {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/3-2000x2000.jpg");
}
.cid-tWvb9Jq0Ne .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvb9Jq0Ne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWvb9Jq0Ne .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWvb9Jq0Ne img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWvb9Jq0Ne .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWvb9Jq0Ne .mbr-text {
  text-align: center;
  color: #0d6e09;
}
.cid-tWvb9Jq0Ne .mbr-description {
  color: #0d6e09;
}
.cid-tWvh27q1pJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff8db;
}
.cid-tWvh27q1pJ .mbr-text {
  text-align: center;
  color: #0d6e09;
}
.cid-tWvhjIVewU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2-2000x2000.jpg");
}
.cid-tWvhjIVewU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvhjIVewU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWvhjIVewU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWvhjIVewU .row {
  flex-direction: row-reverse;
}
.cid-tWvhjIVewU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWvhjIVewU .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWvhjIVewU .mbr-text {
  text-align: center;
  color: #0d6e09;
}
.cid-tWvhjIVewU .mbr-description {
  text-align: center;
  color: #0d6e09;
}
.cid-tWvhk0HYFQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff8db;
}
.cid-tWvhk0HYFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvhk0HYFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWvhk0HYFQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWvhk0HYFQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWvhk0HYFQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWvhk0HYFQ .mbr-text {
  text-align: center;
  color: #0d6e09;
}
.cid-tWvhk0HYFQ .mbr-description {
  color: #0d6e09;
}
.cid-tWv969yBFq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff8db;
}
.cid-tWv969yBFq .mbr-text {
  text-align: center;
  color: #0d6e09;
}
.cid-tWu2s2GIWt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-2000x2000.jpg");
}
.cid-tWu2s2GIWt .mbr-overlay {
  background: #fafafa;
  opacity: 0.9;
}
.cid-tWu2s2GIWt .item:focus,
.cid-tWu2s2GIWt span:focus {
  outline: none;
}
.cid-tWu2s2GIWt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tWu2s2GIWt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tWu2s2GIWt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tWu2s2GIWt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tWu2s2GIWt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tWu2s2GIWt .mbr-section-title {
  color: #0d6e09;
}
.cid-tWu2s2GIWt .mbr-text,
.cid-tWu2s2GIWt .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tWu2s2GIWt .item-title {
  text-align: center;
  color: #000000;
}
.cid-tWu2s2GIWt .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tWvmo4V7H9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff8db;
}
.cid-tWvmo4V7H9 .item:focus,
.cid-tWvmo4V7H9 span:focus {
  outline: none;
}
.cid-tWvmo4V7H9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tWvmo4V7H9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tWvmo4V7H9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tWvmo4V7H9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tWvmo4V7H9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tWvmo4V7H9 .mbr-section-title {
  color: #0d6e09;
}
.cid-tWvmo4V7H9 .mbr-text,
.cid-tWvmo4V7H9 .mbr-section-btn {
  text-align: center;
}
.cid-tWvmo4V7H9 .item-title {
  text-align: center;
}
.cid-tWvmo4V7H9 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tWvJ0ENLjX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2-2000x2000.jpg");
}
.cid-tWvJ0ENLjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvJ0ENLjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvJ0ENLjX .card-wrapper {
  background: #fff8db;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWvJ0ENLjX .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWvJ0ENLjX .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWvJ0ENLjX .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWvJ0ENLjX .mbr-text,
.cid-tWvJ0ENLjX .mbr-section-btn {
  color: #0d6e09;
  text-align: center;
}
.cid-tWvJ0ENLjX .card-title,
.cid-tWvJ0ENLjX .card-box {
  text-align: left;
}
.cid-tWu5SEu8AK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff8db;
}
.cid-tWu5SEu8AK .mbr-section-subtitle {
  text-align: center;
  color: #0d6e09;
}
.cid-tWu5SEu8AK .mbr-text {
  text-align: right;
  color: #0d6e09;
}
.cid-tWq2XZvN90 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2fff2;
}
.cid-tWq2XZvN90 .mbr-text {
  text-align: right;
  color: #0d6e09;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWX8xosewJ {
  background-color: #bed3f9;
}
.cid-tWX8xosewJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWX8xosewJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWX8xosewJ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tWX8xosewJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tWX8xosewJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tWX8xosewJ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tWX8xosewJ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tWX8xosewJ .mbr-text,
.cid-tWX8xosewJ .mbr-section-btn {
  text-align: right;
}
.cid-tWX8xosewJ .mbr-section-title {
  text-align: center;
}
.cid-tX3aau6svA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tX3aau6svA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX3aau6svA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tX3aau6svA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tX3aau6svA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tX3aau6svA .text-wrapper {
    padding: 2rem;
  }
}
.cid-tX3aau6svA .mbr-section-title {
  text-align: center;
}
.cid-tWXaQfPzc8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWX8yWHete {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWX8yWHete .mbr-text {
  text-align: right;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYumCXAdji {
  background-image: url("../../../assets/images/1614370400-1-p-svetlo-serebristii-fon-1-1600x1000.jpg");
}
.cid-tYumCXAdji .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYumCXAdji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYumCXAdji .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tYumCXAdji .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tYumCXAdji .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tYumCXAdji .mbr-section-title {
  color: #000000;
}
.cid-tYn7WxWmCT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #dadada;
}
.cid-tYn7WxWmCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYn7WxWmCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYn7WxWmCT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYn7WxWmCT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYn7WxWmCT .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYn7WxWmCT .mbr-section-title {
  text-align: center;
}
.cid-tYn7WxWmCT .mbr-text {
  text-align: center;
}
.cid-tYuqcixQg8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1614370400-1-p-svetlo-serebristii-fon-1-1600x1000.jpg");
}
.cid-tYuqcixQg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYuqcixQg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYuqcixQg8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYuqcixQg8 .row {
  flex-direction: row-reverse;
}
.cid-tYuqcixQg8 img {
  width: 100%;
}
.cid-tYu3zr0R2n {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #dadada;
}
.cid-tYu3zr0R2n .item:focus,
.cid-tYu3zr0R2n span:focus {
  outline: none;
}
.cid-tYu3zr0R2n .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYu3zr0R2n .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYu3zr0R2n .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYu3zr0R2n .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tYu3zr0R2n .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYu3zr0R2n .mbr-section-title {
  color: #232323;
}
.cid-tYu3zr0R2n .mbr-text,
.cid-tYu3zr0R2n .mbr-section-btn {
  text-align: center;
}
.cid-tYu3zr0R2n .item-title {
  text-align: center;
}
.cid-tYu3zr0R2n .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tYirAVwzrv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d0d0d0;
}
.cid-tYirAVwzrv .mbr-text {
  text-align: right;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYRzOnccV6 {
  background-color: #dee9ff;
}
.cid-tYRzOnccV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYRzOnccV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYRzOnccV6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tYRzOnccV6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tYRzOnccV6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYRS7UH90d {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #dadada;
}
.cid-tYRS7UH90d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYRS7UH90d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYRS7UH90d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYRS7UH90d .row {
  flex-direction: row-reverse;
}
.cid-tYRS7UH90d img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYRS7UH90d .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYRS7UH90d .mbr-section-title {
  text-align: center;
}
.cid-tYRS7UH90d .mbr-description {
  text-align: center;
}
.cid-tYRS7UH90d .mbr-text {
  text-align: center;
}
.cid-tYRS7qzBhW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d0d0d0;
}
.cid-tYRS7qzBhW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYRS7qzBhW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYRS7qzBhW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYRS7qzBhW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYRS7qzBhW .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYRS7qzBhW .mbr-section-title {
  text-align: center;
}
.cid-tYRS7qzBhW .mbr-text {
  text-align: center;
}
.cid-tYRSsptaKc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cacaca;
}
.cid-tYRSsptaKc .mbr-section-subtitle {
  text-align: center;
}
.cid-tYRSsptaKc .mbr-text {
  text-align: center;
}
.cid-tZphoGF0gj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #dee9ff;
}
.cid-tZphoGF0gj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZphoGF0gj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZphoGF0gj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZphoGF0gj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZphoGF0gj .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZphoGF0gj .mbr-section-title {
  text-align: center;
}
.cid-tYVWcSY3QP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e1e8f6;
}
.cid-tYVWcSY3QP .item:focus,
.cid-tYVWcSY3QP span:focus {
  outline: none;
}
.cid-tYVWcSY3QP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYVWcSY3QP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYVWcSY3QP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYVWcSY3QP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tYVWcSY3QP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYVWcSY3QP .mbr-section-title {
  color: #232323;
}
.cid-tYVWcSY3QP .mbr-text,
.cid-tYVWcSY3QP .mbr-section-btn {
  text-align: center;
}
.cid-tYVWcSY3QP .item-title {
  text-align: center;
}
.cid-tYVWcSY3QP .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tZpjR9AFgY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #dee9ff;
}
.cid-tZpjR9AFgY .mbr-text {
  text-align: right;
}
.cid-tZpjR9AFgY .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tZpjR9AFgY .mbr-section-subtitle {
  text-align: center;
}
.cid-tYRReUkqhx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e1e8f6;
}
.cid-tYRReUkqhx .mbr-text {
  text-align: right;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2UZTGE9oP {
  background-color: #fdc1a2;
}
.cid-u2UZTGE9oP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2UZTGE9oP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2UZTGE9oP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u2UZTGE9oP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-u2UZTGE9oP .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u2UZTGE9oP .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u2UZTGE9oP .mbr-section-title {
  text-align: center;
  color: #8f4019;
}
.cid-u2V0DVcjBd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u2V0DVcjBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2V0DVcjBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2V0DVcjBd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2V0DVcjBd .row {
  flex-direction: row-reverse;
}
.cid-u2V0DVcjBd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2V0DVcjBd .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2V0DVcjBd .mbr-section-title {
  text-align: center;
}
.cid-u2V0DVcjBd .mbr-text {
  text-align: center;
}
.cid-u2V1s6097Y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eaeff7;
}
.cid-u2V1s6097Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2V1s6097Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2V1s6097Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2V1s6097Y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2V1s6097Y .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2V1s6097Y .mbr-text {
  text-align: center;
}
.cid-u2V23hWsil {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u2V23hWsil .mbr-text {
  text-align: center;
}
.cid-u2V2ccZbc9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eaeff7;
}
.cid-u2V2ccZbc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2V2ccZbc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2V2ccZbc9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2V2ccZbc9 .row {
  flex-direction: row-reverse;
}
.cid-u2V2ccZbc9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2V2ccZbc9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2V2ccZbc9 .mbr-text {
  text-align: center;
}
.cid-u2V38GEl9D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u2V38GEl9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2V38GEl9D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2V38GEl9D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2V38GEl9D img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2V38GEl9D .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2V38GEl9D .mbr-text {
  text-align: center;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3sGB96QcI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cbd7e9;
}
.cid-u3sGB96QcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3sGB96QcI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3sGB96QcI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u3sGB96QcI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-u3sGB96QcI .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u3sGB96QcI .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u3sGB96QcI .mbr-section-title {
  text-align: center;
  color: #1d6d78;
}
.cid-u3FMhXMiwF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u3FMhXMiwF .line {
  background-color: #1d6d78;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u3FMhXMiwF .mbr-text {
  color: #1d6d78;
}
.cid-u3FRSHUlek {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u3FRSHUlek .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3FRSHUlek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3FRSHUlek .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3FRSHUlek img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3FRSHUlek .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3FRSHUlek .mbr-text {
  text-align: center;
  color: #1d6d78;
}
.cid-u3FRSHUlek .mbr-description {
  color: #1d6d78;
}
.cid-u3FSOt64FI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/13-1-2000x1277.jpg");
}
.cid-u3FSOt64FI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3FSOt64FI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3FSOt64FI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3FSOt64FI .row {
  flex-direction: row-reverse;
}
.cid-u3FSOt64FI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3FSOt64FI .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3FSOt64FI .mbr-section-title {
  text-align: center;
  color: #1d6d78;
}
.cid-u3FSOt64FI .mbr-text {
  text-align: center;
  color: #1d6d78;
}
.cid-u3FSOt64FI .mbr-description {
  color: #1d6d78;
}
.cid-u3FTPAwPW1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u3FTPAwPW1 .item:focus,
.cid-u3FTPAwPW1 span:focus {
  outline: none;
}
.cid-u3FTPAwPW1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3FTPAwPW1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3FTPAwPW1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3FTPAwPW1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u3FTPAwPW1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3FTPAwPW1 .mbr-section-title {
  color: #1d6d78;
}
.cid-u3FTPAwPW1 .mbr-text,
.cid-u3FTPAwPW1 .mbr-section-btn {
  text-align: center;
  color: #1d6d78;
}
.cid-u3FTPAwPW1 .item-title {
  text-align: center;
  color: #1d6d78;
}
.cid-u3FTPAwPW1 .item-subtitle {
  text-align: center;
  color: #1d6d78;
}
.cid-u3KqAlNSvH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/3w5ztkor5u4-1908x957.jpg");
}
.cid-u3KqAlNSvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3KqAlNSvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3KqAlNSvH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3KqAlNSvH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3KqAlNSvH .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3KqAlNSvH .mbr-section-title {
  text-align: center;
  color: #1d6d78;
}
.cid-u3KqAlNSvH .mbr-text {
  text-align: center;
  color: #1d6d78;
}
.cid-u3KqAlNSvH .mbr-description {
  color: #1d6d78;
}
.cid-u3KC7OaiYr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u3KC7OaiYr .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u3KC7OaiYr .mbr-section-subtitle {
  text-align: center;
  color: #1d6d78;
}
.cid-u3KC7OaiYr .mbr-text {
  text-align: center;
  color: #1d6d78;
}
.cid-u3KrmhM2X4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/tsarskoselskij-litsej-1459x900.jpg");
}
.cid-u3KrmhM2X4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3KrmhM2X4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3KrmhM2X4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3KrmhM2X4 .row {
  flex-direction: row-reverse;
}
.cid-u3KrmhM2X4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3KrmhM2X4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3KrmhM2X4 .mbr-section-title {
  text-align: center;
  color: #1d6d78;
}
.cid-u3KrmhM2X4 .mbr-text {
  text-align: center;
  color: #1d6d78;
}
.cid-u3KrmhM2X4 .mbr-description {
  color: #1d6d78;
}
.cid-u3Kuql33n0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/scale-1200-3-1200x711.jpg");
}
.cid-u3Kuql33n0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Kuql33n0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3Kuql33n0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3Kuql33n0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3Kuql33n0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3Kuql33n0 .mbr-section-title {
  text-align: center;
  color: #1d6d78;
}
.cid-u3Kuql33n0 .mbr-text {
  text-align: center;
  color: #1d6d78;
}
.cid-u3Kuql33n0 .mbr-description {
  color: #1d6d78;
}
.cid-u3KvgEwtsM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u3KvgEwtsM .mbr-section-subtitle {
  text-align: center;
}
.cid-u3KvgEwtsM .mbr-text {
  text-align: center;
  color: #1d6d78;
}
.cid-u3KwHKXDS4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1667918378-pushkin-na-beregu-moria-aivazovskii-1280x837.jpg");
}
.cid-u3KwHKXDS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3KwHKXDS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3KwHKXDS4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3KwHKXDS4 .row {
  flex-direction: row-reverse;
}
.cid-u3KwHKXDS4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3KwHKXDS4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3KwHKXDS4 .mbr-text {
  text-align: center;
  color: #1d6d78;
}
.cid-u3KwHKXDS4 .mbr-section-title {
  text-align: center;
  color: #1d6d78;
}
.cid-u3KEECIjgl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u3KEECIjgl .mbr-section-subtitle {
  text-align: center;
  color: #1d6d78;
}
.cid-u3KEECIjgl .mbr-text {
  text-align: center;
  color: #1d6d78;
}
.cid-u3KxaPisBu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/imgpreview-1-1200x800.jpg");
}
.cid-u3KxaPisBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3KxaPisBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3KxaPisBu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3KxaPisBu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3KxaPisBu .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3KxaPisBu .mbr-section-title {
  text-align: center;
  color: #1d6d78;
}
.cid-u3KxaPisBu .mbr-text {
  text-align: center;
  color: #1d6d78;
}
.cid-u3KxaPisBu .mbr-description {
  color: #1d6d78;
}
.cid-u3KvFNriXY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/d4c09cdb-7cab-50a1-b612-1c8168ddc322-1080x770.jpg");
}
.cid-u3KvFNriXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3KvFNriXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3KvFNriXY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3KvFNriXY .row {
  flex-direction: row-reverse;
}
.cid-u3KvFNriXY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3KvFNriXY .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3KvFNriXY .mbr-section-title {
  text-align: center;
  color: #1d6d78;
}
.cid-u3KvFNriXY .mbr-text {
  text-align: center;
  color: #1d6d78;
}
.cid-u3KvFNriXY .mbr-description {
  color: #1d6d78;
}
.cid-u3Ky8sFFVz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/0496423-duel-pushkina-kartina-24-2000x1415.jpg");
}
.cid-u3Ky8sFFVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Ky8sFFVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u3Ky8sFFVz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3Ky8sFFVz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u3Ky8sFFVz .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3Ky8sFFVz .mbr-text {
  text-align: center;
  color: #1d6d78;
}
.cid-u3Ky8sFFVz .mbr-section-title {
  text-align: center;
  color: #1d6d78;
}
.cid-u3Ky8sFFVz .mbr-description {
  color: #1d6d78;
}
.cid-u3KzQBgMgc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u3KzQBgMgc .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u3KzQBgMgc .mbr-section-subtitle {
  text-align: center;
  color: #1d6d78;
}
.cid-u3KzQBgMgc .mbr-text {
  text-align: right;
  color: #1d6d78;
}
.cid-u35AcGKi3a {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/de095ecc-622c-54c8-90e1-7e499514173a-2000x1108.jpg");
}
.cid-u35AcGKi3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-u35AcGKi3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u35AcGKi3a ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-u35AcGKi3a li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-u35AcGKi3a ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6666;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-u35AcGKi3a H3 {
  text-align: center;
  color: #1d6d78;
}
.cid-u35AcGKi3a .list {
  color: #1d6d78;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u428gI2U3m {
  background-image: url("../../../assets/images/main-thumb-1-960x546.jpg");
}
.cid-u428gI2U3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u428gI2U3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u428gI2U3m .mbr-section-title {
  color: #0f3b89;
}
.cid-u49guOSEwZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u49guOSEwZ .line {
  background-color: #0f3b89;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u49guOSEwZ .mbr-text {
  color: #0f3b89;
}
.cid-u427XaqwZj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0f3b89;
}
.cid-u427XaqwZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u427XaqwZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u427XaqwZj .mbr-text,
.cid-u427XaqwZj .mbr-section-btn {
  color: #232323;
}
.cid-u427XaqwZj .card-title,
.cid-u427XaqwZj .card-box {
  color: #ffffff;
}
.cid-u427XaqwZj .mbr-text,
.cid-u427XaqwZj .link-wrap {
  color: #ffffff;
}
.cid-u427N9YDTq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u427N9YDTq .mbr-text {
  text-align: right;
  color: #0f3b89;
}
.cid-u42eA5XOkl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u42eA5XOkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u42eA5XOkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u42eA5XOkl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u42eA5XOkl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u42eA5XOkl .text-wrapper {
    padding: 2rem;
  }
}
.cid-u42eA5XOkl .mbr-text {
  text-align: center;
  color: #0f3b89;
}
.cid-u42eA5XOkl .mbr-section-title {
  text-align: center;
  color: #0f3b89;
}
.cid-u42eA5XOkl .mbr-description {
  color: #0f3b89;
}
.cid-u42ivMxEOf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u42ivMxEOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u42ivMxEOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u42ivMxEOf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u42ivMxEOf .row {
  flex-direction: row-reverse;
}
.cid-u42ivMxEOf img {
  width: 100%;
}
.cid-u42ivMxEOf .mbr-description {
  color: #0f3b89;
}
.cid-u42lZ3jV3U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u42lZ3jV3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-u42lZ3jV3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u42lZ3jV3U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u42lZ3jV3U .row {
  flex-direction: row-reverse;
}
.cid-u42lZ3jV3U img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u42lZ3jV3U .text-wrapper {
    padding: 2rem;
  }
}
.cid-u42lZ3jV3U .mbr-text {
  text-align: center;
  color: #0f3b89;
}
.cid-u42lZ3jV3U .mbr-section-title {
  text-align: center;
  color: #0f3b89;
}
.cid-u42lZ3jV3U .mbr-description {
  color: #0f3b89;
}
.cid-u4964t02iK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4964t02iK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4964t02iK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4964t02iK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4964t02iK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u4964t02iK .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4964t02iK .mbr-text {
  color: #0f3b89;
  text-align: center;
}
.cid-u4964t02iK .mbr-section-title {
  text-align: center;
  color: #0f3b89;
}
.cid-u496CCMjkJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u496CCMjkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u496CCMjkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u496CCMjkJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u496CCMjkJ .row {
  flex-direction: row-reverse;
}
.cid-u496CCMjkJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u496CCMjkJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-u496CCMjkJ .mbr-text {
  text-align: center;
  color: #0f3b89;
}
.cid-u496CCMjkJ .mbr-section-title {
  color: #0f3b89;
  text-align: center;
}
.cid-u496CCMjkJ .mbr-description {
  color: #0f3b89;
}
.cid-u42p2idesK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u42p2idesK .mbr-text {
  text-align: right;
  color: #0f3b89;
}
.cid-u42l9BTAnQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u42l9BTAnQ .item:focus,
.cid-u42l9BTAnQ span:focus {
  outline: none;
}
.cid-u42l9BTAnQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u42l9BTAnQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u42l9BTAnQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u42l9BTAnQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u42l9BTAnQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u42l9BTAnQ .mbr-section-title {
  color: #0f3b89;
}
.cid-u42l9BTAnQ .mbr-text,
.cid-u42l9BTAnQ .mbr-section-btn {
  text-align: center;
  color: #0f3b89;
}
.cid-u42l9BTAnQ .item-title {
  text-align: center;
  color: #0f3b89;
}
.cid-u42l9BTAnQ .item-subtitle {
  text-align: center;
  color: #0f3b89;
}
.cid-u42qHpR7J3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u42qHpR7J3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u42qHpR7J3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u42qHpR7J3 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-u42qHpR7J3 .item {
    margin-bottom: 4rem;
  }
}
.cid-u42qHpR7J3 .item:last-child .icon-box:before {
  display: none;
}
.cid-u42qHpR7J3 .item.last .icon-box:before {
  display: none;
}
.cid-u42qHpR7J3 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-u42qHpR7J3 .icon-box {
    margin-right: 1rem;
  }
}
.cid-u42qHpR7J3 .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 34px;
  left: 50%;
  top: 118%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-u42qHpR7J3 span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u42qHpR7J3 .card {
    margin-bottom: 2rem;
  }
  .cid-u42qHpR7J3 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u42qHpR7J3 .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-u42qHpR7J3 .icon-box::before {
    top: 114%;
  }
}
.cid-u42qHpR7J3 .card-title,
.cid-u42qHpR7J3 .card-box {
  color: #0f3b89;
}
.cid-u42qHpR7J3 .icon-text {
  color: #0f3b89;
}
.cid-u42qHpR7J3 .mbr-text,
.cid-u42qHpR7J3 .mbr-section-btn {
  text-align: center;
}
.cid-u42rLMM4Gu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u42rLMM4Gu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u42rLMM4Gu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u42rLMM4Gu .mbr-section-subtitle {
  color: #0f3b89;
}
.cid-u42szLH8gl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u42szLH8gl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u42szLH8gl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u42szLH8gl .mbr-section-title {
  color: #0f3b89;
}
.cid-u42sNIoDJL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u42sNIoDJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u42sNIoDJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u42sNIoDJL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u42sNIoDJL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u42sNIoDJL .text-wrapper {
    padding: 2rem;
  }
}
.cid-u42sNIoDJL .mbr-text {
  text-align: center;
  color: #0f3b89;
}
.cid-u42sNIoDJL .mbr-description {
  color: #0f3b89;
}
.cid-u42sNIoDJL .mbr-section-title {
  color: #0f3b89;
  text-align: center;
}
.cid-u42txUid5j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u42txUid5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u42txUid5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u42txUid5j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u42txUid5j .row {
  flex-direction: row-reverse;
}
.cid-u42txUid5j img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u42txUid5j .text-wrapper {
    padding: 2rem;
  }
}
.cid-u42txUid5j .mbr-section-title {
  text-align: center;
  color: #0f3b89;
}
.cid-u42txUid5j .mbr-text {
  color: #0f3b89;
}
.cid-u42u83Xkcn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u42u83Xkcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u42u83Xkcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u42u83Xkcn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u42u83Xkcn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u42u83Xkcn .text-wrapper {
    padding: 2rem;
  }
}
.cid-u42u83Xkcn .mbr-section-title {
  text-align: center;
  color: #0f3b89;
}
.cid-u42u83Xkcn .mbr-text {
  color: #0f3b89;
  text-align: center;
}
.cid-u42u83Xkcn .mbr-description {
  color: #0f3b89;
}
.cid-u42uFafMVz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u42uFafMVz .mbr-text {
  text-align: right;
  color: #0f3b89;
}
.cid-u42lyAr4Tc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u42lyAr4Tc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u42lyAr4Tc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u42lyAr4Tc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u42lyAr4Tc .row {
  flex-direction: row-reverse;
}
.cid-u42lyAr4Tc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u42lyAr4Tc .text-wrapper {
    padding: 2rem;
  }
}
.cid-u42lyAr4Tc .mbr-text {
  color: #0f3b89;
  text-align: center;
}
.cid-u43x9Isiri {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u43x9Isiri .mbr-fallback-image.disabled {
  display: none;
}
.cid-u43x9Isiri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u43x9Isiri .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u43x9Isiri img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u43x9Isiri .text-wrapper {
    padding: 2rem;
  }
}
.cid-u43x9Isiri .mbr-section-title {
  text-align: center;
  color: #0f3b89;
}
.cid-u43x9Isiri .mbr-text {
  color: #0f3b89;
  text-align: center;
}
.cid-u43x9Isiri .mbr-description {
  color: #0f3b89;
}
.cid-u49afzKyCC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u49afzKyCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u49afzKyCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u49afzKyCC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u49afzKyCC .row {
  flex-direction: row-reverse;
}
.cid-u49afzKyCC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u49afzKyCC .text-wrapper {
    padding: 2rem;
  }
}
.cid-u49afzKyCC .mbr-section-title {
  color: #0f3b89;
  text-align: center;
}
.cid-u49afzKyCC .mbr-text {
  color: #0f3b89;
  text-align: center;
}
.cid-u49afzKyCC .mbr-description {
  color: #0f3b89;
}
.cid-u499N1nyWq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u499N1nyWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u499N1nyWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u499N1nyWq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u499N1nyWq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u499N1nyWq .text-wrapper {
    padding: 2rem;
  }
}
.cid-u499N1nyWq .mbr-section-title DIV {
  text-align: center;
}
.cid-u499N1nyWq .mbr-section-title {
  text-align: center;
  color: #0f3b89;
}
.cid-u499N1nyWq .mbr-text {
  text-align: center;
  color: #0f3b89;
}
.cid-u499N1nyWq .mbr-description {
  color: #0f3b89;
}
.cid-u42s6Isfvl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u42s6Isfvl .mbr-text {
  text-align: right;
  color: #0f3b89;
}
.cid-u49g61oWCe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u49g61oWCe .item:focus,
.cid-u49g61oWCe span:focus {
  outline: none;
}
.cid-u49g61oWCe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u49g61oWCe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u49g61oWCe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u49g61oWCe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u49g61oWCe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u49g61oWCe .mbr-section-title {
  color: #232323;
}
.cid-u49g61oWCe .mbr-text,
.cid-u49g61oWCe .mbr-section-btn {
  text-align: center;
}
.cid-u49g61oWCe .item-title {
  text-align: center;
}
.cid-u49g61oWCe .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u427qAiaWi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u427qAiaWi .mbr-section-subtitle {
  text-align: right;
}
.cid-u427qAiaWi .mbr-text {
  text-align: right;
  color: #0f3b89;
}
.cid-u43t656lAw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u43t656lAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u43t656lAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u43t656lAw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u43t656lAw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u43t656lAw .text-wrapper {
    padding: 2rem;
  }
}
.cid-u43t656lAw .mbr-text {
  text-align: center;
  color: #0f3b89;
}
.cid-u43t656lAw .mbr-section-title {
  text-align: center;
  color: #0f3b89;
}
.cid-u43zgdoqvd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u43zgdoqvd .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u43zgdoqvd .mbr-section-subtitle {
  text-align: center;
}
.cid-u43zgdoqvd .mbr-text {
  text-align: center;
  color: #0f3b89;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4YPgc23lX {
  background-image: url("../../../assets/images/1539685284-chetverostishya-na-23-fevralya-2000x1036.jpg");
}
.cid-u4YPgc23lX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4YPgc23lX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4YPgc23lX .mbr-text,
.cid-u4YPgc23lX .mbr-section-btn {
  text-align: right;
  color: #ff0000;
}
.cid-u4YPgc23lX .mbr-section-title {
  text-align: right;
  color: #0f3b89;
}
.cid-u4YqgOBIfU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4YqgOBIfU blockquote {
  border-color: #ff0000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u4YqgOBIfU .mbr-text {
  text-align: center;
  color: #0f3b89;
}
.cid-u4YIf90n3p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4YIf90n3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4YIf90n3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4YIf90n3p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4YIf90n3p img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u4YIf90n3p .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4YIf90n3p .mbr-section-title {
  text-align: center;
  color: #0f3b89;
}
.cid-u4YIf90n3p .mbr-text {
  text-align: center;
  color: #0f3b89;
}
.cid-u4YIf90n3p .mbr-description {
  color: #0f3b89;
}
.cid-u4YL7frj1X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4YL7frj1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4YL7frj1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4YL7frj1X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4YL7frj1X .row {
  flex-direction: row-reverse;
}
.cid-u4YL7frj1X img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u4YL7frj1X .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4YL7frj1X .mbr-section-title {
  text-align: center;
  color: #0f3b89;
}
.cid-u4YL7frj1X .mbr-text {
  text-align: center;
  color: #0f3b89;
}
.cid-u4YL7frj1X .mbr-description {
  color: #0f3b89;
}
.cid-u4YMw50cA1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4YMw50cA1 .mbr-text {
  text-align: center;
  color: #0f3b89;
}
.cid-u4YMLttnEe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4YMLttnEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4YMLttnEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4YMLttnEe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4YMLttnEe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u4YMLttnEe .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4YMLttnEe .mbr-text {
  text-align: center;
  color: #0f3b89;
}
.cid-u4YMLttnEe .mbr-description {
  color: #0f3b89;
}
.cid-u4YF0DZjUI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4YF0DZjUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4YF0DZjUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4YF0DZjUI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4YF0DZjUI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u4YF0DZjUI .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4YF0DZjUI .mbr-section-title {
  text-align: center;
  color: #0f3b89;
}
.cid-u4YF0DZjUI .mbr-text {
  text-align: center;
  color: #0f3b89;
}
.cid-u4YGwwGCcs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4YGwwGCcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4YGwwGCcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4YGwwGCcs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4YGwwGCcs .row {
  flex-direction: row-reverse;
}
.cid-u4YGwwGCcs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u4YGwwGCcs .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4YGwwGCcs .mbr-text {
  text-align: center;
  color: #0f3b89;
}
.cid-u4YGwwGCcs .mbr-description {
  color: #0f3b89;
}
.cid-u4ZyB5n07D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4ZyB5n07D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ZyB5n07D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4ZyB5n07D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4ZyB5n07D img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u4ZyB5n07D .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4ZyB5n07D .mbr-section-title {
  text-align: center;
  color: #0f3b89;
}
.cid-u4ZyB5n07D .mbr-text {
  color: #0f3b89;
  text-align: center;
}
.cid-u4Zv3UYthP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4Zv3UYthP .mbr-text {
  text-align: right;
  color: #0f3b89;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4ZDdr3vsQ {
  background-color: #a29d8a;
}
.cid-u4ZDdr3vsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ZDdr3vsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ZDdr3vsQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4ZDdr3vsQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4ZDdr3vsQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4ZDdr3vsQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u4ZDdr3vsQ .mbr-text,
.cid-u4ZDdr3vsQ .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-u4ZDgCsH0O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4ZDgCsH0O .mbr-text {
  text-align: center;
}
.cid-u4ZHsTadIW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u4ZHsTadIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ZHsTadIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4ZHsTadIW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4ZHsTadIW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u4ZHsTadIW .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4ZHsTadIW .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u4ZHsTadIW .mbr-text {
  text-align: center;
}
.cid-u4ZHMqehiQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4ZHMqehiQ .mbr-section-subtitle {
  text-align: center;
}
.cid-u4ZHMqehiQ .mbr-text {
  text-align: center;
}
.cid-u4ZHGpeMzn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u4ZHGpeMzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ZHGpeMzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u4ZHGpeMzn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4ZHGpeMzn .row {
  flex-direction: row-reverse;
}
.cid-u4ZHGpeMzn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u4ZHGpeMzn .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4ZHGpeMzn .mbr-text {
  text-align: center;
}
.cid-u4ZJopSzXd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4ZJopSzXd .line {
  background-color: #123920;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4ZJRSIoZk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4ZJRSIoZk .item:focus,
.cid-u4ZJRSIoZk span:focus {
  outline: none;
}
.cid-u4ZJRSIoZk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4ZJRSIoZk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4ZJRSIoZk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4ZJRSIoZk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u4ZJRSIoZk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4ZJRSIoZk .mbr-section-title {
  color: #232323;
}
.cid-u4ZJRSIoZk .mbr-text,
.cid-u4ZJRSIoZk .mbr-section-btn {
  text-align: center;
}
.cid-u4ZJRSIoZk .item-title {
  text-align: center;
}
.cid-u4ZJRSIoZk .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5n803JJpN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #dbd2c4;
}
.cid-u5n803JJpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5n803JJpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5n803JJpN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u5n803JJpN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u5n803JJpN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u5rJWVHCoN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5rJWVHCoN .mbr-text {
  text-align: center;
}
.cid-u5rKVa3bin {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5rKVa3bin .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5rKVa3bin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u5rKVa3bin .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5rKVa3bin img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u5rKVa3bin .text-wrapper {
    padding: 2rem;
  }
}
.cid-u5rKVa3bin .mbr-text {
  text-align: center;
}
.cid-u5rKVa3bin .mbr-section-title {
  text-align: center;
}
.cid-u5IZC5L4j9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5IZC5L4j9 .mbr-text {
  text-align: center;
}
.cid-u5sGvz0VcI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5sGvz0VcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5sGvz0VcI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u5sGvz0VcI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5sGvz0VcI .row {
  flex-direction: row-reverse;
}
.cid-u5sGvz0VcI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u5sGvz0VcI .text-wrapper {
    padding: 2rem;
  }
}
.cid-u5sGvz0VcI .mbr-text {
  text-align: center;
}
.cid-u5J3TYUUvk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5J3TYUUvk .mbr-text {
  text-align: center;
}
.cid-u5JCmp80oI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5JCmp80oI .item:focus,
.cid-u5JCmp80oI span:focus {
  outline: none;
}
.cid-u5JCmp80oI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u5JCmp80oI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u5JCmp80oI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u5JCmp80oI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u5JCmp80oI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u5JCmp80oI .mbr-section-title {
  color: #232323;
}
.cid-u5JCmp80oI .mbr-text,
.cid-u5JCmp80oI .mbr-section-btn {
  text-align: center;
}
.cid-u5JCmp80oI .item-title {
  text-align: center;
}
.cid-u5JCmp80oI .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u5nmO719Z9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5nmO719Z9 .mbr-text {
  text-align: right;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6dYjm4ORU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1674450684-gas-kvas-com-p-sibirskie-uzori-risunki-3-735x787.jpg");
}
.cid-u6dYjm4ORU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6dYjm4ORU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6dYjm4ORU .row {
  flex-direction: row-reverse;
}
.cid-u6dYjm4ORU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6dYjm4ORU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6dYjm4ORU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6dYjm4ORU .mbr-section-title {
  color: #0d048b;
}
.cid-u6dYjm4ORU .mbr-text,
.cid-u6dYjm4ORU .mbr-section-btn {
  color: #0d048b;
}
.cid-u66IFneYzZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u66IFneYzZ .mbr-text {
  text-align: center;
  color: #0d048b;
}
.cid-u66IzD0nGu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/6303593194-1050x1166.jpg");
}
.cid-u66IzD0nGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u66IzD0nGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u66IzD0nGu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u66IzD0nGu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u66IzD0nGu .text-wrapper {
    padding: 2rem;
  }
}
.cid-u66IzD0nGu .mbr-section-title {
  text-align: center;
  color: #0d048b;
}
.cid-u66IzD0nGu .mbr-text {
  text-align: center;
  color: #0d048b;
}
.cid-u66IzD0nGu .mbr-description {
  color: #0d048b;
}
.cid-u6ie4PjTGz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u6ie4PjTGz .mbr-text {
  color: #0d048b;
  text-align: center;
}
.cid-u6eeoTX8yL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/full-7432-900x675.jpg");
}
.cid-u6eeoTX8yL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6eeoTX8yL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6eeoTX8yL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6eeoTX8yL .row {
  flex-direction: row-reverse;
}
.cid-u6eeoTX8yL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6eeoTX8yL .text-wrapper {
    padding: 2rem;
  }
}
.cid-u6eeoTX8yL .mbr-text {
  text-align: center;
  color: #0d048b;
}
.cid-u6id2dNQFW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u6id2dNQFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6id2dNQFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6id2dNQFW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6id2dNQFW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6id2dNQFW .text-wrapper {
    padding: 2rem;
  }
}
.cid-u6id2dNQFW .mbr-text {
  text-align: center;
  color: #0d048b;
}
.cid-u6cGjv8Qlv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/orig.webp");
}
.cid-u6cGjv8Qlv .mbr-overlay {
  background: #fafafa;
  opacity: 0.9;
}
.cid-u6cGjv8Qlv .item:focus,
.cid-u6cGjv8Qlv span:focus {
  outline: none;
}
.cid-u6cGjv8Qlv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6cGjv8Qlv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6cGjv8Qlv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6cGjv8Qlv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u6cGjv8Qlv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6cGjv8Qlv .mbr-section-title {
  color: #232323;
}
.cid-u6cGjv8Qlv .mbr-text,
.cid-u6cGjv8Qlv .mbr-section-btn {
  text-align: center;
  color: #0d048b;
}
.cid-u6cGjv8Qlv .item-title {
  text-align: center;
  color: #0d048b;
}
.cid-u6cGjv8Qlv .item-subtitle {
  text-align: center;
  color: #0d048b;
}
.cid-u6cH9NgEIc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2021-08-04-diego-297-1280x1280.jpg");
}
.cid-u6cH9NgEIc .mbr-overlay {
  background: #fafafa;
  opacity: 0.9;
}
.cid-u6cH9NgEIc .item:focus,
.cid-u6cH9NgEIc span:focus {
  outline: none;
}
.cid-u6cH9NgEIc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6cH9NgEIc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6cH9NgEIc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6cH9NgEIc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u6cH9NgEIc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6cH9NgEIc .mbr-section-title {
  color: #232323;
}
.cid-u6cH9NgEIc .mbr-text,
.cid-u6cH9NgEIc .mbr-section-btn {
  text-align: center;
  color: #0d048b;
}
.cid-u6cH9NgEIc .item-title {
  text-align: center;
  color: #0d048b;
}
.cid-u6cH9NgEIc .item-subtitle {
  text-align: center;
  color: #0d048b;
}
.cid-u6ib7uHpVS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u6ib7uHpVS .mbr-section-subtitle {
  text-align: center;
  color: #0d048b;
}
.cid-u6ib7uHpVS .mbr-text {
  color: #0d048b;
  text-align: center;
}
.cid-u6ibsUnFsn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u6ibsUnFsn .mbr-section-subtitle {
  text-align: center;
  color: #0d048b;
}
.cid-u6ibsUnFsn .mbr-text {
  color: #0d048b;
  text-align: center;
}
.cid-u6ebHTb6Hy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u6ebHTb6Hy .mbr-text {
  text-align: right;
  color: #0d048b;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6iplKCYT4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/2122-2000x1125.jpg");
}
.cid-u6iplKCYT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6iplKCYT4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6iplKCYT4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6iplKCYT4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6iplKCYT4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6iplKCYT4 .mbr-text,
.cid-u6iplKCYT4 .mbr-section-btn {
  text-align: right;
  color: #123920;
}
.cid-u6iplKCYT4 .mbr-section-title {
  color: #123920;
}
.cid-u6iqak3JWm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u6iqak3JWm .mbr-text {
  text-align: center;
  color: #123920;
}
.cid-u6iqeJLrP3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/uax5krtb7f0-929x545.jpg");
}
.cid-u6iqeJLrP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6iqeJLrP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6iqeJLrP3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6iqeJLrP3 .row {
  flex-direction: row-reverse;
}
.cid-u6iqeJLrP3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6iqeJLrP3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u6iqeJLrP3 .mbr-section-title {
  text-align: center;
  color: #123920;
}
.cid-u6iqeJLrP3 .mbr-text {
  text-align: center;
  color: #123920;
}
.cid-u6iqCasE7d {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u6iqCasE7d .mbr-text {
  text-align: right;
  color: #123920;
}
.cid-u6iqmaoX6a {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/i.webp");
}
.cid-u6iqmaoX6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6iqmaoX6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6iqmaoX6a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6iqmaoX6a img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6iqmaoX6a .text-wrapper {
    padding: 2rem;
  }
}
.cid-u6iqmaoX6a .mbr-text {
  text-align: center;
  color: #123920;
}
.cid-u6iqmaoX6a .mbr-section-title {
  text-align: center;
  color: #123920;
}
.cid-u6irJbiBpW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/17d229bd330a05b39c5f5c00ae4bb2a3-xl-1920x1279.jpg");
}
.cid-u6irJbiBpW .mbr-overlay {
  background: #fafafa;
  opacity: 0.9;
}
.cid-u6irJbiBpW .item:focus,
.cid-u6irJbiBpW span:focus {
  outline: none;
}
.cid-u6irJbiBpW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6irJbiBpW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6irJbiBpW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6irJbiBpW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u6irJbiBpW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6irJbiBpW .mbr-section-title {
  color: #123920;
}
.cid-u6irJbiBpW .mbr-text,
.cid-u6irJbiBpW .mbr-section-btn {
  text-align: center;
  color: #123920;
}
.cid-u6irJbiBpW .item-title {
  text-align: center;
  color: #123920;
}
.cid-u6irJbiBpW .item-subtitle {
  text-align: center;
  color: #123920;
}
.cid-u6ipnawrAE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u6ipnawrAE .mbr-text {
  text-align: right;
  color: #123920;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8LISunmyg {
  background-color: #e8d6bb;
}
.cid-u8LISunmyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8LISunmyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8LISunmyg .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u8LISunmyg .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u8LISunmyg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-u8LISunmyg .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u8LISunmyg .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u8LISunmyg .mbr-section-title {
  text-align: center;
}
.cid-u8LISunmyg .mbr-text,
.cid-u8LISunmyg .mbr-section-btn {
  text-align: center;
}
.cid-u8LKM5VnUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8LKM5VnUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8LKM5VnUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u8LKM5VnUa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8LKM5VnUa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8LKM5VnUa .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8LKM5VnUa .mbr-section-title {
  text-align: center;
}
.cid-u8LKM5VnUa .mbr-text {
  text-align: center;
}
.cid-u8RFqtlNJT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8RFqtlNJT img,
.cid-u8RFqtlNJT .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u8RFqtlNJT .item:focus,
.cid-u8RFqtlNJT span:focus {
  outline: none;
}
.cid-u8RFqtlNJT .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u8RFqtlNJT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u8RFqtlNJT .item {
  padding: 0;
  margin: 0;
}
.cid-u8RFqtlNJT .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u8RFqtlNJT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8RFqtlNJT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u8RFqtlNJT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u8RFqtlNJT .mbr-section-title {
  color: #232323;
}
.cid-u8Qx0XKsAJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8Qx0XKsAJ .item:focus,
.cid-u8Qx0XKsAJ span:focus {
  outline: none;
}
.cid-u8Qx0XKsAJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8Qx0XKsAJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u8Qx0XKsAJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8Qx0XKsAJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u8Qx0XKsAJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u8Qx0XKsAJ .mbr-section-title {
  color: #232323;
}
.cid-u8Qx0XKsAJ .mbr-text,
.cid-u8Qx0XKsAJ .mbr-section-btn {
  text-align: center;
}
.cid-u8Qx0XKsAJ .item-title {
  text-align: center;
}
.cid-u8Qx0XKsAJ .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u8RHm4l7GH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8RHm4l7GH .mbr-section-subtitle {
  text-align: center;
}
.cid-u8LIIA8rg6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8LIIA8rg6 .mbr-text {
  text-align: right;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9jLQ24bDy {
  display: flex;
  background-image: url("../../../assets/images/2-2000x1200.jpg");
}
.cid-u9jLQ24bDy .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-u9jLQ24bDy .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-u9jLQ24bDy {
    align-items: flex-end;
  }
  .cid-u9jLQ24bDy .row {
    justify-content: flex-start;
  }
  .cid-u9jLQ24bDy .content-wrap {
    width: 20%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9jLQ24bDy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9jLQ24bDy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9jLQ24bDy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9jLQ24bDy .content-wrap {
    width: 100%;
  }
}
.cid-u9jLQ24bDy .mbr-text,
.cid-u9jLQ24bDy .mbr-section-btn {
  text-align: right;
}
.cid-u9jMykP79E {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9jMykP79E .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u9jMykP79E .mbr-text {
  color: #0d048b;
}
.cid-u9jOe6mM5E {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9jOe6mM5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9jOe6mM5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u9jOe6mM5E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9jOe6mM5E img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9jOe6mM5E .text-wrapper {
    padding: 2rem;
  }
}
.cid-u9jOe6mM5E .mbr-section-title {
  text-align: center;
  color: #0d048b;
}
.cid-u9jOe6mM5E .mbr-text {
  text-align: center;
  color: #0d048b;
}
.cid-u9jOe6mM5E .mbr-description {
  color: #0d048b;
}
.cid-u9phrnvkMF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9phrnvkMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9phrnvkMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u9phrnvkMF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9phrnvkMF .row {
  flex-direction: row-reverse;
}
.cid-u9phrnvkMF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9phrnvkMF .text-wrapper {
    padding: 2rem;
  }
}
.cid-u9phrnvkMF .mbr-section-title {
  text-align: center;
  color: #0d048b;
}
.cid-u9phrnvkMF .mbr-text {
  text-align: center;
  color: #0d048b;
}
.cid-u9qZBli9PO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9qZBli9PO .item:focus,
.cid-u9qZBli9PO span:focus {
  outline: none;
}
.cid-u9qZBli9PO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u9qZBli9PO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9qZBli9PO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9qZBli9PO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9qZBli9PO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9qZBli9PO .mbr-section-title {
  color: #0d048b;
}
.cid-u9qZBli9PO .mbr-text,
.cid-u9qZBli9PO .mbr-section-btn {
  text-align: center;
}
.cid-u9qZBli9PO .item-title {
  text-align: center;
}
.cid-u9qZBli9PO .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaORxPAN0m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dbd2c4;
}
.cid-uaORxPAN0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaORxPAN0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaORxPAN0m .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uaORxPAN0m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uaORxPAN0m .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uaORxPAN0m .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uaORxPAN0m .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaORxPAN0m .mbr-text,
.cid-uaORxPAN0m .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uaOSVczXqT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaOSVczXqT .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uaP5DsLzxR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1613581738-95-p-fon-dlya-prezentatsii-pushkin-101-1920x1080.jpg");
}
.cid-uaP5DsLzxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaP5DsLzxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaP5DsLzxR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaP5DsLzxR .row {
  flex-direction: row-reverse;
}
.cid-uaP5DsLzxR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaP5DsLzxR .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaP5DsLzxR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaP5DsLzxR .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uaWjzWwCAc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/4b9eacf8-1f7c-4d75-9fc7-3dadcd73797f-literaturehero-2000x1026.jpg");
}
.cid-uaWjzWwCAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaWjzWwCAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaWjzWwCAc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaWjzWwCAc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaWjzWwCAc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaWjzWwCAc .mbr-text {
  text-align: center;
}
.cid-uaPbNjaX7B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1614723988-180-p-foni-dlya-literaturi-219-1440x1096.jpg");
}
.cid-uaPbNjaX7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaPbNjaX7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaPbNjaX7B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaPbNjaX7B img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaPbNjaX7B .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaPbNjaX7B .mbr-section-title {
  text-align: center;
}
.cid-uaPbNjaX7B .mbr-text {
  text-align: center;
}
.cid-uaWls6CMhn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bcc40d09ecf519326390e7a216bda5aa-1920x1200.jpg");
}
.cid-uaWls6CMhn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaWls6CMhn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaWls6CMhn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaWls6CMhn .row {
  flex-direction: row-reverse;
}
.cid-uaWls6CMhn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaWls6CMhn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaWls6CMhn .mbr-text {
  text-align: center;
}
.cid-uaWlD133OS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaWlD133OS .mbr-text {
  text-align: center;
}
.cid-uaWxBA13ar {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1614723988-180-p-foni-dlya-literaturi-219-1440x1096.jpg");
}
.cid-uaWxBA13ar .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-uaWxBA13ar .item:focus,
.cid-uaWxBA13ar span:focus {
  outline: none;
}
.cid-uaWxBA13ar .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uaWxBA13ar .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uaWxBA13ar .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaWxBA13ar .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uaWxBA13ar .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uaWxBA13ar .mbr-section-title {
  color: #232323;
}
.cid-uaWxBA13ar .mbr-text,
.cid-uaWxBA13ar .mbr-section-btn {
  text-align: center;
}
.cid-uaWxBA13ar .item-title {
  text-align: center;
}
.cid-uaWxBA13ar .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uaOSVFAyNd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaOSVFAyNd .mbr-text {
  text-align: right;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub0PW2ef3k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fce7e7;
}
.cid-ub0PW2ef3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0PW2ef3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub0PW2ef3k .row {
  flex-direction: row-reverse;
}
.cid-ub0PW2ef3k .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ub0PW2ef3k .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ub0PW2ef3k .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ub0PW2ef3k .mbr-section-title {
  color: #ad0e0e;
}
.cid-ub0RFEEJLc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ub0RFEEJLc .mbr-text {
  text-align: center;
}
.cid-ub13mIofca {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1674530253-catherineasquithgallery-com-p-romashki-na-korichnevom-fone-208-1920x1080.jpg");
}
.cid-ub13mIofca .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub13mIofca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub13mIofca .mbr-text,
.cid-ub13mIofca .mbr-section-btn {
  color: #ad0e0e;
}
.cid-ub15gJEaeC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #faf4ea;
}
.cid-ub15gJEaeC .mbr-text {
  text-align: left;
}
.cid-ub0QhTVPmy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1674518016-catherineasquithgallery-com-p-oboi-na-korichnevom-fone-rozovie-tsveti-182-1280x853.jpg");
}
.cid-ub0QhTVPmy .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-ub0QhTVPmy .item:focus,
.cid-ub0QhTVPmy span:focus {
  outline: none;
}
.cid-ub0QhTVPmy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ub0QhTVPmy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ub0QhTVPmy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub0QhTVPmy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ub0QhTVPmy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ub0QhTVPmy .mbr-section-title {
  color: #ad0e0e;
}
.cid-ub0QhTVPmy .mbr-text,
.cid-ub0QhTVPmy .mbr-section-btn {
  text-align: center;
}
.cid-ub0QhTVPmy .item-title {
  text-align: center;
  color: #ad0e0e;
}
.cid-ub0QhTVPmy .item-subtitle {
  text-align: center;
  color: #ad0e0e;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubYuwMb0D9 {
  background-color: #68966e;
}
.cid-ubYuwMb0D9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubYuwMb0D9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubYuwMb0D9 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ubYuwMb0D9 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubYuwMb0D9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ubYuwMb0D9 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-ubYuwMb0D9 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubYuwMb0D9 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ubYuwMb0D9 .mbr-text,
.cid-ubYuwMb0D9 .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-ubFAavn21K {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ubFAavn21K .mbr-text {
  text-align: center;
}
.cid-ubYvCvxRuT {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #68966e;
}
.cid-ubYvCvxRuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubYvCvxRuT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubYvCvxRuT .mbr-section-title {
  color: #ffffff;
}
.cid-uc3cCSAeU3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uc3cCSAeU3 blockquote {
  border-color: #232323;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uc3cCSAeU3 .mbr-text {
  text-align: left;
}
.cid-ubYLG55t56 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1676619851-catherineasquithgallery-com-p-zelenaya-trava-nebo-fon-209-2000x1250.jpg");
}
.cid-ubYLG55t56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubYLG55t56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubYLG55t56 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubYLG55t56 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubYLG55t56 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubYLG55t56 .mbr-section-title {
  text-align: center;
}
.cid-ubYLG55t56 .mbr-text {
  text-align: center;
}
.cid-uc3cSlfNA8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1639656767-57-hdpic-club-p-tanki-vov-1941-1945-sssr-63-1280x805.jpg");
}
.cid-uc3cSlfNA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc3cSlfNA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uc3cSlfNA8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc3cSlfNA8 .row {
  flex-direction: row-reverse;
}
.cid-uc3cSlfNA8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uc3cSlfNA8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uc3cSlfNA8 .mbr-section-title {
  text-align: center;
}
.cid-uc3cSlfNA8 .mbr-text {
  text-align: center;
}
.cid-ubYLGXrkaX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/118-1024x758.jpg");
}
.cid-ubYLGXrkaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubYLGXrkaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubYLGXrkaX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubYLGXrkaX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubYLGXrkaX .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubYLGXrkaX .mbr-text {
  text-align: center;
}
.cid-ubYLGXrkaX .mbr-section-title {
  text-align: center;
}
.cid-ubZ3sQ9xvI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/scale-1200-2-950x600.jpg");
}
.cid-ubZ3sQ9xvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZ3sQ9xvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZ3sQ9xvI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZ3sQ9xvI .row {
  flex-direction: row-reverse;
}
.cid-ubZ3sQ9xvI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubZ3sQ9xvI .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubZ3sQ9xvI .mbr-text {
  text-align: center;
}
.cid-ubZ3sQ9xvI .mbr-section-title {
  text-align: center;
}
.cid-uc3oorRx6a {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/scale-1200-3-900x593.jpg");
}
.cid-uc3oorRx6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc3oorRx6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc3oorRx6a ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uc3oorRx6a li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uc3oorRx6a ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6666;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uc3oorRx6a DIV {
  text-align: left;
}
.cid-ubYwQ3jtTM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #68966e;
}
.cid-ubYwQ3jtTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubYwQ3jtTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubYwQ3jtTM .mbr-section-title {
  color: #ffffff;
}
.cid-uc3t9BkoG5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uc3t9BkoG5 blockquote {
  border-color: #232323;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uc3t9BkoG5 .mbr-text {
  text-align: left;
}
.cid-ubZ3Yh9Oj3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/-2-1280x740.jpg");
}
.cid-ubZ3Yh9Oj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZ3Yh9Oj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZ3Yh9Oj3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZ3Yh9Oj3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubZ3Yh9Oj3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubZ3Yh9Oj3 .mbr-text {
  text-align: center;
}
.cid-uc3Ttu7LIF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #68966e;
}
.cid-uc3Ttu7LIF .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uc3Ttu7LIF .mbr-section-subtitle {
  text-align: center;
}
.cid-ubZ3YOqEXz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1683660328929-1035x828.jpg");
}
.cid-ubZ3YOqEXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZ3YOqEXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubZ3YOqEXz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubZ3YOqEXz .row {
  flex-direction: row-reverse;
}
.cid-ubZ3YOqEXz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubZ3YOqEXz .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubZ3YOqEXz .mbr-text {
  text-align: center;
}
.cid-ubYxndjBp1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #68966e;
}
.cid-ubYxndjBp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubYxndjBp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubYxndjBp1 .mbr-section-title {
  color: #ffffff;
}
.cid-uc456c7OC1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/uss-missouri-bb-63-flyover-tokyo-bay-2-september-1945-520775-2000x1579.jpg");
}
.cid-uc456c7OC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc456c7OC1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uc456c7OC1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc456c7OC1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uc456c7OC1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uc456c7OC1 .mbr-text {
  text-align: center;
}
.cid-uc45dXj7FH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1685466152-myskillsconnect-com-p-foto-samoletov-v-nebe-vtoroi-mirovoi-3-1406x1092.jpg");
}
.cid-uc45dXj7FH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc45dXj7FH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uc45dXj7FH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc45dXj7FH .row {
  flex-direction: row-reverse;
}
.cid-uc45dXj7FH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uc45dXj7FH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uc45dXj7FH .mbr-text {
  text-align: center;
}
.cid-ubYwEAI3sT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #68966e;
}
.cid-ubYwEAI3sT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubYwEAI3sT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubYwEAI3sT .mbr-section-title {
  color: #ffffff;
}
.cid-uc4eybzz7z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/40-1077x700.jpg");
}
.cid-uc4eybzz7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc4eybzz7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uc4eybzz7z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc4eybzz7z img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uc4eybzz7z .text-wrapper {
    padding: 2rem;
  }
}
.cid-uc4eybzz7z .mbr-text {
  text-align: center;
}
.cid-uc4eM3IMW1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/26-1199x700.jpg");
}
.cid-uc4eM3IMW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc4eM3IMW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uc4eM3IMW1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc4eM3IMW1 .row {
  flex-direction: row-reverse;
}
.cid-uc4eM3IMW1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uc4eM3IMW1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uc4eM3IMW1 .mbr-text {
  text-align: center;
}
.cid-ubYx53ZLTR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #68966e;
}
.cid-ubYx53ZLTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubYx53ZLTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubYx53ZLTR .mbr-section-title {
  color: #ffffff;
}
.cid-uc4hT6RuYt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1280px-camels-on-the-way-to-catalca-1912-1280x697.jpg");
}
.cid-uc4hT6RuYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc4hT6RuYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uc4hT6RuYt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc4hT6RuYt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uc4hT6RuYt .text-wrapper {
    padding: 2rem;
  }
}
.cid-uc4hT6RuYt .mbr-text {
  text-align: center;
}
.cid-uc4i3MDc6f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/4545ppp-928x464.jpg");
}
.cid-uc4i3MDc6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc4i3MDc6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uc4i3MDc6f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc4i3MDc6f .row {
  flex-direction: row-reverse;
}
.cid-uc4i3MDc6f img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uc4i3MDc6f .text-wrapper {
    padding: 2rem;
  }
}
.cid-uc4i3MDc6f .mbr-text {
  text-align: center;
}
.cid-ubYxhfY9BL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #68966e;
}
.cid-ubYxhfY9BL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubYxhfY9BL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubYxhfY9BL .mbr-section-title {
  color: #ffffff;
}
.cid-uc4jCjMZ0U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1689342706-vsegda-pomnim-com-p-sneg-fon-foto-21-1920x1080.jpg");
}
.cid-uc4jCjMZ0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc4jCjMZ0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uc4jCjMZ0U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc4jCjMZ0U img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uc4jCjMZ0U .text-wrapper {
    padding: 2rem;
  }
}
.cid-uc4OGR6xFI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1669148828-9-pibig-info-p-zayachi-sledi-oboi-11-1200x800.jpg");
}
.cid-uc4OGR6xFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc4OGR6xFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uc4OGR6xFI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc4OGR6xFI .row {
  flex-direction: row-reverse;
}
.cid-uc4OGR6xFI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uc4OGR6xFI .text-wrapper {
    padding: 2rem;
  }
}
.cid-uc4OGR6xFI .mbr-text {
  text-align: center;
}
.cid-ubFAa8pVNU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ubFAa8pVNU .mbr-text {
  text-align: right;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubXwTm20Pa {
  background-image: url("../../../assets/images/1639713420-192-catherineasquithgallery-com-p-fon-dlya-vizitok-nezhno-rozovii-i-myatnii-255-2000x1273.jpg");
}
.cid-ubXwTm20Pa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubXwTm20Pa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubXwTm20Pa .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubXwTm20Pa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ubXwTm20Pa .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ubXwTm20Pa .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubXwTm20Pa .mbr-section-title {
  text-align: center;
  color: #0e383e;
}
.cid-ubXwTm20Pa .mbr-text,
.cid-ubXwTm20Pa .mbr-section-btn {
  text-align: right;
  color: #0e383e;
}
.cid-ubXHx3OPYO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1614855755-79-p-foni-uzori-100-2000x950.jpg");
}
.cid-ubXHx3OPYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubXHx3OPYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubXHx3OPYO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubXHx3OPYO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubXHx3OPYO .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubXHx3OPYO .mbr-text {
  text-align: center;
  color: #0e383e;
}
.cid-ubXHBc6HLz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/uvyojgxof0n7alfcke8qyks03da1fnr9-1000x600.jpg");
}
.cid-ubXHBc6HLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubXHBc6HLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubXHBc6HLz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubXHBc6HLz .row {
  flex-direction: row-reverse;
}
.cid-ubXHBc6HLz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubXHBc6HLz .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubXHBc6HLz .mbr-text {
  text-align: center;
  color: #0e383e;
}
.cid-ubXHBc6HLz .mbr-description {
  color: #0e383e;
}
.cid-ubXHEc3LiM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/y2n6047jegie149dqvqq03afc1y7mjh5-1000x600.jpg");
}
.cid-ubXHEc3LiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubXHEc3LiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubXHEc3LiM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubXHEc3LiM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubXHEc3LiM .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubXHEc3LiM .mbr-text {
  text-align: center;
  color: #0e383e;
}
.cid-ubXxYxgjh7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ubXxYxgjh7 .item:focus,
.cid-ubXxYxgjh7 span:focus {
  outline: none;
}
.cid-ubXxYxgjh7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubXxYxgjh7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubXxYxgjh7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubXxYxgjh7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ubXxYxgjh7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubXxYxgjh7 .mbr-section-title {
  color: #232323;
}
.cid-ubXxYxgjh7 .mbr-text,
.cid-ubXxYxgjh7 .mbr-section-btn {
  text-align: center;
  color: #0e383e;
}
.cid-ubXxYxgjh7 .item-title {
  text-align: center;
  color: #0e383e;
}
.cid-ubXxYxgjh7 .item-subtitle {
  text-align: center;
  color: #0e383e;
}
.cid-ubY7WZjTou {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubY7WZjTou .item:focus,
.cid-ubY7WZjTou span:focus {
  outline: none;
}
.cid-ubY7WZjTou .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubY7WZjTou .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubY7WZjTou .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubY7WZjTou .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ubY7WZjTou .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubY7WZjTou .mbr-section-title {
  color: #0e383e;
}
.cid-ubY7WZjTou .mbr-text,
.cid-ubY7WZjTou .mbr-section-btn {
  text-align: center;
}
.cid-ubY7WZjTou .item-title {
  text-align: center;
}
.cid-ubY7WZjTou .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ubY9iWmYNJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ubY9iWmYNJ .item:focus,
.cid-ubY9iWmYNJ span:focus {
  outline: none;
}
.cid-ubY9iWmYNJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubY9iWmYNJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubY9iWmYNJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubY9iWmYNJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ubY9iWmYNJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubY9iWmYNJ .mbr-section-title {
  color: #232323;
}
.cid-ubY9iWmYNJ .mbr-text,
.cid-ubY9iWmYNJ .mbr-section-btn {
  text-align: center;
}
.cid-ubY9iWmYNJ .item-title {
  text-align: center;
}
.cid-ubY9iWmYNJ .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc534aIWtN {
  background-color: #faf4ea;
}
.cid-uc534aIWtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc534aIWtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc534aIWtN .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uc534aIWtN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uc534aIWtN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uc534aIWtN .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uc534aIWtN .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uc534aIWtN .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-uc534aIWtN .mbr-text,
.cid-uc534aIWtN .mbr-section-btn {
  text-align: right;
  color: #e43f3f;
}
.cid-uc543DdrRI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uc543DdrRI .mbr-text {
  text-align: center;
}
.cid-uc5aClq6Ea {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff9de;
}
.cid-uc5aClq6Ea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5aClq6Ea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uc5aClq6Ea .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc5aClq6Ea img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uc5aClq6Ea .text-wrapper {
    padding: 2rem;
  }
}
.cid-uc5aClq6Ea .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-uc5aClq6Ea .mbr-text {
  text-align: center;
}
.cid-uc554txk6n {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f1f1;
}
.cid-uc554txk6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc554txk6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uc554txk6n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc554txk6n .row {
  flex-direction: row-reverse;
}
.cid-uc554txk6n img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uc554txk6n .text-wrapper {
    padding: 2rem;
  }
}
.cid-uc554txk6n .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-uc554txk6n .mbr-text {
  text-align: center;
}
.cid-uc554ID01K {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f5ff;
}
.cid-uc554ID01K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc554ID01K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uc554ID01K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uc554ID01K img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uc554ID01K .text-wrapper {
    padding: 2rem;
  }
}
.cid-uc554ID01K .mbr-section-title {
  text-align: center;
}
.cid-uc554ID01K .mbr-text {
  text-align: center;
}
.cid-uc5d7fLZvO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f1f1;
}
.cid-uc5d7fLZvO .item:focus,
.cid-uc5d7fLZvO span:focus {
  outline: none;
}
.cid-uc5d7fLZvO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uc5d7fLZvO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uc5d7fLZvO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uc5d7fLZvO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uc5d7fLZvO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uc5d7fLZvO .mbr-section-title {
  color: #e43f3f;
}
.cid-uc5d7fLZvO .mbr-text,
.cid-uc5d7fLZvO .mbr-section-btn {
  text-align: center;
}
.cid-uc5d7fLZvO .item-title {
  text-align: center;
}
.cid-uc5d7fLZvO .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucNu81hRMn {
  background-image: url("../../../assets/images/-1-2000x1414.jpg");
}
.cid-ucNu81hRMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucNu81hRMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucNu81hRMn .mbr-section-title {
  text-align: center;
  color: #1c139d;
}
.cid-ucNu81RE17 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1614521282-105-p-foni-beloe-na-belom-luchshee-128-1920x1200.jpg");
}
.cid-ucNu81RE17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucNu81RE17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucNu81RE17 .mbr-section-title {
  color: #1c139d;
}
.cid-ucNu82c1B4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e9e2e2;
}
.cid-ucNu82c1B4 .mbr-text {
  color: #1c139d;
  text-align: center;
}
.cid-ucNu82t50n {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/230127-italyanskie-oboi-inkiostro-bianco-kollektsiya-story-2013-2019-collections-artikul-inkaaii1401a-1980x902.jpg");
}
.cid-ucNu82t50n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucNu82t50n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucNu82t50n .card-wrapper {
  background: #e9e2e2;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ucNu82t50n .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucNu82t50n .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucNu82t50n .card-wrapper {
    padding: 4rem;
  }
}
.cid-ucNu82t50n .mbr-text,
.cid-ucNu82t50n .mbr-section-btn {
  color: #ffffff;
}
.cid-ucNu82t50n .card-title,
.cid-ucNu82t50n .card-box {
  text-align: left;
  color: #1c139d;
}
.cid-ucNu82t50n .card-title,
.cid-ucNu82t50n .card-box DIV {
  text-align: center;
}
.cid-ucNu832YZv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e9e2e2;
}
.cid-ucNu832YZv .item:focus,
.cid-ucNu832YZv span:focus {
  outline: none;
}
.cid-ucNu832YZv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucNu832YZv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucNu832YZv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucNu832YZv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ucNu832YZv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucNu832YZv .mbr-section-title {
  color: #1c139d;
}
.cid-ucNu832YZv .mbr-text,
.cid-ucNu832YZv .mbr-section-btn {
  text-align: center;
  color: #1c139d;
}
.cid-ucNu832YZv .item-title {
  text-align: center;
  color: #1c139d;
}
.cid-ucNu832YZv .item-subtitle {
  text-align: center;
  color: #1c139d;
}
.cid-ucNu86jWDd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1670030702-51-kartinkin-net-p-fon-dlya-semeinogo-alboma-vkontakte-57-1280x853.jpg");
}
.cid-ucNu86jWDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucNu86jWDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucNu86jWDd .card-wrapper {
  background: #e9e2e2;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ucNu86jWDd .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucNu86jWDd .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucNu86jWDd .card-wrapper {
    padding: 4rem;
  }
}
.cid-ucNu86jWDd .mbr-text,
.cid-ucNu86jWDd .mbr-section-btn {
  color: #ffffff;
}
.cid-ucNu86jWDd .card-title,
.cid-ucNu86jWDd .card-box {
  text-align: left;
  color: #1c139d;
}
.cid-ucNu86jWDd .card-title,
.cid-ucNu86jWDd .card-box DIV {
  text-align: center;
}
.cid-ucNu86Fla3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-ucNu86Fla3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucNu86Fla3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucNu86Fla3 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucNu86Fla3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucNu86Fla3 .row {
    text-align: center;
  }
  .cid-ucNu86Fla3 .row > div {
    margin: auto;
  }
  .cid-ucNu86Fla3 .social-row {
    justify-content: center;
  }
}
.cid-ucNu86Fla3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucNu86Fla3 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ucNu86Fla3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucNu86Fla3 .list {
    margin-bottom: 0rem;
  }
}
.cid-ucNu86Fla3 .mbr-text {
  color: #ffffff;
}
.cid-ucNu86Fla3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ucNu86Fla3 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ucNu86Fla3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ucNu86Fla3 H5 {
  color: #ffffff;
}
.cid-ucNu86Fla3 .copyright {
  color: #ffffff;
}
.cid-ucNu87rJid {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucNu87rJid nav.navbar {
  position: fixed;
}
.cid-ucNu87rJid .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-ucNu87rJid .dropdown-menu {
  padding: 0;
}
.cid-ucNu87rJid .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucNu87rJid .dropdown-item:hover,
.cid-ucNu87rJid .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-ucNu87rJid .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-ucNu87rJid .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucNu87rJid .nav-link {
  position: relative;
}
.cid-ucNu87rJid .container {
  display: flex;
  margin: auto;
}
.cid-ucNu87rJid .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ucNu87rJid .navbar-caption {
  padding-right: 4rem;
}
.cid-ucNu87rJid .dropdown-menu,
.cid-ucNu87rJid .navbar.opened {
  background: #142732 !important;
}
.cid-ucNu87rJid .nav-item:focus,
.cid-ucNu87rJid .nav-link:focus {
  outline: none;
}
.cid-ucNu87rJid .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucNu87rJid .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucNu87rJid .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ucNu87rJid .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucNu87rJid .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucNu87rJid .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucNu87rJid .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-ucNu87rJid .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucNu87rJid .navbar.opened {
  transition: all .3s;
}
.cid-ucNu87rJid .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ucNu87rJid .navbar .navbar-logo img {
  width: auto;
}
.cid-ucNu87rJid .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucNu87rJid .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucNu87rJid .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucNu87rJid .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ucNu87rJid .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucNu87rJid .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucNu87rJid .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: 55%;
}
.cid-ucNu87rJid .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucNu87rJid .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ucNu87rJid .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ucNu87rJid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucNu87rJid .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucNu87rJid .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucNu87rJid .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucNu87rJid .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: 55%;
  }
  .cid-ucNu87rJid .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ucNu87rJid .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucNu87rJid .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucNu87rJid .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucNu87rJid .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucNu87rJid .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ucNu87rJid .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucNu87rJid .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ucNu87rJid .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucNu87rJid .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucNu87rJid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucNu87rJid .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucNu87rJid .dropdown-item.active,
.cid-ucNu87rJid .dropdown-item:active {
  background-color: transparent;
}
.cid-ucNu87rJid .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucNu87rJid .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucNu87rJid .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucNu87rJid .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-ucNu87rJid .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucNu87rJid .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucNu87rJid ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucNu87rJid .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucNu87rJid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ucNu87rJid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-ucNu87rJid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucNu87rJid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucNu87rJid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucNu87rJid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucNu87rJid nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucNu87rJid nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucNu87rJid nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucNu87rJid nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucNu87rJid .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ucNu87rJid a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucNu87rJid .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-ucNu87rJid .navbar {
    height: 77px;
  }
  .cid-ucNu87rJid .navbar.opened {
    height: auto;
  }
  .cid-ucNu87rJid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucUHTbsvs9 {
  display: flex;
  background-image: url("../../../assets/images/5404933-xlarge-1300x745.jpg");
}
.cid-ucUHTbsvs9 .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-ucUHTbsvs9 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-ucUHTbsvs9 {
    align-items: center;
  }
  .cid-ucUHTbsvs9 .row {
    justify-content: center;
  }
  .cid-ucUHTbsvs9 .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucUHTbsvs9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucUHTbsvs9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucUHTbsvs9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucUHTbsvs9 .content-wrap {
    width: 100%;
  }
}
.cid-ucUHTbsvs9 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ucUHTbsvs9 .mbr-text,
.cid-ucUHTbsvs9 .mbr-section-btn {
  text-align: center;
}
.cid-ucUVANCe29 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ced8ec;
}
.cid-ucUVANCe29 .mbr-text {
  text-align: center;
  color: #1c139d;
}
.cid-ucUWjhbBrc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/2777745-original-1400x933.jpg");
}
.cid-ucUWjhbBrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUWjhbBrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucUWjhbBrc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucUWjhbBrc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucUWjhbBrc .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucUWjhbBrc .mbr-text {
  text-align: center;
  color: #1c139d;
}
.cid-ucV0W515RZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1663766905-47-pibig-info-p-reka-vilyui-priroda-instagram-51-1980x1114.jpg");
}
.cid-ucV0W515RZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucV0W515RZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucV0W515RZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucV0W515RZ .row {
  flex-direction: row-reverse;
}
.cid-ucV0W515RZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucV0W515RZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucV0W515RZ .mbr-text {
  text-align: center;
  color: #1c139d;
}
.cid-ud118V9fUZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-ud118V9fUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud118V9fUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud118V9fUZ .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ud118V9fUZ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ud118V9fUZ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ud118V9fUZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-ud118V9fUZ .mbr-text,
.cid-ud118V9fUZ .mbr-section-btn {
  color: #1c139d;
  text-align: center;
}
.cid-ud118V9fUZ .card-title,
.cid-ud118V9fUZ .card-box {
  text-align: left;
}
.cid-ud11rUYMo0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d4dddf;
}
.cid-ud11rUYMo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud11rUYMo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud11rUYMo0 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ud11rUYMo0 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ud11rUYMo0 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6666;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ud11rUYMo0 H3 {
  text-align: left;
  color: #1c139d;
}
.cid-ud11rUYMo0 .list {
  color: #1c139d;
  text-align: left;
}
.cid-ud11W71co2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1559020459-20-750x485.jpg");
}
.cid-ud11W71co2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud11W71co2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ud11W71co2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud11W71co2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ud11W71co2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ud11W71co2 .mbr-section-title {
  text-align: center;
  color: #1c139d;
}
.cid-ud11W71co2 .mbr-text {
  color: #1c139d;
  text-align: center;
}
.cid-ud12l2cpwJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/autumn-3755750-960-720-960x630.jpg");
}
.cid-ud12l2cpwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud12l2cpwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud12l2cpwJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ud12l2cpwJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ud12l2cpwJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff6666;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ud12l2cpwJ H3 {
  color: #1c139d;
}
.cid-ud12l2cpwJ .list {
  color: #1c139d;
}
.cid-ud12hs0ZsE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1559020027-17-750x500.jpg");
}
.cid-ud12hs0ZsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud12hs0ZsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ud12hs0ZsE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ud12hs0ZsE .row {
  flex-direction: row-reverse;
}
.cid-ud12hs0ZsE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ud12hs0ZsE .text-wrapper {
    padding: 2rem;
  }
}
.cid-ud12hs0ZsE .mbr-text {
  text-align: center;
  color: #1c139d;
}
.cid-ucU6p8zH6c {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d6deeb;
}
.cid-ucU6p8zH6c .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ucU6p8zH6c .mbr-section-subtitle {
  text-align: center;
  color: #1c139d;
}
.cid-ucU6p8zH6c .mbr-text {
  text-align: right;
  color: #1c139d;
}
.cid-udhg4rIPgw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c139d;
}
.cid-udhg4rIPgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-udhg4rIPgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udhg4rIPgw .mbr-text,
.cid-udhg4rIPgw .mbr-section-btn {
  color: #232323;
}
.cid-udhg4rIPgw .card-title,
.cid-udhg4rIPgw .card-box {
  color: #ffffff;
}
.cid-udhg4rIPgw .mbr-text,
.cid-udhg4rIPgw .link-wrap {
  color: #ffffff;
}
.cid-udhgfXKv3e {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1559018697-5-750x422.jpg");
}
.cid-udhgfXKv3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-udhgfXKv3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udhgfXKv3e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udhgfXKv3e img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udhgfXKv3e .text-wrapper {
    padding: 2rem;
  }
}
.cid-udhgfXKv3e .mbr-text {
  text-align: center;
  color: #1c139d;
}
.cid-udhgfXKv3e .mbr-description {
  color: #1c139d;
}
.cid-udhgobrfox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2783941-original-1400x933.jpg");
}
.cid-udhgobrfox .mbr-fallback-image.disabled {
  display: none;
}
.cid-udhgobrfox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udhgobrfox .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udhgobrfox .row {
  flex-direction: row-reverse;
}
.cid-udhgobrfox img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udhgobrfox .text-wrapper {
    padding: 2rem;
  }
}
.cid-udhgobrfox .mbr-text {
  text-align: center;
  color: #1c139d;
}
.cid-udhgobrfox .mbr-description {
  color: #1c139d;
}
.cid-udhgzRyWEO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1559018464-3-750x423.jpg");
}
.cid-udhgzRyWEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-udhgzRyWEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udhgzRyWEO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udhgzRyWEO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udhgzRyWEO .text-wrapper {
    padding: 2rem;
  }
}
.cid-udhgzRyWEO .mbr-text {
  color: #1c139d;
  text-align: center;
}
.cid-udhgzRyWEO .mbr-description {
  color: #1c139d;
}
.cid-udhgHoQY16 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/122-1500x1500.jpg");
}
.cid-udhgHoQY16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udhgHoQY16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udhgHoQY16 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udhgHoQY16 .row {
  flex-direction: row-reverse;
}
.cid-udhgHoQY16 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udhgHoQY16 .text-wrapper {
    padding: 2rem;
  }
}
.cid-udhgHoQY16 .mbr-text {
  text-align: center;
  color: #1c139d;
}
.cid-udhgHoQY16 .mbr-description {
  color: #1c139d;
}
.cid-udhhTqU2hu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d4dddf;
}
.cid-udhhTqU2hu .mbr-fallback-image.disabled {
  display: none;
}
.cid-udhhTqU2hu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udhhTqU2hu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udhhTqU2hu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udhhTqU2hu .text-wrapper {
    padding: 2rem;
  }
}
.cid-udhhTqU2hu .mbr-text {
  text-align: center;
  color: #1c139d;
}
.cid-ucU4INzdsG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1641943390-11-celes-club-p-reka-vilyui-priroda-krasivo-foto-12-1258x843.jpg");
}
.cid-ucU4INzdsG .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-ucU4INzdsG .item:focus,
.cid-ucU4INzdsG span:focus {
  outline: none;
}
.cid-ucU4INzdsG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucU4INzdsG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucU4INzdsG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucU4INzdsG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ucU4INzdsG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucU4INzdsG .mbr-section-title {
  color: #1c139d;
}
.cid-ucU4INzdsG .mbr-text,
.cid-ucU4INzdsG .mbr-section-btn {
  text-align: center;
  color: #1c139d;
}
.cid-ucU4INzdsG .item-title {
  text-align: center;
  color: #1c139d;
}
.cid-ucU4INzdsG .item-subtitle {
  text-align: center;
  color: #1c139d;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udikX14ojI {
  display: flex;
  background-image: url("../../../assets/images/-1969x1016.jpg");
}
.cid-udikX14ojI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-udikX14ojI .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-udikX14ojI {
    align-items: center;
  }
  .cid-udikX14ojI .row {
    justify-content: center;
  }
  .cid-udikX14ojI .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-udikX14ojI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-udikX14ojI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-udikX14ojI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-udikX14ojI .content-wrap {
    width: 100%;
  }
}
.cid-udikX14ojI .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-udikX14ojI .mbr-text,
.cid-udikX14ojI .mbr-section-btn {
  text-align: center;
}
.cid-udikX1mhHH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ced8ec;
}
.cid-udikX1mhHH .mbr-text {
  text-align: center;
  color: #1c139d;
}
.cid-udikX1mhHH .mbr-section-title {
  color: #1c139d;
  text-align: center;
}
.cid-udmCKuk59v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udmCKuk59v .mbr-fallback-image.disabled {
  display: none;
}
.cid-udmCKuk59v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udmCKuk59v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udmCKuk59v img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udmCKuk59v .text-wrapper {
    padding: 2rem;
  }
}
.cid-udmCKuk59v .mbr-text {
  text-align: center;
  color: #1c139d;
}
.cid-udmFYVX7HY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ced8ec;
}
.cid-udmFYVX7HY .line {
  background-color: #1c139d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-udmFYVX7HY .mbr-text {
  color: #1c139d;
}
.cid-udmHFVnnyA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udmHFVnnyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-udmHFVnnyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udmHFVnnyA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udmHFVnnyA .row {
  flex-direction: row-reverse;
}
.cid-udmHFVnnyA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udmHFVnnyA .text-wrapper {
    padding: 2rem;
  }
}
.cid-udmHFVnnyA .mbr-text {
  text-align: center;
  color: #1c139d;
}
.cid-udmHFVnnyA .mbr-section-title {
  text-align: center;
  color: #1c139d;
}
.cid-udmKqAnhRV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ced8ec;
}
.cid-udmKqAnhRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-udmKqAnhRV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udmKqAnhRV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udmKqAnhRV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udmKqAnhRV .text-wrapper {
    padding: 2rem;
  }
}
.cid-udmKqAnhRV .mbr-text {
  text-align: center;
  color: #1c139d;
}
.cid-udmCL6g6zM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udmCL6g6zM .mbr-fallback-image.disabled {
  display: none;
}
.cid-udmCL6g6zM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udmCL6g6zM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udmCL6g6zM .row {
  flex-direction: row-reverse;
}
.cid-udmCL6g6zM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udmCL6g6zM .text-wrapper {
    padding: 2rem;
  }
}
.cid-udmCL6g6zM .mbr-description {
  color: #1c139d;
}
.cid-udmCL6g6zM .mbr-text {
  color: #1c139d;
  text-align: center;
}
.cid-udmGKfza8s {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ced8ec;
}
.cid-udmGKfza8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-udmGKfza8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udmGKfza8s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udmGKfza8s img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udmGKfza8s .text-wrapper {
    padding: 2rem;
  }
}
.cid-udmGKfza8s .mbr-text {
  text-align: center;
  color: #1c139d;
}
.cid-udmLpleF0U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udmLpleF0U .mbr-text {
  text-align: center;
  color: #1c139d;
}
.cid-udmLQTQjPC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udmLQTQjPC .mbr-text {
  text-align: right;
  color: #1c139d;
}
.cid-udiuUr87kF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c139d;
}
.cid-udiuUr87kF .mbr-fallback-image.disabled {
  display: none;
}
.cid-udiuUr87kF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udiuUr87kF .mbr-text,
.cid-udiuUr87kF .mbr-section-btn {
  color: #232323;
}
.cid-udiuUr87kF .card-title,
.cid-udiuUr87kF .card-box {
  color: #ffffff;
}
.cid-udiuUr87kF .mbr-text,
.cid-udiuUr87kF .link-wrap {
  color: #ffffff;
}
.cid-udj8DZBOeV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udj8DZBOeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-udj8DZBOeV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udj8DZBOeV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udj8DZBOeV .row {
  flex-direction: row-reverse;
}
.cid-udj8DZBOeV img {
  width: 100%;
}
.cid-udj9D7KaBS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ced8ec;
}
.cid-udj9D7KaBS img,
.cid-udj9D7KaBS .item-img {
  width: 100%;
}
.cid-udj9D7KaBS .item:focus,
.cid-udj9D7KaBS span:focus {
  outline: none;
}
.cid-udj9D7KaBS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-udj9D7KaBS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udj9D7KaBS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udj9D7KaBS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udj9D7KaBS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udj9D7KaBS .mbr-section-title {
  color: #232323;
}
.cid-udj9D7KaBS .mbr-text,
.cid-udj9D7KaBS .mbr-section-btn {
  text-align: left;
}
.cid-udj9D7KaBS .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-udj9D7KaBS .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-udjcRfoK7l {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-udjcRfoK7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-udjcRfoK7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udjcRfoK7l .row {
  align-items: stretch;
  justify-content: center;
}
.cid-udjcRfoK7l .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-udjcRfoK7l .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-udjd7mpJM3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udjd7mpJM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udjd7mpJM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udjd7mpJM3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udjd7mpJM3 .row {
  flex-direction: row-reverse;
}
.cid-udjd7mpJM3 img {
  width: 100%;
}
.cid-udj5RqMaXC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ced8ec;
}
.cid-udj5RqMaXC img,
.cid-udj5RqMaXC .item-img {
  width: 100%;
}
.cid-udj5RqMaXC .item:focus,
.cid-udj5RqMaXC span:focus {
  outline: none;
}
.cid-udj5RqMaXC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-udj5RqMaXC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udj5RqMaXC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udj5RqMaXC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udj5RqMaXC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udj5RqMaXC .mbr-section-title {
  color: #232323;
}
.cid-udj5RqMaXC .mbr-text,
.cid-udj5RqMaXC .mbr-section-btn {
  text-align: left;
}
.cid-udj5RqMaXC .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-udj5RqMaXC .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-udiElOC5kg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udiElOC5kg img,
.cid-udiElOC5kg .item-img {
  width: 100%;
}
.cid-udiElOC5kg .item:focus,
.cid-udiElOC5kg span:focus {
  outline: none;
}
.cid-udiElOC5kg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-udiElOC5kg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udiElOC5kg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udiElOC5kg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udiElOC5kg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udiElOC5kg .mbr-section-title {
  color: #232323;
}
.cid-udiElOC5kg .mbr-text,
.cid-udiElOC5kg .mbr-section-btn {
  text-align: left;
}
.cid-udiElOC5kg .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-udiElOC5kg .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-udj0rjspTy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ced8ec;
}
.cid-udj0rjspTy img,
.cid-udj0rjspTy .item-img {
  width: 100%;
}
.cid-udj0rjspTy .item:focus,
.cid-udj0rjspTy span:focus {
  outline: none;
}
.cid-udj0rjspTy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-udj0rjspTy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udj0rjspTy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udj0rjspTy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udj0rjspTy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udj0rjspTy .mbr-section-title {
  color: #232323;
}
.cid-udj0rjspTy .mbr-text,
.cid-udj0rjspTy .mbr-section-btn {
  text-align: left;
}
.cid-udj0rjspTy .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-udj0rjspTy .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-udj1PBICr5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udj1PBICr5 img,
.cid-udj1PBICr5 .item-img {
  width: 100%;
}
.cid-udj1PBICr5 .item:focus,
.cid-udj1PBICr5 span:focus {
  outline: none;
}
.cid-udj1PBICr5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-udj1PBICr5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udj1PBICr5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udj1PBICr5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udj1PBICr5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udj1PBICr5 .mbr-section-title {
  color: #232323;
}
.cid-udj1PBICr5 .mbr-text,
.cid-udj1PBICr5 .mbr-section-btn {
  text-align: left;
}
.cid-udj1PBICr5 .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-udj1PBICr5 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-udj3hZLIhR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ced8ec;
}
.cid-udj3hZLIhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-udj3hZLIhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udj3hZLIhR .row {
  align-items: stretch;
  justify-content: center;
}
.cid-udj3hZLIhR .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-udj3hZLIhR .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-udj2HiWKpV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udj2HiWKpV img,
.cid-udj2HiWKpV .item-img {
  width: 100%;
}
.cid-udj2HiWKpV .item:focus,
.cid-udj2HiWKpV span:focus {
  outline: none;
}
.cid-udj2HiWKpV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-udj2HiWKpV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udj2HiWKpV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udj2HiWKpV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udj2HiWKpV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udj2HiWKpV .mbr-section-title {
  color: #232323;
}
.cid-udj2HiWKpV .mbr-text,
.cid-udj2HiWKpV .mbr-section-btn {
  text-align: left;
}
.cid-udj2HiWKpV .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-udj2HiWKpV .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-udj4WkH9bB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ced8ec;
}
.cid-udj4WkH9bB .mbr-fallback-image.disabled {
  display: none;
}
.cid-udj4WkH9bB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udj4WkH9bB .row {
  align-items: stretch;
  justify-content: center;
}
.cid-udj4WkH9bB .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-udj4WkH9bB .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-udj6G7rDiK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udj6G7rDiK .item:focus,
.cid-udj6G7rDiK span:focus {
  outline: none;
}
.cid-udj6G7rDiK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-udj6G7rDiK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udj6G7rDiK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udj6G7rDiK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udj6G7rDiK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udj6G7rDiK .mbr-section-title {
  color: #1c139d;
}
.cid-udj6G7rDiK .mbr-text,
.cid-udj6G7rDiK .mbr-section-btn {
  text-align: center;
}
.cid-udj6G7rDiK .item-title {
  text-align: center;
}
.cid-udj6G7rDiK .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-udikX6Hyzx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/-1969x1016.jpg");
}
.cid-udikX6Hyzx .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-udikX6Hyzx .item:focus,
.cid-udikX6Hyzx span:focus {
  outline: none;
}
.cid-udikX6Hyzx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-udikX6Hyzx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udikX6Hyzx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udikX6Hyzx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udikX6Hyzx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udikX6Hyzx .mbr-section-title {
  color: #1c139d;
}
.cid-udikX6Hyzx .mbr-text,
.cid-udikX6Hyzx .mbr-section-btn {
  text-align: center;
  color: #1c139d;
}
.cid-udikX6Hyzx .item-title {
  text-align: center;
  color: #1c139d;
}
.cid-udikX6Hyzx .item-subtitle {
  text-align: center;
  color: #1c139d;
}
.cid-udikX7fD9Y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-udikX7fD9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-udikX7fD9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udikX7fD9Y .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udikX7fD9Y .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-udikX7fD9Y .row {
    text-align: center;
  }
  .cid-udikX7fD9Y .row > div {
    margin: auto;
  }
  .cid-udikX7fD9Y .social-row {
    justify-content: center;
  }
}
.cid-udikX7fD9Y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-udikX7fD9Y .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-udikX7fD9Y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udikX7fD9Y .list {
    margin-bottom: 0rem;
  }
}
.cid-udikX7fD9Y .mbr-text {
  color: #ffffff;
}
.cid-udikX7fD9Y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-udikX7fD9Y .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-udikX7fD9Y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-udikX7fD9Y H5 {
  color: #ffffff;
}
.cid-udikX7fD9Y .copyright {
  color: #ffffff;
}
.cid-udikX7KXT8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udikX7KXT8 nav.navbar {
  position: fixed;
}
.cid-udikX7KXT8 .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-udikX7KXT8 .dropdown-menu {
  padding: 0;
}
.cid-udikX7KXT8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udikX7KXT8 .dropdown-item:hover,
.cid-udikX7KXT8 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-udikX7KXT8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-udikX7KXT8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udikX7KXT8 .nav-link {
  position: relative;
}
.cid-udikX7KXT8 .container {
  display: flex;
  margin: auto;
}
.cid-udikX7KXT8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-udikX7KXT8 .navbar-caption {
  padding-right: 4rem;
}
.cid-udikX7KXT8 .dropdown-menu,
.cid-udikX7KXT8 .navbar.opened {
  background: #142732 !important;
}
.cid-udikX7KXT8 .nav-item:focus,
.cid-udikX7KXT8 .nav-link:focus {
  outline: none;
}
.cid-udikX7KXT8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udikX7KXT8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udikX7KXT8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-udikX7KXT8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udikX7KXT8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udikX7KXT8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udikX7KXT8 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-udikX7KXT8 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udikX7KXT8 .navbar.opened {
  transition: all .3s;
}
.cid-udikX7KXT8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-udikX7KXT8 .navbar .navbar-logo img {
  width: auto;
}
.cid-udikX7KXT8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udikX7KXT8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udikX7KXT8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udikX7KXT8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-udikX7KXT8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udikX7KXT8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udikX7KXT8 .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: 55%;
}
.cid-udikX7KXT8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udikX7KXT8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-udikX7KXT8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-udikX7KXT8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udikX7KXT8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udikX7KXT8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udikX7KXT8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udikX7KXT8 .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: 55%;
  }
  .cid-udikX7KXT8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-udikX7KXT8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udikX7KXT8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udikX7KXT8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udikX7KXT8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udikX7KXT8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-udikX7KXT8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-udikX7KXT8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-udikX7KXT8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-udikX7KXT8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udikX7KXT8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udikX7KXT8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udikX7KXT8 .dropdown-item.active,
.cid-udikX7KXT8 .dropdown-item:active {
  background-color: transparent;
}
.cid-udikX7KXT8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udikX7KXT8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udikX7KXT8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udikX7KXT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-udikX7KXT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udikX7KXT8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udikX7KXT8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udikX7KXT8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udikX7KXT8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-udikX7KXT8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-udikX7KXT8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-udikX7KXT8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-udikX7KXT8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-udikX7KXT8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-udikX7KXT8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udikX7KXT8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-udikX7KXT8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-udikX7KXT8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udikX7KXT8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-udikX7KXT8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udikX7KXT8 .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-udikX7KXT8 .navbar {
    height: 77px;
  }
  .cid-udikX7KXT8 .navbar.opened {
    height: auto;
  }
  .cid-udikX7KXT8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udu0zc3o8o {
  background-image: url("../../../assets/images/12930977-risunok-biblioteka-budushchego-63-1600x1209.jpg");
}
.cid-udu0zc3o8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-udu0zc3o8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udu0zc3o8o .mbr-section-title {
  color: #933100;
}
.cid-udu0ZHV224 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udu0ZHV224 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udu0ZHV224 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udu0ZHV224 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udu0ZHV224 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udu0ZHV224 .text-wrapper {
    padding: 2rem;
  }
}
.cid-udu0ZHV224 .mbr-text {
  text-align: center;
  color: #933100;
}
.cid-udu2svHRzA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udu2svHRzA .mbr-section-subtitle {
  text-align: center;
  color: #933100;
}
.cid-udu2svHRzA .mbr-text {
  text-align: right;
  color: #933100;
}
.cid-udu9mAVZmE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #daa388;
}
.cid-udu9mAVZmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-udu9mAVZmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udu9mAVZmE .mbr-text,
.cid-udu9mAVZmE .mbr-section-btn {
  color: #232323;
}
.cid-udu9mAVZmE .card-title,
.cid-udu9mAVZmE .card-box {
  color: #ffffff;
}
.cid-udu9mAVZmE .mbr-text,
.cid-udu9mAVZmE .link-wrap {
  color: #ffffff;
}
.cid-udEOv1ARg0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udEOv1ARg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udEOv1ARg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udEOv1ARg0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udEOv1ARg0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udEOv1ARg0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-udEOv1ARg0 .mbr-text {
  text-align: center;
  color: #933100;
}
.cid-udEOv1ARg0 .mbr-section-title {
  text-align: center;
  color: #933100;
}
.cid-udEOv1ARg0 .mbr-description {
  color: #933100;
}
.cid-udEOXUvMYu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fcebe3;
}
.cid-udEOXUvMYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-udEOXUvMYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udEOXUvMYu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udEOXUvMYu .row {
  flex-direction: row-reverse;
}
.cid-udEOXUvMYu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udEOXUvMYu .text-wrapper {
    padding: 2rem;
  }
}
.cid-udEOXUvMYu .mbr-text {
  text-align: center;
  color: #933100;
}
.cid-udEOXUvMYu .mbr-description {
  color: #933100;
}
.cid-udyuGh5jos {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udyuGh5jos .mbr-fallback-image.disabled {
  display: none;
}
.cid-udyuGh5jos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udyuGh5jos .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udyuGh5jos img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udyuGh5jos .text-wrapper {
    padding: 2rem;
  }
}
.cid-udyuGh5jos .mbr-section-title {
  color: #933100;
  text-align: center;
}
.cid-udyuGh5jos .mbr-text {
  text-align: center;
  color: #933100;
}
.cid-udyuGh5jos .mbr-description {
  color: #933100;
}
.cid-udEQ66Nc3T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fcebe3;
}
.cid-udEQ66Nc3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-udEQ66Nc3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udEQ66Nc3T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udEQ66Nc3T .row {
  flex-direction: row-reverse;
}
.cid-udEQ66Nc3T img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udEQ66Nc3T .text-wrapper {
    padding: 2rem;
  }
}
.cid-udEQ66Nc3T .mbr-text {
  text-align: center;
  color: #933100;
}
.cid-udETGn85Ew {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udETGn85Ew .mbr-fallback-image.disabled {
  display: none;
}
.cid-udETGn85Ew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udETGn85Ew .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udETGn85Ew img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udETGn85Ew .text-wrapper {
    padding: 2rem;
  }
}
.cid-udETGn85Ew .mbr-text {
  text-align: center;
  color: #933100;
}
.cid-udETGn85Ew .mbr-section-title {
  text-align: center;
  color: #933100;
}
.cid-udEVnytYWV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fcebe3;
}
.cid-udEVnytYWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-udEVnytYWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udEVnytYWV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udEVnytYWV .row {
  flex-direction: row-reverse;
}
.cid-udEVnytYWV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udEVnytYWV .text-wrapper {
    padding: 2rem;
  }
}
.cid-udEVnytYWV .mbr-text {
  text-align: center;
  color: #933100;
}
.cid-udEVnytYWV .mbr-section-title {
  color: #933100;
}
.cid-udEVnytYWV .mbr-description {
  color: #933100;
}
.cid-udEVFPV0A7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udEVFPV0A7 .mbr-text {
  text-align: center;
  color: #933100;
}
.cid-udEVShKSQz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fcebe3;
}
.cid-udEVShKSQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-udEVShKSQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udEVShKSQz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udEVShKSQz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udEVShKSQz .text-wrapper {
    padding: 2rem;
  }
}
.cid-udEVShKSQz .mbr-text {
  text-align: center;
  color: #933100;
}
.cid-udEVShKSQz .mbr-section-title {
  text-align: center;
  color: #933100;
}
.cid-udEVShKSQz .mbr-description {
  color: #933100;
}
.cid-udFmuhilkL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #daa388;
}
.cid-udFmuhilkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-udFmuhilkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udFmuhilkL .mbr-text,
.cid-udFmuhilkL .mbr-section-btn {
  color: #232323;
}
.cid-udFmuhilkL .card-title,
.cid-udFmuhilkL .card-box {
  color: #ffffff;
}
.cid-udFmuhilkL .mbr-text,
.cid-udFmuhilkL .link-wrap {
  color: #ffffff;
}
.cid-udFmvT102o {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udFmvT102o .mbr-fallback-image.disabled {
  display: none;
}
.cid-udFmvT102o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udFmvT102o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udFmvT102o .row {
  flex-direction: row-reverse;
}
.cid-udFmvT102o img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udFmvT102o .text-wrapper {
    padding: 2rem;
  }
}
.cid-udFmvT102o .mbr-text {
  text-align: center;
  color: #933100;
}
.cid-udFmvT102o .mbr-section-title {
  text-align: center;
}
.cid-udFmvT102o .mbr-description {
  color: #933100;
}
.cid-udFqTnBoDO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fcebe3;
}
.cid-udFqTnBoDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-udFqTnBoDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udFqTnBoDO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udFqTnBoDO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udFqTnBoDO .text-wrapper {
    padding: 2rem;
  }
}
.cid-udFqTnBoDO .mbr-text {
  text-align: center;
  color: #933100;
}
.cid-udFqTnBoDO .mbr-section-title {
  text-align: center;
  color: #933100;
}
.cid-udFqTnBoDO .mbr-description {
  color: #933100;
}
.cid-udFo7ZLWMA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udFo7ZLWMA .mbr-text {
  text-align: center;
  color: #933100;
}
.cid-udu2LLl6m6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fcebe3;
}
.cid-udu2LLl6m6 .mbr-text {
  text-align: right;
  color: #933100;
}
.cid-udu2LLl6m6 .mbr-section-subtitle {
  text-align: center;
  color: #933100;
}
.cid-udFFAuAaa3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udFFAuAaa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udFFAuAaa3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udFFAuAaa3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udFFAuAaa3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udFFAuAaa3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-udFFAuAaa3 .mbr-text {
  text-align: center;
  color: #933100;
}
.cid-udFFAuAaa3 .mbr-section-title {
  text-align: center;
  color: #933100;
}
.cid-udEkcLzh5q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fcebe3;
}
.cid-udEkcLzh5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-udEkcLzh5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udEkcLzh5q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-udEkcLzh5q .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-udEkcLzh5q .embla__button--next,
.cid-udEkcLzh5q .embla__button--prev {
  display: flex;
}
.cid-udEkcLzh5q .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-udEkcLzh5q .embla__button {
    display: none;
  }
}
.cid-udEkcLzh5q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-udEkcLzh5q .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-udEkcLzh5q .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udEkcLzh5q .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-udEkcLzh5q .embla__button {
    top: auto;
  }
}
.cid-udEkcLzh5q .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-udEkcLzh5q .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-udEkcLzh5q .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-udEkcLzh5q .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-udEkcLzh5q .embla {
  position: relative;
  width: 100%;
}
.cid-udEkcLzh5q .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-udEkcLzh5q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-udEkcLzh5q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-udEkcLzh5q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-udEkcLzh5q H3 {
  color: #933100;
}
.cid-udEkcLzh5q .user_text {
  color: #933100;
}
.cid-udu0T8h2UL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udu0T8h2UL .mbr-text {
  text-align: right;
  color: #933100;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uejxABx29A {
  background-image: url("../../../assets/images/-2-2000x1414.jpg");
}
.cid-uejxABx29A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uejxABx29A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uejxABx29A .mbr-section-title {
  text-align: center;
  color: #347568;
}
.cid-uejxABx29A .mbr-section-subtitle {
  text-align: right;
}
.cid-uejzxxN4NP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uejzxxN4NP .mbr-text {
  text-align: center;
  color: #1f5042;
}
.cid-uejzxxN4NP .mbr-section-subtitle {
  text-align: center;
}
.cid-ueSs6lqvMA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueSs6lqvMA .mbr-text {
  text-align: center;
  color: #1f5042;
}
.cid-uejBWoBY5v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1613581996-19-p-fon-dlya-prezentatsii-bumaga-36-1920x1080.jpg");
}
.cid-uejBWoBY5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uejBWoBY5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uejBWoBY5v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uejBWoBY5v img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uejBWoBY5v .text-wrapper {
    padding: 2rem;
  }
}
.cid-uejBWoBY5v .mbr-text {
  text-align: center;
  color: #1f5042;
}
.cid-uejBWoBY5v .mbr-section-title {
  text-align: center;
  color: #1f5042;
}
.cid-uejBWoBY5v .mbr-description {
  color: #1f5042;
}
.cid-uejArSd19H {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1674273374-catherineasquithgallery-com-p-fon-serii-vintazhnii-foto-194-1391x800.jpg");
}
.cid-uejArSd19H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uejArSd19H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uejArSd19H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uejArSd19H .row {
  flex-direction: row-reverse;
}
.cid-uejArSd19H img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uejArSd19H .text-wrapper {
    padding: 2rem;
  }
}
.cid-uejArSd19H .mbr-text {
  text-align: center;
  color: #1f5042;
}
.cid-uejArSd19H .mbr-section-title {
  text-align: center;
}
.cid-ueGOO1Seff {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/14977399351543-1920x1200-1920x1200.jpg");
}
.cid-ueGOO1Seff .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueGOO1Seff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueGOO1Seff .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueGOO1Seff img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ueGOO1Seff .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueGOO1Seff .mbr-section-title {
  text-align: center;
  color: #1f5042;
}
.cid-ueGOO1Seff .mbr-text {
  color: #1f5042;
  text-align: center;
}
.cid-ueGOO1Seff .mbr-description {
  color: #1f5042;
}
.cid-ueGQDlJgRU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueGQDlJgRU .line {
  background-color: #1f5042;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ueGQDlJgRU .mbr-text {
  color: #1f5042;
}
.cid-ueGRDNxpcI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1614645482-13-p-fon-noti-dlya-fotoshopa-15-2000x1439.jpg");
}
.cid-ueGRDNxpcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueGRDNxpcI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueGRDNxpcI .video-wrapper iframe {
  width: 100%;
}
.cid-ueGRDNxpcI .mbr-section-title,
.cid-ueGRDNxpcI .mbr-section-subtitle,
.cid-ueGRDNxpcI .mbr-text {
  text-align: center;
}
.cid-ueGRDNxpcI .mbr-section-title {
  color: #1f5042;
}
.cid-ueGRDNxpcI .mbr-section-subtitle {
  color: #1f5042;
}
.cid-ueGS3mY4Qz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eddcc0;
}
.cid-ueGS3mY4Qz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueGS3mY4Qz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueGS3mY4Qz .mbr-section-title {
  color: #1f5042;
}
.cid-ueGSzKHgSy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f1eaca;
}
.cid-ueGSzKHgSy .item:focus,
.cid-ueGSzKHgSy span:focus {
  outline: none;
}
.cid-ueGSzKHgSy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ueGSzKHgSy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ueGSzKHgSy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueGSzKHgSy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ueGSzKHgSy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueGSzKHgSy .mbr-section-title {
  color: #232323;
}
.cid-ueGSzKHgSy .mbr-text,
.cid-ueGSzKHgSy .mbr-section-btn {
  text-align: center;
}
.cid-ueGSzKHgSy .item-title {
  text-align: center;
}
.cid-ueGSzKHgSy .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ueI3rFqsuh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eddcc0;
}
.cid-ueI3rFqsuh .item:focus,
.cid-ueI3rFqsuh span:focus {
  outline: none;
}
.cid-ueI3rFqsuh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ueI3rFqsuh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ueI3rFqsuh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueI3rFqsuh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ueI3rFqsuh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueI3rFqsuh .mbr-section-title {
  color: #232323;
}
.cid-ueI3rFqsuh .mbr-text,
.cid-ueI3rFqsuh .mbr-section-btn {
  text-align: center;
  color: #1f5042;
}
.cid-ueI3rFqsuh .item-title {
  text-align: center;
  color: #1f5042;
}
.cid-ueI3rFqsuh .item-subtitle {
  text-align: center;
  color: #1f5042;
}
.cid-ueSsImn4uS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/-9-1600x900.jpg");
}
.cid-ueSsImn4uS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueSsImn4uS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueSsImn4uS .card-wrapper {
  background: #eddcc0;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ueSsImn4uS .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueSsImn4uS .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ueSsImn4uS .card-wrapper {
    padding: 4rem;
  }
}
.cid-ueSsImn4uS .mbr-text,
.cid-ueSsImn4uS .mbr-section-btn {
  color: #1f5042;
  text-align: center;
}
.cid-ueSsImn4uS .card-title,
.cid-ueSsImn4uS .card-box {
  text-align: center;
  color: #1f5042;
}
.cid-ueB0E0qpfH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueB0E0qpfH .mbr-text {
  text-align: right;
  color: #1f5042;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueY04nyHzY {
  background-image: url("../../../assets/images/o1cn01htl9xw1bhdlhjjhrw-6000000003496-0-tbvideo-1920x1080.jpg");
}
.cid-ueY04nyHzY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueY04nyHzY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueY04nyHzY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ueY04nyHzY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ueY04nyHzY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ueY04nyHzY .mbr-section-title {
  color: #c31313;
}
.cid-ueY04nyHzY .mbr-text,
.cid-ueY04nyHzY .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-ueY2Dii68x {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ueY2Dii68x .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ueY2Dii68x .mbr-section-subtitle {
  text-align: center;
}
.cid-ueY2Dii68x .mbr-text {
  text-align: center;
  color: #c31313;
}
.cid-ug6u7qmedF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ug6u7qmedF .mbr-text {
  text-align: center;
}
.cid-ug6u7qmedF .mbr-section-title {
  text-align: center;
  color: #c31313;
}
.cid-ug6xnx9Hzk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1680727061-sneg-top-p-vechnii-ogon-foto-kartinki-krasivo-13-1200x801.jpg");
}
.cid-ug6xnx9Hzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug6xnx9Hzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ug6xnx9Hzk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ug6xnx9Hzk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ug6xnx9Hzk .text-wrapper {
    padding: 2rem;
  }
}
.cid-ug6xnx9Hzk .mbr-text {
  text-align: center;
}
.cid-ug6xnx9Hzk .mbr-section-title {
  text-align: center;
  color: #c31313;
}
.cid-ug6xT5nmiW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/9-2022-960x640.jpg");
}
.cid-ug6xT5nmiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug6xT5nmiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ug6xT5nmiW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ug6xT5nmiW .row {
  flex-direction: row-reverse;
}
.cid-ug6xT5nmiW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ug6xT5nmiW .text-wrapper {
    padding: 2rem;
  }
}
.cid-ug6xT5nmiW .mbr-text {
  text-align: center;
}
.cid-ug7I9BE6a6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/poster-event-1678951-1068x600.jpg");
}
.cid-ug7I9BE6a6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7I9BE6a6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ug7I9BE6a6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ug7I9BE6a6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ug7I9BE6a6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ug7I9BE6a6 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-ug7IzQOneU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ug7IzQOneU .mbr-text {
  text-align: center;
}
.cid-ug7IKekGZZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/3016458-1260x709.jpg");
}
.cid-ug7IKekGZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7IKekGZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ug7IKekGZZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ug7IKekGZZ .row {
  flex-direction: row-reverse;
}
.cid-ug7IKekGZZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ug7IKekGZZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-ug7IKekGZZ .mbr-text {
  text-align: center;
}
.cid-ug7IKekGZZ .mbr-section-title {
  text-align: center;
  color: #c31313;
}
.cid-ug7IPRPLnb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/9-2022-960x640.jpg");
}
.cid-ug7IPRPLnb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7IPRPLnb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ug7IPRPLnb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ug7IPRPLnb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ug7IPRPLnb .text-wrapper {
    padding: 2rem;
  }
}
.cid-ug7IPRPLnb .mbr-text {
  text-align: center;
}
.cid-ug7IY2NtIw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ug7IY2NtIw .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-ug7IY2NtIw .mbr-section-subtitle {
  text-align: center;
  color: #c31313;
}
.cid-ug6vVb9TgZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ug6vVb9TgZ .item:focus,
.cid-ug6vVb9TgZ span:focus {
  outline: none;
}
.cid-ug6vVb9TgZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ug6vVb9TgZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ug6vVb9TgZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ug6vVb9TgZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ug6vVb9TgZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ug6vVb9TgZ .mbr-section-title {
  color: #c31313;
}
.cid-ug6vVb9TgZ .mbr-text,
.cid-ug6vVb9TgZ .mbr-section-btn {
  text-align: center;
}
.cid-ug6vVb9TgZ .item-title {
  text-align: center;
}
.cid-ug6vVb9TgZ .item-subtitle {
  text-align: center;
  color: #c31313;
}
.cid-ug7FSR6vLB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ug7FSR6vLB .mbr-section-subtitle {
  color: #c31313;
  text-align: center;
}
.cid-ug7FSR6vLB .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-ug7FSR6vLB .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ugckteOhZ5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ugckteOhZ5 .mbr-text {
  text-align: right;
  color: #ffffff;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ungI1UWeDb {
  background-color: #eddcc0;
}
.cid-ungI1UWeDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ungI1UWeDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ungI1UWeDb .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ungI1UWeDb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungI1UWeDb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ungI1UWeDb .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ungI1UWeDb .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungI1UWeDb .mbr-section-title {
  text-align: center;
  color: #56370b;
}
.cid-ungI1UWeDb .mbr-text,
.cid-ungI1UWeDb .mbr-section-btn {
  text-align: right;
  color: #56370b;
}
.cid-ungXCFMYXw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ungXCFMYXw .mbr-section-subtitle {
  text-align: center;
}
.cid-ungXCFMYXw .mbr-text {
  text-align: center;
  color: #56370b;
}
.cid-ungYdDkOGp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-ungYdDkOGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ungYdDkOGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ungYdDkOGp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ungYdDkOGp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ungYdDkOGp .text-wrapper {
    padding: 2rem;
  }
}
.cid-ungYdDkOGp .mbr-section-title {
  text-align: center;
  color: #56370b;
}
.cid-ungYdDkOGp .mbr-text {
  text-align: center;
  color: #56370b;
}
.cid-unnHdyWSGI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-unnHdyWSGI .mbr-section-subtitle {
  text-align: center;
  color: #56370b;
}
.cid-unnHdyWSGI .mbr-text {
  text-align: center;
  color: #56370b;
}
.cid-unmtgd3Mcj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eddcc0;
}
.cid-unmtgd3Mcj .item:focus,
.cid-unmtgd3Mcj span:focus {
  outline: none;
}
.cid-unmtgd3Mcj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-unmtgd3Mcj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-unmtgd3Mcj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unmtgd3Mcj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-unmtgd3Mcj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-unmtgd3Mcj .mbr-section-title {
  color: #56370b;
}
.cid-unmtgd3Mcj .mbr-text,
.cid-unmtgd3Mcj .mbr-section-btn {
  text-align: center;
  color: #56370b;
}
.cid-unmtgd3Mcj .item-title {
  text-align: center;
  color: #56370b;
}
.cid-unmtgd3Mcj .item-subtitle {
  text-align: center;
  color: #56370b;
}
.cid-untW6NVRdT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eddcc0;
}
.cid-untW6NVRdT .item:focus,
.cid-untW6NVRdT span:focus {
  outline: none;
}
.cid-untW6NVRdT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-untW6NVRdT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-untW6NVRdT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-untW6NVRdT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-untW6NVRdT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-untW6NVRdT .mbr-section-title {
  color: #56370b;
}
.cid-untW6NVRdT .mbr-text,
.cid-untW6NVRdT .mbr-section-btn {
  text-align: center;
}
.cid-untW6NVRdT .item-title {
  text-align: center;
  color: #56370b;
}
.cid-untW6NVRdT .item-subtitle {
  text-align: center;
  color: #56370b;
}
.cid-ungXCZqMgi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ungXCZqMgi .mbr-text {
  text-align: right;
  color: #56370b;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo1zj6S8yE {
  background-color: #e0e0e0;
}
.cid-uo1zj6S8yE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo1zj6S8yE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo1zj6S8yE .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uo1zj6S8yE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uo1zj6S8yE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uo1zj6S8yE .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo1zj6S8yE .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uo1zj6S8yE .mbr-section-title {
  text-align: center;
}
.cid-uo1zj6S8yE .mbr-text,
.cid-uo1zj6S8yE .mbr-section-btn {
  text-align: right;
}
.cid-uo2HyT7Gox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uo2HyT7Gox .mbr-text {
  text-align: center;
}
.cid-uo7nR5yzfg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e0e0e0;
}
.cid-uo7nR5yzfg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo7nR5yzfg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uo7nR5yzfg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo7nR5yzfg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uo7nR5yzfg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uo7nR5yzfg .mbr-section-title {
  text-align: center;
}
.cid-uo7nR5yzfg .mbr-text {
  text-align: center;
}
.cid-uo7ojduUhq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uo7ojduUhq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo7ojduUhq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uo7ojduUhq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo7ojduUhq .row {
  flex-direction: row-reverse;
}
.cid-uo7ojduUhq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uo7ojduUhq .text-wrapper {
    padding: 2rem;
  }
}
.cid-uo7ojduUhq .mbr-text {
  text-align: center;
}
.cid-uo7ojduUhq .mbr-section-title {
  text-align: center;
}
.cid-uo2S3MDi49 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e0e0e0;
}
.cid-uo2S3MDi49 img,
.cid-uo2S3MDi49 .item-img {
  width: 100%;
}
.cid-uo2S3MDi49 .item:focus,
.cid-uo2S3MDi49 span:focus {
  outline: none;
}
.cid-uo2S3MDi49 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uo2S3MDi49 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uo2S3MDi49 .item {
  padding: 0;
  margin: 0;
}
.cid-uo2S3MDi49 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uo2S3MDi49 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo2S3MDi49 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uo2S3MDi49 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uo2S3MDi49 .mbr-section-title {
  color: #ffffff;
}
.cid-uo2S3MDi49 .mbr-text,
.cid-uo2S3MDi49 .mbr-section-btn {
  text-align: center;
}
.cid-uo2S3MDi49 .item-title {
  text-align: center;
}
.cid-uo2S3MDi49 .item-subtitle {
  text-align: left;
}
.cid-uo7wNl3n4j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e0e0e0;
}
.cid-uo7wNl3n4j .item:focus,
.cid-uo7wNl3n4j span:focus {
  outline: none;
}
.cid-uo7wNl3n4j .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uo7wNl3n4j .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uo7wNl3n4j .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo7wNl3n4j .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uo7wNl3n4j .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uo7wNl3n4j .mbr-section-title {
  color: #232323;
}
.cid-uo7wNl3n4j .mbr-text,
.cid-uo7wNl3n4j .mbr-section-btn {
  text-align: center;
}
.cid-uo7wNl3n4j .item-title {
  text-align: center;
}
.cid-uo7wNl3n4j .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uodbZTxhcE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uodbZTxhcE img,
.cid-uodbZTxhcE .item-img {
  width: 100%;
}
.cid-uodbZTxhcE .item:focus,
.cid-uodbZTxhcE span:focus {
  outline: none;
}
.cid-uodbZTxhcE .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uodbZTxhcE .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uodbZTxhcE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uodbZTxhcE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uodbZTxhcE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uodbZTxhcE .mbr-section-title {
  color: #000000;
}
.cid-uodbZTxhcE .mbr-text,
.cid-uodbZTxhcE .mbr-section-btn {
  text-align: center;
}
.cid-uodbZTxhcE .item-title {
  text-align: center;
}
.cid-uodbZTxhcE .item-subtitle {
  text-align: left;
}
.cid-uodcsyK3fe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e0e0e0;
}
.cid-uodcsyK3fe img,
.cid-uodcsyK3fe .item-img {
  width: 100%;
}
.cid-uodcsyK3fe .item:focus,
.cid-uodcsyK3fe span:focus {
  outline: none;
}
.cid-uodcsyK3fe .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uodcsyK3fe .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uodcsyK3fe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uodcsyK3fe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uodcsyK3fe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uodcsyK3fe .mbr-section-title {
  color: #ffffff;
}
.cid-uodcsyK3fe .mbr-text,
.cid-uodcsyK3fe .mbr-section-btn {
  text-align: center;
}
.cid-uodcsyK3fe .item-title {
  text-align: center;
}
.cid-uodcsyK3fe .item-subtitle {
  text-align: left;
}
.cid-uodcUkNWc8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uodcUkNWc8 img,
.cid-uodcUkNWc8 .item-img {
  width: 100%;
}
.cid-uodcUkNWc8 .item:focus,
.cid-uodcUkNWc8 span:focus {
  outline: none;
}
.cid-uodcUkNWc8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uodcUkNWc8 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uodcUkNWc8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uodcUkNWc8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uodcUkNWc8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uodcUkNWc8 .mbr-section-title {
  color: #ffffff;
}
.cid-uodcUkNWc8 .mbr-text,
.cid-uodcUkNWc8 .mbr-section-btn {
  text-align: center;
}
.cid-uodcUkNWc8 .item-title {
  text-align: center;
}
.cid-uodcUkNWc8 .item-subtitle {
  text-align: left;
}
.cid-uodddhAQGb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e0e0e0;
}
.cid-uodddhAQGb img,
.cid-uodddhAQGb .item-img {
  width: 100%;
}
.cid-uodddhAQGb .item:focus,
.cid-uodddhAQGb span:focus {
  outline: none;
}
.cid-uodddhAQGb .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uodddhAQGb .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uodddhAQGb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uodddhAQGb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uodddhAQGb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uodddhAQGb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uodddhAQGb .mbr-text,
.cid-uodddhAQGb .mbr-section-btn {
  text-align: center;
}
.cid-uodddhAQGb .item-title {
  text-align: center;
}
.cid-uodddhAQGb .item-subtitle {
  text-align: left;
}
.cid-uo1zhnQMCG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uo1zhnQMCG .mbr-text {
  text-align: right;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoGX2bqf4d {
  display: flex;
  background-image: url("../../../assets/images/100fon-1-1920x1358.png");
}
.cid-uoGX2bqf4d .mbr-overlay {
  background-color: #bed3f9;
  opacity: 0.4;
}
.cid-uoGX2bqf4d .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uoGX2bqf4d {
    align-items: center;
  }
  .cid-uoGX2bqf4d .row {
    justify-content: center;
  }
  .cid-uoGX2bqf4d .content-wrap {
    width: 70%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoGX2bqf4d .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoGX2bqf4d {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoGX2bqf4d .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uoGX2bqf4d .content-wrap {
    width: 100%;
  }
}
.cid-uoGX2bqf4d .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-upfiydJQjT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-upfiydJQjT .mbr-section-subtitle {
  text-align: center;
  color: #4479d9;
}
.cid-upfiydJQjT .mbr-text {
  text-align: center;
}
.cid-upgCOpUNlG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2eaf8;
}
.cid-upgCOpUNlG .mbr-fallback-image.disabled {
  display: none;
}
.cid-upgCOpUNlG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upgCOpUNlG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upgCOpUNlG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-upgCOpUNlG .text-wrapper {
    padding: 2rem;
  }
}
.cid-upgCOpUNlG .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-upy3V8mX0N {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-upy3V8mX0N .item:focus,
.cid-upy3V8mX0N span:focus {
  outline: none;
}
.cid-upy3V8mX0N .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upy3V8mX0N .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upy3V8mX0N .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upy3V8mX0N .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-upy3V8mX0N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upy3V8mX0N .mbr-section-title {
  color: #232323;
}
.cid-upy3V8mX0N .mbr-text,
.cid-upy3V8mX0N .mbr-section-btn {
  text-align: center;
}
.cid-upy3V8mX0N .item-title {
  text-align: center;
}
.cid-upy3V8mX0N .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-upy33l8QCh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-upy33l8QCh .item:focus,
.cid-upy33l8QCh span:focus {
  outline: none;
}
.cid-upy33l8QCh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upy33l8QCh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upy33l8QCh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upy33l8QCh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-upy33l8QCh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upy33l8QCh .mbr-section-title {
  color: #232323;
}
.cid-upy33l8QCh .mbr-text,
.cid-upy33l8QCh .mbr-section-btn {
  text-align: center;
}
.cid-upy33l8QCh .item-title {
  text-align: center;
}
.cid-upy33l8QCh .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-upgE3mSYmB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/waving-ribbon-banner-with-flag-yakutia-region-russia-template-poster-design-97886-12763-900x600.jpg");
}
.cid-upgE3mSYmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-upgE3mSYmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upgE3mSYmB .card-wrapper {
  background: #22a5e5;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-upgE3mSYmB .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-upgE3mSYmB .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upgE3mSYmB .card-wrapper {
    padding: 4rem;
  }
}
.cid-upgE3mSYmB .mbr-text,
.cid-upgE3mSYmB .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upgE3mSYmB .card-title,
.cid-upgE3mSYmB .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-upfhZx3CcT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-upfhZx3CcT .mbr-text {
  text-align: right;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upr09u6sIG {
  background-color: #caac9d;
}
.cid-upr09u6sIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-upr09u6sIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upr0tEGUYF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-upr0tEGUYF .carousel {
    min-height: 700px;
  }
  .cid-upr0tEGUYF .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upr0tEGUYF .carousel {
    min-height: 455px;
  }
  .cid-upr0tEGUYF .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-upr0tEGUYF .carousel {
    min-height: 385px;
  }
  .cid-upr0tEGUYF .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-upr0tEGUYF .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-upr0tEGUYF .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-upr0tEGUYF .carousel,
.cid-upr0tEGUYF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upr0tEGUYF .item-wrapper {
  width: 100%;
}
.cid-upr0tEGUYF .carousel-caption {
  bottom: 40px;
}
.cid-upr0tEGUYF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-upr0tEGUYF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-upr0tEGUYF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-upr0tEGUYF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-upr0tEGUYF .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upr0tEGUYF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upr0tEGUYF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upr0tEGUYF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upr0tEGUYF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-upr0tEGUYF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upr0tEGUYF .carousel-indicators li.active,
.cid-upr0tEGUYF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upr0tEGUYF .carousel-indicators li::after,
.cid-upr0tEGUYF .carousel-indicators li::before {
  content: none;
}
.cid-upr0tEGUYF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upr0tEGUYF .carousel-indicators {
    display: none !important;
  }
}
.cid-upr0tEGUYF H5 {
  color: #c31313;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC040SOaI6 {
  background-image: url("../../../assets/images/1613229280-79-p-fon-sinii-abstraktnii-vektor-95-2000x1125.jpg");
}
.cid-uC040SOaI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC040SOaI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC040SOaI6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uC040SOaI6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uC040SOaI6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uC040SOaI6 .mbr-section-title {
  color: #23455a;
  text-align: center;
}
.cid-uC040SOaI6 .mbr-text,
.cid-uC040SOaI6 .mbr-section-btn {
  text-align: center;
  color: #23455a;
}
.cid-uBZpVjFbak {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBZpVjFbak .line {
  background-color: #23455a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBZpVjFbak .mbr-text {
  color: #23455a;
}
.cid-uC0hdOON5S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img-8262-2000x1125.jpg");
}
.cid-uC0hdOON5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0hdOON5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC0hdOON5S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC0hdOON5S .row {
  flex-direction: row-reverse;
}
.cid-uC0hdOON5S img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC0hdOON5S .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC0hdOON5S .mbr-text {
  text-align: center;
  color: #23455a;
}
.cid-uC0hdOON5S .mbr-description {
  color: #23455a;
}
.cid-uC0hMfbx3O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1678596504-sneg-top-p-triangulyatsiya-fon-vkontakte-54-1600x800.png");
}
.cid-uC0hMfbx3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0hMfbx3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC0hMfbx3O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC0hMfbx3O img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC0hMfbx3O .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC0hMfbx3O .mbr-text {
  text-align: center;
  color: #23455a;
}
.cid-uC0hMfbx3O .mbr-description {
  color: #23455a;
}
.cid-uC0i1o4rYc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1645784050-2-abrakadabra-fun-p-pattern-dlya-prezentatsii-3-1920x1200.jpg");
}
.cid-uC0i1o4rYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0i1o4rYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC0i1o4rYc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC0i1o4rYc .row {
  flex-direction: row-reverse;
}
.cid-uC0i1o4rYc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC0i1o4rYc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC0i1o4rYc .mbr-text {
  color: #23455a;
  text-align: center;
}
.cid-uC0i1o4rYc .mbr-description {
  color: #23455a;
}
.cid-uC0ibbnbak {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ecf2ff;
}
.cid-uC0ibbnbak .mbr-text {
  text-align: center;
  color: #23455a;
}
.cid-uC0isilkl1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/cb48e176f893fbaa7bee5203cbff0556-2000x1125.png");
}
.cid-uC0isilkl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0isilkl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC0isilkl1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC0isilkl1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC0isilkl1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC0isilkl1 .mbr-text {
  color: #23455a;
  text-align: center;
}
.cid-uC0isilkl1 .mbr-description {
  color: #23455a;
}
.cid-uC0iF0hUzS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1678220286-bogatyr-club-p-geometricheskaya-kompozitsiya-foni-krasivo-78-1920x1080.jpg");
}
.cid-uC0iF0hUzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0iF0hUzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC0iF0hUzS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC0iF0hUzS .row {
  flex-direction: row-reverse;
}
.cid-uC0iF0hUzS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC0iF0hUzS .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC0iF0hUzS .mbr-text {
  color: #23455a;
  text-align: center;
}
.cid-uC0iF0hUzS .mbr-description {
  color: #23455a;
}
.cid-uC0uDsEuur {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uC0uDsEuur .line {
  background-color: #23455a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uC0uDsEuur .mbr-text {
  color: #23455a;
}
.cid-uC0nKPArp6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2eaf8;
}
.cid-uC0nKPArp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0nKPArp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC0nKPArp6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC0nKPArp6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC0nKPArp6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC0nKPArp6 .mbr-section-title {
  text-align: center;
  color: #23455a;
}
.cid-uC0nKPArp6 .mbr-text {
  text-align: center;
  color: #23455a;
}
.cid-uC0o1B6aSH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ecf2ff;
}
.cid-uC0o1B6aSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0o1B6aSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC0o1B6aSH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC0o1B6aSH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC0o1B6aSH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC0o1B6aSH .mbr-section-title {
  color: #23455a;
  text-align: center;
}
.cid-uC0o1B6aSH .mbr-text {
  color: #23455a;
  text-align: center;
}
.cid-uC0oqMLQo4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2eaf8;
}
.cid-uC0oqMLQo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0oqMLQo4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC0oqMLQo4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC0oqMLQo4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC0oqMLQo4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC0oqMLQo4 .mbr-section-title {
  text-align: center;
  color: #23455a;
}
.cid-uC0oqMLQo4 .mbr-text {
  color: #23455a;
  text-align: center;
}
.cid-uC0q9YbIkz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ecf2ff;
}
.cid-uC0q9YbIkz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0q9YbIkz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC0q9YbIkz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC0q9YbIkz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC0q9YbIkz .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC0q9YbIkz .mbr-section-title {
  text-align: center;
  color: #23455a;
}
.cid-uC0q9YbIkz .mbr-text {
  color: #23455a;
  text-align: center;
}
.cid-uC4RAPI10A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2eaf8;
}
.cid-uC4RAPI10A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC4RAPI10A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC4RAPI10A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC4RAPI10A img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC4RAPI10A .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC4RAPI10A .mbr-section-title {
  color: #23455a;
  text-align: center;
}
.cid-uC4RAPI10A .mbr-text {
  text-align: center;
  color: #23455a;
}
.cid-uC4RtvJynn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ecf2ff;
}
.cid-uC4RtvJynn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC4RtvJynn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC4RtvJynn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC4RtvJynn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC4RtvJynn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC4RtvJynn .mbr-section-title {
  text-align: center;
  color: #23455a;
}
.cid-uC4RtvJynn .mbr-text {
  color: #23455a;
  text-align: center;
}
.cid-uC0okeHuea {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2eaf8;
}
.cid-uC0okeHuea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0okeHuea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC0okeHuea .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC0okeHuea img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC0okeHuea .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC0okeHuea .mbr-section-title {
  color: #23455a;
  text-align: center;
}
.cid-uC4PlTztw8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ecf2ff;
}
.cid-uC4PlTztw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC4PlTztw8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC4PlTztw8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC4PlTztw8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC4PlTztw8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC4PlTztw8 .mbr-section-title {
  color: #23455a;
  text-align: center;
}
.cid-uC4PlTztw8 .mbr-text {
  color: #23455a;
  text-align: center;
}
.cid-uC0u8iNNki {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2eaf8;
}
.cid-uC0u8iNNki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0u8iNNki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC0u8iNNki .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC0u8iNNki img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC0u8iNNki .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC0u8iNNki .mbr-text {
  text-align: center;
  color: #23455a;
}
.cid-uC0u8iNNki .mbr-section-title {
  color: #23455a;
  text-align: center;
}
.cid-uC5VxkQw6t {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ecf2ff;
}
.cid-uC5VxkQw6t .item:focus,
.cid-uC5VxkQw6t span:focus {
  outline: none;
}
.cid-uC5VxkQw6t .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC5VxkQw6t .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ecf2ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC5VxkQw6t .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC5VxkQw6t .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uC5VxkQw6t .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC5VxkQw6t .mbr-section-title {
  color: #232323;
}
.cid-uC5VxkQw6t .mbr-text,
.cid-uC5VxkQw6t .mbr-section-btn {
  text-align: center;
}
.cid-uC5VxkQw6t .item-title {
  text-align: center;
}
.cid-uC5VxkQw6t .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uBZRMec1di {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2eaf8;
}
.cid-uBZRMec1di .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBZRMec1di .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBZRMec1di .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBZRMec1di img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBZRMec1di .text-wrapper {
    padding: 2rem;
  }
}
.cid-uBZRMec1di .mbr-section-title {
  color: #23455a;
  text-align: center;
}
.cid-uBZRMec1di .mbr-text {
  color: #23455a;
  text-align: center;
}
.cid-uC0ptSaeT7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ecf2ff;
}
.cid-uC0ptSaeT7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0ptSaeT7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC0ptSaeT7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC0ptSaeT7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC0ptSaeT7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC0ptSaeT7 .mbr-section-title {
  color: #23455a;
  text-align: center;
}
.cid-uC0ptSaeT7 .mbr-text {
  text-align: center;
  color: #23455a;
}
.cid-uC0pKGkAhM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2eaf8;
}
.cid-uC0pKGkAhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0pKGkAhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC0pKGkAhM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC0pKGkAhM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC0pKGkAhM .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC0pKGkAhM .mbr-text {
  color: #23455a;
  text-align: center;
}
.cid-uC0pKGkAhM .mbr-section-title {
  color: #23455a;
  text-align: center;
}
.cid-uC4Q0BDMMi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ecf2ff;
}
.cid-uC4Q0BDMMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC4Q0BDMMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC4Q0BDMMi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC4Q0BDMMi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC4Q0BDMMi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC4Q0BDMMi .mbr-section-title DIV {
  text-align: center;
}
.cid-uC4Q0BDMMi .mbr-section-title {
  text-align: center;
  color: #23455a;
}
.cid-uC4Q0BDMMi .mbr-text {
  color: #23455a;
  text-align: center;
}
.cid-uC4RnJohoU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2eaf8;
}
.cid-uC4RnJohoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC4RnJohoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC4RnJohoU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC4RnJohoU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC4RnJohoU .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC4RnJohoU .mbr-section-title {
  text-align: center;
  color: #23455a;
}
.cid-uC4RnJohoU .mbr-text {
  color: #23455a;
  text-align: center;
}
.cid-uC4Yl06yHd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uC4Yl06yHd .mbr-section-title {
  text-align: center;
  color: #23455a;
}
.cid-uC4Yl06yHd .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uC4Yl06yHd .mbr-section-subtitle {
  color: #23455a;
}
.cid-uC4Yl06yHd .mbr-text {
  text-align: center;
  color: #23455a;
}
.cid-uBZ0TcPQ0d {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBZ0TcPQ0d .mbr-text {
  text-align: right;
  color: #23455a;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v90TPlnGop {
  background-image: url("../../../assets/images/rian-archive-2153-after-bombing.jpg.webp");
}
.cid-v90TPlnGop .mbr-fallback-image.disabled {
  display: none;
}
.cid-v90TPlnGop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v90TPlnGop .mbr-section-title {
  text-align: center;
  color: #ff0000;
}
.cid-v90TPlnGop .mbr-text,
.cid-v90TPlnGop .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v95wDfdL9C {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v95wDfdL9C .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v95wDfdL9C .mbr-text {
  color: #000000;
}
.cid-v9nK7onsjq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v9nK7onsjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9nK7onsjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9nK7onsjq .mbr-section-title {
  color: #ff0000;
}
.cid-v9o79WJgQ5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v9o79WJgQ5 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-v9o79WJgQ5 .mbr-text {
  text-align: right;
  color: #ff0000;
}
.cid-v9o79WJgQ5 .mbr-section-subtitle {
  text-align: center;
}
.cid-v9nVM6QzIk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9nVM6QzIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9nVM6QzIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v9nVM6QzIk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9nVM6QzIk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9nVM6QzIk .text-wrapper {
    padding: 2rem;
  }
}
.cid-v9nVM6QzIk .mbr-text {
  text-align: center;
}
.cid-v9nKrkEQEv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v9nKrkEQEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9nKrkEQEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9nKrkEQEv .mbr-section-title {
  color: #ff0000;
}
.cid-v9oi95k9Fq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9oi95k9Fq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9oi95k9Fq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v9oi95k9Fq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9oi95k9Fq .row {
  flex-direction: row-reverse;
}
.cid-v9oi95k9Fq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9oi95k9Fq .text-wrapper {
    padding: 2rem;
  }
}
.cid-v9oi95k9Fq .mbr-text {
  text-align: center;
}
.cid-v9nKw7g3ok {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v9nKw7g3ok .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9nKw7g3ok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9nKw7g3ok .mbr-section-title {
  color: #ff0000;
}
.cid-v9okzhBHPy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9okzhBHPy .mbr-text {
  text-align: center;
}
.cid-v9okzhBHPy .mbr-section-subtitle {
  text-align: center;
}
.cid-v9ootDanWX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-v9ootDanWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ootDanWX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ootDanWX .row {
  align-items: stretch;
  justify-content: center;
}
.cid-v9ootDanWX .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-v9ootDanWX .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-v9nK7AR9Zz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v9nK7AR9Zz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9nK7AR9Zz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9nK7AR9Zz .mbr-section-title {
  color: #ff0000;
}
.cid-v9nK7AR9Zz .mbr-section-subtitle {
  text-align: center;
}
.cid-v9onsVcuMN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9onsVcuMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9onsVcuMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v9onsVcuMN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9onsVcuMN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9onsVcuMN .text-wrapper {
    padding: 2rem;
  }
}
.cid-v9onsVcuMN .mbr-text {
  text-align: center;
}
.cid-v9nKBS3wpQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v9nKBS3wpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9nKBS3wpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9nKBS3wpQ .mbr-section-title {
  color: #ff0000;
}
.cid-v9oCJGjNhi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9oCJGjNhi .mbr-section-subtitle {
  text-align: center;
}
.cid-v9oCJGjNhi .mbr-text {
  text-align: center;
}
.cid-v9oDkD8HpQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v9oDkD8HpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9oDkD8HpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9oDkD8HpQ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-v9oDkD8HpQ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-v9oDkD8HpQ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-v96SgnyOrc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v96SgnyOrc .mbr-section-subtitle {
  text-align: center;
}
.cid-v96SgnyOrc .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-v9sG1wJRVu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v9sG1wJRVu .item:focus,
.cid-v9sG1wJRVu span:focus {
  outline: none;
}
.cid-v9sG1wJRVu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v9sG1wJRVu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v9sG1wJRVu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9sG1wJRVu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v9sG1wJRVu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9sG1wJRVu .mbr-section-title {
  color: #232323;
}
.cid-v9sG1wJRVu .mbr-text,
.cid-v9sG1wJRVu .mbr-section-btn {
  text-align: center;
}
.cid-v9sG1wJRVu .item-title {
  text-align: center;
}
.cid-v9sG1wJRVu .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v96RU5mDqZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v96RU5mDqZ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v96RU5mDqZ .mbr-text {
  text-align: center;
}
.cid-tC1mI3ZXCN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #142732;
}
.cid-tC1mI3ZXCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1mI3ZXCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1mI3ZXCN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC1mI3ZXCN .row {
    text-align: center;
  }
  .cid-tC1mI3ZXCN .row > div {
    margin: auto;
  }
  .cid-tC1mI3ZXCN .social-row {
    justify-content: center;
  }
}
.cid-tC1mI3ZXCN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC1mI3ZXCN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC1mI3ZXCN .list {
    margin-bottom: 0rem;
  }
}
.cid-tC1mI3ZXCN .mbr-text {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tC1mI3ZXCN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tC1mI3ZXCN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tC1mI3ZXCN H5 {
  color: #ffffff;
}
.cid-tC1mI3ZXCN .copyright {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #142732 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #142732;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #142732;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
