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: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: #f32929 !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: #f32929 !important;
  border-color: #f32929 !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: #bb0a0a !important;
  border-color: #bb0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #bb0a0a !important;
  border-color: #bb0a0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #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: #f32929;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bb0a0a !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: #f32929 !important;
  border-color: #f32929 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #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: #f32929 !important;
}
.text-secondary {
  color: #ff6666 !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: #ac0a0a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #f32929;
}
.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-gallery-filter li.active .btn {
  background-color: #f32929;
  border-color: #f32929;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f32929;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #feeaea;
}
.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*/
.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: #f32929 !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: #f32929;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f32929;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f32929;
}
.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: #f32929;
  border-bottom-color: #f32929;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f32929 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f32929' %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-tRVWfLPpT9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRVWfLPpT9 nav.navbar {
  position: fixed;
}
.cid-tRVWfLPpT9 .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-tRVWfLPpT9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRVWfLPpT9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRVWfLPpT9 .dropdown-item:hover,
.cid-tRVWfLPpT9 .dropdown-item:focus {
  background: #f32929 !important;
  color: white !important;
}
.cid-tRVWfLPpT9 .dropdown-item:hover span {
  color: white;
}
.cid-tRVWfLPpT9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRVWfLPpT9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRVWfLPpT9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRVWfLPpT9 .nav-link {
  position: relative;
}
.cid-tRVWfLPpT9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .container {
    flex-wrap: wrap;
  }
}
.cid-tRVWfLPpT9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRVWfLPpT9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRVWfLPpT9 .dropdown-menu,
.cid-tRVWfLPpT9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRVWfLPpT9 .nav-item:focus,
.cid-tRVWfLPpT9 .nav-link:focus {
  outline: none;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRVWfLPpT9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRVWfLPpT9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRVWfLPpT9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRVWfLPpT9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRVWfLPpT9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRVWfLPpT9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRVWfLPpT9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRVWfLPpT9 .navbar.collapsed {
  justify-content: center;
}
.cid-tRVWfLPpT9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRVWfLPpT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRVWfLPpT9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tRVWfLPpT9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRVWfLPpT9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRVWfLPpT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRVWfLPpT9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRVWfLPpT9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRVWfLPpT9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRVWfLPpT9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRVWfLPpT9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRVWfLPpT9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRVWfLPpT9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRVWfLPpT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRVWfLPpT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRVWfLPpT9 .dropdown-item.active,
.cid-tRVWfLPpT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRVWfLPpT9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRVWfLPpT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRVWfLPpT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRVWfLPpT9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRVWfLPpT9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRVWfLPpT9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRVWfLPpT9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRVWfLPpT9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRVWfLPpT9 .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-tRVWfLPpT9 .navbar {
    height: 70px;
  }
  .cid-tRVWfLPpT9 .navbar.opened {
    height: auto;
  }
  .cid-tRVWfLPpT9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTgm22isW4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTgm22isW4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTgm22isW4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTgm22isW4 .row {
  flex-direction: row-reverse;
}
.cid-tTgm22isW4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tTgm22isW4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tTgm22isW4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tTgm22isW4 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tTgm22isW4 .mbr-text,
.cid-tTgm22isW4 .mbr-section-btn {
  text-align: center;
}
.cid-tSBCki60wo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSBCki60wo .mbr-section-subtitle {
  text-align: center;
}
.cid-tRW19XKrrA {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tRW19XKrrA img,
.cid-tRW19XKrrA .item-img {
  width: 100%;
}
.cid-tRW19XKrrA .item:focus,
.cid-tRW19XKrrA span:focus {
  outline: none;
}
.cid-tRW19XKrrA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tRW19XKrrA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tRW19XKrrA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRW19XKrrA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tRW19XKrrA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tRW19XKrrA .mbr-section-title {
  color: #232323;
}
.cid-tRW19XKrrA .mbr-text,
.cid-tRW19XKrrA .mbr-section-btn {
  text-align: left;
}
.cid-tRW19XKrrA .item-title {
  text-align: left;
}
.cid-tRW19XKrrA .item-subtitle {
  text-align: left;
}
.cid-tSBCyelGCY {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSHr9NqLTO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSHr9NqLTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSHr9NqLTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSHr9NqLTO .mbr-section-subtitle {
  text-align: right;
}
.cid-tSHrIZhkAL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSHrIZhkAL img {
  width: 120px;
  margin: auto;
}
.cid-tSHrIZhkAL .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tSHrIZhkAL .card {
    max-width: 12.5%;
  }
}
.cid-tTK6o8Kgs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTK6o8Kgs5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTK6o8Kgs5 .row {
    text-align: center;
  }
  .cid-tTK6o8Kgs5 .row > div {
    margin: auto;
  }
  .cid-tTK6o8Kgs5 .social-row {
    justify-content: center;
  }
}
.cid-tTK6o8Kgs5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 0rem;
  }
}
.cid-tTK6o8Kgs5 .mbr-text {
  color: #bbbbbb;
}
.cid-tTK6o8Kgs5 .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-tTK6o8Kgs5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRVWfLPpT9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRVWfLPpT9 nav.navbar {
  position: fixed;
}
.cid-tRVWfLPpT9 .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-tRVWfLPpT9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRVWfLPpT9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRVWfLPpT9 .dropdown-item:hover,
.cid-tRVWfLPpT9 .dropdown-item:focus {
  background: #f32929 !important;
  color: white !important;
}
.cid-tRVWfLPpT9 .dropdown-item:hover span {
  color: white;
}
.cid-tRVWfLPpT9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRVWfLPpT9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRVWfLPpT9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRVWfLPpT9 .nav-link {
  position: relative;
}
.cid-tRVWfLPpT9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .container {
    flex-wrap: wrap;
  }
}
.cid-tRVWfLPpT9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRVWfLPpT9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRVWfLPpT9 .dropdown-menu,
.cid-tRVWfLPpT9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRVWfLPpT9 .nav-item:focus,
.cid-tRVWfLPpT9 .nav-link:focus {
  outline: none;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRVWfLPpT9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRVWfLPpT9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRVWfLPpT9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRVWfLPpT9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRVWfLPpT9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRVWfLPpT9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRVWfLPpT9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRVWfLPpT9 .navbar.collapsed {
  justify-content: center;
}
.cid-tRVWfLPpT9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRVWfLPpT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRVWfLPpT9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tRVWfLPpT9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRVWfLPpT9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRVWfLPpT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRVWfLPpT9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRVWfLPpT9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRVWfLPpT9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRVWfLPpT9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRVWfLPpT9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRVWfLPpT9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRVWfLPpT9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRVWfLPpT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRVWfLPpT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRVWfLPpT9 .dropdown-item.active,
.cid-tRVWfLPpT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRVWfLPpT9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRVWfLPpT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRVWfLPpT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRVWfLPpT9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRVWfLPpT9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRVWfLPpT9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRVWfLPpT9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRVWfLPpT9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRVWfLPpT9 .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-tRVWfLPpT9 .navbar {
    height: 70px;
  }
  .cid-tRVWfLPpT9 .navbar.opened {
    height: auto;
  }
  .cid-tRVWfLPpT9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSAQPdIiWg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSAQPdIiWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSAQPdIiWg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSw5x62MHc {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tSw5x62MHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSw5x62MHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSw5x62MHc .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tSw5x62MHc .mbr-section-title,
.cid-tSw5x62MHc .mbr-section-subtitle {
  text-align: center;
}
.cid-tSw5x62MHc .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tSw5x62MHc .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tSw5x62MHc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tSw5x62MHc .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tSw5x62MHc .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSw5x62MHc .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tSw5x62MHc .card-title {
  color: #f32929;
}
.cid-tSw5x62MHc .mbr-section-title {
  color: #f32929;
}
.cid-tSAVckqFIU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSAVckqFIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSAVckqFIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSAVckqFIU .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tSAVckqFIU .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tSAVckqFIU .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tSAVckqFIU .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tSAVckqFIU .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tSAVckqFIU .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tSAVckqFIU .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tSAVckqFIU .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tSAVckqFIU .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tSAVckqFIU .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tSAVckqFIU .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tSAVckqFIU .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tSAVckqFIU .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tSAVckqFIU .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tSAVckqFIU [class^="socicon-"]:before,
.cid-tSAVckqFIU [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tSAUIiOjaO {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSAUIiOjaO .mbr-section-title {
  text-align: center;
}
.cid-tSAV16Tgf5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSAV16Tgf5 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTK6o8Kgs5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTK6o8Kgs5 .row {
    text-align: center;
  }
  .cid-tTK6o8Kgs5 .row > div {
    margin: auto;
  }
  .cid-tTK6o8Kgs5 .social-row {
    justify-content: center;
  }
}
.cid-tTK6o8Kgs5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 0rem;
  }
}
.cid-tTK6o8Kgs5 .mbr-text {
  color: #bbbbbb;
}
.cid-tTK6o8Kgs5 .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-tTK6o8Kgs5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tSAZaPVwfp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tSAZaPVwfp nav.navbar {
  position: fixed;
}
.cid-tSAZaPVwfp .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-tSAZaPVwfp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSAZaPVwfp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSAZaPVwfp .dropdown-item:hover,
.cid-tSAZaPVwfp .dropdown-item:focus {
  background: #f32929 !important;
  color: white !important;
}
.cid-tSAZaPVwfp .dropdown-item:hover span {
  color: white;
}
.cid-tSAZaPVwfp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSAZaPVwfp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSAZaPVwfp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSAZaPVwfp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSAZaPVwfp .nav-link {
  position: relative;
}
.cid-tSAZaPVwfp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSAZaPVwfp .container {
    flex-wrap: wrap;
  }
}
.cid-tSAZaPVwfp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSAZaPVwfp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tSAZaPVwfp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSAZaPVwfp .dropdown-menu,
.cid-tSAZaPVwfp .navbar.opened {
  background: #ffffff !important;
}
.cid-tSAZaPVwfp .nav-item:focus,
.cid-tSAZaPVwfp .nav-link:focus {
  outline: none;
}
.cid-tSAZaPVwfp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSAZaPVwfp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSAZaPVwfp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSAZaPVwfp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSAZaPVwfp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSAZaPVwfp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSAZaPVwfp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tSAZaPVwfp .navbar.opened {
  transition: all 0.3s;
}
.cid-tSAZaPVwfp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSAZaPVwfp .navbar .navbar-logo img {
  width: auto;
}
.cid-tSAZaPVwfp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSAZaPVwfp .navbar.collapsed {
  justify-content: center;
}
.cid-tSAZaPVwfp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSAZaPVwfp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSAZaPVwfp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSAZaPVwfp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSAZaPVwfp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSAZaPVwfp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tSAZaPVwfp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSAZaPVwfp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSAZaPVwfp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSAZaPVwfp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSAZaPVwfp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSAZaPVwfp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSAZaPVwfp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSAZaPVwfp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tSAZaPVwfp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSAZaPVwfp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSAZaPVwfp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSAZaPVwfp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSAZaPVwfp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSAZaPVwfp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tSAZaPVwfp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tSAZaPVwfp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSAZaPVwfp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSAZaPVwfp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSAZaPVwfp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSAZaPVwfp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSAZaPVwfp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSAZaPVwfp .dropdown-item.active,
.cid-tSAZaPVwfp .dropdown-item:active {
  background-color: transparent;
}
.cid-tSAZaPVwfp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSAZaPVwfp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSAZaPVwfp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSAZaPVwfp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSAZaPVwfp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSAZaPVwfp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSAZaPVwfp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSAZaPVwfp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSAZaPVwfp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSAZaPVwfp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tSAZaPVwfp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSAZaPVwfp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSAZaPVwfp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSAZaPVwfp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSAZaPVwfp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSAZaPVwfp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSAZaPVwfp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSAZaPVwfp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSAZaPVwfp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSAZaPVwfp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSAZaPVwfp .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-tSAZaPVwfp .navbar {
    height: 70px;
  }
  .cid-tSAZaPVwfp .navbar.opened {
    height: auto;
  }
  .cid-tSAZaPVwfp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSAZaRP0S9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSAZaRP0S9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSAZaRP0S9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSAZaSRp2S {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSAZaSRp2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSAZaSRp2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSAZaSRp2S .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tSAZaSRp2S .mbr-section-title,
.cid-tSAZaSRp2S .mbr-section-subtitle {
  text-align: center;
}
.cid-tSAZaSRp2S .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tSAZaSRp2S .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tSAZaSRp2S .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tSAZaSRp2S .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tSAZaSRp2S .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSAZaSRp2S .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tSAZaSRp2S .card-title {
  color: #f32929;
}
.cid-tSAZaSRp2S .mbr-section-title {
  color: #f32929;
}
.cid-tSAZaSRp2S .cost {
  text-align: left;
}
.cid-tTJzDRCMh6 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTJzDRCMh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJzDRCMh6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJzDRCMh6 .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-tTJzDRCMh6 .mbr-section-title,
.cid-tTJzDRCMh6 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tTJzDRCMh6 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tTJzDRCMh6 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tTJzDRCMh6 .card-title {
  color: #f32929;
  text-align: left;
}
.cid-tSAZaU0lNE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSAZaU0lNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSAZaU0lNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSAZaU0lNE .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tSAZaU0lNE .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tSAZaU0lNE .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tSAZaU0lNE .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tSAZaU0lNE .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tSAZaU0lNE .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tSAZaU0lNE .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tSAZaU0lNE .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tSAZaU0lNE .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tSAZaU0lNE .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tSAZaU0lNE .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tSAZaU0lNE .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tSAZaU0lNE .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tSAZaU0lNE .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tSAZaU0lNE [class^="socicon-"]:before,
.cid-tSAZaU0lNE [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tSAZaUx6KB {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSAZaUx6KB .mbr-section-title {
  text-align: center;
}
.cid-tSAZaUZ8C8 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSAZaUZ8C8 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTK6o8Kgs5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTK6o8Kgs5 .row {
    text-align: center;
  }
  .cid-tTK6o8Kgs5 .row > div {
    margin: auto;
  }
  .cid-tTK6o8Kgs5 .social-row {
    justify-content: center;
  }
}
.cid-tTK6o8Kgs5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 0rem;
  }
}
.cid-tTK6o8Kgs5 .mbr-text {
  color: #bbbbbb;
}
.cid-tTK6o8Kgs5 .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-tTK6o8Kgs5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tSB9DuSL01 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tSB9DuSL01 nav.navbar {
  position: fixed;
}
.cid-tSB9DuSL01 .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-tSB9DuSL01 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSB9DuSL01 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSB9DuSL01 .dropdown-item:hover,
.cid-tSB9DuSL01 .dropdown-item:focus {
  background: #f32929 !important;
  color: white !important;
}
.cid-tSB9DuSL01 .dropdown-item:hover span {
  color: white;
}
.cid-tSB9DuSL01 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSB9DuSL01 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSB9DuSL01 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSB9DuSL01 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSB9DuSL01 .nav-link {
  position: relative;
}
.cid-tSB9DuSL01 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSB9DuSL01 .container {
    flex-wrap: wrap;
  }
}
.cid-tSB9DuSL01 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSB9DuSL01 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tSB9DuSL01 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSB9DuSL01 .dropdown-menu,
.cid-tSB9DuSL01 .navbar.opened {
  background: #ffffff !important;
}
.cid-tSB9DuSL01 .nav-item:focus,
.cid-tSB9DuSL01 .nav-link:focus {
  outline: none;
}
.cid-tSB9DuSL01 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSB9DuSL01 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSB9DuSL01 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSB9DuSL01 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSB9DuSL01 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSB9DuSL01 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSB9DuSL01 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tSB9DuSL01 .navbar.opened {
  transition: all 0.3s;
}
.cid-tSB9DuSL01 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSB9DuSL01 .navbar .navbar-logo img {
  width: auto;
}
.cid-tSB9DuSL01 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSB9DuSL01 .navbar.collapsed {
  justify-content: center;
}
.cid-tSB9DuSL01 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSB9DuSL01 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSB9DuSL01 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSB9DuSL01 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSB9DuSL01 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSB9DuSL01 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tSB9DuSL01 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSB9DuSL01 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSB9DuSL01 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSB9DuSL01 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSB9DuSL01 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSB9DuSL01 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSB9DuSL01 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSB9DuSL01 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tSB9DuSL01 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSB9DuSL01 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSB9DuSL01 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSB9DuSL01 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSB9DuSL01 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSB9DuSL01 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tSB9DuSL01 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tSB9DuSL01 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSB9DuSL01 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSB9DuSL01 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSB9DuSL01 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSB9DuSL01 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSB9DuSL01 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSB9DuSL01 .dropdown-item.active,
.cid-tSB9DuSL01 .dropdown-item:active {
  background-color: transparent;
}
.cid-tSB9DuSL01 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSB9DuSL01 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSB9DuSL01 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSB9DuSL01 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSB9DuSL01 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSB9DuSL01 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSB9DuSL01 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSB9DuSL01 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSB9DuSL01 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSB9DuSL01 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tSB9DuSL01 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSB9DuSL01 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSB9DuSL01 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSB9DuSL01 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSB9DuSL01 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSB9DuSL01 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSB9DuSL01 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSB9DuSL01 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSB9DuSL01 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSB9DuSL01 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSB9DuSL01 .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-tSB9DuSL01 .navbar {
    height: 70px;
  }
  .cid-tSB9DuSL01 .navbar.opened {
    height: auto;
  }
  .cid-tSB9DuSL01 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSB9DxH0dQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSB9DxH0dQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSB9DxH0dQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSB9DyzrWM {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tSB9DyzrWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSB9DyzrWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSB9DyzrWM .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tSB9DyzrWM .mbr-section-title,
.cid-tSB9DyzrWM .mbr-section-subtitle {
  text-align: center;
}
.cid-tSB9DyzrWM .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tSB9DyzrWM .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tSB9DyzrWM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tSB9DyzrWM .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tSB9DyzrWM .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSB9DyzrWM .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tSB9DyzrWM .card-title {
  color: #f32929;
}
.cid-tSB9DyzrWM .mbr-section-title {
  color: #f32929;
}
.cid-tSB9DAB4VA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSB9DAB4VA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSB9DAB4VA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSB9DAB4VA .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tSB9DAB4VA .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tSB9DAB4VA .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tSB9DAB4VA .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tSB9DAB4VA .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tSB9DAB4VA .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tSB9DAB4VA .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tSB9DAB4VA .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tSB9DAB4VA .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tSB9DAB4VA .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tSB9DAB4VA .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tSB9DAB4VA .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tSB9DAB4VA .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tSB9DAB4VA .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tSB9DAB4VA [class^="socicon-"]:before,
.cid-tSB9DAB4VA [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tSB9DBxPwW {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSB9DBxPwW .mbr-section-title {
  text-align: center;
}
.cid-tSB9DCdxWO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSB9DCdxWO .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTK6o8Kgs5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTK6o8Kgs5 .row {
    text-align: center;
  }
  .cid-tTK6o8Kgs5 .row > div {
    margin: auto;
  }
  .cid-tTK6o8Kgs5 .social-row {
    justify-content: center;
  }
}
.cid-tTK6o8Kgs5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 0rem;
  }
}
.cid-tTK6o8Kgs5 .mbr-text {
  color: #bbbbbb;
}
.cid-tTK6o8Kgs5 .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-tTK6o8Kgs5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tSBo8P36kg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tSBo8P36kg nav.navbar {
  position: fixed;
}
.cid-tSBo8P36kg .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-tSBo8P36kg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSBo8P36kg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSBo8P36kg .dropdown-item:hover,
.cid-tSBo8P36kg .dropdown-item:focus {
  background: #f32929 !important;
  color: white !important;
}
.cid-tSBo8P36kg .dropdown-item:hover span {
  color: white;
}
.cid-tSBo8P36kg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSBo8P36kg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSBo8P36kg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSBo8P36kg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSBo8P36kg .nav-link {
  position: relative;
}
.cid-tSBo8P36kg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSBo8P36kg .container {
    flex-wrap: wrap;
  }
}
.cid-tSBo8P36kg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSBo8P36kg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tSBo8P36kg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSBo8P36kg .dropdown-menu,
.cid-tSBo8P36kg .navbar.opened {
  background: #ffffff !important;
}
.cid-tSBo8P36kg .nav-item:focus,
.cid-tSBo8P36kg .nav-link:focus {
  outline: none;
}
.cid-tSBo8P36kg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSBo8P36kg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSBo8P36kg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSBo8P36kg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSBo8P36kg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSBo8P36kg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSBo8P36kg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tSBo8P36kg .navbar.opened {
  transition: all 0.3s;
}
.cid-tSBo8P36kg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSBo8P36kg .navbar .navbar-logo img {
  width: auto;
}
.cid-tSBo8P36kg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSBo8P36kg .navbar.collapsed {
  justify-content: center;
}
.cid-tSBo8P36kg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSBo8P36kg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSBo8P36kg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSBo8P36kg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSBo8P36kg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSBo8P36kg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tSBo8P36kg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSBo8P36kg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSBo8P36kg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSBo8P36kg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSBo8P36kg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSBo8P36kg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSBo8P36kg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSBo8P36kg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tSBo8P36kg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSBo8P36kg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSBo8P36kg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSBo8P36kg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSBo8P36kg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSBo8P36kg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tSBo8P36kg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tSBo8P36kg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSBo8P36kg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSBo8P36kg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSBo8P36kg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSBo8P36kg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSBo8P36kg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSBo8P36kg .dropdown-item.active,
.cid-tSBo8P36kg .dropdown-item:active {
  background-color: transparent;
}
.cid-tSBo8P36kg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSBo8P36kg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSBo8P36kg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSBo8P36kg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSBo8P36kg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSBo8P36kg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSBo8P36kg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSBo8P36kg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSBo8P36kg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSBo8P36kg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tSBo8P36kg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSBo8P36kg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSBo8P36kg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSBo8P36kg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSBo8P36kg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSBo8P36kg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSBo8P36kg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSBo8P36kg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSBo8P36kg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSBo8P36kg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSBo8P36kg .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-tSBo8P36kg .navbar {
    height: 70px;
  }
  .cid-tSBo8P36kg .navbar.opened {
    height: auto;
  }
  .cid-tSBo8P36kg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSBoL8JXbu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tSBoL8JXbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSBoL8JXbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSBoL8JXbu .mbr-section-title,
.cid-tSBoL8JXbu .mbr-section-subtitle {
  text-align: center;
}
.cid-tSBoL8JXbu .cost {
  word-break: normal;
}
.cid-tSBoL8JXbu .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tSBoL8JXbu .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tSBoL8JXbu .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSBoL8JXbu .card-wrapper {
    padding: 1rem;
  }
}
.cid-tSBrSP3hnr {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tSBrSP3hnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSBrSP3hnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tSBrSP3hnr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tSBrSP3hnr .row {
  flex-direction: row-reverse;
}
.cid-tSBrSP3hnr img {
  width: 100%;
}
.cid-tSBo8Rnxip {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSBo8Rnxip .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSBo8Rnxip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSBo8Rnxip .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tSBo8Rnxip .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tSBo8Rnxip .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tSBo8Rnxip .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tSBo8Rnxip .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tSBo8Rnxip .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tSBo8Rnxip .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tSBo8Rnxip .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tSBo8Rnxip .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tSBo8Rnxip .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tSBo8Rnxip .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tSBo8Rnxip .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tSBo8Rnxip .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tSBo8Rnxip .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tSBo8Rnxip [class^="socicon-"]:before,
.cid-tSBo8Rnxip [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tSBo8RR34R {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSBo8RR34R .mbr-section-title {
  text-align: center;
}
.cid-tSBo8SjPla {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSBo8SjPla .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTK6o8Kgs5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTK6o8Kgs5 .row {
    text-align: center;
  }
  .cid-tTK6o8Kgs5 .row > div {
    margin: auto;
  }
  .cid-tTK6o8Kgs5 .social-row {
    justify-content: center;
  }
}
.cid-tTK6o8Kgs5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 0rem;
  }
}
.cid-tTK6o8Kgs5 .mbr-text {
  color: #bbbbbb;
}
.cid-tTK6o8Kgs5 .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-tTK6o8Kgs5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tSB1nNwIGr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tSB1nNwIGr nav.navbar {
  position: fixed;
}
.cid-tSB1nNwIGr .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-tSB1nNwIGr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSB1nNwIGr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSB1nNwIGr .dropdown-item:hover,
.cid-tSB1nNwIGr .dropdown-item:focus {
  background: #f32929 !important;
  color: white !important;
}
.cid-tSB1nNwIGr .dropdown-item:hover span {
  color: white;
}
.cid-tSB1nNwIGr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSB1nNwIGr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSB1nNwIGr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSB1nNwIGr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSB1nNwIGr .nav-link {
  position: relative;
}
.cid-tSB1nNwIGr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSB1nNwIGr .container {
    flex-wrap: wrap;
  }
}
.cid-tSB1nNwIGr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSB1nNwIGr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tSB1nNwIGr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSB1nNwIGr .dropdown-menu,
.cid-tSB1nNwIGr .navbar.opened {
  background: #ffffff !important;
}
.cid-tSB1nNwIGr .nav-item:focus,
.cid-tSB1nNwIGr .nav-link:focus {
  outline: none;
}
.cid-tSB1nNwIGr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSB1nNwIGr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSB1nNwIGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSB1nNwIGr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSB1nNwIGr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSB1nNwIGr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSB1nNwIGr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tSB1nNwIGr .navbar.opened {
  transition: all 0.3s;
}
.cid-tSB1nNwIGr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSB1nNwIGr .navbar .navbar-logo img {
  width: auto;
}
.cid-tSB1nNwIGr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSB1nNwIGr .navbar.collapsed {
  justify-content: center;
}
.cid-tSB1nNwIGr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSB1nNwIGr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSB1nNwIGr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSB1nNwIGr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSB1nNwIGr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSB1nNwIGr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tSB1nNwIGr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSB1nNwIGr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSB1nNwIGr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSB1nNwIGr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSB1nNwIGr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSB1nNwIGr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSB1nNwIGr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSB1nNwIGr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tSB1nNwIGr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSB1nNwIGr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSB1nNwIGr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSB1nNwIGr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSB1nNwIGr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSB1nNwIGr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tSB1nNwIGr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tSB1nNwIGr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSB1nNwIGr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSB1nNwIGr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSB1nNwIGr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSB1nNwIGr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSB1nNwIGr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSB1nNwIGr .dropdown-item.active,
.cid-tSB1nNwIGr .dropdown-item:active {
  background-color: transparent;
}
.cid-tSB1nNwIGr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSB1nNwIGr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSB1nNwIGr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSB1nNwIGr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSB1nNwIGr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSB1nNwIGr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSB1nNwIGr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSB1nNwIGr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSB1nNwIGr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSB1nNwIGr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tSB1nNwIGr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSB1nNwIGr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSB1nNwIGr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSB1nNwIGr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSB1nNwIGr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSB1nNwIGr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSB1nNwIGr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSB1nNwIGr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSB1nNwIGr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSB1nNwIGr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSB1nNwIGr .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-tSB1nNwIGr .navbar {
    height: 70px;
  }
  .cid-tSB1nNwIGr .navbar.opened {
    height: auto;
  }
  .cid-tSB1nNwIGr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSB1nOpiTf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSB1nOpiTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSB1nOpiTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSB1nOUGwB {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tSB1nOUGwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSB1nOUGwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSB1nOUGwB .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tSB1nOUGwB .mbr-section-title,
.cid-tSB1nOUGwB .mbr-section-subtitle {
  text-align: center;
}
.cid-tSB1nOUGwB .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tSB1nOUGwB .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tSB1nOUGwB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tSB1nOUGwB .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tSB1nOUGwB .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSB1nOUGwB .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tSB1nOUGwB .card-title {
  color: #f32929;
}
.cid-tSB1nOUGwB .mbr-section-title {
  color: #f32929;
}
.cid-tSB1nQg2nV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSB1nQg2nV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSB1nQg2nV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSB1nQg2nV .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tSB1nQg2nV .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tSB1nQg2nV .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tSB1nQg2nV .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tSB1nQg2nV .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tSB1nQg2nV .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tSB1nQg2nV .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tSB1nQg2nV .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tSB1nQg2nV .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tSB1nQg2nV .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tSB1nQg2nV .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tSB1nQg2nV .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tSB1nQg2nV .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tSB1nQg2nV .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tSB1nQg2nV [class^="socicon-"]:before,
.cid-tSB1nQg2nV [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tSB1nQJXPp {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSB1nQJXPp .mbr-section-title {
  text-align: center;
}
.cid-tSB1nRbM6Z {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSB1nRbM6Z .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTK6o8Kgs5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTK6o8Kgs5 .row {
    text-align: center;
  }
  .cid-tTK6o8Kgs5 .row > div {
    margin: auto;
  }
  .cid-tTK6o8Kgs5 .social-row {
    justify-content: center;
  }
}
.cid-tTK6o8Kgs5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 0rem;
  }
}
.cid-tTK6o8Kgs5 .mbr-text {
  color: #bbbbbb;
}
.cid-tTK6o8Kgs5 .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-tTK6o8Kgs5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tSBdMvm273 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tSBdMvm273 nav.navbar {
  position: fixed;
}
.cid-tSBdMvm273 .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-tSBdMvm273 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSBdMvm273 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSBdMvm273 .dropdown-item:hover,
.cid-tSBdMvm273 .dropdown-item:focus {
  background: #f32929 !important;
  color: white !important;
}
.cid-tSBdMvm273 .dropdown-item:hover span {
  color: white;
}
.cid-tSBdMvm273 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSBdMvm273 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSBdMvm273 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSBdMvm273 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSBdMvm273 .nav-link {
  position: relative;
}
.cid-tSBdMvm273 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSBdMvm273 .container {
    flex-wrap: wrap;
  }
}
.cid-tSBdMvm273 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSBdMvm273 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tSBdMvm273 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSBdMvm273 .dropdown-menu,
.cid-tSBdMvm273 .navbar.opened {
  background: #ffffff !important;
}
.cid-tSBdMvm273 .nav-item:focus,
.cid-tSBdMvm273 .nav-link:focus {
  outline: none;
}
.cid-tSBdMvm273 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSBdMvm273 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSBdMvm273 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSBdMvm273 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSBdMvm273 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSBdMvm273 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSBdMvm273 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tSBdMvm273 .navbar.opened {
  transition: all 0.3s;
}
.cid-tSBdMvm273 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSBdMvm273 .navbar .navbar-logo img {
  width: auto;
}
.cid-tSBdMvm273 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSBdMvm273 .navbar.collapsed {
  justify-content: center;
}
.cid-tSBdMvm273 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSBdMvm273 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSBdMvm273 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSBdMvm273 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSBdMvm273 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSBdMvm273 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tSBdMvm273 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSBdMvm273 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSBdMvm273 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSBdMvm273 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSBdMvm273 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSBdMvm273 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSBdMvm273 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSBdMvm273 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tSBdMvm273 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSBdMvm273 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSBdMvm273 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSBdMvm273 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSBdMvm273 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSBdMvm273 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tSBdMvm273 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tSBdMvm273 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSBdMvm273 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSBdMvm273 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSBdMvm273 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSBdMvm273 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSBdMvm273 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSBdMvm273 .dropdown-item.active,
.cid-tSBdMvm273 .dropdown-item:active {
  background-color: transparent;
}
.cid-tSBdMvm273 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSBdMvm273 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSBdMvm273 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSBdMvm273 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSBdMvm273 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSBdMvm273 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSBdMvm273 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSBdMvm273 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSBdMvm273 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSBdMvm273 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tSBdMvm273 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSBdMvm273 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSBdMvm273 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSBdMvm273 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSBdMvm273 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSBdMvm273 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSBdMvm273 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSBdMvm273 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSBdMvm273 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSBdMvm273 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSBdMvm273 .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-tSBdMvm273 .navbar {
    height: 70px;
  }
  .cid-tSBdMvm273 .navbar.opened {
    height: auto;
  }
  .cid-tSBdMvm273 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSBdMxefkp {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tSBdMxefkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSBdMxefkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSBdMxVPdN {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tSBdMxVPdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSBdMxVPdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSBdMxVPdN .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tSBdMxVPdN .mbr-section-title,
.cid-tSBdMxVPdN .mbr-section-subtitle {
  text-align: center;
}
.cid-tSBdMxVPdN .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tSBdMxVPdN .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tSBdMxVPdN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tSBdMxVPdN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tSBdMxVPdN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSBdMxVPdN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tSBdMxVPdN .card-title {
  color: #f32929;
}
.cid-tSBdMxVPdN .mbr-section-title {
  color: #f32929;
}
.cid-tSBdMyYqqg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSBdMyYqqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSBdMyYqqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSBdMyYqqg .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tSBdMyYqqg .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tSBdMyYqqg .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tSBdMyYqqg .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tSBdMyYqqg .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tSBdMyYqqg .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tSBdMyYqqg .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tSBdMyYqqg .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tSBdMyYqqg .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tSBdMyYqqg .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tSBdMyYqqg .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tSBdMyYqqg .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tSBdMyYqqg .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tSBdMyYqqg .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tSBdMyYqqg [class^="socicon-"]:before,
.cid-tSBdMyYqqg [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tSBdMzqRSp {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSBdMzqRSp .mbr-section-title {
  text-align: center;
}
.cid-tSBdMzQCr4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSBdMzQCr4 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTK6o8Kgs5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTK6o8Kgs5 .row {
    text-align: center;
  }
  .cid-tTK6o8Kgs5 .row > div {
    margin: auto;
  }
  .cid-tTK6o8Kgs5 .social-row {
    justify-content: center;
  }
}
.cid-tTK6o8Kgs5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 0rem;
  }
}
.cid-tTK6o8Kgs5 .mbr-text {
  color: #bbbbbb;
}
.cid-tTK6o8Kgs5 .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-tTK6o8Kgs5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tSBtaWUTG0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tSBtaWUTG0 nav.navbar {
  position: fixed;
}
.cid-tSBtaWUTG0 .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-tSBtaWUTG0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSBtaWUTG0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSBtaWUTG0 .dropdown-item:hover,
.cid-tSBtaWUTG0 .dropdown-item:focus {
  background: #f32929 !important;
  color: white !important;
}
.cid-tSBtaWUTG0 .dropdown-item:hover span {
  color: white;
}
.cid-tSBtaWUTG0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSBtaWUTG0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSBtaWUTG0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSBtaWUTG0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSBtaWUTG0 .nav-link {
  position: relative;
}
.cid-tSBtaWUTG0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSBtaWUTG0 .container {
    flex-wrap: wrap;
  }
}
.cid-tSBtaWUTG0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSBtaWUTG0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tSBtaWUTG0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSBtaWUTG0 .dropdown-menu,
.cid-tSBtaWUTG0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tSBtaWUTG0 .nav-item:focus,
.cid-tSBtaWUTG0 .nav-link:focus {
  outline: none;
}
.cid-tSBtaWUTG0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSBtaWUTG0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSBtaWUTG0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSBtaWUTG0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSBtaWUTG0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSBtaWUTG0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSBtaWUTG0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tSBtaWUTG0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tSBtaWUTG0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSBtaWUTG0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tSBtaWUTG0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSBtaWUTG0 .navbar.collapsed {
  justify-content: center;
}
.cid-tSBtaWUTG0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSBtaWUTG0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSBtaWUTG0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSBtaWUTG0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSBtaWUTG0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSBtaWUTG0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tSBtaWUTG0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSBtaWUTG0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSBtaWUTG0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSBtaWUTG0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSBtaWUTG0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSBtaWUTG0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSBtaWUTG0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSBtaWUTG0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tSBtaWUTG0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSBtaWUTG0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSBtaWUTG0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSBtaWUTG0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSBtaWUTG0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSBtaWUTG0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tSBtaWUTG0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tSBtaWUTG0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSBtaWUTG0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSBtaWUTG0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSBtaWUTG0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSBtaWUTG0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSBtaWUTG0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSBtaWUTG0 .dropdown-item.active,
.cid-tSBtaWUTG0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tSBtaWUTG0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSBtaWUTG0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSBtaWUTG0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSBtaWUTG0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSBtaWUTG0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSBtaWUTG0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSBtaWUTG0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSBtaWUTG0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSBtaWUTG0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSBtaWUTG0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tSBtaWUTG0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSBtaWUTG0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSBtaWUTG0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSBtaWUTG0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSBtaWUTG0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSBtaWUTG0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSBtaWUTG0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSBtaWUTG0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSBtaWUTG0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSBtaWUTG0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSBtaWUTG0 .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-tSBtaWUTG0 .navbar {
    height: 70px;
  }
  .cid-tSBtaWUTG0 .navbar.opened {
    height: auto;
  }
  .cid-tSBtaWUTG0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSBtaY9wII {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tSBtaY9wII .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSBtaY9wII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSBtaY9wII .mbr-section-title,
.cid-tSBtaY9wII .mbr-section-subtitle {
  text-align: center;
}
.cid-tSBtaY9wII .cost {
  word-break: normal;
}
.cid-tSBtaY9wII .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tSBtaY9wII .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tSBtaY9wII .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSBtaY9wII .card-wrapper {
    padding: 1rem;
  }
}
.cid-tSBtb06RTS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSBtb06RTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSBtb06RTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSBtb06RTS .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tSBtb06RTS .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tSBtb06RTS .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tSBtb06RTS .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tSBtb06RTS .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tSBtb06RTS .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tSBtb06RTS .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tSBtb06RTS .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tSBtb06RTS .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tSBtb06RTS .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tSBtb06RTS .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tSBtb06RTS .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tSBtb06RTS .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tSBtb06RTS .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tSBtb06RTS [class^="socicon-"]:before,
.cid-tSBtb06RTS [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tSBtb0Cdbt {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSBtb0Cdbt .mbr-section-title {
  text-align: center;
}
.cid-tSBtb17gxT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSBtb17gxT .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTK6o8Kgs5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTK6o8Kgs5 .row {
    text-align: center;
  }
  .cid-tTK6o8Kgs5 .row > div {
    margin: auto;
  }
  .cid-tTK6o8Kgs5 .social-row {
    justify-content: center;
  }
}
.cid-tTK6o8Kgs5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 0rem;
  }
}
.cid-tTK6o8Kgs5 .mbr-text {
  color: #bbbbbb;
}
.cid-tTK6o8Kgs5 .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-tTK6o8Kgs5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRVWfLPpT9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRVWfLPpT9 nav.navbar {
  position: fixed;
}
.cid-tRVWfLPpT9 .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-tRVWfLPpT9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRVWfLPpT9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRVWfLPpT9 .dropdown-item:hover,
.cid-tRVWfLPpT9 .dropdown-item:focus {
  background: #f32929 !important;
  color: white !important;
}
.cid-tRVWfLPpT9 .dropdown-item:hover span {
  color: white;
}
.cid-tRVWfLPpT9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRVWfLPpT9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRVWfLPpT9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRVWfLPpT9 .nav-link {
  position: relative;
}
.cid-tRVWfLPpT9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .container {
    flex-wrap: wrap;
  }
}
.cid-tRVWfLPpT9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRVWfLPpT9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRVWfLPpT9 .dropdown-menu,
.cid-tRVWfLPpT9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRVWfLPpT9 .nav-item:focus,
.cid-tRVWfLPpT9 .nav-link:focus {
  outline: none;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRVWfLPpT9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRVWfLPpT9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRVWfLPpT9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRVWfLPpT9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRVWfLPpT9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRVWfLPpT9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRVWfLPpT9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRVWfLPpT9 .navbar.collapsed {
  justify-content: center;
}
.cid-tRVWfLPpT9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRVWfLPpT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRVWfLPpT9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tRVWfLPpT9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRVWfLPpT9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRVWfLPpT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRVWfLPpT9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRVWfLPpT9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRVWfLPpT9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRVWfLPpT9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRVWfLPpT9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRVWfLPpT9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRVWfLPpT9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRVWfLPpT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRVWfLPpT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRVWfLPpT9 .dropdown-item.active,
.cid-tRVWfLPpT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRVWfLPpT9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRVWfLPpT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRVWfLPpT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRVWfLPpT9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRVWfLPpT9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRVWfLPpT9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRVWfLPpT9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRVWfLPpT9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRVWfLPpT9 .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-tRVWfLPpT9 .navbar {
    height: 70px;
  }
  .cid-tRVWfLPpT9 .navbar.opened {
    height: auto;
  }
  .cid-tRVWfLPpT9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSBKuNzFHW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/catering-nicks-grill-chicago-1810x923.png");
}
.cid-tSBKuNzFHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSBKuNzFHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTgYkAUr4S {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTgYkAUr4S .mbr-text {
  color: #000000;
}
.cid-tTgYkAUr4S .mbr-section-title {
  text-align: center;
}
.cid-tTK6o8Kgs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTK6o8Kgs5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTK6o8Kgs5 .row {
    text-align: center;
  }
  .cid-tTK6o8Kgs5 .row > div {
    margin: auto;
  }
  .cid-tTK6o8Kgs5 .social-row {
    justify-content: center;
  }
}
.cid-tTK6o8Kgs5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 0rem;
  }
}
.cid-tTK6o8Kgs5 .mbr-text {
  color: #bbbbbb;
}
.cid-tTK6o8Kgs5 .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-tTK6o8Kgs5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRVWfLPpT9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRVWfLPpT9 nav.navbar {
  position: fixed;
}
.cid-tRVWfLPpT9 .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-tRVWfLPpT9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRVWfLPpT9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRVWfLPpT9 .dropdown-item:hover,
.cid-tRVWfLPpT9 .dropdown-item:focus {
  background: #f32929 !important;
  color: white !important;
}
.cid-tRVWfLPpT9 .dropdown-item:hover span {
  color: white;
}
.cid-tRVWfLPpT9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRVWfLPpT9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRVWfLPpT9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRVWfLPpT9 .nav-link {
  position: relative;
}
.cid-tRVWfLPpT9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .container {
    flex-wrap: wrap;
  }
}
.cid-tRVWfLPpT9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRVWfLPpT9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRVWfLPpT9 .dropdown-menu,
.cid-tRVWfLPpT9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRVWfLPpT9 .nav-item:focus,
.cid-tRVWfLPpT9 .nav-link:focus {
  outline: none;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRVWfLPpT9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRVWfLPpT9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRVWfLPpT9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRVWfLPpT9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRVWfLPpT9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRVWfLPpT9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRVWfLPpT9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRVWfLPpT9 .navbar.collapsed {
  justify-content: center;
}
.cid-tRVWfLPpT9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRVWfLPpT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRVWfLPpT9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tRVWfLPpT9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRVWfLPpT9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRVWfLPpT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRVWfLPpT9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRVWfLPpT9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRVWfLPpT9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRVWfLPpT9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRVWfLPpT9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRVWfLPpT9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRVWfLPpT9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRVWfLPpT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRVWfLPpT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRVWfLPpT9 .dropdown-item.active,
.cid-tRVWfLPpT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRVWfLPpT9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRVWfLPpT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRVWfLPpT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRVWfLPpT9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRVWfLPpT9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRVWfLPpT9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRVWfLPpT9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRVWfLPpT9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRVWfLPpT9 .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-tRVWfLPpT9 .navbar {
    height: 70px;
  }
  .cid-tRVWfLPpT9 .navbar.opened {
    height: auto;
  }
  .cid-tRVWfLPpT9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSGutj79wm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tSGutj79wm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSGutj79wm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tSGutj79wm .row {
    flex-direction: column-reverse;
  }
  .cid-tSGutj79wm .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tSGutj79wm .google-map {
  height: 100%;
  position: relative;
}
.cid-tSGutj79wm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tSGutj79wm .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tSGutj79wm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tSGutj79wm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tSGutj79wm .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tSGutj79wm .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tSGutj79wm .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tSGutj79wm .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSGutj79wm .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tSGutj79wm .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #f32929;
}
.cid-tSGxOf4vVt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSGxOf4vVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSGxOf4vVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tSGxOf4vVt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tSGxOf4vVt .row {
  flex-direction: row-reverse;
}
.cid-tSGxOf4vVt img {
  width: 100%;
}
.cid-tSGuoWxtqn {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSGuoWxtqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSGuoWxtqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSGuoWxtqn .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f32929;
  margin-bottom: 2rem;
}
.cid-tSGuoWxtqn .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tSGuoWxtqn .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSGuoWxtqn .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tTK6o8Kgs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTK6o8Kgs5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTK6o8Kgs5 .row {
    text-align: center;
  }
  .cid-tTK6o8Kgs5 .row > div {
    margin: auto;
  }
  .cid-tTK6o8Kgs5 .social-row {
    justify-content: center;
  }
}
.cid-tTK6o8Kgs5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 0rem;
  }
}
.cid-tTK6o8Kgs5 .mbr-text {
  color: #bbbbbb;
}
.cid-tTK6o8Kgs5 .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-tTK6o8Kgs5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRVWfLPpT9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRVWfLPpT9 nav.navbar {
  position: fixed;
}
.cid-tRVWfLPpT9 .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-tRVWfLPpT9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRVWfLPpT9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRVWfLPpT9 .dropdown-item:hover,
.cid-tRVWfLPpT9 .dropdown-item:focus {
  background: #f32929 !important;
  color: white !important;
}
.cid-tRVWfLPpT9 .dropdown-item:hover span {
  color: white;
}
.cid-tRVWfLPpT9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRVWfLPpT9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRVWfLPpT9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRVWfLPpT9 .nav-link {
  position: relative;
}
.cid-tRVWfLPpT9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .container {
    flex-wrap: wrap;
  }
}
.cid-tRVWfLPpT9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRVWfLPpT9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRVWfLPpT9 .dropdown-menu,
.cid-tRVWfLPpT9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRVWfLPpT9 .nav-item:focus,
.cid-tRVWfLPpT9 .nav-link:focus {
  outline: none;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRVWfLPpT9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRVWfLPpT9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRVWfLPpT9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRVWfLPpT9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRVWfLPpT9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRVWfLPpT9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRVWfLPpT9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRVWfLPpT9 .navbar.collapsed {
  justify-content: center;
}
.cid-tRVWfLPpT9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRVWfLPpT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRVWfLPpT9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tRVWfLPpT9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRVWfLPpT9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRVWfLPpT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRVWfLPpT9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRVWfLPpT9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRVWfLPpT9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRVWfLPpT9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRVWfLPpT9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRVWfLPpT9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRVWfLPpT9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRVWfLPpT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRVWfLPpT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRVWfLPpT9 .dropdown-item.active,
.cid-tRVWfLPpT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRVWfLPpT9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRVWfLPpT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRVWfLPpT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRVWfLPpT9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRVWfLPpT9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRVWfLPpT9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRVWfLPpT9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRVWfLPpT9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRVWfLPpT9 .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-tRVWfLPpT9 .navbar {
    height: 70px;
  }
  .cid-tRVWfLPpT9 .navbar.opened {
    height: auto;
  }
  .cid-tRVWfLPpT9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSGBncIYWo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSGBncIYWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSGBncIYWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTK6o8Kgs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTK6o8Kgs5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTK6o8Kgs5 .row {
    text-align: center;
  }
  .cid-tTK6o8Kgs5 .row > div {
    margin: auto;
  }
  .cid-tTK6o8Kgs5 .social-row {
    justify-content: center;
  }
}
.cid-tTK6o8Kgs5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 0rem;
  }
}
.cid-tTK6o8Kgs5 .mbr-text {
  color: #bbbbbb;
}
.cid-tTK6o8Kgs5 .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-tTK6o8Kgs5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRVWfLPpT9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRVWfLPpT9 nav.navbar {
  position: fixed;
}
.cid-tRVWfLPpT9 .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-tRVWfLPpT9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRVWfLPpT9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRVWfLPpT9 .dropdown-item:hover,
.cid-tRVWfLPpT9 .dropdown-item:focus {
  background: #f32929 !important;
  color: white !important;
}
.cid-tRVWfLPpT9 .dropdown-item:hover span {
  color: white;
}
.cid-tRVWfLPpT9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRVWfLPpT9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRVWfLPpT9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRVWfLPpT9 .nav-link {
  position: relative;
}
.cid-tRVWfLPpT9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .container {
    flex-wrap: wrap;
  }
}
.cid-tRVWfLPpT9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRVWfLPpT9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRVWfLPpT9 .dropdown-menu,
.cid-tRVWfLPpT9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRVWfLPpT9 .nav-item:focus,
.cid-tRVWfLPpT9 .nav-link:focus {
  outline: none;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRVWfLPpT9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRVWfLPpT9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRVWfLPpT9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRVWfLPpT9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRVWfLPpT9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRVWfLPpT9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRVWfLPpT9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRVWfLPpT9 .navbar.collapsed {
  justify-content: center;
}
.cid-tRVWfLPpT9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRVWfLPpT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRVWfLPpT9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tRVWfLPpT9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRVWfLPpT9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRVWfLPpT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRVWfLPpT9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRVWfLPpT9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRVWfLPpT9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRVWfLPpT9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRVWfLPpT9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRVWfLPpT9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRVWfLPpT9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRVWfLPpT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRVWfLPpT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRVWfLPpT9 .dropdown-item.active,
.cid-tRVWfLPpT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRVWfLPpT9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRVWfLPpT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRVWfLPpT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRVWfLPpT9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRVWfLPpT9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRVWfLPpT9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRVWfLPpT9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRVWfLPpT9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRVWfLPpT9 .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-tRVWfLPpT9 .navbar {
    height: 70px;
  }
  .cid-tRVWfLPpT9 .navbar.opened {
    height: auto;
  }
  .cid-tRVWfLPpT9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSGZ7xq9Mc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSGZ7xq9Mc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSGZ7xq9Mc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSH2TVw8g5 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTK6o8Kgs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTK6o8Kgs5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTK6o8Kgs5 .row {
    text-align: center;
  }
  .cid-tTK6o8Kgs5 .row > div {
    margin: auto;
  }
  .cid-tTK6o8Kgs5 .social-row {
    justify-content: center;
  }
}
.cid-tTK6o8Kgs5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 0rem;
  }
}
.cid-tTK6o8Kgs5 .mbr-text {
  color: #bbbbbb;
}
.cid-tTK6o8Kgs5 .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-tTK6o8Kgs5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRVWfLPpT9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRVWfLPpT9 nav.navbar {
  position: fixed;
}
.cid-tRVWfLPpT9 .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-tRVWfLPpT9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRVWfLPpT9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRVWfLPpT9 .dropdown-item:hover,
.cid-tRVWfLPpT9 .dropdown-item:focus {
  background: #f32929 !important;
  color: white !important;
}
.cid-tRVWfLPpT9 .dropdown-item:hover span {
  color: white;
}
.cid-tRVWfLPpT9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRVWfLPpT9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRVWfLPpT9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRVWfLPpT9 .nav-link {
  position: relative;
}
.cid-tRVWfLPpT9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .container {
    flex-wrap: wrap;
  }
}
.cid-tRVWfLPpT9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRVWfLPpT9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRVWfLPpT9 .dropdown-menu,
.cid-tRVWfLPpT9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRVWfLPpT9 .nav-item:focus,
.cid-tRVWfLPpT9 .nav-link:focus {
  outline: none;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRVWfLPpT9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRVWfLPpT9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRVWfLPpT9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRVWfLPpT9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRVWfLPpT9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRVWfLPpT9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRVWfLPpT9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRVWfLPpT9 .navbar.collapsed {
  justify-content: center;
}
.cid-tRVWfLPpT9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRVWfLPpT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRVWfLPpT9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tRVWfLPpT9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRVWfLPpT9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRVWfLPpT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRVWfLPpT9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRVWfLPpT9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRVWfLPpT9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRVWfLPpT9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRVWfLPpT9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRVWfLPpT9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRVWfLPpT9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRVWfLPpT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRVWfLPpT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRVWfLPpT9 .dropdown-item.active,
.cid-tRVWfLPpT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRVWfLPpT9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRVWfLPpT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRVWfLPpT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRVWfLPpT9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRVWfLPpT9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRVWfLPpT9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRVWfLPpT9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRVWfLPpT9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRVWfLPpT9 .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-tRVWfLPpT9 .navbar {
    height: 70px;
  }
  .cid-tRVWfLPpT9 .navbar.opened {
    height: auto;
  }
  .cid-tRVWfLPpT9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSH6xsxzZ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSH6xsxzZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSH6xsxzZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSH6xQiq3y {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSH6xQiq3y .mbr-section-subtitle {
  text-align: center;
}
.cid-tTK6o8Kgs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTK6o8Kgs5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTK6o8Kgs5 .row {
    text-align: center;
  }
  .cid-tTK6o8Kgs5 .row > div {
    margin: auto;
  }
  .cid-tTK6o8Kgs5 .social-row {
    justify-content: center;
  }
}
.cid-tTK6o8Kgs5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 0rem;
  }
}
.cid-tTK6o8Kgs5 .mbr-text {
  color: #bbbbbb;
}
.cid-tTK6o8Kgs5 .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-tTK6o8Kgs5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRVWfLPpT9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRVWfLPpT9 nav.navbar {
  position: fixed;
}
.cid-tRVWfLPpT9 .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-tRVWfLPpT9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRVWfLPpT9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRVWfLPpT9 .dropdown-item:hover,
.cid-tRVWfLPpT9 .dropdown-item:focus {
  background: #f32929 !important;
  color: white !important;
}
.cid-tRVWfLPpT9 .dropdown-item:hover span {
  color: white;
}
.cid-tRVWfLPpT9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRVWfLPpT9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRVWfLPpT9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRVWfLPpT9 .nav-link {
  position: relative;
}
.cid-tRVWfLPpT9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .container {
    flex-wrap: wrap;
  }
}
.cid-tRVWfLPpT9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRVWfLPpT9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRVWfLPpT9 .dropdown-menu,
.cid-tRVWfLPpT9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRVWfLPpT9 .nav-item:focus,
.cid-tRVWfLPpT9 .nav-link:focus {
  outline: none;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRVWfLPpT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRVWfLPpT9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRVWfLPpT9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRVWfLPpT9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRVWfLPpT9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRVWfLPpT9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRVWfLPpT9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRVWfLPpT9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRVWfLPpT9 .navbar.collapsed {
  justify-content: center;
}
.cid-tRVWfLPpT9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRVWfLPpT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRVWfLPpT9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tRVWfLPpT9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRVWfLPpT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRVWfLPpT9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRVWfLPpT9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRVWfLPpT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRVWfLPpT9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRVWfLPpT9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRVWfLPpT9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRVWfLPpT9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRVWfLPpT9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRVWfLPpT9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRVWfLPpT9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRVWfLPpT9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRVWfLPpT9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRVWfLPpT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRVWfLPpT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRVWfLPpT9 .dropdown-item.active,
.cid-tRVWfLPpT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRVWfLPpT9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRVWfLPpT9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRVWfLPpT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRVWfLPpT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRVWfLPpT9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRVWfLPpT9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRVWfLPpT9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRVWfLPpT9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRVWfLPpT9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRVWfLPpT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRVWfLPpT9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRVWfLPpT9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRVWfLPpT9 .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-tRVWfLPpT9 .navbar {
    height: 70px;
  }
  .cid-tRVWfLPpT9 .navbar.opened {
    height: auto;
  }
  .cid-tRVWfLPpT9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSGTs3pEWL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSGTs3pEWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSGTs3pEWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSGTQEUgBA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSGTQEUgBA .mbr-text {
  text-align: left;
}
.cid-tTK6o8Kgs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTK6o8Kgs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTK6o8Kgs5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTK6o8Kgs5 .row {
    text-align: center;
  }
  .cid-tTK6o8Kgs5 .row > div {
    margin: auto;
  }
  .cid-tTK6o8Kgs5 .social-row {
    justify-content: center;
  }
}
.cid-tTK6o8Kgs5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTK6o8Kgs5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTK6o8Kgs5 .list {
    margin-bottom: 0rem;
  }
}
.cid-tTK6o8Kgs5 .mbr-text {
  color: #bbbbbb;
}
.cid-tTK6o8Kgs5 .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-tTK6o8Kgs5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTK6o8Kgs5 div > *:last-child {
    margin-top: 0 !important;
  }
}
