@import url(https://fonts.googleapis.com/css?family=Allerta+Stencil:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Allerta Stencil', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Allerta Stencil', 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: 'Allerta Stencil', 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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #0c3e45 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #3973df !important;
  border-color: #3973df !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3973df !important;
  border-color: #3973df !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: #ff3333 !important;
  border-color: #ff3333 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !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: #19a2e8 !important;
  border-color: #19a2e8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !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: #338d99 !important;
  border-color: #338d99 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0c3e45 !important;
  border-color: #0c3e45 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #04171a !important;
  border-color: #04171a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #04171a !important;
  border-color: #04171a !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: #ff7733 !important;
  border-color: #ff7733 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-white {
  color: #232323 !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: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover: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-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black {
  color: #fafafa !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black:hover {
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:hover: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-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3973df !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: #6592e6 !important;
  border-color: #6592e6 !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: #ff3333 !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: #19a2e8 !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: #338d99 !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: #0c3e45;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #04171a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0c3e45 !important;
  border-color: #0c3e45 !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: #ff7733 !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,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: transparent;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #232323;
  background-color: transparent;
  border-color: transparent;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #0c3e45 !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: #205ac5 !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: #000000 !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]) {
  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]):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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #0c3e45;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #55d0e1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.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: #6592e6 !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: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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='%236592e6' %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-u7rQDcDLSW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7rQDcDLSW nav.navbar {
  position: fixed;
}
.cid-u7rQDcDLSW .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-u7rQDcDLSW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7rQDcDLSW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7rQDcDLSW .dropdown-item:hover,
.cid-u7rQDcDLSW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u7rQDcDLSW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7rQDcDLSW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7rQDcDLSW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u7rQDcDLSW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7rQDcDLSW .nav-link {
  position: relative;
}
.cid-u7rQDcDLSW .container {
  display: flex;
  margin: auto;
}
.cid-u7rQDcDLSW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u7rQDcDLSW .dropdown-menu,
.cid-u7rQDcDLSW .navbar.opened {
  background: #342d2d !important;
}
.cid-u7rQDcDLSW .nav-item:focus,
.cid-u7rQDcDLSW .nav-link:focus {
  outline: none;
}
.cid-u7rQDcDLSW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7rQDcDLSW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7rQDcDLSW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-u7rQDcDLSW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7rQDcDLSW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7rQDcDLSW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7rQDcDLSW .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #342d2d;
}
.cid-u7rQDcDLSW .navbar.opened {
  transition: all .3s;
}
.cid-u7rQDcDLSW .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u7rQDcDLSW .navbar .navbar-logo img {
  width: auto;
}
.cid-u7rQDcDLSW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7rQDcDLSW .navbar.collapsed {
  justify-content: center;
}
.cid-u7rQDcDLSW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7rQDcDLSW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7rQDcDLSW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u7rQDcDLSW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7rQDcDLSW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7rQDcDLSW .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-u7rQDcDLSW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7rQDcDLSW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u7rQDcDLSW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u7rQDcDLSW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7rQDcDLSW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7rQDcDLSW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7rQDcDLSW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7rQDcDLSW .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-u7rQDcDLSW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7rQDcDLSW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7rQDcDLSW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7rQDcDLSW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7rQDcDLSW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7rQDcDLSW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u7rQDcDLSW .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7rQDcDLSW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7rQDcDLSW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7rQDcDLSW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7rQDcDLSW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7rQDcDLSW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7rQDcDLSW .dropdown-item.active,
.cid-u7rQDcDLSW .dropdown-item:active {
  background-color: transparent;
}
.cid-u7rQDcDLSW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7rQDcDLSW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7rQDcDLSW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7rQDcDLSW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #342d2d;
}
.cid-u7rQDcDLSW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7rQDcDLSW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7rQDcDLSW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7rQDcDLSW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7rQDcDLSW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u7rQDcDLSW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffeae0;
}
.cid-u7rQDcDLSW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u7rQDcDLSW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u7rQDcDLSW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u7rQDcDLSW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u7rQDcDLSW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7rQDcDLSW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u7rQDcDLSW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u7rQDcDLSW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7rQDcDLSW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7rQDcDLSW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7rQDcDLSW .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-u7rQDcDLSW .navbar {
    height: 70px;
  }
  .cid-u7rQDcDLSW .navbar.opened {
    height: auto;
  }
  .cid-u7rQDcDLSW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7meZRUa7w {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/c1-637x506.jpg");
}
.cid-u7meZRUa7w .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u7meZRUa7w .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u7meZRUa7w .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-u7meZRUa7w .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7meZRUa7w .mbr-section-title {
  color: #4479d9;
}
.cid-u7meZRUa7w .mbr-text,
.cid-u7meZRUa7w .mbr-section-btn {
  color: #fef6f2;
}
.cid-u7mav3ETff {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/c5.webp");
}
.cid-u7mav3ETff .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-u7mav3ETff img,
.cid-u7mav3ETff .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u7mav3ETff .item:focus,
.cid-u7mav3ETff span:focus {
  outline: none;
}
.cid-u7mav3ETff .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7mav3ETff .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7mav3ETff .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7mav3ETff .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u7mav3ETff .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u7mav3ETff .mbr-section-title {
  color: #6d2424;
}
.cid-u7mav3ETff .mbr-text,
.cid-u7mav3ETff .mbr-section-btn {
  text-align: left;
}
.cid-u7mav3ETff .item-title {
  text-align: left;
  color: #0c3e45;
}
.cid-u7mav3ETff .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-u7mav3ETff .mbr-section-subtitle {
  color: #0c3e45;
}
.cid-u7maY2NLum {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/c3-1920x960.jpg");
}
.cid-u7maY2NLum .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u7maY2NLum .icon-box {
  background: #342d2d;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7maY2NLum .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u7maY2NLum .card {
    margin-bottom: 2rem;
  }
  .cid-u7maY2NLum .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u7maY2NLum .card-title,
.cid-u7maY2NLum .card-box {
  color: #6d2424;
}
.cid-u7maY2NLum .icon-text {
  text-align: left;
}
.cid-u7maY2NLum .icon-title {
  color: #6d2424;
}
.cid-u7maY2NLum .mbr-text,
.cid-u7maY2NLum .mbr-section-btn {
  color: #0c3e45;
  text-align: left;
}
.cid-u7maZojIx3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/sim8-960x640.jpg");
}
.cid-u7maZojIx3 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u7maZojIx3 .container {
    max-width: 1400px;
  }
}
.cid-u7maZojIx3 .card {
  margin: auto;
}
.cid-u7maZojIx3 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u7maZojIx3 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7maZojIx3 .row {
  justify-content: center;
}
.cid-u7maZojIx3 H3 {
  color: #6d2424;
}
.cid-u7maZojIx3 .card-title,
.cid-u7maZojIx3 .card-box {
  color: #0c3e45;
  text-align: center;
}
.cid-u7maK129Cy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/sim18-1280x853.jpg");
}
.cid-u7maK129Cy .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-u7maK129Cy .mbr-section-title,
.cid-u7maK129Cy .mbr-section-subtitle {
  text-align: center;
}
.cid-u7maK129Cy .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u7maK129Cy .card-wrapper {
  border-radius: 4px;
  background-color: #bbbbbb;
}
.cid-u7maK129Cy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u7maK129Cy .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u7maK129Cy .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7maK129Cy .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u7maK129Cy H3 {
  color: #6d2424;
}
.cid-u7maK129Cy .card-title {
  color: #6d2424;
}
.cid-u7maK129Cy .cost {
  color: #6d2424;
}
.cid-uAvTBXZAn0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/sim18-1280x853.jpg");
}
.cid-uAvTBXZAn0 .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uAvTBXZAn0 .mbr-section-title,
.cid-uAvTBXZAn0 .mbr-section-subtitle {
  text-align: center;
}
.cid-uAvTBXZAn0 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uAvTBXZAn0 .card-wrapper {
  border-radius: 4px;
  background-color: #bbbbbb;
}
.cid-uAvTBXZAn0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uAvTBXZAn0 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uAvTBXZAn0 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAvTBXZAn0 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uAvTBXZAn0 H3 {
  color: #6d2424;
}
.cid-uAvTBXZAn0 .card-title {
  color: #6d2424;
}
.cid-uAvTBXZAn0 .cost {
  color: #6d2424;
}
.cid-u7D5iYsQcg {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sim18-1280x853.jpg");
}
.cid-u7D5iYsQcg .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-u7D5iYsQcg .mbr-section-title,
.cid-u7D5iYsQcg .mbr-section-subtitle {
  text-align: center;
}
.cid-u7D5iYsQcg .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u7D5iYsQcg .card-wrapper {
  border-radius: 4px;
  background-color: #bbbbbb;
}
.cid-u7D5iYsQcg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u7D5iYsQcg .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u7D5iYsQcg .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7D5iYsQcg .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u7D5iYsQcg H3 {
  color: #6d2424;
}
.cid-u7D5iYsQcg .card-title {
  color: #6d2424;
}
.cid-u7D5iYsQcg .cost {
  color: #6d2424;
}
.cid-uoV8WKDSer {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uoV8WKDSer .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uoV8WKDSer .carousel {
    min-height: 400px;
  }
  .cid-uoV8WKDSer .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoV8WKDSer .carousel {
    min-height: 260px;
  }
  .cid-uoV8WKDSer .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uoV8WKDSer .carousel {
    min-height: 220px;
  }
  .cid-uoV8WKDSer .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-uoV8WKDSer .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uoV8WKDSer .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uoV8WKDSer .carousel,
.cid-uoV8WKDSer .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uoV8WKDSer .item-wrapper {
  width: 100%;
}
.cid-uoV8WKDSer .carousel-caption {
  bottom: 40px;
}
.cid-uoV8WKDSer .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uoV8WKDSer .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uoV8WKDSer .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uoV8WKDSer .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uoV8WKDSer .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uoV8WKDSer .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoV8WKDSer .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoV8WKDSer .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoV8WKDSer .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uoV8WKDSer .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uoV8WKDSer .carousel-indicators li.active,
.cid-uoV8WKDSer .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uoV8WKDSer .carousel-indicators li::after,
.cid-uoV8WKDSer .carousel-indicators li::before {
  content: none;
}
.cid-uoV8WKDSer .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uoV8WKDSer .carousel-indicators {
    display: none !important;
  }
}
.cid-u7mbBMGxYB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sim22-1200x675.jpg");
}
.cid-u7mbBMGxYB .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-u7mbBMGxYB .panel-group {
  border: none;
}
.cid-u7mbBMGxYB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-u7mbBMGxYB .panel-body,
  .cid-u7mbBMGxYB .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-u7mbBMGxYB .panel-body,
  .cid-u7mbBMGxYB .card-header {
    padding: 1rem 0;
  }
}
.cid-u7mbBMGxYB .panel-title-edit {
  color: #6d2424;
}
.cid-u7mbBMGxYB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u7mbBMGxYB H3 {
  color: #6d2424;
}
.cid-u7oXlDfNPP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/sim22-1200x675.jpg");
}
.cid-u7oXlDfNPP .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-u7oXlDfNPP .panel-group {
  border: none;
}
.cid-u7oXlDfNPP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-u7oXlDfNPP .panel-body,
  .cid-u7oXlDfNPP .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-u7oXlDfNPP .panel-body,
  .cid-u7oXlDfNPP .card-header {
    padding: 1rem 0;
  }
}
.cid-u7oXlDfNPP .panel-title-edit {
  color: #6d2424;
}
.cid-u7oXlDfNPP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u7oXlDfNPP H3 {
  color: #6d2424;
}
.cid-ukEIAABByG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ukEIAABByG .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ukEIAABByG .carousel {
    min-height: 400px;
  }
  .cid-ukEIAABByG .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ukEIAABByG .carousel {
    min-height: 260px;
  }
  .cid-ukEIAABByG .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-ukEIAABByG .carousel {
    min-height: 220px;
  }
  .cid-ukEIAABByG .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-ukEIAABByG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ukEIAABByG .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ukEIAABByG .carousel,
.cid-ukEIAABByG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ukEIAABByG .item-wrapper {
  width: 100%;
}
.cid-ukEIAABByG .carousel-caption {
  bottom: 40px;
}
.cid-ukEIAABByG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ukEIAABByG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukEIAABByG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukEIAABByG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ukEIAABByG .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukEIAABByG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukEIAABByG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukEIAABByG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukEIAABByG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ukEIAABByG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ukEIAABByG .carousel-indicators li.active,
.cid-ukEIAABByG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukEIAABByG .carousel-indicators li::after,
.cid-ukEIAABByG .carousel-indicators li::before {
  content: none;
}
.cid-ukEIAABByG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukEIAABByG .carousel-indicators {
    display: none !important;
  }
}
.cid-ukEIAABByG P {
  text-align: right;
  color: #bbbbbb;
}
.cid-u9QVsY3YJF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sim3-1120x400.png");
}
.cid-u9QVsY3YJF .item {
  padding-bottom: 2rem;
}
.cid-u9QVsY3YJF .item-wrapper {
  height: 100px;
  position: relative;
}
.cid-u9QVsY3YJF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9QVsY3YJF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 80px;
  height: 80px;
  font-size: 40px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u9QVsY3YJF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9QVsY3YJF .carousel-control,
.cid-u9QVsY3YJF .close {
  background: #1b1b1b;
}
.cid-u9QVsY3YJF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9QVsY3YJF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9QVsY3YJF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9QVsY3YJF .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9QVsY3YJF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u9QVsY3YJF .close::before {
  content: '\e91a';
}
.cid-u9QVsY3YJF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9QVsY3YJF .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u9QVsY3YJF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9QVsY3YJF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9QVsY3YJF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9QVsY3YJF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9QVsY3YJF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u9QVsY3YJF .carousel-indicators li.active,
.cid-u9QVsY3YJF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9QVsY3YJF .carousel-indicators li::after,
.cid-u9QVsY3YJF .carousel-indicators li::before {
  content: none;
}
.cid-u9QVsY3YJF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9QVsY3YJF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9QVsY3YJF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9QVsY3YJF .carousel-indicators {
    display: none;
  }
}
.cid-u9QVsY3YJF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9QVsY3YJF .carousel-inner > .active {
  display: block;
}
.cid-u9QVsY3YJF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9QVsY3YJF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9QVsY3YJF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9QVsY3YJF .carousel-control,
  .cid-u9QVsY3YJF .carousel-indicators,
  .cid-u9QVsY3YJF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9QVsY3YJF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9QVsY3YJF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9QVsY3YJF .carousel-indicators .active,
.cid-u9QVsY3YJF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9QVsY3YJF .carousel-indicators .active {
  background: #fff;
}
.cid-u9QVsY3YJF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9QVsY3YJF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9QVsY3YJF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9QVsY3YJF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9QVsY3YJF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9QVsY3YJF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9QVsY3YJF .carousel {
  width: 100%;
}
.cid-u9QVsY3YJF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9QVsY3YJF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9QVsY3YJF .modal.fade .modal-dialog,
.cid-u9QVsY3YJF .modal.in .modal-dialog {
  transform: none;
}
.cid-u9QVsY3YJF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9QVsY3YJF H6 {
  text-align: center;
}
.cid-u9QVsY3YJF H3 {
  color: #6d2424;
}
.cid-ukELee9340 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ukELee9340 .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ukELee9340 .carousel {
    min-height: 400px;
  }
  .cid-ukELee9340 .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ukELee9340 .carousel {
    min-height: 260px;
  }
  .cid-ukELee9340 .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-ukELee9340 .carousel {
    min-height: 220px;
  }
  .cid-ukELee9340 .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-ukELee9340 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ukELee9340 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ukELee9340 .carousel,
.cid-ukELee9340 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ukELee9340 .item-wrapper {
  width: 100%;
}
.cid-ukELee9340 .carousel-caption {
  bottom: 40px;
}
.cid-ukELee9340 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ukELee9340 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukELee9340 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukELee9340 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ukELee9340 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukELee9340 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukELee9340 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukELee9340 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukELee9340 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ukELee9340 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ukELee9340 .carousel-indicators li.active,
.cid-ukELee9340 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukELee9340 .carousel-indicators li::after,
.cid-ukELee9340 .carousel-indicators li::before {
  content: none;
}
.cid-ukELee9340 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukELee9340 .carousel-indicators {
    display: none !important;
  }
}
.cid-ukELee9340 H5 {
  color: #6ec7f2;
  text-align: left;
}
.cid-u7r9rzz1td {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/5-900x506.jpg");
}
@media (max-width: 767px) {
  .cid-u7r9rzz1td .row {
    flex-direction: column-reverse;
  }
  .cid-u7r9rzz1td .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u7r9rzz1td .google-map {
  height: 100%;
  position: relative;
}
.cid-u7r9rzz1td .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7r9rzz1td .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-u7r9rzz1td .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7r9rzz1td .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7r9rzz1td .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u7r9rzz1td .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #bed3f9;
}
.cid-u7r9rzz1td .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-u7r9rzz1td .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7r9rzz1td .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u7r9rzz1td .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-u7r9rzz1td .mbr-section-title {
  color: #6d2424;
}
.cid-u7r9rzz1td .card-title {
  color: #6d2424;
}
.cid-u7r9rzz1td P {
  color: #4479d9;
}
.cid-u7r9rzz1td .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7Xu95BCUG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mst-755x735.png");
}
.cid-u7Xu95BCUG .title {
  margin-bottom: 2rem;
}
.cid-u7Xu95BCUG .mbr-section-subtitle {
  color: #0c3e45;
}
.cid-u7Xu95BCUG a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-u7Xu95BCUG a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-u7Xu95BCUG textarea.form-control {
  min-height: 188px;
}
.cid-u7Xu95BCUG H2 {
  color: #6d2424;
}
.cid-ujPkMTOuTW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/ca1-600x357.jpg");
}
.cid-ujPkMTOuTW .mbr-text,
.cid-ujPkMTOuTW .mbr-section-btn {
  color: #232323;
}
.cid-ujPkMTOuTW .btn {
  width: 100%;
}
.cid-ujPkMTOuTW .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-ukEQ15XVgk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #260707;
}
.cid-ukEQ15XVgk .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ukEQ15XVgk .carousel {
    min-height: 400px;
  }
  .cid-ukEQ15XVgk .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ukEQ15XVgk .carousel {
    min-height: 260px;
  }
  .cid-ukEQ15XVgk .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-ukEQ15XVgk .carousel {
    min-height: 220px;
  }
  .cid-ukEQ15XVgk .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-ukEQ15XVgk .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ukEQ15XVgk .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ukEQ15XVgk .carousel,
.cid-ukEQ15XVgk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ukEQ15XVgk .item-wrapper {
  width: 100%;
}
.cid-ukEQ15XVgk .carousel-caption {
  bottom: 40px;
}
.cid-ukEQ15XVgk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ukEQ15XVgk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukEQ15XVgk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukEQ15XVgk .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ukEQ15XVgk .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukEQ15XVgk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukEQ15XVgk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukEQ15XVgk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukEQ15XVgk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ukEQ15XVgk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ukEQ15XVgk .carousel-indicators li.active,
.cid-ukEQ15XVgk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukEQ15XVgk .carousel-indicators li::after,
.cid-ukEQ15XVgk .carousel-indicators li::before {
  content: none;
}
.cid-ukEQ15XVgk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukEQ15XVgk .carousel-indicators {
    display: none !important;
  }
}
.cid-u7rXn0daSI {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sim26-600x400.jpg");
}
.cid-u7rXn0daSI .mbr-section-subtitle,
.cid-u7rXn0daSI .mbr-text {
  color: #767676;
}
.cid-u7rXn0daSI .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u7rXn0daSI .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u7rXn0daSI .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-u7rXn0daSI .card-wrapper .card-img .mbr-overlay {
  background-color: #dfe9fb;
  display: none;
  transition: opacity .3s;
}
.cid-u7rXn0daSI .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-u7rXn0daSI .card-wrapper .card-img img {
  width: 100%;
}
.cid-u7rXn0daSI .card-wrapper .card-box {
  background-color: #dfe9fb;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-u7rXn0daSI .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-u7rXn0daSI .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-u7rXn0daSI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-u7rXn0daSI .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-u7rXn0daSI .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-u7rXn0daSI .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-u7rXn0daSI .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-u7rXn0daSI .card-title {
  color: #7f1933;
}
.cid-u7rXn0daSI .mbr-text {
  color: #073b4c;
}
.cid-u7rXn0daSI .mbr-section-subtitle {
  color: #bed3f9;
}
.cid-u7rXn0daSI .mbr-section-title {
  color: #9fdbf8;
}
.cid-u7mbbZ2jiJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u7mbbZ2jiJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u7mbbZ2jiJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u7mbbZ2jiJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u7mbbZ2jiJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u7mbbZ2jiJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u7mbbZ2jiJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u7mbbZ2jiJ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u7mbbZ2jiJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u7mbbZ2jiJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u7mbbZ2jiJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u7mbbZ2jiJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u7mbbZ2jiJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u7mbbZ2jiJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u7mbbZ2jiJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u7mbbZ2jiJ .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-u7rQDcDLSW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7rQDcDLSW nav.navbar {
  position: fixed;
}
.cid-u7rQDcDLSW .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-u7rQDcDLSW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7rQDcDLSW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7rQDcDLSW .dropdown-item:hover,
.cid-u7rQDcDLSW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u7rQDcDLSW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7rQDcDLSW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7rQDcDLSW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u7rQDcDLSW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7rQDcDLSW .nav-link {
  position: relative;
}
.cid-u7rQDcDLSW .container {
  display: flex;
  margin: auto;
}
.cid-u7rQDcDLSW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u7rQDcDLSW .dropdown-menu,
.cid-u7rQDcDLSW .navbar.opened {
  background: #342d2d !important;
}
.cid-u7rQDcDLSW .nav-item:focus,
.cid-u7rQDcDLSW .nav-link:focus {
  outline: none;
}
.cid-u7rQDcDLSW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7rQDcDLSW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7rQDcDLSW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-u7rQDcDLSW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7rQDcDLSW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7rQDcDLSW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7rQDcDLSW .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #342d2d;
}
.cid-u7rQDcDLSW .navbar.opened {
  transition: all .3s;
}
.cid-u7rQDcDLSW .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u7rQDcDLSW .navbar .navbar-logo img {
  width: auto;
}
.cid-u7rQDcDLSW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7rQDcDLSW .navbar.collapsed {
  justify-content: center;
}
.cid-u7rQDcDLSW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7rQDcDLSW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7rQDcDLSW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u7rQDcDLSW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7rQDcDLSW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7rQDcDLSW .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-u7rQDcDLSW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7rQDcDLSW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u7rQDcDLSW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u7rQDcDLSW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7rQDcDLSW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7rQDcDLSW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7rQDcDLSW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7rQDcDLSW .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-u7rQDcDLSW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7rQDcDLSW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7rQDcDLSW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7rQDcDLSW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7rQDcDLSW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7rQDcDLSW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u7rQDcDLSW .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7rQDcDLSW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7rQDcDLSW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7rQDcDLSW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7rQDcDLSW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7rQDcDLSW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7rQDcDLSW .dropdown-item.active,
.cid-u7rQDcDLSW .dropdown-item:active {
  background-color: transparent;
}
.cid-u7rQDcDLSW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7rQDcDLSW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7rQDcDLSW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7rQDcDLSW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #342d2d;
}
.cid-u7rQDcDLSW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7rQDcDLSW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7rQDcDLSW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7rQDcDLSW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7rQDcDLSW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u7rQDcDLSW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffeae0;
}
.cid-u7rQDcDLSW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u7rQDcDLSW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u7rQDcDLSW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u7rQDcDLSW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u7rQDcDLSW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7rQDcDLSW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u7rQDcDLSW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u7rQDcDLSW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7rQDcDLSW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7rQDcDLSW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7rQDcDLSW .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-u7rQDcDLSW .navbar {
    height: 70px;
  }
  .cid-u7rQDcDLSW .navbar.opened {
    height: auto;
  }
  .cid-u7rQDcDLSW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufEm7hiMo3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/b15-1024x576.jpg");
}
@media (max-width: 991px) {
  .cid-ufEm7hiMo3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufEm7hiMo3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufEm7hiMo3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufEm7hiMo3 .mbr-section-title {
  color: #9e9d9d;
}
.cid-ufEm7hiMo3 .mbr-text {
  color: #dfe9fb;
}
.cid-ufEm7hiMo3 P {
  color: #6d2424;
}
.cid-ugZzfiTvb5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-ugZzfiTvb5 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugZzfiTvb5 .panel-group {
  border: none;
}
.cid-ugZzfiTvb5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugZzfiTvb5 .panel-body,
  .cid-ugZzfiTvb5 .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugZzfiTvb5 .panel-body,
  .cid-ugZzfiTvb5 .card-header {
    padding: 1rem 0;
  }
}
.cid-ugZzfiTvb5 .panel-title-edit {
  color: #9e9d9d;
}
.cid-ugZzfiTvb5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugZzfiTvb5 H4 {
  text-align: left;
}
.cid-ugZzfiTvb5 .panel-text {
  color: #fafafa;
}
.cid-ugVoAFjyz9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugVoAFjyz9 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugVoAFjyz9 .panel-group {
  border: none;
}
.cid-ugVoAFjyz9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugVoAFjyz9 .panel-body,
  .cid-ugVoAFjyz9 .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugVoAFjyz9 .panel-body,
  .cid-ugVoAFjyz9 .card-header {
    padding: 1rem 0;
  }
}
.cid-ugVoAFjyz9 .panel-title-edit {
  color: #0c3e45;
}
.cid-ugVoAFjyz9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugVoAFjyz9 P {
  text-align: left;
  color: #000000;
}
.cid-ugVr86LcMi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugVr86LcMi .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugVr86LcMi .panel-group {
  border: none;
}
.cid-ugVr86LcMi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugVr86LcMi .panel-body,
  .cid-ugVr86LcMi .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugVr86LcMi .panel-body,
  .cid-ugVr86LcMi .card-header {
    padding: 1rem 0;
  }
}
.cid-ugVr86LcMi .panel-title-edit {
  color: #0c3e45;
}
.cid-ugVr86LcMi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugVrHgGTcg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9e9d9d;
}
.cid-ugVrHgGTcg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugVrHgGTcg .panel-group {
  border: none;
}
.cid-ugVrHgGTcg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugVrHgGTcg .panel-body,
  .cid-ugVrHgGTcg .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugVrHgGTcg .panel-body,
  .cid-ugVrHgGTcg .card-header {
    padding: 1rem 0;
  }
}
.cid-ugVrHgGTcg .panel-title-edit {
  color: #0c3e45;
}
.cid-ugVrHgGTcg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugVrHgGTcg P {
  text-align: left;
}
.cid-ugVtZuWWdi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9e9d9d;
}
.cid-ugVtZuWWdi .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugVtZuWWdi .panel-group {
  border: none;
}
.cid-ugVtZuWWdi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugVtZuWWdi .panel-body,
  .cid-ugVtZuWWdi .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugVtZuWWdi .panel-body,
  .cid-ugVtZuWWdi .card-header {
    padding: 1rem 0;
  }
}
.cid-ugVtZuWWdi .panel-title-edit {
  color: #0c3e45;
}
.cid-ugVtZuWWdi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugVzuCVLTU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugVzuCVLTU .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugVzuCVLTU .panel-group {
  border: none;
}
.cid-ugVzuCVLTU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugVzuCVLTU .panel-body,
  .cid-ugVzuCVLTU .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugVzuCVLTU .panel-body,
  .cid-ugVzuCVLTU .card-header {
    padding: 1rem 0;
  }
}
.cid-ugVzuCVLTU .panel-title-edit {
  color: #0c3e45;
}
.cid-ugVzuCVLTU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugVzuCVLTU P {
  text-align: left;
}
.cid-ugVBL9DTyB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugVBL9DTyB .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugVBL9DTyB .panel-group {
  border: none;
}
.cid-ugVBL9DTyB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugVBL9DTyB .panel-body,
  .cid-ugVBL9DTyB .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugVBL9DTyB .panel-body,
  .cid-ugVBL9DTyB .card-header {
    padding: 1rem 0;
  }
}
.cid-ugVBL9DTyB .panel-title-edit {
  color: #0c3e45;
}
.cid-ugVBL9DTyB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugVCEzHn3B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9e9d9d;
}
.cid-ugVCEzHn3B .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugVCEzHn3B .panel-group {
  border: none;
}
.cid-ugVCEzHn3B .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugVCEzHn3B .panel-body,
  .cid-ugVCEzHn3B .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugVCEzHn3B .panel-body,
  .cid-ugVCEzHn3B .card-header {
    padding: 1rem 0;
  }
}
.cid-ugVCEzHn3B .panel-title-edit {
  color: #0c3e45;
}
.cid-ugVCEzHn3B .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugVCEzHn3B P {
  text-align: left;
}
.cid-ugVDD15Duy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugVDD15Duy .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugVDD15Duy .panel-group {
  border: none;
}
.cid-ugVDD15Duy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugVDD15Duy .panel-body,
  .cid-ugVDD15Duy .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugVDD15Duy .panel-body,
  .cid-ugVDD15Duy .card-header {
    padding: 1rem 0;
  }
}
.cid-ugVDD15Duy .panel-title-edit {
  color: #0c3e45;
}
.cid-ugVDD15Duy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugVDD15Duy P {
  text-align: left;
}
.cid-ugVEMPxb1I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugVEMPxb1I .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugVEMPxb1I .panel-group {
  border: none;
}
.cid-ugVEMPxb1I .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugVEMPxb1I .panel-body,
  .cid-ugVEMPxb1I .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugVEMPxb1I .panel-body,
  .cid-ugVEMPxb1I .card-header {
    padding: 1rem 0;
  }
}
.cid-ugVEMPxb1I .panel-title-edit {
  color: #0c3e45;
}
.cid-ugVEMPxb1I .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugVFKUdaLP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9e9d9d;
}
.cid-ugVFKUdaLP .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugVFKUdaLP .panel-group {
  border: none;
}
.cid-ugVFKUdaLP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugVFKUdaLP .panel-body,
  .cid-ugVFKUdaLP .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugVFKUdaLP .panel-body,
  .cid-ugVFKUdaLP .card-header {
    padding: 1rem 0;
  }
}
.cid-ugVFKUdaLP .panel-title-edit {
  color: #0c3e45;
}
.cid-ugVFKUdaLP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugVFKUdaLP P {
  text-align: left;
}
.cid-ugVGZ2pCRr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9e9d9d;
}
.cid-ugVGZ2pCRr .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugVGZ2pCRr .panel-group {
  border: none;
}
.cid-ugVGZ2pCRr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugVGZ2pCRr .panel-body,
  .cid-ugVGZ2pCRr .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugVGZ2pCRr .panel-body,
  .cid-ugVGZ2pCRr .card-header {
    padding: 1rem 0;
  }
}
.cid-ugVGZ2pCRr .panel-title-edit {
  color: #0c3e45;
}
.cid-ugVGZ2pCRr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugVHJ9Usd8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugVHJ9Usd8 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugVHJ9Usd8 .panel-group {
  border: none;
}
.cid-ugVHJ9Usd8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugVHJ9Usd8 .panel-body,
  .cid-ugVHJ9Usd8 .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugVHJ9Usd8 .panel-body,
  .cid-ugVHJ9Usd8 .card-header {
    padding: 1rem 0;
  }
}
.cid-ugVHJ9Usd8 .panel-title-edit {
  color: #0c3e45;
}
.cid-ugVHJ9Usd8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugVHJ9Usd8 P {
  text-align: left;
}
.cid-ugVIH2vwPJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugVIH2vwPJ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugVIH2vwPJ .panel-group {
  border: none;
}
.cid-ugVIH2vwPJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugVIH2vwPJ .panel-body,
  .cid-ugVIH2vwPJ .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugVIH2vwPJ .panel-body,
  .cid-ugVIH2vwPJ .card-header {
    padding: 1rem 0;
  }
}
.cid-ugVIH2vwPJ .panel-title-edit {
  color: #0c3e45;
}
.cid-ugVIH2vwPJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugVJfjpchv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9e9d9d;
}
.cid-ugVJfjpchv .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugVJfjpchv .panel-group {
  border: none;
}
.cid-ugVJfjpchv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugVJfjpchv .panel-body,
  .cid-ugVJfjpchv .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugVJfjpchv .panel-body,
  .cid-ugVJfjpchv .card-header {
    padding: 1rem 0;
  }
}
.cid-ugVJfjpchv .panel-title-edit {
  color: #0c3e45;
}
.cid-ugVJfjpchv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugVJfjpchv P {
  text-align: left;
}
.cid-ugYz9BICmY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9e9d9d;
}
.cid-ugYz9BICmY .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugYz9BICmY .panel-group {
  border: none;
}
.cid-ugYz9BICmY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugYz9BICmY .panel-body,
  .cid-ugYz9BICmY .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugYz9BICmY .panel-body,
  .cid-ugYz9BICmY .card-header {
    padding: 1rem 0;
  }
}
.cid-ugYz9BICmY .panel-title-edit {
  color: #0c3e45;
}
.cid-ugYz9BICmY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugYz9BICmY H4 {
  text-align: left;
}
.cid-ugYz9BICmY .panel-text {
  color: #000000;
}
.cid-ugYzv6Qsh5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugYzv6Qsh5 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugYzv6Qsh5 .panel-group {
  border: none;
}
.cid-ugYzv6Qsh5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugYzv6Qsh5 .panel-body,
  .cid-ugYzv6Qsh5 .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugYzv6Qsh5 .panel-body,
  .cid-ugYzv6Qsh5 .card-header {
    padding: 1rem 0;
  }
}
.cid-ugYzv6Qsh5 .panel-title-edit {
  color: #0b343a;
}
.cid-ugYzv6Qsh5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugYzv6Qsh5 H4 {
  text-align: left;
}
.cid-ugYzv6Qsh5 .panel-text {
  color: #000000;
}
.cid-ugYBs27pIq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9e9d9d;
}
.cid-ugYBs27pIq .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugYBs27pIq .panel-group {
  border: none;
}
.cid-ugYBs27pIq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugYBs27pIq .panel-body,
  .cid-ugYBs27pIq .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugYBs27pIq .panel-body,
  .cid-ugYBs27pIq .card-header {
    padding: 1rem 0;
  }
}
.cid-ugYBs27pIq .panel-title-edit {
  color: #0b343a;
}
.cid-ugYBs27pIq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugYBs27pIq H4 {
  text-align: left;
}
.cid-ugYBs27pIq .panel-text {
  color: #000000;
}
.cid-ugYCWY12NM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9e9d9d;
}
.cid-ugYCWY12NM .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugYCWY12NM .panel-group {
  border: none;
}
.cid-ugYCWY12NM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugYCWY12NM .panel-body,
  .cid-ugYCWY12NM .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugYCWY12NM .panel-body,
  .cid-ugYCWY12NM .card-header {
    padding: 1rem 0;
  }
}
.cid-ugYCWY12NM .panel-title-edit {
  color: #0b343a;
}
.cid-ugYCWY12NM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugYCWY12NM H4 {
  text-align: left;
}
.cid-ugYCWY12NM .panel-text {
  color: #000000;
}
.cid-ufFGbPsRe2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #260707;
}
.cid-ufFGbPsRe2 [class^="socicon-"]:before,
.cid-ufFGbPsRe2 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ufFGbPsRe2 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-ufFGbPsRe2 .btn-social:hover {
  background: #6592e6;
}
.cid-ufFGbPsRe2 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ufFGbPsRe2 .mbr-section-title,
.cid-ufFGbPsRe2 .mbr-social-likes {
  color: #4479d9;
}
.cid-ugYDp1LEK2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugYDp1LEK2 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugYDp1LEK2 .panel-group {
  border: none;
}
.cid-ugYDp1LEK2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugYDp1LEK2 .panel-body,
  .cid-ugYDp1LEK2 .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugYDp1LEK2 .panel-body,
  .cid-ugYDp1LEK2 .card-header {
    padding: 1rem 0;
  }
}
.cid-ugYDp1LEK2 .panel-title-edit {
  color: #0b343a;
}
.cid-ugYDp1LEK2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugYDp1LEK2 H4 {
  text-align: left;
}
.cid-ugYDp1LEK2 .panel-text {
  color: #000000;
}
.cid-ugYF4wzuol {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9e9d9d;
}
.cid-ugYF4wzuol .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugYF4wzuol .panel-group {
  border: none;
}
.cid-ugYF4wzuol .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugYF4wzuol .panel-body,
  .cid-ugYF4wzuol .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugYF4wzuol .panel-body,
  .cid-ugYF4wzuol .card-header {
    padding: 1rem 0;
  }
}
.cid-ugYF4wzuol .panel-title-edit {
  color: #0b343a;
}
.cid-ugYF4wzuol .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugYF4wzuol H4 {
  text-align: left;
}
.cid-ugYF4wzuol .panel-text {
  color: #000000;
}
.cid-ugYGWBzRU2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9e9d9d;
}
.cid-ugYGWBzRU2 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugYGWBzRU2 .panel-group {
  border: none;
}
.cid-ugYGWBzRU2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugYGWBzRU2 .panel-body,
  .cid-ugYGWBzRU2 .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugYGWBzRU2 .panel-body,
  .cid-ugYGWBzRU2 .card-header {
    padding: 1rem 0;
  }
}
.cid-ugYGWBzRU2 .panel-title-edit {
  color: #0b343a;
}
.cid-ugYGWBzRU2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugYGWBzRU2 H4 {
  text-align: left;
}
.cid-ugYGWBzRU2 .panel-text {
  color: #000000;
}
.cid-ugYHFkS4kK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugYHFkS4kK .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugYHFkS4kK .panel-group {
  border: none;
}
.cid-ugYHFkS4kK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugYHFkS4kK .panel-body,
  .cid-ugYHFkS4kK .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugYHFkS4kK .panel-body,
  .cid-ugYHFkS4kK .card-header {
    padding: 1rem 0;
  }
}
.cid-ugYHFkS4kK .panel-title-edit {
  color: #0b343a;
}
.cid-ugYHFkS4kK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugYHFkS4kK H4 {
  text-align: left;
}
.cid-ugYHFkS4kK .panel-text {
  color: #000000;
}
.cid-ugYJ08AriV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9e9d9d;
}
.cid-ugYJ08AriV .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugYJ08AriV .panel-group {
  border: none;
}
.cid-ugYJ08AriV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugYJ08AriV .panel-body,
  .cid-ugYJ08AriV .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugYJ08AriV .panel-body,
  .cid-ugYJ08AriV .card-header {
    padding: 1rem 0;
  }
}
.cid-ugYJ08AriV .panel-title-edit {
  color: #0b343a;
}
.cid-ugYJ08AriV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugYJ08AriV H4 {
  text-align: left;
}
.cid-ugYJ08AriV .panel-text {
  color: #000000;
}
.cid-ugZyYCXaVP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #260707;
}
.cid-ugZyYCXaVP [class^="socicon-"]:before,
.cid-ugZyYCXaVP [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugZyYCXaVP .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-ugZyYCXaVP .btn-social:hover {
  background: #6592e6;
}
.cid-ugZyYCXaVP .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugZyYCXaVP .mbr-section-title,
.cid-ugZyYCXaVP .mbr-social-likes {
  color: #4479d9;
}
.cid-ugYMGdQnQ2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugYMGdQnQ2 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugYMGdQnQ2 .panel-group {
  border: none;
}
.cid-ugYMGdQnQ2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugYMGdQnQ2 .panel-body,
  .cid-ugYMGdQnQ2 .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugYMGdQnQ2 .panel-body,
  .cid-ugYMGdQnQ2 .card-header {
    padding: 1rem 0;
  }
}
.cid-ugYMGdQnQ2 .panel-title-edit {
  color: #0b343a;
}
.cid-ugYMGdQnQ2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugYMGdQnQ2 H4 {
  text-align: left;
}
.cid-ugYMGdQnQ2 .panel-text {
  color: #000000;
}
.cid-ugYOjfNibH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9e9d9d;
}
.cid-ugYOjfNibH .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugYOjfNibH .panel-group {
  border: none;
}
.cid-ugYOjfNibH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugYOjfNibH .panel-body,
  .cid-ugYOjfNibH .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugYOjfNibH .panel-body,
  .cid-ugYOjfNibH .card-header {
    padding: 1rem 0;
  }
}
.cid-ugYOjfNibH .panel-title-edit {
  color: #0b343a;
}
.cid-ugYOjfNibH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugYOjfNibH H4 {
  text-align: left;
}
.cid-ugYOjfNibH .panel-text {
  color: #000000;
}
.cid-ugYQE3KhwS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugYQE3KhwS .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugYQE3KhwS .panel-group {
  border: none;
}
.cid-ugYQE3KhwS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugYQE3KhwS .panel-body,
  .cid-ugYQE3KhwS .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugYQE3KhwS .panel-body,
  .cid-ugYQE3KhwS .card-header {
    padding: 1rem 0;
  }
}
.cid-ugYQE3KhwS .panel-title-edit {
  color: #0b343a;
}
.cid-ugYQE3KhwS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugYQE3KhwS H4 {
  text-align: left;
}
.cid-ugYQE3KhwS .panel-text {
  color: #000000;
}
.cid-ugYShUShoW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugYShUShoW .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugYShUShoW .panel-group {
  border: none;
}
.cid-ugYShUShoW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugYShUShoW .panel-body,
  .cid-ugYShUShoW .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugYShUShoW .panel-body,
  .cid-ugYShUShoW .card-header {
    padding: 1rem 0;
  }
}
.cid-ugYShUShoW .panel-title-edit {
  color: #0b343a;
}
.cid-ugYShUShoW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugYShUShoW H4 {
  text-align: left;
}
.cid-ugYShUShoW .panel-text {
  color: #000000;
}
.cid-ugYSySHIsX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9e9d9d;
}
.cid-ugYSySHIsX .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugYSySHIsX .panel-group {
  border: none;
}
.cid-ugYSySHIsX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugYSySHIsX .panel-body,
  .cid-ugYSySHIsX .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugYSySHIsX .panel-body,
  .cid-ugYSySHIsX .card-header {
    padding: 1rem 0;
  }
}
.cid-ugYSySHIsX .panel-title-edit {
  color: #0b343a;
}
.cid-ugYSySHIsX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugYSySHIsX H4 {
  text-align: left;
}
.cid-ugYSySHIsX .panel-text {
  color: #000000;
}
.cid-ugYUdhzYrH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugYUdhzYrH .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugYUdhzYrH .panel-group {
  border: none;
}
.cid-ugYUdhzYrH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugYUdhzYrH .panel-body,
  .cid-ugYUdhzYrH .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugYUdhzYrH .panel-body,
  .cid-ugYUdhzYrH .card-header {
    padding: 1rem 0;
  }
}
.cid-ugYUdhzYrH .panel-title-edit {
  color: #0b343a;
}
.cid-ugYUdhzYrH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugYUdhzYrH H4 {
  text-align: left;
}
.cid-ugYUdhzYrH .panel-text {
  color: #000000;
}
.cid-ugYVjQJS5F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9e9d9d;
}
.cid-ugYVjQJS5F .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugYVjQJS5F .panel-group {
  border: none;
}
.cid-ugYVjQJS5F .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugYVjQJS5F .panel-body,
  .cid-ugYVjQJS5F .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugYVjQJS5F .panel-body,
  .cid-ugYVjQJS5F .card-header {
    padding: 1rem 0;
  }
}
.cid-ugYVjQJS5F .panel-title-edit {
  color: #0b343a;
}
.cid-ugYVjQJS5F .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugYVjQJS5F H4 {
  text-align: left;
}
.cid-ugYVjQJS5F .panel-text {
  color: #000000;
}
.cid-ugYX2HEzHi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugYX2HEzHi .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugYX2HEzHi .panel-group {
  border: none;
}
.cid-ugYX2HEzHi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugYX2HEzHi .panel-body,
  .cid-ugYX2HEzHi .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugYX2HEzHi .panel-body,
  .cid-ugYX2HEzHi .card-header {
    padding: 1rem 0;
  }
}
.cid-ugYX2HEzHi .panel-title-edit {
  color: #0b343a;
}
.cid-ugYX2HEzHi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugYX2HEzHi H4 {
  text-align: left;
}
.cid-ugYX2HEzHi .panel-text {
  color: #000000;
}
.cid-ugYZSDdIaE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #9e9d9d;
}
.cid-ugYZSDdIaE .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugYZSDdIaE .panel-group {
  border: none;
}
.cid-ugYZSDdIaE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugYZSDdIaE .panel-body,
  .cid-ugYZSDdIaE .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugYZSDdIaE .panel-body,
  .cid-ugYZSDdIaE .card-header {
    padding: 1rem 0;
  }
}
.cid-ugYZSDdIaE .panel-title-edit {
  color: #0b343a;
}
.cid-ugYZSDdIaE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugYZSDdIaE H4 {
  text-align: left;
}
.cid-ugYZSDdIaE .panel-text {
  color: #000000;
}
.cid-ugZyNYb6pG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #260707;
}
.cid-ugZyNYb6pG [class^="socicon-"]:before,
.cid-ugZyNYb6pG [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugZyNYb6pG .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-ugZyNYb6pG .btn-social:hover {
  background: #6592e6;
}
.cid-ugZyNYb6pG .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugZyNYb6pG .mbr-section-title,
.cid-ugZyNYb6pG .mbr-social-likes {
  color: #4479d9;
}
.cid-ugZ12E4bHp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ugZ12E4bHp .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugZ12E4bHp .panel-group {
  border: none;
}
.cid-ugZ12E4bHp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugZ12E4bHp .panel-body,
  .cid-ugZ12E4bHp .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugZ12E4bHp .panel-body,
  .cid-ugZ12E4bHp .card-header {
    padding: 1rem 0;
  }
}
.cid-ugZ12E4bHp .panel-title-edit {
  color: #0b343a;
}
.cid-ugZ12E4bHp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugZ12E4bHp H4 {
  text-align: left;
}
.cid-ugZ12E4bHp .panel-text {
  color: #000000;
}
.cid-ugZ2J2OUu5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugZ2J2OUu5 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugZ2J2OUu5 .panel-group {
  border: none;
}
.cid-ugZ2J2OUu5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugZ2J2OUu5 .panel-body,
  .cid-ugZ2J2OUu5 .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugZ2J2OUu5 .panel-body,
  .cid-ugZ2J2OUu5 .card-header {
    padding: 1rem 0;
  }
}
.cid-ugZ2J2OUu5 .panel-title-edit {
  color: #0b343a;
}
.cid-ugZ2J2OUu5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugZ2J2OUu5 H4 {
  text-align: left;
}
.cid-ugZ2J2OUu5 .panel-text {
  color: #000000;
}
.cid-ugZ3Lc2KJE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ugZ3Lc2KJE .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugZ3Lc2KJE .panel-group {
  border: none;
}
.cid-ugZ3Lc2KJE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugZ3Lc2KJE .panel-body,
  .cid-ugZ3Lc2KJE .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugZ3Lc2KJE .panel-body,
  .cid-ugZ3Lc2KJE .card-header {
    padding: 1rem 0;
  }
}
.cid-ugZ3Lc2KJE .panel-title-edit {
  color: #0b343a;
}
.cid-ugZ3Lc2KJE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugZ3Lc2KJE H4 {
  text-align: left;
}
.cid-ugZ3Lc2KJE .panel-text {
  color: #000000;
}
.cid-ugZ4XqgBMz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugZ4XqgBMz .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugZ4XqgBMz .panel-group {
  border: none;
}
.cid-ugZ4XqgBMz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugZ4XqgBMz .panel-body,
  .cid-ugZ4XqgBMz .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugZ4XqgBMz .panel-body,
  .cid-ugZ4XqgBMz .card-header {
    padding: 1rem 0;
  }
}
.cid-ugZ4XqgBMz .panel-title-edit {
  color: #0b343a;
}
.cid-ugZ4XqgBMz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugZ4XqgBMz H4 {
  text-align: left;
}
.cid-ugZ4XqgBMz .panel-text {
  color: #000000;
}
.cid-ugZ6uszhfX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ugZ6uszhfX .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugZ6uszhfX .panel-group {
  border: none;
}
.cid-ugZ6uszhfX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugZ6uszhfX .panel-body,
  .cid-ugZ6uszhfX .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugZ6uszhfX .panel-body,
  .cid-ugZ6uszhfX .card-header {
    padding: 1rem 0;
  }
}
.cid-ugZ6uszhfX .panel-title-edit {
  color: #0b343a;
}
.cid-ugZ6uszhfX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugZ6uszhfX H4 {
  text-align: left;
}
.cid-ugZ6uszhfX .panel-text {
  color: #000000;
}
.cid-ugZ7wDH7Cb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugZ7wDH7Cb .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugZ7wDH7Cb .panel-group {
  border: none;
}
.cid-ugZ7wDH7Cb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugZ7wDH7Cb .panel-body,
  .cid-ugZ7wDH7Cb .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugZ7wDH7Cb .panel-body,
  .cid-ugZ7wDH7Cb .card-header {
    padding: 1rem 0;
  }
}
.cid-ugZ7wDH7Cb .panel-title-edit {
  color: #0b343a;
}
.cid-ugZ7wDH7Cb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugZ7wDH7Cb H4 {
  text-align: left;
}
.cid-ugZ7wDH7Cb .panel-text {
  color: #000000;
}
.cid-ufFG4vWuKb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #260707;
}
.cid-ufFG4vWuKb [class^="socicon-"]:before,
.cid-ufFG4vWuKb [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ufFG4vWuKb .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-ufFG4vWuKb .btn-social:hover {
  background: #6592e6;
}
.cid-ufFG4vWuKb .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ufFG4vWuKb .mbr-section-title,
.cid-ufFG4vWuKb .mbr-social-likes {
  color: #4479d9;
}
.cid-ugZ8IXHKTS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ugZ8IXHKTS .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugZ8IXHKTS .panel-group {
  border: none;
}
.cid-ugZ8IXHKTS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugZ8IXHKTS .panel-body,
  .cid-ugZ8IXHKTS .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugZ8IXHKTS .panel-body,
  .cid-ugZ8IXHKTS .card-header {
    padding: 1rem 0;
  }
}
.cid-ugZ8IXHKTS .panel-title-edit {
  color: #0b343a;
}
.cid-ugZ8IXHKTS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugZ8IXHKTS H4 {
  text-align: left;
}
.cid-ugZ8IXHKTS .panel-text {
  color: #000000;
}
.cid-ugZkjuvlqW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-ugZkjuvlqW .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugZkjuvlqW .panel-group {
  border: none;
}
.cid-ugZkjuvlqW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugZkjuvlqW .panel-body,
  .cid-ugZkjuvlqW .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugZkjuvlqW .panel-body,
  .cid-ugZkjuvlqW .card-header {
    padding: 1rem 0;
  }
}
.cid-ugZkjuvlqW .panel-title-edit {
  color: #0b343a;
}
.cid-ugZkjuvlqW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugZkjuvlqW H4 {
  text-align: left;
}
.cid-ugZkjuvlqW .panel-text {
  color: #000000;
}
.cid-ugZlLSjhow {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ugZlLSjhow .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugZlLSjhow .panel-group {
  border: none;
}
.cid-ugZlLSjhow .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugZlLSjhow .panel-body,
  .cid-ugZlLSjhow .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugZlLSjhow .panel-body,
  .cid-ugZlLSjhow .card-header {
    padding: 1rem 0;
  }
}
.cid-ugZlLSjhow .panel-title-edit {
  color: #0b343a;
}
.cid-ugZlLSjhow .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugZlLSjhow H4 {
  text-align: left;
}
.cid-ugZlLSjhow .panel-text {
  color: #000000;
}
.cid-ufFELeBuay {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #260707;
}
.cid-ufFELeBuay [class^="socicon-"]:before,
.cid-ufFELeBuay [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ufFELeBuay .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-ufFELeBuay .btn-social:hover {
  background: #6592e6;
}
.cid-ufFELeBuay .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ufFELeBuay .mbr-section-title,
.cid-ufFELeBuay .mbr-social-likes {
  color: #4479d9;
}
.cid-ugZn4QHd9U {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #969393;
}
.cid-ugZn4QHd9U .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-ugZn4QHd9U .panel-group {
  border: none;
}
.cid-ugZn4QHd9U .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-ugZn4QHd9U .panel-body,
  .cid-ugZn4QHd9U .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-ugZn4QHd9U .panel-body,
  .cid-ugZn4QHd9U .card-header {
    padding: 1rem 0;
  }
}
.cid-ugZn4QHd9U .panel-title-edit {
  color: #0b343a;
}
.cid-ugZn4QHd9U .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugZn4QHd9U H4 {
  text-align: left;
}
.cid-ugZn4QHd9U .panel-text {
  color: #000000;
}
.cid-ufFG6ZSIg8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b343a;
}
.cid-ufFG6ZSIg8 [class^="socicon-"]:before,
.cid-ufFG6ZSIg8 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ufFG6ZSIg8 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-ufFG6ZSIg8 .btn-social:hover {
  background: #6592e6;
}
.cid-ufFG6ZSIg8 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ufFG6ZSIg8 .mbr-section-title,
.cid-ufFG6ZSIg8 .mbr-social-likes {
  color: #4479d9;
}
.cid-u7mbbZ2jiJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u7mbbZ2jiJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u7mbbZ2jiJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u7mbbZ2jiJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u7mbbZ2jiJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u7mbbZ2jiJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u7mbbZ2jiJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u7mbbZ2jiJ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u7mbbZ2jiJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u7mbbZ2jiJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u7mbbZ2jiJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u7mbbZ2jiJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u7mbbZ2jiJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u7mbbZ2jiJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u7mbbZ2jiJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u7mbbZ2jiJ .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uh02wzObSU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh02wzObSU nav.navbar {
  position: fixed;
}
.cid-uh02wzObSU .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-uh02wzObSU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh02wzObSU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh02wzObSU .dropdown-item:hover,
.cid-uh02wzObSU .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uh02wzObSU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh02wzObSU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh02wzObSU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uh02wzObSU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh02wzObSU .nav-link {
  position: relative;
}
.cid-uh02wzObSU .container {
  display: flex;
  margin: auto;
}
.cid-uh02wzObSU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uh02wzObSU .dropdown-menu,
.cid-uh02wzObSU .navbar.opened {
  background: #342d2d !important;
}
.cid-uh02wzObSU .nav-item:focus,
.cid-uh02wzObSU .nav-link:focus {
  outline: none;
}
.cid-uh02wzObSU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh02wzObSU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh02wzObSU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uh02wzObSU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh02wzObSU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh02wzObSU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh02wzObSU .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #342d2d;
}
.cid-uh02wzObSU .navbar.opened {
  transition: all .3s;
}
.cid-uh02wzObSU .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uh02wzObSU .navbar .navbar-logo img {
  width: auto;
}
.cid-uh02wzObSU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh02wzObSU .navbar.collapsed {
  justify-content: center;
}
.cid-uh02wzObSU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh02wzObSU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh02wzObSU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uh02wzObSU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh02wzObSU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh02wzObSU .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-uh02wzObSU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh02wzObSU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uh02wzObSU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uh02wzObSU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh02wzObSU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh02wzObSU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh02wzObSU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh02wzObSU .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-uh02wzObSU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh02wzObSU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh02wzObSU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh02wzObSU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh02wzObSU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh02wzObSU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uh02wzObSU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh02wzObSU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh02wzObSU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh02wzObSU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh02wzObSU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh02wzObSU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh02wzObSU .dropdown-item.active,
.cid-uh02wzObSU .dropdown-item:active {
  background-color: transparent;
}
.cid-uh02wzObSU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh02wzObSU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh02wzObSU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh02wzObSU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #342d2d;
}
.cid-uh02wzObSU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh02wzObSU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh02wzObSU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh02wzObSU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh02wzObSU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uh02wzObSU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffeae0;
}
.cid-uh02wzObSU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uh02wzObSU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uh02wzObSU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uh02wzObSU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uh02wzObSU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uh02wzObSU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uh02wzObSU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uh02wzObSU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uh02wzObSU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh02wzObSU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh02wzObSU .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-uh02wzObSU .navbar {
    height: 70px;
  }
  .cid-uh02wzObSU .navbar.opened {
    height: auto;
  }
  .cid-uh02wzObSU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh02wAfe32 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/b14-1920x599.jpg");
}
@media (max-width: 991px) {
  .cid-uh02wAfe32 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uh02wAfe32 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uh02wAfe32 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uh02wAfe32 .mbr-section-title {
  color: #9fdbf8;
}
.cid-uh02wAfe32 .mbr-text {
  color: #dfe9fb;
}
.cid-uh02wAfe32 P {
  color: #6d2424;
}
.cid-uB4nQ7wyWG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uB4nQ7wyWG ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-uB4nQ7wyWG li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uB4nQ7wyWG ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uB4nQ7wyWG H3 {
  color: #fafafa;
}
.cid-uB4nQ7wyWG .list {
  color: #fafafa;
}
.cid-uh02wB4PE1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uh02wB4PE1 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wB4PE1 .panel-group {
  border: none;
}
.cid-uh02wB4PE1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wB4PE1 .panel-body,
  .cid-uh02wB4PE1 .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wB4PE1 .panel-body,
  .cid-uh02wB4PE1 .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wB4PE1 .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wB4PE1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh02wB4PE1 P {
  text-align: left;
}
.cid-uh02wB4PE1 H3 {
  color: #6d2424;
}
.cid-uh0rQ9EHVK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #260707;
}
.cid-uh0rQ9EHVK [class^="socicon-"]:before,
.cid-uh0rQ9EHVK [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uh0rQ9EHVK .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-uh0rQ9EHVK .btn-social:hover {
  background: #6592e6;
}
.cid-uh0rQ9EHVK .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uh0rQ9EHVK .mbr-section-title,
.cid-uh0rQ9EHVK .mbr-social-likes {
  color: #4479d9;
}
.cid-uh02wBSrrx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-uh02wBSrrx .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wBSrrx .panel-group {
  border: none;
}
.cid-uh02wBSrrx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wBSrrx .panel-body,
  .cid-uh02wBSrrx .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wBSrrx .panel-body,
  .cid-uh02wBSrrx .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wBSrrx .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wBSrrx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh02wBSrrx P {
  text-align: left;
}
.cid-uh02wCuhKy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-uh02wCuhKy .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wCuhKy .panel-group {
  border: none;
}
.cid-uh02wCuhKy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wCuhKy .panel-body,
  .cid-uh02wCuhKy .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wCuhKy .panel-body,
  .cid-uh02wCuhKy .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wCuhKy .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wCuhKy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh0rMQn3hI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #260707;
}
.cid-uh0rMQn3hI [class^="socicon-"]:before,
.cid-uh0rMQn3hI [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uh0rMQn3hI .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-uh0rMQn3hI .btn-social:hover {
  background: #6592e6;
}
.cid-uh0rMQn3hI .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uh0rMQn3hI .mbr-section-title,
.cid-uh0rMQn3hI .mbr-social-likes {
  color: #4479d9;
}
.cid-uh02wCQMC1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uh02wCQMC1 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wCQMC1 .panel-group {
  border: none;
}
.cid-uh02wCQMC1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wCQMC1 .panel-body,
  .cid-uh02wCQMC1 .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wCQMC1 .panel-body,
  .cid-uh02wCQMC1 .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wCQMC1 .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wCQMC1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh02wCQMC1 P {
  text-align: left;
}
.cid-uh02wCQMC1 H3 {
  color: #6d2424;
}
.cid-uh02wEbDtS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uh02wEbDtS .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wEbDtS .panel-group {
  border: none;
}
.cid-uh02wEbDtS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wEbDtS .panel-body,
  .cid-uh02wEbDtS .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wEbDtS .panel-body,
  .cid-uh02wEbDtS .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wEbDtS .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wEbDtS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh0rLj6vte {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #260707;
}
.cid-uh0rLj6vte [class^="socicon-"]:before,
.cid-uh0rLj6vte [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uh0rLj6vte .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-uh0rLj6vte .btn-social:hover {
  background: #6592e6;
}
.cid-uh0rLj6vte .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uh0rLj6vte .mbr-section-title,
.cid-uh0rLj6vte .mbr-social-likes {
  color: #4479d9;
}
.cid-uh02wEzaFg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-uh02wEzaFg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wEzaFg .panel-group {
  border: none;
}
.cid-uh02wEzaFg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wEzaFg .panel-body,
  .cid-uh02wEzaFg .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wEzaFg .panel-body,
  .cid-uh02wEzaFg .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wEzaFg .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wEzaFg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh02wEzaFg P {
  text-align: left;
}
.cid-uh02wEzaFg H3 {
  color: #6d2424;
}
.cid-uh02wFbQdu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-uh02wFbQdu .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wFbQdu .panel-group {
  border: none;
}
.cid-uh02wFbQdu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wFbQdu .panel-body,
  .cid-uh02wFbQdu .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wFbQdu .panel-body,
  .cid-uh02wFbQdu .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wFbQdu .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wFbQdu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh02wFbQdu P {
  text-align: left;
}
.cid-uh0rIrrE9v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #260707;
}
.cid-uh0rIrrE9v [class^="socicon-"]:before,
.cid-uh0rIrrE9v [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uh0rIrrE9v .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-uh0rIrrE9v .btn-social:hover {
  background: #6592e6;
}
.cid-uh0rIrrE9v .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uh0rIrrE9v .mbr-section-title,
.cid-uh0rIrrE9v .mbr-social-likes {
  color: #4479d9;
}
.cid-uh02wFFKzD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uh02wFFKzD .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wFFKzD .panel-group {
  border: none;
}
.cid-uh02wFFKzD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wFFKzD .panel-body,
  .cid-uh02wFFKzD .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wFFKzD .panel-body,
  .cid-uh02wFFKzD .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wFFKzD .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wFFKzD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh02wFFKzD H4 {
  text-align: left;
}
.cid-uh02wG5xNz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uh02wG5xNz .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wG5xNz .panel-group {
  border: none;
}
.cid-uh02wG5xNz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wG5xNz .panel-body,
  .cid-uh02wG5xNz .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wG5xNz .panel-body,
  .cid-uh02wG5xNz .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wG5xNz .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wG5xNz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh02wG5xNz P {
  text-align: left;
}
.cid-uh02xfd6aP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #260707;
}
.cid-uh02xfd6aP [class^="socicon-"]:before,
.cid-uh02xfd6aP [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uh02xfd6aP .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-uh02xfd6aP .btn-social:hover {
  background: #6592e6;
}
.cid-uh02xfd6aP .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uh02xfd6aP .mbr-section-title,
.cid-uh02xfd6aP .mbr-social-likes {
  color: #4479d9;
}
.cid-uh02wH2rGI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-uh02wH2rGI .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wH2rGI .panel-group {
  border: none;
}
.cid-uh02wH2rGI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wH2rGI .panel-body,
  .cid-uh02wH2rGI .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wH2rGI .panel-body,
  .cid-uh02wH2rGI .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wH2rGI .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wH2rGI .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh02wH2rGI H4 {
  text-align: left;
}
.cid-uh02wHpjZW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-uh02wHpjZW .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wHpjZW .panel-group {
  border: none;
}
.cid-uh02wHpjZW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wHpjZW .panel-body,
  .cid-uh02wHpjZW .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wHpjZW .panel-body,
  .cid-uh02wHpjZW .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wHpjZW .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wHpjZW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh02wHpjZW P {
  text-align: left;
}
.cid-uh02x9IzdK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #260707;
}
.cid-uh02x9IzdK [class^="socicon-"]:before,
.cid-uh02x9IzdK [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uh02x9IzdK .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-uh02x9IzdK .btn-social:hover {
  background: #6592e6;
}
.cid-uh02x9IzdK .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uh02x9IzdK .mbr-section-title,
.cid-uh02x9IzdK .mbr-social-likes {
  color: #4479d9;
}
.cid-uh02wId18o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uh02wId18o .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wId18o .panel-group {
  border: none;
}
.cid-uh02wId18o .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wId18o .panel-body,
  .cid-uh02wId18o .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wId18o .panel-body,
  .cid-uh02wId18o .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wId18o .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wId18o .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh02wId18o H4 {
  text-align: left;
}
.cid-uh02wJZXYQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uh02wJZXYQ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wJZXYQ .panel-group {
  border: none;
}
.cid-uh02wJZXYQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wJZXYQ .panel-body,
  .cid-uh02wJZXYQ .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wJZXYQ .panel-body,
  .cid-uh02wJZXYQ .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wJZXYQ .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wJZXYQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh02wJZXYQ H4 {
  text-align: left;
}
.cid-uh02wJZXYQ .panel-text {
  color: #000000;
}
.cid-uh02wZkwJI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #260707;
}
.cid-uh02wZkwJI [class^="socicon-"]:before,
.cid-uh02wZkwJI [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uh02wZkwJI .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-uh02wZkwJI .btn-social:hover {
  background: #6592e6;
}
.cid-uh02wZkwJI .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uh02wZkwJI .mbr-section-title,
.cid-uh02wZkwJI .mbr-social-likes {
  color: #4479d9;
}
.cid-uh02wKviq4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-uh02wKviq4 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wKviq4 .panel-group {
  border: none;
}
.cid-uh02wKviq4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wKviq4 .panel-body,
  .cid-uh02wKviq4 .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wKviq4 .panel-body,
  .cid-uh02wKviq4 .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wKviq4 .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wKviq4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh02wKviq4 H4 {
  text-align: left;
}
.cid-uh02wKviq4 .panel-text {
  color: #000000;
}
.cid-uh02wLRpyV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-uh02wLRpyV .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wLRpyV .panel-group {
  border: none;
}
.cid-uh02wLRpyV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wLRpyV .panel-body,
  .cid-uh02wLRpyV .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wLRpyV .panel-body,
  .cid-uh02wLRpyV .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wLRpyV .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wLRpyV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh02wLRpyV H4 {
  text-align: left;
}
.cid-uh02wLRpyV .panel-text {
  color: #000000;
}
.cid-uh02wMxz5h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-uh02wMxz5h .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wMxz5h .panel-group {
  border: none;
}
.cid-uh02wMxz5h .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wMxz5h .panel-body,
  .cid-uh02wMxz5h .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wMxz5h .panel-body,
  .cid-uh02wMxz5h .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wMxz5h .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wMxz5h .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh02wMxz5h H4 {
  text-align: left;
}
.cid-uh02wMxz5h .panel-text {
  color: #000000;
}
.cid-uh02wMZbYt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #260707;
}
.cid-uh02wMZbYt [class^="socicon-"]:before,
.cid-uh02wMZbYt [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uh02wMZbYt .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-uh02wMZbYt .btn-social:hover {
  background: #6592e6;
}
.cid-uh02wMZbYt .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uh02wMZbYt .mbr-section-title,
.cid-uh02wMZbYt .mbr-social-likes {
  color: #4479d9;
}
.cid-uh02wNjLRI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uh02wNjLRI .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wNjLRI .panel-group {
  border: none;
}
.cid-uh02wNjLRI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wNjLRI .panel-body,
  .cid-uh02wNjLRI .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wNjLRI .panel-body,
  .cid-uh02wNjLRI .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wNjLRI .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wNjLRI .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh02wNjLRI H4 {
  text-align: left;
}
.cid-uh02wNjLRI .panel-text {
  color: #000000;
}
.cid-uh02wRxNf3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #260707;
}
.cid-uh02wRxNf3 [class^="socicon-"]:before,
.cid-uh02wRxNf3 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uh02wRxNf3 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-uh02wRxNf3 .btn-social:hover {
  background: #6592e6;
}
.cid-uh02wRxNf3 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uh02wRxNf3 .mbr-section-title,
.cid-uh02wRxNf3 .mbr-social-likes {
  color: #4479d9;
}
.cid-uh02wObxxW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-uh02wObxxW .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wObxxW .panel-group {
  border: none;
}
.cid-uh02wObxxW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wObxxW .panel-body,
  .cid-uh02wObxxW .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wObxxW .panel-body,
  .cid-uh02wObxxW .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wObxxW .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wObxxW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh02wObxxW H4 {
  text-align: left;
}
.cid-uh02wObxxW .panel-text {
  color: #000000;
}
.cid-uh02wPoWmL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-uh02wPoWmL .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uh02wPoWmL .panel-group {
  border: none;
}
.cid-uh02wPoWmL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uh02wPoWmL .panel-body,
  .cid-uh02wPoWmL .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uh02wPoWmL .panel-body,
  .cid-uh02wPoWmL .card-header {
    padding: 1rem 0;
  }
}
.cid-uh02wPoWmL .panel-title-edit {
  color: #6d2424;
}
.cid-uh02wPoWmL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uh02wPoWmL H4 {
  text-align: left;
}
.cid-uh02wPoWmL .panel-text {
  color: #000000;
}
.cid-uh02xgFP61 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b343a;
}
.cid-uh02xgFP61 [class^="socicon-"]:before,
.cid-uh02xgFP61 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uh02xgFP61 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-uh02xgFP61 .btn-social:hover {
  background: #6592e6;
}
.cid-uh02xgFP61 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uh02xgFP61 .mbr-section-title,
.cid-uh02xgFP61 .mbr-social-likes {
  color: #4479d9;
}
.cid-uh02xhbdmj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uh02xhbdmj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uh02xhbdmj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uh02xhbdmj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uh02xhbdmj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uh02xhbdmj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uh02xhbdmj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uh02xhbdmj .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uh02xhbdmj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uh02xhbdmj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uh02xhbdmj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uh02xhbdmj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uh02xhbdmj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uh02xhbdmj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uh02xhbdmj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uh02xhbdmj .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uAFywbADXI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uAFywbADXI nav.navbar {
  position: fixed;
}
.cid-uAFywbADXI .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-uAFywbADXI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAFywbADXI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAFywbADXI .dropdown-item:hover,
.cid-uAFywbADXI .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uAFywbADXI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAFywbADXI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAFywbADXI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uAFywbADXI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAFywbADXI .nav-link {
  position: relative;
}
.cid-uAFywbADXI .container {
  display: flex;
  margin: auto;
}
.cid-uAFywbADXI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uAFywbADXI .dropdown-menu,
.cid-uAFywbADXI .navbar.opened {
  background: #342d2d !important;
}
.cid-uAFywbADXI .nav-item:focus,
.cid-uAFywbADXI .nav-link:focus {
  outline: none;
}
.cid-uAFywbADXI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAFywbADXI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAFywbADXI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uAFywbADXI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAFywbADXI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAFywbADXI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAFywbADXI .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #342d2d;
}
.cid-uAFywbADXI .navbar.opened {
  transition: all .3s;
}
.cid-uAFywbADXI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uAFywbADXI .navbar .navbar-logo img {
  width: auto;
}
.cid-uAFywbADXI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAFywbADXI .navbar.collapsed {
  justify-content: center;
}
.cid-uAFywbADXI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAFywbADXI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAFywbADXI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAFywbADXI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAFywbADXI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAFywbADXI .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-uAFywbADXI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAFywbADXI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uAFywbADXI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uAFywbADXI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAFywbADXI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAFywbADXI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAFywbADXI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAFywbADXI .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-uAFywbADXI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAFywbADXI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAFywbADXI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAFywbADXI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAFywbADXI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAFywbADXI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uAFywbADXI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAFywbADXI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAFywbADXI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAFywbADXI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAFywbADXI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAFywbADXI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAFywbADXI .dropdown-item.active,
.cid-uAFywbADXI .dropdown-item:active {
  background-color: transparent;
}
.cid-uAFywbADXI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAFywbADXI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAFywbADXI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAFywbADXI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #342d2d;
}
.cid-uAFywbADXI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAFywbADXI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAFywbADXI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAFywbADXI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAFywbADXI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uAFywbADXI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffeae0;
}
.cid-uAFywbADXI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAFywbADXI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAFywbADXI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAFywbADXI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAFywbADXI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAFywbADXI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAFywbADXI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAFywbADXI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAFywbADXI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAFywbADXI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAFywbADXI .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-uAFywbADXI .navbar {
    height: 70px;
  }
  .cid-uAFywbADXI .navbar.opened {
    height: auto;
  }
  .cid-uAFywbADXI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAFywcvM6e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/b14-1920x599.jpg");
}
@media (max-width: 991px) {
  .cid-uAFywcvM6e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAFywcvM6e img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uAFywcvM6e .text-wrapper {
    padding: 2rem;
  }
}
.cid-uAFywcvM6e .mbr-section-title {
  color: #9fdbf8;
}
.cid-uAFywcvM6e .mbr-text {
  color: #dfe9fb;
}
.cid-uAFywcvM6e P {
  color: #6d2424;
}
.cid-uB3I2EJGvD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uB3I2EJGvD ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-uB3I2EJGvD li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uB3I2EJGvD ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uB3I2EJGvD H3 {
  text-align: center;
  color: #969393;
}
.cid-uAFywe5Vg0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uAFywe5Vg0 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uAFywe5Vg0 .panel-group {
  border: none;
}
.cid-uAFywe5Vg0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uAFywe5Vg0 .panel-body,
  .cid-uAFywe5Vg0 .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uAFywe5Vg0 .panel-body,
  .cid-uAFywe5Vg0 .card-header {
    padding: 1rem 0;
  }
}
.cid-uAFywe5Vg0 .panel-title-edit {
  color: #0c3e45;
}
.cid-uAFywe5Vg0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAFywe5Vg0 P {
  text-align: left;
}
.cid-uAFywe5Vg0 H3 {
  color: #22a5e5;
}
.cid-uAFywe5Vg0 .panel-text {
  color: #000000;
}
.cid-uAFywfW2TZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-uAFywfW2TZ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uAFywfW2TZ .panel-group {
  border: none;
}
.cid-uAFywfW2TZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uAFywfW2TZ .panel-body,
  .cid-uAFywfW2TZ .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uAFywfW2TZ .panel-body,
  .cid-uAFywfW2TZ .card-header {
    padding: 1rem 0;
  }
}
.cid-uAFywfW2TZ .panel-title-edit {
  color: #0c3e45;
}
.cid-uAFywfW2TZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAFywfW2TZ P {
  text-align: left;
}
.cid-uAFywnxjSe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uAFywnxjSe .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uAFywnxjSe .panel-group {
  border: none;
}
.cid-uAFywnxjSe .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uAFywnxjSe .panel-body,
  .cid-uAFywnxjSe .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uAFywnxjSe .panel-body,
  .cid-uAFywnxjSe .card-header {
    padding: 1rem 0;
  }
}
.cid-uAFywnxjSe .panel-title-edit {
  color: #0c3e45;
}
.cid-uAFywnxjSe .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAFywnxjSe H4 {
  text-align: left;
}
.cid-uAFywqT04T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-uAFywqT04T .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uAFywqT04T .panel-group {
  border: none;
}
.cid-uAFywqT04T .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uAFywqT04T .panel-body,
  .cid-uAFywqT04T .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uAFywqT04T .panel-body,
  .cid-uAFywqT04T .card-header {
    padding: 1rem 0;
  }
}
.cid-uAFywqT04T .panel-title-edit {
  color: #0c3e45;
}
.cid-uAFywqT04T .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAFywqT04T H4 {
  text-align: left;
}
.cid-uAFywtqa0Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uAFywtqa0Z .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uAFywtqa0Z .panel-group {
  border: none;
}
.cid-uAFywtqa0Z .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uAFywtqa0Z .panel-body,
  .cid-uAFywtqa0Z .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uAFywtqa0Z .panel-body,
  .cid-uAFywtqa0Z .card-header {
    padding: 1rem 0;
  }
}
.cid-uAFywtqa0Z .panel-title-edit {
  color: #0c3e45;
}
.cid-uAFywtqa0Z .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAFywtqa0Z H4 {
  text-align: left;
}
.cid-uAFywvKoOQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-uAFywvKoOQ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uAFywvKoOQ .panel-group {
  border: none;
}
.cid-uAFywvKoOQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uAFywvKoOQ .panel-body,
  .cid-uAFywvKoOQ .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uAFywvKoOQ .panel-body,
  .cid-uAFywvKoOQ .card-header {
    padding: 1rem 0;
  }
}
.cid-uAFywvKoOQ .panel-title-edit {
  color: #0c3e45;
}
.cid-uAFywvKoOQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAFywvKoOQ H4 {
  text-align: left;
}
.cid-uAFywvKoOQ .panel-text {
  color: #000000;
}
.cid-uAFywzDlbJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uAFywzDlbJ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uAFywzDlbJ .panel-group {
  border: none;
}
.cid-uAFywzDlbJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uAFywzDlbJ .panel-body,
  .cid-uAFywzDlbJ .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uAFywzDlbJ .panel-body,
  .cid-uAFywzDlbJ .card-header {
    padding: 1rem 0;
  }
}
.cid-uAFywzDlbJ .panel-title-edit {
  color: #0c3e45;
}
.cid-uAFywzDlbJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAFywzDlbJ H4 {
  text-align: left;
}
.cid-uAFywzDlbJ .panel-text {
  color: #000000;
}
.cid-uAFywBJISu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-uAFywBJISu .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uAFywBJISu .panel-group {
  border: none;
}
.cid-uAFywBJISu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uAFywBJISu .panel-body,
  .cid-uAFywBJISu .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uAFywBJISu .panel-body,
  .cid-uAFywBJISu .card-header {
    padding: 1rem 0;
  }
}
.cid-uAFywBJISu .panel-title-edit {
  color: #0c3e45;
}
.cid-uAFywBJISu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAFywBJISu H4 {
  text-align: left;
}
.cid-uAFywBJISu .panel-text {
  color: #000000;
}
.cid-uAFZCfsF0S {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uAFZCfsF0S .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uAFZCfsF0S .panel-group {
  border: none;
}
.cid-uAFZCfsF0S .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uAFZCfsF0S .panel-body,
  .cid-uAFZCfsF0S .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uAFZCfsF0S .panel-body,
  .cid-uAFZCfsF0S .card-header {
    padding: 1rem 0;
  }
}
.cid-uAFZCfsF0S .panel-title-edit {
  color: #0c3e45;
}
.cid-uAFZCfsF0S .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAFZCfsF0S H4 {
  text-align: left;
}
.cid-uAFZCfsF0S .panel-text {
  color: #000000;
}
.cid-uALxW7nvXy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-uALxW7nvXy .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uALxW7nvXy .panel-group {
  border: none;
}
.cid-uALxW7nvXy .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uALxW7nvXy .panel-body,
  .cid-uALxW7nvXy .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uALxW7nvXy .panel-body,
  .cid-uALxW7nvXy .card-header {
    padding: 1rem 0;
  }
}
.cid-uALxW7nvXy .panel-title-edit {
  color: #0c3e45;
}
.cid-uALxW7nvXy .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uALxW7nvXy H4 {
  text-align: left;
}
.cid-uALxW7nvXy .panel-text {
  color: #000000;
}
.cid-uAFywDS8cW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b343a;
}
.cid-uAFywDS8cW [class^="socicon-"]:before,
.cid-uAFywDS8cW [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uAFywDS8cW .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-uAFywDS8cW .btn-social:hover {
  background: #6592e6;
}
.cid-uAFywDS8cW .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uAFywDS8cW .mbr-section-title,
.cid-uAFywDS8cW .mbr-social-likes {
  color: #4479d9;
}
.cid-uAFywEDrZY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uAFywEDrZY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAFywEDrZY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uAFywEDrZY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uAFywEDrZY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAFywEDrZY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAFywEDrZY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uAFywEDrZY .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uAFywEDrZY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uAFywEDrZY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uAFywEDrZY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uAFywEDrZY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uAFywEDrZY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAFywEDrZY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uAFywEDrZY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uAFywEDrZY .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uJJhCQKyoJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJJhCQKyoJ nav.navbar {
  position: fixed;
}
.cid-uJJhCQKyoJ .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-uJJhCQKyoJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJJhCQKyoJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJJhCQKyoJ .dropdown-item:hover,
.cid-uJJhCQKyoJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uJJhCQKyoJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJJhCQKyoJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJJhCQKyoJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uJJhCQKyoJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJJhCQKyoJ .nav-link {
  position: relative;
}
.cid-uJJhCQKyoJ .container {
  display: flex;
  margin: auto;
}
.cid-uJJhCQKyoJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uJJhCQKyoJ .dropdown-menu,
.cid-uJJhCQKyoJ .navbar.opened {
  background: #342d2d !important;
}
.cid-uJJhCQKyoJ .nav-item:focus,
.cid-uJJhCQKyoJ .nav-link:focus {
  outline: none;
}
.cid-uJJhCQKyoJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJJhCQKyoJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJJhCQKyoJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uJJhCQKyoJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJJhCQKyoJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJJhCQKyoJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJJhCQKyoJ .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #342d2d;
}
.cid-uJJhCQKyoJ .navbar.opened {
  transition: all .3s;
}
.cid-uJJhCQKyoJ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uJJhCQKyoJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uJJhCQKyoJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJJhCQKyoJ .navbar.collapsed {
  justify-content: center;
}
.cid-uJJhCQKyoJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJJhCQKyoJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJJhCQKyoJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJJhCQKyoJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJJhCQKyoJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJJhCQKyoJ .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-uJJhCQKyoJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJJhCQKyoJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uJJhCQKyoJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uJJhCQKyoJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJJhCQKyoJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJJhCQKyoJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJJhCQKyoJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJJhCQKyoJ .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-uJJhCQKyoJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJJhCQKyoJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJJhCQKyoJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJJhCQKyoJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJJhCQKyoJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJJhCQKyoJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uJJhCQKyoJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJJhCQKyoJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJJhCQKyoJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJJhCQKyoJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJJhCQKyoJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJJhCQKyoJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJJhCQKyoJ .dropdown-item.active,
.cid-uJJhCQKyoJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJJhCQKyoJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJJhCQKyoJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJJhCQKyoJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJJhCQKyoJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #342d2d;
}
.cid-uJJhCQKyoJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJJhCQKyoJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJJhCQKyoJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJJhCQKyoJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJJhCQKyoJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uJJhCQKyoJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffeae0;
}
.cid-uJJhCQKyoJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJJhCQKyoJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJJhCQKyoJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJJhCQKyoJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJJhCQKyoJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJJhCQKyoJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJJhCQKyoJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJJhCQKyoJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJJhCQKyoJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJJhCQKyoJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJJhCQKyoJ .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-uJJhCQKyoJ .navbar {
    height: 70px;
  }
  .cid-uJJhCQKyoJ .navbar.opened {
    height: auto;
  }
  .cid-uJJhCQKyoJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJJhCREZ25 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ca2-800x476.jpg");
}
@media (max-width: 991px) {
  .cid-uJJhCREZ25 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJJhCREZ25 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJJhCREZ25 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJJhCREZ25 .mbr-section-title {
  color: #bbbbbb;
}
.cid-uJJhCREZ25 .mbr-text {
  color: #ffffff;
}
.cid-uJJhCREZ25 P {
  color: #6d2424;
}
.cid-uJJn3s2m4e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/c13-318x159.jpg");
}
.cid-uJJn3s2m4e .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uJJn3s2m4e .panel-group {
  border: none;
}
.cid-uJJn3s2m4e .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uJJn3s2m4e .panel-body,
  .cid-uJJn3s2m4e .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uJJn3s2m4e .panel-body,
  .cid-uJJn3s2m4e .card-header {
    padding: 1rem 0;
  }
}
.cid-uJJn3s2m4e .panel-title-edit {
  color: #000000;
}
.cid-uJJn3s2m4e .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uJJn3s2m4e H3 {
  text-align: left;
  color: #0c3e45;
}
.cid-uJJn3s2m4e H4 {
  text-align: left;
}
.cid-uJJn3s2m4e DIV {
  text-align: left;
}
.cid-uJJP0riCyR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sim23-1400x900.jpg");
}
.cid-uJJP0riCyR .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uJJP0riCyR .panel-group {
  border: none;
}
.cid-uJJP0riCyR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uJJP0riCyR .panel-body,
  .cid-uJJP0riCyR .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uJJP0riCyR .panel-body,
  .cid-uJJP0riCyR .card-header {
    padding: 1rem 0;
  }
}
.cid-uJJP0riCyR .panel-title-edit {
  color: #000000;
}
.cid-uJJP0riCyR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uJJhD1JLqG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uJJhD1JLqG .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uJJhD1JLqG .panel-group {
  border: none;
}
.cid-uJJhD1JLqG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uJJhD1JLqG .panel-body,
  .cid-uJJhD1JLqG .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uJJhD1JLqG .panel-body,
  .cid-uJJhD1JLqG .card-header {
    padding: 1rem 0;
  }
}
.cid-uJJhD1JLqG .panel-title-edit {
  color: #0c3e45;
}
.cid-uJJhD1JLqG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uJJhD1JLqG H4 {
  text-align: left;
}
.cid-uJJhD1JLqG .panel-text {
  color: #000000;
}
.cid-uJJhD3PC08 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b343a;
}
.cid-uJJhD3PC08 [class^="socicon-"]:before,
.cid-uJJhD3PC08 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uJJhD3PC08 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-uJJhD3PC08 .btn-social:hover {
  background: #6592e6;
}
.cid-uJJhD3PC08 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uJJhD3PC08 .mbr-section-title,
.cid-uJJhD3PC08 .mbr-social-likes {
  color: #4479d9;
}
.cid-uJJhD4nB0E {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJJhD4nB0E .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJJhD4nB0E .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uJJhD4nB0E .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uJJhD4nB0E .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uJJhD4nB0E .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uJJhD4nB0E .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uJJhD4nB0E .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uJJhD4nB0E .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uJJhD4nB0E .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJJhD4nB0E .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uJJhD4nB0E .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJJhD4nB0E .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJJhD4nB0E .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uJJhD4nB0E .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uJJhD4nB0E .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uUcPw56Ado {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUcPw56Ado nav.navbar {
  position: fixed;
}
.cid-uUcPw56Ado .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-uUcPw56Ado .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUcPw56Ado .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUcPw56Ado .dropdown-item:hover,
.cid-uUcPw56Ado .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uUcPw56Ado .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUcPw56Ado .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUcPw56Ado .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUcPw56Ado .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUcPw56Ado .nav-link {
  position: relative;
}
.cid-uUcPw56Ado .container {
  display: flex;
  margin: auto;
}
.cid-uUcPw56Ado .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUcPw56Ado .dropdown-menu,
.cid-uUcPw56Ado .navbar.opened {
  background: #342d2d !important;
}
.cid-uUcPw56Ado .nav-item:focus,
.cid-uUcPw56Ado .nav-link:focus {
  outline: none;
}
.cid-uUcPw56Ado .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUcPw56Ado .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUcPw56Ado .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uUcPw56Ado .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUcPw56Ado .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUcPw56Ado .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUcPw56Ado .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #342d2d;
}
.cid-uUcPw56Ado .navbar.opened {
  transition: all .3s;
}
.cid-uUcPw56Ado .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUcPw56Ado .navbar .navbar-logo img {
  width: auto;
}
.cid-uUcPw56Ado .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUcPw56Ado .navbar.collapsed {
  justify-content: center;
}
.cid-uUcPw56Ado .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUcPw56Ado .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUcPw56Ado .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUcPw56Ado .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUcPw56Ado .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUcPw56Ado .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-uUcPw56Ado .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUcPw56Ado .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUcPw56Ado .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUcPw56Ado .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUcPw56Ado .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUcPw56Ado .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUcPw56Ado .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUcPw56Ado .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-uUcPw56Ado .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUcPw56Ado .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUcPw56Ado .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUcPw56Ado .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUcPw56Ado .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUcPw56Ado .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUcPw56Ado .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUcPw56Ado .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUcPw56Ado .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUcPw56Ado .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUcPw56Ado .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUcPw56Ado .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUcPw56Ado .dropdown-item.active,
.cid-uUcPw56Ado .dropdown-item:active {
  background-color: transparent;
}
.cid-uUcPw56Ado .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUcPw56Ado .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUcPw56Ado .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUcPw56Ado .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #342d2d;
}
.cid-uUcPw56Ado .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUcPw56Ado .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUcPw56Ado ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUcPw56Ado .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUcPw56Ado button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uUcPw56Ado button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffeae0;
}
.cid-uUcPw56Ado button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUcPw56Ado button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUcPw56Ado button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUcPw56Ado button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUcPw56Ado nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUcPw56Ado nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUcPw56Ado nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUcPw56Ado nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUcPw56Ado .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUcPw56Ado a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUcPw56Ado .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-uUcPw56Ado .navbar {
    height: 70px;
  }
  .cid-uUcPw56Ado .navbar.opened {
    height: auto;
  }
  .cid-uUcPw56Ado .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUcPw6x6DD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/9-1008x1182.jpg");
}
@media (max-width: 991px) {
  .cid-uUcPw6x6DD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUcPw6x6DD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUcPw6x6DD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUcPw6x6DD .mbr-section-title {
  color: #fff0b0;
}
.cid-uUcPw6x6DD .mbr-text {
  color: #ffffff;
}
.cid-uUcPw6x6DD P {
  color: #6d2424;
}
.cid-uUdf7fDSiU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f3efef;
}
.cid-uUdf7fDSiU .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uUdf7fDSiU .panel-group {
  border: none;
}
.cid-uUdf7fDSiU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uUdf7fDSiU .panel-body,
  .cid-uUdf7fDSiU .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uUdf7fDSiU .panel-body,
  .cid-uUdf7fDSiU .card-header {
    padding: 1rem 0;
  }
}
.cid-uUdf7fDSiU .panel-title-edit {
  color: #000000;
}
.cid-uUdf7fDSiU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uUdf7fDSiU H3 {
  color: #0c3e45;
}
.cid-uUdhxpQAQl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f3efef;
}
.cid-uUdhxpQAQl .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uUdhxpQAQl .panel-group {
  border: none;
}
.cid-uUdhxpQAQl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uUdhxpQAQl .panel-body,
  .cid-uUdhxpQAQl .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uUdhxpQAQl .panel-body,
  .cid-uUdhxpQAQl .card-header {
    padding: 1rem 0;
  }
}
.cid-uUdhxpQAQl .panel-title-edit {
  color: #000000;
}
.cid-uUdhxpQAQl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uUcZLc5j70 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uUcZLc5j70 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uUcZLc5j70 .item:last-child .icon-box:before {
  display: none;
}
.cid-uUcZLc5j70 .item.last .icon-box:before {
  display: none;
}
.cid-uUcZLc5j70 .icon-box {
  background: #0c3e45;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uUcZLc5j70 .icon-box {
    margin-right: 1rem;
  }
}
.cid-uUcZLc5j70 .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 17px;
  left: 50%;
  top: 129%;
  color: #0c3e45;
  transform: translate(-50%, 0);
}
.cid-uUcZLc5j70 span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUcZLc5j70 .card {
    margin-bottom: 2rem;
  }
  .cid-uUcZLc5j70 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uUcZLc5j70 .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uUcZLc5j70 .icon-box::before {
    top: 114%;
  }
}
.cid-uUcZLc5j70 .mbr-text,
.cid-uUcZLc5j70 .mbr-section-btn {
  text-align: left;
}
.cid-uUcZLc5j70 .card-title,
.cid-uUcZLc5j70 .card-box {
  color: #0c3e45;
}
.cid-uUdjgPW8Hd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f3efef;
}
.cid-uUdjgPW8Hd .nav-tabs .nav-item.open .nav-link:focus,
.cid-uUdjgPW8Hd .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uUdjgPW8Hd .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #6592e6;
}
@media (max-width: 767px) {
  .cid-uUdjgPW8Hd .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uUdjgPW8Hd .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
}
.cid-uUdjgPW8Hd .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-uUdjgPW8Hd .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uUdjgPW8Hd .nav-link,
.cid-uUdjgPW8Hd .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-uUdjgPW8Hd .nav-tabs .nav-link.active {
  color: #6592e6;
  border-bottom: 3px solid #6592e6;
}
.cid-uUdjgPW8Hd H4 {
  text-align: center;
}
.cid-uUdjgPW8Hd H3 {
  text-align: center;
  color: #0c3e45;
}
.cid-uUdjgPW8Hd P {
  text-align: left;
}
.cid-uUdqZojjBN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uUdqZojjBN .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-uUdqZojjBN .panel-group {
  border: none;
}
.cid-uUdqZojjBN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uUdqZojjBN .panel-body,
  .cid-uUdqZojjBN .card-header {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .cid-uUdqZojjBN .panel-body,
  .cid-uUdqZojjBN .card-header {
    padding: 1rem 0;
  }
}
.cid-uUdqZojjBN .panel-title-edit {
  color: #000000;
}
.cid-uUdqZojjBN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uUdte8FW9Q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/12-800x533.jpg");
}
.cid-uUdte8FW9Q .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uUdte8FW9Q .mbr-section-title,
.cid-uUdte8FW9Q .mbr-section-subtitle {
  text-align: center;
}
.cid-uUdte8FW9Q .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uUdte8FW9Q .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uUdte8FW9Q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uUdte8FW9Q .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uUdte8FW9Q .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUdte8FW9Q .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uUdte8FW9Q H3 {
  color: #fafafa;
}
.cid-uUdte8FW9Q .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uUdwhfUyUD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/12-800x533.jpg");
}
.cid-uUdwhfUyUD .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uUdwhfUyUD .mbr-section-title,
.cid-uUdwhfUyUD .mbr-section-subtitle {
  text-align: center;
}
.cid-uUdwhfUyUD .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uUdwhfUyUD .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uUdwhfUyUD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uUdwhfUyUD .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uUdwhfUyUD .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUdwhfUyUD .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uUdwhfUyUD .mbr-text {
  text-align: left;
}
.cid-uUcPwqUZBE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #260707;
}
.cid-uUcPwqUZBE [class^="socicon-"]:before,
.cid-uUcPwqUZBE [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uUcPwqUZBE .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-uUcPwqUZBE .btn-social:hover {
  background: #6592e6;
}
.cid-uUcPwqUZBE .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uUcPwqUZBE .mbr-section-title,
.cid-uUcPwqUZBE .mbr-social-likes {
  color: #ff9966;
}
.cid-uUcPwrvNlC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUcPwrvNlC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUcPwrvNlC .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uUcPwrvNlC .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uUcPwrvNlC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUcPwrvNlC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUcPwrvNlC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uUcPwrvNlC .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uUcPwrvNlC .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uUcPwrvNlC .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUcPwrvNlC .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uUcPwrvNlC .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUcPwrvNlC .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUcPwrvNlC .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uUcPwrvNlC .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uUcPwrvNlC .media-container-row .mbr-text {
  color: #bbbbbb;
}
