.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cutive Mono', monospace;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((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: 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-7 {
    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))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #000000 !important;
  background-color: #f7d9c4 !important;
  border-color: #f7d9c4 !important;
}
.btn-primary:active,
.btn-primary:active:active {
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #f7d9c4 !important;
  border-color: #f7d9c4 !important;
  color: #000000 !important;
}
.btn-info,
.btn-info:active {
  color: #000000 !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: white!important;
}
.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: #f7d9c4 !important;
}
.bg-success {
  background-color: #464646 !important;
}
.bg-info {
  background-color: #dce8eb !important;
}
.bg-warning {
  background-color: #dce8eb !important;
}
.bg-danger {
  background-color: #0989a4 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7d9c4 !important;
  border-color: #f7d9c4 !important;
  color: #a65116;
  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;
  background-color: #eda878;
  border-color: #eda878;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #a65116 !important;
  background-color: #eda878 !important;
  border-color: #eda878 !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  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;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #464646 !important;
  border-color: #464646 !important;
  color: #ffffff;
  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;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  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;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0989a4 !important;
  border-color: #0989a4 !important;
  color: #ffffff;
  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;
  background-color: #044452;
  border-color: #044452;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #044452 !important;
  border-color: #044452 !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  color: #f7d9c4 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f7d9c4;
  color: #f7d9c4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #eda878 !important;
  background-color: transparent!important;
  border-color: #eda878 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #a65116 !important;
  background-color: #f7d9c4 !important;
  border-color: #f7d9c4 !important;
}
.btn-primary-outline:active {
  color: #f7d9c4 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #000000 !important;
}
.btn-secondary-outline {
  color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline:active {
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #000000 !important;
}
.btn-info-outline {
  color: #dce8eb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info-outline:active {
  color: #dce8eb !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #000000 !important;
}
.btn-success-outline {
  color: #464646 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #464646;
  color: #464646;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b1b1b !important;
  background-color: transparent!important;
  border-color: #1b1b1b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #464646 !important;
  border-color: #464646 !important;
}
.btn-success-outline:active {
  color: #464646 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #000000 !important;
}
.btn-warning-outline {
  color: #dce8eb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-warning-outline:active {
  color: #dce8eb !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #000000 !important;
}
.btn-danger-outline {
  color: #0989a4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0989a4;
  color: #0989a4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #044452 !important;
  background-color: transparent!important;
  border-color: #044452 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0989a4 !important;
  border-color: #0989a4 !important;
}
.btn-danger-outline:active {
  color: #0989a4 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #000000 !important;
}
.btn-black-outline {
  color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #000000 !important;
}
.btn-white-outline {
  color: #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #000000 !important;
}
.text-primary {
  color: #f7d9c4 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #464646 !important;
}
.text-info {
  color: #dce8eb !important;
}
.text-warning {
  color: #dce8eb !important;
}
.text-danger {
  color: #0989a4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #333333 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #797979 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #20cef3 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f7d9c4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #dce8eb;
}
.alert-warning {
  background-color: #dce8eb;
}
.alert-danger {
  background-color: #0989a4;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7d9c4;
  border-color: #f7d9c4;
  color: #bc5c19;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f7d9c4;
}
.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: #b9b9b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #38d3f4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oswald', 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: #f7d9c4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', 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: #f7d9c4;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f7d9c4;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7d9c4;
}
.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: #f7d9c4;
  border-bottom-color: #f7d9c4;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f7d9c4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%23f7d9c4' %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-sB1Bx5LMBI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sB1Bx5LMBI .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sB1Bx5LMBI nav.navbar {
  position: fixed;
}
.cid-sB1Bx5LMBI .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sB1Bx5LMBI .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sB1Bx5LMBI .nav-item {
    height: auto;
  }
}
.cid-sB1Bx5LMBI .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sB1Bx5LMBI .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-sB1Bx5LMBI .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sB1Bx5LMBI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sB1Bx5LMBI .dropdown-item:hover,
.cid-sB1Bx5LMBI .dropdown-item:focus {
  background: white !important;
}
.cid-sB1Bx5LMBI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sB1Bx5LMBI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sB1Bx5LMBI .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sB1Bx5LMBI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sB1Bx5LMBI .nav-link {
  position: relative;
}
.cid-sB1Bx5LMBI .container {
  display: flex;
  margin: auto;
}
.cid-sB1Bx5LMBI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sB1Bx5LMBI .dropdown-menu,
.cid-sB1Bx5LMBI .navbar.opened {
  background: #efefef !important;
}
.cid-sB1Bx5LMBI .nav-item:focus,
.cid-sB1Bx5LMBI .nav-link:focus {
  outline: none;
}
.cid-sB1Bx5LMBI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sB1Bx5LMBI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sB1Bx5LMBI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sB1Bx5LMBI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sB1Bx5LMBI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sB1Bx5LMBI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sB1Bx5LMBI .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sB1Bx5LMBI .navbar.opened {
  transition: all 0.3s;
}
.cid-sB1Bx5LMBI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sB1Bx5LMBI .navbar .navbar-logo img {
  width: auto;
}
.cid-sB1Bx5LMBI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sB1Bx5LMBI .navbar.collapsed {
  justify-content: center;
}
.cid-sB1Bx5LMBI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sB1Bx5LMBI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sB1Bx5LMBI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-sB1Bx5LMBI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sB1Bx5LMBI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sB1Bx5LMBI .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-sB1Bx5LMBI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sB1Bx5LMBI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sB1Bx5LMBI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sB1Bx5LMBI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sB1Bx5LMBI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sB1Bx5LMBI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sB1Bx5LMBI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sB1Bx5LMBI .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-sB1Bx5LMBI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sB1Bx5LMBI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sB1Bx5LMBI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sB1Bx5LMBI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sB1Bx5LMBI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sB1Bx5LMBI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sB1Bx5LMBI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sB1Bx5LMBI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sB1Bx5LMBI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sB1Bx5LMBI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sB1Bx5LMBI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sB1Bx5LMBI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sB1Bx5LMBI .dropdown-item.active,
.cid-sB1Bx5LMBI .dropdown-item:active {
  background-color: transparent;
}
.cid-sB1Bx5LMBI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sB1Bx5LMBI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sB1Bx5LMBI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sB1Bx5LMBI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sB1Bx5LMBI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sB1Bx5LMBI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sB1Bx5LMBI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sB1Bx5LMBI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sB1Bx5LMBI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sB1Bx5LMBI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sB1Bx5LMBI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sB1Bx5LMBI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB1Bx5LMBI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB1Bx5LMBI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sB1Bx5LMBI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB1Bx5LMBI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sB1Bx5LMBI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sB1Bx5LMBI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB1Bx5LMBI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sB1Bx5LMBI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sB1Bx5LMBI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sB1Bx5LMBI .navbar {
    height: 70px;
  }
  .cid-sB1Bx5LMBI .navbar.opened {
    height: auto;
  }
  .cid-sB1Bx5LMBI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-st2eElkdSs {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/pic2-2000x1181.jpg");
}
.cid-st2eElkdSs .mbr-text,
.cid-st2eElkdSs .mbr-section-btn {
  color: #ffffff;
}
.cid-st2eElkdSs .mbr-section-title {
  color: #ffffff;
}
.cid-st2eElkdSs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-st2MbvALGc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-st2MbvALGc .progress {
  width: 100%;
}
.cid-st2MbvALGc p {
  margin-bottom: 0.4rem;
}
.cid-st2MbvALGc .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-st2MbvALGc progress {
  height: 6px;
}
.cid-st2MbvALGc .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-st2MbvALGc .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-st2MbvALGc .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-st2MbvALGc .progress_value {
  position: relative;
}
.cid-st2MbvALGc .progress1 .progressbar-number:before,
.cid-st2MbvALGc .progress2 .progressbar-number:before,
.cid-st2MbvALGc .progress3 .progressbar-number:before,
.cid-st2MbvALGc .progress4 .progressbar-number:before,
.cid-st2MbvALGc .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-st2MbvALGc progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-st2MbvALGc progress::-webkit-progress-value {
  background: #094a68;
}
.cid-st2MbvALGc progress[value]::-moz-progress-bar {
  background: #094a68;
}
.cid-st2MbvALGc progress::-ms-fill {
  background: #094a68;
}
.cid-st2MbvALGc .progress1 .progressbar-number:before {
  content: '96';
}
.cid-st2MbvALGc .progress2 .progressbar-number:before {
  content: '94';
}
.cid-st2MbvALGc .progress3 .progressbar-number:before {
  content: '98';
}
.cid-st2MbvALGc .progress4 .progressbar-number:before {
  content: '70';
}
.cid-st2MbvALGc .progress5 .progressbar-number:before {
  content: '60';
}
.cid-st2MbvALGc .section-content-text {
  color: #000000;
}
.cid-st2MbvALGc .progressbar-title p,
.cid-st2MbvALGc .progress_value {
  color: #31363b;
}
.cid-st2MbvALGc .mbr-section-subtitle {
  color: #777777;
}
.cid-st2KOSUUhW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-st2KOSUUhW .row {
  align-items: stretch;
  justify-content: center;
}
.cid-st2KOSUUhW .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-st2KOSUUhW .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-st2KOSUUhW .row .img-item img {
    height: 250px;
  }
}
.cid-tNwgLVYVTo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tNwgLVYVTo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNwgLVYVTo li {
  padding-bottom: 0.6rem;
}
.cid-tNwgLVYVTo .border-col {
  border-right: 1px solid #0989a4;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNwgLVYVTo .border-col {
    border: 0px;
  }
}
.cid-tNwgLVYVTo .container {
  position: relative;
}
.cid-tNwgLVYVTo .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #0989a4;
  position: absolute;
  left: -50%;
}
.cid-tNwgLVYVTo .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #0989a4;
  position: absolute;
  left: -50%;
}
.cid-tNwgLVYVTo .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tNwgLVYVTo .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tNwgLVYVTo .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tNwgLVYVTo .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tNwgLVYVTo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #0989a4;
}
.cid-tNwgLVYVTo .soc-item:hover {
  background: #f7d9c4;
}
.cid-tNwgLVYVTo .soc-item .mbr-iconfont {
  color: #0989a4;
}
@media (max-width: 767px) {
  .cid-tNwgLVYVTo .row {
    text-align: center;
  }
  .cid-tNwgLVYVTo .social-row {
    justify-content: center;
  }
}
.cid-tNwgLVYVTo .list {
  list-style: none;
  padding-left: 0;
}
.cid-tNwgLVYVTo .mbr-text {
  color: #dce8eb;
}
.cid-tNwgLVYVTo H5 {
  color: #0989a4;
}
.cid-tNwgLVYVTo .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sCdYf3pXAA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCdYf3pXAA .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sCdYf3pXAA nav.navbar {
  position: fixed;
}
.cid-sCdYf3pXAA .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sCdYf3pXAA .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sCdYf3pXAA .nav-item {
    height: auto;
  }
}
.cid-sCdYf3pXAA .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCdYf3pXAA .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-sCdYf3pXAA .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCdYf3pXAA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCdYf3pXAA .dropdown-item:hover,
.cid-sCdYf3pXAA .dropdown-item:focus {
  background: white !important;
}
.cid-sCdYf3pXAA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCdYf3pXAA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCdYf3pXAA .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sCdYf3pXAA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCdYf3pXAA .nav-link {
  position: relative;
}
.cid-sCdYf3pXAA .container {
  display: flex;
  margin: auto;
}
.cid-sCdYf3pXAA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sCdYf3pXAA .dropdown-menu,
.cid-sCdYf3pXAA .navbar.opened {
  background: #efefef !important;
}
.cid-sCdYf3pXAA .nav-item:focus,
.cid-sCdYf3pXAA .nav-link:focus {
  outline: none;
}
.cid-sCdYf3pXAA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCdYf3pXAA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCdYf3pXAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sCdYf3pXAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCdYf3pXAA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCdYf3pXAA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCdYf3pXAA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sCdYf3pXAA .navbar.opened {
  transition: all 0.3s;
}
.cid-sCdYf3pXAA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCdYf3pXAA .navbar .navbar-logo img {
  width: auto;
}
.cid-sCdYf3pXAA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCdYf3pXAA .navbar.collapsed {
  justify-content: center;
}
.cid-sCdYf3pXAA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCdYf3pXAA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCdYf3pXAA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-sCdYf3pXAA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCdYf3pXAA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCdYf3pXAA .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-sCdYf3pXAA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCdYf3pXAA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCdYf3pXAA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCdYf3pXAA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCdYf3pXAA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCdYf3pXAA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCdYf3pXAA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCdYf3pXAA .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-sCdYf3pXAA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCdYf3pXAA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCdYf3pXAA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCdYf3pXAA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCdYf3pXAA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCdYf3pXAA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCdYf3pXAA .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCdYf3pXAA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCdYf3pXAA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCdYf3pXAA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCdYf3pXAA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCdYf3pXAA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCdYf3pXAA .dropdown-item.active,
.cid-sCdYf3pXAA .dropdown-item:active {
  background-color: transparent;
}
.cid-sCdYf3pXAA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCdYf3pXAA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCdYf3pXAA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCdYf3pXAA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sCdYf3pXAA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCdYf3pXAA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCdYf3pXAA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCdYf3pXAA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCdYf3pXAA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCdYf3pXAA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCdYf3pXAA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCdYf3pXAA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdYf3pXAA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCdYf3pXAA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCdYf3pXAA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdYf3pXAA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCdYf3pXAA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCdYf3pXAA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCdYf3pXAA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCdYf3pXAA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCdYf3pXAA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCdYf3pXAA .navbar {
    height: 70px;
  }
  .cid-sCdYf3pXAA .navbar.opened {
    height: auto;
  }
  .cid-sCdYf3pXAA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCdYf47zFc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/aboutpic-1-1920x1080.jpg");
}
.cid-sCdYf47zFc .mbr-text,
.cid-sCdYf47zFc .mbr-section-btn {
  color: #ffffff;
}
.cid-sCdYf47zFc .mbr-section-title {
  color: #ffffff;
}
.cid-sCdYf47zFc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCdYE5W4M8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sCdYE5W4M8 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-sCdYE5W4M8 .content_wrapper:hover .mbr-section-title a {
  color: #000000 !important;
}
.cid-sCdYE5W4M8 .mbr-section-title {
  margin-bottom: 12px;
  color: #310b0b;
}
.cid-sCdYE5W4M8 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-sCdYE5W4M8 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sCdYE5W4M8 .mbr-section-btn .btn-secondary-outline:hover,
.cid-sCdYE5W4M8 .mbr-section-btn .btn-secondary-outline .active,
.cid-sCdYE5W4M8 .mbr-section-btn .btn-secondary-outline:focus {
  color: #f7d9c4 !important;
}
.cid-sCdYE5W4M8 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-sCdYE5W4M8 .image_post {
  display: inline-block;
}
.cid-sCdYE5W4M8 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-sCdYE5W4M8 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-sCdYE5W4M8 .mbr-text,
.cid-sCdYE5W4M8 .mbr-section-btn {
  color: #000000;
}
.cid-sCdYE5W4M8 .author_post,
.cid-sCdYE5W4M8 .post_wrap {
  color: #000000;
}
.cid-tNwgLVYVTo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tNwgLVYVTo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNwgLVYVTo li {
  padding-bottom: 0.6rem;
}
.cid-tNwgLVYVTo .border-col {
  border-right: 1px solid #0989a4;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNwgLVYVTo .border-col {
    border: 0px;
  }
}
.cid-tNwgLVYVTo .container {
  position: relative;
}
.cid-tNwgLVYVTo .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #0989a4;
  position: absolute;
  left: -50%;
}
.cid-tNwgLVYVTo .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #0989a4;
  position: absolute;
  left: -50%;
}
.cid-tNwgLVYVTo .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tNwgLVYVTo .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tNwgLVYVTo .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tNwgLVYVTo .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tNwgLVYVTo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #0989a4;
}
.cid-tNwgLVYVTo .soc-item:hover {
  background: #f7d9c4;
}
.cid-tNwgLVYVTo .soc-item .mbr-iconfont {
  color: #0989a4;
}
@media (max-width: 767px) {
  .cid-tNwgLVYVTo .row {
    text-align: center;
  }
  .cid-tNwgLVYVTo .social-row {
    justify-content: center;
  }
}
.cid-tNwgLVYVTo .list {
  list-style: none;
  padding-left: 0;
}
.cid-tNwgLVYVTo .mbr-text {
  color: #dce8eb;
}
.cid-tNwgLVYVTo H5 {
  color: #0989a4;
}
.cid-tNwgLVYVTo .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sCe9nXyCYV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCe9nXyCYV .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sCe9nXyCYV nav.navbar {
  position: fixed;
}
.cid-sCe9nXyCYV .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sCe9nXyCYV .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sCe9nXyCYV .nav-item {
    height: auto;
  }
}
.cid-sCe9nXyCYV .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCe9nXyCYV .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-sCe9nXyCYV .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCe9nXyCYV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCe9nXyCYV .dropdown-item:hover,
.cid-sCe9nXyCYV .dropdown-item:focus {
  background: white !important;
}
.cid-sCe9nXyCYV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCe9nXyCYV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCe9nXyCYV .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sCe9nXyCYV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCe9nXyCYV .nav-link {
  position: relative;
}
.cid-sCe9nXyCYV .container {
  display: flex;
  margin: auto;
}
.cid-sCe9nXyCYV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sCe9nXyCYV .dropdown-menu,
.cid-sCe9nXyCYV .navbar.opened {
  background: #efefef !important;
}
.cid-sCe9nXyCYV .nav-item:focus,
.cid-sCe9nXyCYV .nav-link:focus {
  outline: none;
}
.cid-sCe9nXyCYV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCe9nXyCYV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCe9nXyCYV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sCe9nXyCYV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCe9nXyCYV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCe9nXyCYV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCe9nXyCYV .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sCe9nXyCYV .navbar.opened {
  transition: all 0.3s;
}
.cid-sCe9nXyCYV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCe9nXyCYV .navbar .navbar-logo img {
  width: auto;
}
.cid-sCe9nXyCYV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCe9nXyCYV .navbar.collapsed {
  justify-content: center;
}
.cid-sCe9nXyCYV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCe9nXyCYV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCe9nXyCYV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-sCe9nXyCYV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCe9nXyCYV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCe9nXyCYV .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-sCe9nXyCYV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCe9nXyCYV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCe9nXyCYV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCe9nXyCYV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCe9nXyCYV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCe9nXyCYV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCe9nXyCYV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCe9nXyCYV .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-sCe9nXyCYV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCe9nXyCYV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCe9nXyCYV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCe9nXyCYV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCe9nXyCYV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCe9nXyCYV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCe9nXyCYV .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCe9nXyCYV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCe9nXyCYV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCe9nXyCYV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCe9nXyCYV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCe9nXyCYV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCe9nXyCYV .dropdown-item.active,
.cid-sCe9nXyCYV .dropdown-item:active {
  background-color: transparent;
}
.cid-sCe9nXyCYV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCe9nXyCYV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCe9nXyCYV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCe9nXyCYV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sCe9nXyCYV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCe9nXyCYV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCe9nXyCYV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCe9nXyCYV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCe9nXyCYV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCe9nXyCYV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCe9nXyCYV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCe9nXyCYV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCe9nXyCYV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCe9nXyCYV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCe9nXyCYV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCe9nXyCYV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCe9nXyCYV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCe9nXyCYV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCe9nXyCYV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCe9nXyCYV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCe9nXyCYV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCe9nXyCYV .navbar {
    height: 70px;
  }
  .cid-sCe9nXyCYV .navbar.opened {
    height: auto;
  }
  .cid-sCe9nXyCYV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCeae5wVAe {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sCeae5wVAe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sCeae5wVAe H4 {
  text-align: center;
  color: #000000;
}
.cid-tNwgLVYVTo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tNwgLVYVTo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNwgLVYVTo li {
  padding-bottom: 0.6rem;
}
.cid-tNwgLVYVTo .border-col {
  border-right: 1px solid #0989a4;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNwgLVYVTo .border-col {
    border: 0px;
  }
}
.cid-tNwgLVYVTo .container {
  position: relative;
}
.cid-tNwgLVYVTo .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #0989a4;
  position: absolute;
  left: -50%;
}
.cid-tNwgLVYVTo .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #0989a4;
  position: absolute;
  left: -50%;
}
.cid-tNwgLVYVTo .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tNwgLVYVTo .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tNwgLVYVTo .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tNwgLVYVTo .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tNwgLVYVTo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #0989a4;
}
.cid-tNwgLVYVTo .soc-item:hover {
  background: #f7d9c4;
}
.cid-tNwgLVYVTo .soc-item .mbr-iconfont {
  color: #0989a4;
}
@media (max-width: 767px) {
  .cid-tNwgLVYVTo .row {
    text-align: center;
  }
  .cid-tNwgLVYVTo .social-row {
    justify-content: center;
  }
}
.cid-tNwgLVYVTo .list {
  list-style: none;
  padding-left: 0;
}
.cid-tNwgLVYVTo .mbr-text {
  color: #dce8eb;
}
.cid-tNwgLVYVTo H5 {
  color: #0989a4;
}
.cid-tNwgLVYVTo .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sCeeH5qF7C {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCeeH5qF7C .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sCeeH5qF7C nav.navbar {
  position: fixed;
}
.cid-sCeeH5qF7C .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sCeeH5qF7C .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sCeeH5qF7C .nav-item {
    height: auto;
  }
}
.cid-sCeeH5qF7C .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCeeH5qF7C .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-sCeeH5qF7C .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCeeH5qF7C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCeeH5qF7C .dropdown-item:hover,
.cid-sCeeH5qF7C .dropdown-item:focus {
  background: white !important;
}
.cid-sCeeH5qF7C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCeeH5qF7C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCeeH5qF7C .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sCeeH5qF7C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCeeH5qF7C .nav-link {
  position: relative;
}
.cid-sCeeH5qF7C .container {
  display: flex;
  margin: auto;
}
.cid-sCeeH5qF7C .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sCeeH5qF7C .dropdown-menu,
.cid-sCeeH5qF7C .navbar.opened {
  background: #efefef !important;
}
.cid-sCeeH5qF7C .nav-item:focus,
.cid-sCeeH5qF7C .nav-link:focus {
  outline: none;
}
.cid-sCeeH5qF7C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCeeH5qF7C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCeeH5qF7C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sCeeH5qF7C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCeeH5qF7C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCeeH5qF7C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCeeH5qF7C .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sCeeH5qF7C .navbar.opened {
  transition: all 0.3s;
}
.cid-sCeeH5qF7C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCeeH5qF7C .navbar .navbar-logo img {
  width: auto;
}
.cid-sCeeH5qF7C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCeeH5qF7C .navbar.collapsed {
  justify-content: center;
}
.cid-sCeeH5qF7C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCeeH5qF7C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCeeH5qF7C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-sCeeH5qF7C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCeeH5qF7C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCeeH5qF7C .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-sCeeH5qF7C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCeeH5qF7C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCeeH5qF7C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCeeH5qF7C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCeeH5qF7C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCeeH5qF7C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCeeH5qF7C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCeeH5qF7C .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-sCeeH5qF7C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCeeH5qF7C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCeeH5qF7C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCeeH5qF7C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCeeH5qF7C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCeeH5qF7C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCeeH5qF7C .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCeeH5qF7C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCeeH5qF7C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCeeH5qF7C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCeeH5qF7C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCeeH5qF7C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCeeH5qF7C .dropdown-item.active,
.cid-sCeeH5qF7C .dropdown-item:active {
  background-color: transparent;
}
.cid-sCeeH5qF7C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCeeH5qF7C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCeeH5qF7C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCeeH5qF7C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sCeeH5qF7C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCeeH5qF7C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCeeH5qF7C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCeeH5qF7C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCeeH5qF7C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCeeH5qF7C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCeeH5qF7C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCeeH5qF7C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCeeH5qF7C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCeeH5qF7C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCeeH5qF7C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCeeH5qF7C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCeeH5qF7C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCeeH5qF7C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCeeH5qF7C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCeeH5qF7C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCeeH5qF7C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCeeH5qF7C .navbar {
    height: 70px;
  }
  .cid-sCeeH5qF7C .navbar.opened {
    height: auto;
  }
  .cid-sCeeH5qF7C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCefElKoGL {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sCefElKoGL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sCefElKoGL .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-sCefElKoGL .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-sCefElKoGL .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-sCefElKoGL .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-sCefElKoGL .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-sCefElKoGL .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-sCefElKoGL .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-sCefElKoGL .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-sCefElKoGL .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-sCefElKoGL .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-sCefElKoGL .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sCefElKoGL .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-sCefElKoGL .list-block {
  position: relative;
}
.cid-sCefElKoGL .list-block h4,
.cid-sCefElKoGL .list-block p {
  padding-left: 4.5rem;
}
.cid-sCefElKoGL .card-img {
  display: block;
}
.cid-sCefElKoGL .mbr-form {
  max-width: 550px;
}
.cid-sCefElKoGL .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sCefElKoGL .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sCefElKoGL .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sCefElKoGL .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sCefElKoGL .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-sCefElKoGL .mbr-form textarea {
  min-height: 100px;
}
.cid-sCefElKoGL .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #f7d9c4;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-sCefElKoGL .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-sCefElKoGL .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sCefElKoGL .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-sCefElKoGL .mbr-section-title,
  .cid-sCefElKoGL .content-title,
  .cid-sCefElKoGL .mbr-section-btn {
    text-align: left;
  }
}
.cid-sCefElKoGL .text-content .list-block .list-item-title {
  color: #000000;
}
.cid-tNwgLVYVTo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tNwgLVYVTo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNwgLVYVTo li {
  padding-bottom: 0.6rem;
}
.cid-tNwgLVYVTo .border-col {
  border-right: 1px solid #0989a4;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNwgLVYVTo .border-col {
    border: 0px;
  }
}
.cid-tNwgLVYVTo .container {
  position: relative;
}
.cid-tNwgLVYVTo .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #0989a4;
  position: absolute;
  left: -50%;
}
.cid-tNwgLVYVTo .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #0989a4;
  position: absolute;
  left: -50%;
}
.cid-tNwgLVYVTo .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tNwgLVYVTo .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tNwgLVYVTo .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tNwgLVYVTo .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tNwgLVYVTo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #0989a4;
}
.cid-tNwgLVYVTo .soc-item:hover {
  background: #f7d9c4;
}
.cid-tNwgLVYVTo .soc-item .mbr-iconfont {
  color: #0989a4;
}
@media (max-width: 767px) {
  .cid-tNwgLVYVTo .row {
    text-align: center;
  }
  .cid-tNwgLVYVTo .social-row {
    justify-content: center;
  }
}
.cid-tNwgLVYVTo .list {
  list-style: none;
  padding-left: 0;
}
.cid-tNwgLVYVTo .mbr-text {
  color: #dce8eb;
}
.cid-tNwgLVYVTo H5 {
  color: #0989a4;
}
.cid-tNwgLVYVTo .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sCekZ88TKH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCekZ88TKH .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sCekZ88TKH nav.navbar {
  position: fixed;
}
.cid-sCekZ88TKH .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sCekZ88TKH .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sCekZ88TKH .nav-item {
    height: auto;
  }
}
.cid-sCekZ88TKH .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCekZ88TKH .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-sCekZ88TKH .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCekZ88TKH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCekZ88TKH .dropdown-item:hover,
.cid-sCekZ88TKH .dropdown-item:focus {
  background: white !important;
}
.cid-sCekZ88TKH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCekZ88TKH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCekZ88TKH .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sCekZ88TKH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCekZ88TKH .nav-link {
  position: relative;
}
.cid-sCekZ88TKH .container {
  display: flex;
  margin: auto;
}
.cid-sCekZ88TKH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sCekZ88TKH .dropdown-menu,
.cid-sCekZ88TKH .navbar.opened {
  background: #efefef !important;
}
.cid-sCekZ88TKH .nav-item:focus,
.cid-sCekZ88TKH .nav-link:focus {
  outline: none;
}
.cid-sCekZ88TKH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCekZ88TKH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCekZ88TKH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sCekZ88TKH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCekZ88TKH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCekZ88TKH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCekZ88TKH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sCekZ88TKH .navbar.opened {
  transition: all 0.3s;
}
.cid-sCekZ88TKH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCekZ88TKH .navbar .navbar-logo img {
  width: auto;
}
.cid-sCekZ88TKH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCekZ88TKH .navbar.collapsed {
  justify-content: center;
}
.cid-sCekZ88TKH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCekZ88TKH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCekZ88TKH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-sCekZ88TKH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCekZ88TKH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCekZ88TKH .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-sCekZ88TKH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCekZ88TKH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCekZ88TKH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCekZ88TKH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCekZ88TKH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCekZ88TKH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCekZ88TKH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCekZ88TKH .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-sCekZ88TKH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCekZ88TKH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCekZ88TKH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCekZ88TKH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCekZ88TKH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCekZ88TKH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCekZ88TKH .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCekZ88TKH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCekZ88TKH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCekZ88TKH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCekZ88TKH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCekZ88TKH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCekZ88TKH .dropdown-item.active,
.cid-sCekZ88TKH .dropdown-item:active {
  background-color: transparent;
}
.cid-sCekZ88TKH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCekZ88TKH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCekZ88TKH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCekZ88TKH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sCekZ88TKH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCekZ88TKH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCekZ88TKH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCekZ88TKH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCekZ88TKH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCekZ88TKH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCekZ88TKH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCekZ88TKH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCekZ88TKH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCekZ88TKH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCekZ88TKH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCekZ88TKH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCekZ88TKH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCekZ88TKH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCekZ88TKH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCekZ88TKH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCekZ88TKH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCekZ88TKH .navbar {
    height: 70px;
  }
  .cid-sCekZ88TKH .navbar.opened {
    height: auto;
  }
  .cid-sCekZ88TKH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCekZ8KbrY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/audio236-3-1920x1080.jpg");
}
.cid-sCekZ8KbrY .mbr-text,
.cid-sCekZ8KbrY .mbr-section-btn {
  color: #ffffff;
}
.cid-sCekZ8KbrY .mbr-section-title {
  color: #ffffff;
}
.cid-sCekZ8KbrY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCelAIN9uz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCelAIN9uz .item img {
  width: 100%;
  z-index: 1;
}
.cid-sCelAIN9uz .item .card {
  margin-left: 20%;
  background-color: #094a68;
  padding: 2rem;
  position: relative;
  margin-top: -2rem;
  z-index: 2;
  border-radius: 0;
}
.cid-sCelAIN9uz .item-wrapper {
  padding-bottom: 2rem;
}
.cid-sCelAIN9uz .card .mbr-text,
.cid-sCelAIN9uz .card .mbr-section-title {
  margin-bottom: 10px;
}
.cid-sCelAIN9uz .mbr-text {
  color: #ffffff;
}
.cid-sCelAIN9uz H5 {
  color: #ffffff;
}
.cid-sCempJVuKE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCempJVuKE .item img {
  width: 100%;
  z-index: 1;
}
.cid-sCempJVuKE .item .card {
  margin-left: 20%;
  background-color: #094a68;
  padding: 2rem;
  position: relative;
  margin-top: -2rem;
  z-index: 2;
  border-radius: 0;
}
.cid-sCempJVuKE .item-wrapper {
  padding-bottom: 2rem;
}
.cid-sCempJVuKE .card .mbr-text,
.cid-sCempJVuKE .card .mbr-section-title {
  margin-bottom: 10px;
}
.cid-sCempJVuKE .mbr-text {
  color: #ffffff;
}
.cid-sCempJVuKE H5 {
  color: #ffffff;
}
.cid-tNwgLVYVTo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tNwgLVYVTo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNwgLVYVTo li {
  padding-bottom: 0.6rem;
}
.cid-tNwgLVYVTo .border-col {
  border-right: 1px solid #0989a4;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNwgLVYVTo .border-col {
    border: 0px;
  }
}
.cid-tNwgLVYVTo .container {
  position: relative;
}
.cid-tNwgLVYVTo .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #0989a4;
  position: absolute;
  left: -50%;
}
.cid-tNwgLVYVTo .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #0989a4;
  position: absolute;
  left: -50%;
}
.cid-tNwgLVYVTo .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tNwgLVYVTo .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tNwgLVYVTo .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tNwgLVYVTo .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tNwgLVYVTo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #0989a4;
}
.cid-tNwgLVYVTo .soc-item:hover {
  background: #f7d9c4;
}
.cid-tNwgLVYVTo .soc-item .mbr-iconfont {
  color: #0989a4;
}
@media (max-width: 767px) {
  .cid-tNwgLVYVTo .row {
    text-align: center;
  }
  .cid-tNwgLVYVTo .social-row {
    justify-content: center;
  }
}
.cid-tNwgLVYVTo .list {
  list-style: none;
  padding-left: 0;
}
.cid-tNwgLVYVTo .mbr-text {
  color: #dce8eb;
}
.cid-tNwgLVYVTo H5 {
  color: #0989a4;
}
.cid-tNwgLVYVTo .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-sCtgkt4pxp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCtgkt4pxp .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sCtgkt4pxp nav.navbar {
  position: fixed;
}
.cid-sCtgkt4pxp .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sCtgkt4pxp .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sCtgkt4pxp .nav-item {
    height: auto;
  }
}
.cid-sCtgkt4pxp .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sCtgkt4pxp .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-sCtgkt4pxp .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCtgkt4pxp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCtgkt4pxp .dropdown-item:hover,
.cid-sCtgkt4pxp .dropdown-item:focus {
  background: white !important;
}
.cid-sCtgkt4pxp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCtgkt4pxp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCtgkt4pxp .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sCtgkt4pxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCtgkt4pxp .nav-link {
  position: relative;
}
.cid-sCtgkt4pxp .container {
  display: flex;
  margin: auto;
}
.cid-sCtgkt4pxp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sCtgkt4pxp .dropdown-menu,
.cid-sCtgkt4pxp .navbar.opened {
  background: #efefef !important;
}
.cid-sCtgkt4pxp .nav-item:focus,
.cid-sCtgkt4pxp .nav-link:focus {
  outline: none;
}
.cid-sCtgkt4pxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCtgkt4pxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCtgkt4pxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sCtgkt4pxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCtgkt4pxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCtgkt4pxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCtgkt4pxp .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sCtgkt4pxp .navbar.opened {
  transition: all 0.3s;
}
.cid-sCtgkt4pxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCtgkt4pxp .navbar .navbar-logo img {
  width: auto;
}
.cid-sCtgkt4pxp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCtgkt4pxp .navbar.collapsed {
  justify-content: center;
}
.cid-sCtgkt4pxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCtgkt4pxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCtgkt4pxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-sCtgkt4pxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCtgkt4pxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCtgkt4pxp .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-sCtgkt4pxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCtgkt4pxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCtgkt4pxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCtgkt4pxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCtgkt4pxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCtgkt4pxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCtgkt4pxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCtgkt4pxp .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-sCtgkt4pxp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCtgkt4pxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCtgkt4pxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCtgkt4pxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCtgkt4pxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCtgkt4pxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCtgkt4pxp .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCtgkt4pxp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCtgkt4pxp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCtgkt4pxp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCtgkt4pxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCtgkt4pxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCtgkt4pxp .dropdown-item.active,
.cid-sCtgkt4pxp .dropdown-item:active {
  background-color: transparent;
}
.cid-sCtgkt4pxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCtgkt4pxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCtgkt4pxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCtgkt4pxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sCtgkt4pxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCtgkt4pxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCtgkt4pxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCtgkt4pxp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCtgkt4pxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCtgkt4pxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCtgkt4pxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCtgkt4pxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCtgkt4pxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCtgkt4pxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCtgkt4pxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCtgkt4pxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCtgkt4pxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCtgkt4pxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCtgkt4pxp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCtgkt4pxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCtgkt4pxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCtgkt4pxp .navbar {
    height: 70px;
  }
  .cid-sCtgkt4pxp .navbar.opened {
    height: auto;
  }
  .cid-sCtgkt4pxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCtgktBAmg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/chip2-1920x1080.jpg");
}
.cid-sCtgktBAmg .mbr-text,
.cid-sCtgktBAmg .mbr-section-btn {
  color: #ffffff;
}
.cid-sCtgktBAmg .mbr-section-title {
  color: #ffffff;
}
.cid-sCtgktBAmg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCtgktNXI8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sCtgktNXI8 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-sCtgktNXI8 .content_wrapper:hover .mbr-section-title a {
  color: #000000 !important;
}
.cid-sCtgktNXI8 .mbr-section-title {
  margin-bottom: 12px;
  color: #310b0b;
}
.cid-sCtgktNXI8 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-sCtgktNXI8 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sCtgktNXI8 .mbr-section-btn .btn-secondary-outline:hover,
.cid-sCtgktNXI8 .mbr-section-btn .btn-secondary-outline .active,
.cid-sCtgktNXI8 .mbr-section-btn .btn-secondary-outline:focus {
  color: #f7d9c4 !important;
}
.cid-sCtgktNXI8 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-sCtgktNXI8 .image_post {
  display: inline-block;
}
.cid-sCtgktNXI8 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-sCtgktNXI8 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-sCtgktNXI8 .mbr-text,
.cid-sCtgktNXI8 .mbr-section-btn {
  color: #000000;
}
.cid-sCtgktNXI8 .author_post,
.cid-sCtgktNXI8 .post_wrap {
  color: #000000;
}
.cid-tyQCULeUno {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyQCULeUno .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyQCULeUno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyQCULeUno .item {
  padding-bottom: 2rem;
}
.cid-tyQCULeUno .item-wrapper {
  position: relative;
}
.cid-tyQCULeUno .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tyQCULeUno .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyQCULeUno .carousel-control,
.cid-tyQCULeUno .close {
  background: #1b1b1b;
}
.cid-tyQCULeUno .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyQCULeUno .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyQCULeUno .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyQCULeUno .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyQCULeUno .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-tyQCULeUno .close::before {
  content: '\e91a';
}
.cid-tyQCULeUno .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyQCULeUno .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-tyQCULeUno .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyQCULeUno .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyQCULeUno .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyQCULeUno .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyQCULeUno .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-tyQCULeUno .carousel-indicators li.active,
.cid-tyQCULeUno .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyQCULeUno .carousel-indicators li::after,
.cid-tyQCULeUno .carousel-indicators li::before {
  content: none;
}
.cid-tyQCULeUno .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyQCULeUno .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyQCULeUno .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyQCULeUno .carousel-indicators {
    display: none;
  }
}
.cid-tyQCULeUno .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyQCULeUno .carousel-inner > .active {
  display: block;
}
.cid-tyQCULeUno .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyQCULeUno .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyQCULeUno .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyQCULeUno .carousel-control,
  .cid-tyQCULeUno .carousel-indicators,
  .cid-tyQCULeUno .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyQCULeUno .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyQCULeUno .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyQCULeUno .carousel-indicators .active,
.cid-tyQCULeUno .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyQCULeUno .carousel-indicators .active {
  background: #fff;
}
.cid-tyQCULeUno .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyQCULeUno .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyQCULeUno .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyQCULeUno .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyQCULeUno .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyQCULeUno .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyQCULeUno .carousel {
  width: 100%;
}
.cid-tyQCULeUno .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyQCULeUno .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyQCULeUno .modal.fade .modal-dialog,
.cid-tyQCULeUno .modal.in .modal-dialog {
  transform: none;
}
.cid-tyQCULeUno .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyQCULeUno H6 {
  text-align: center;
}
.cid-tyQCULeUno H3 {
  color: #000000;
  text-align: left;
}
.cid-tyQCULeUno H4 {
  text-align: left;
  color: #b61111;
}
.cid-tyQESp25ma {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyQESp25ma .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyQESp25ma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyQESp25ma .item {
  padding-bottom: 2rem;
}
.cid-tyQESp25ma .item-wrapper {
  position: relative;
}
.cid-tyQESp25ma .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tyQESp25ma .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyQESp25ma .carousel-control,
.cid-tyQESp25ma .close {
  background: #1b1b1b;
}
.cid-tyQESp25ma .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyQESp25ma .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyQESp25ma .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyQESp25ma .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyQESp25ma .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-tyQESp25ma .close::before {
  content: '\e91a';
}
.cid-tyQESp25ma .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyQESp25ma .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-tyQESp25ma .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyQESp25ma .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyQESp25ma .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyQESp25ma .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyQESp25ma .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-tyQESp25ma .carousel-indicators li.active,
.cid-tyQESp25ma .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyQESp25ma .carousel-indicators li::after,
.cid-tyQESp25ma .carousel-indicators li::before {
  content: none;
}
.cid-tyQESp25ma .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyQESp25ma .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyQESp25ma .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyQESp25ma .carousel-indicators {
    display: none;
  }
}
.cid-tyQESp25ma .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyQESp25ma .carousel-inner > .active {
  display: block;
}
.cid-tyQESp25ma .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyQESp25ma .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyQESp25ma .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyQESp25ma .carousel-control,
  .cid-tyQESp25ma .carousel-indicators,
  .cid-tyQESp25ma .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyQESp25ma .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyQESp25ma .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyQESp25ma .carousel-indicators .active,
.cid-tyQESp25ma .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyQESp25ma .carousel-indicators .active {
  background: #fff;
}
.cid-tyQESp25ma .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyQESp25ma .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyQESp25ma .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyQESp25ma .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyQESp25ma .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyQESp25ma .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyQESp25ma .carousel {
  width: 100%;
}
.cid-tyQESp25ma .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyQESp25ma .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyQESp25ma .modal.fade .modal-dialog,
.cid-tyQESp25ma .modal.in .modal-dialog {
  transform: none;
}
.cid-tyQESp25ma .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyQESp25ma H6 {
  text-align: center;
}
.cid-tyQESp25ma H3 {
  color: #000000;
  text-align: left;
}
.cid-tyQESp25ma H4 {
  text-align: left;
  color: #b61111;
}
.cid-tyQG3QOF4o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyQG3QOF4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyQG3QOF4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyQG3QOF4o .item {
  padding-bottom: 2rem;
}
.cid-tyQG3QOF4o .item-wrapper {
  position: relative;
}
.cid-tyQG3QOF4o .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tyQG3QOF4o .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tyQG3QOF4o .carousel-control,
.cid-tyQG3QOF4o .close {
  background: #1b1b1b;
}
.cid-tyQG3QOF4o .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tyQG3QOF4o .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tyQG3QOF4o .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tyQG3QOF4o .carousel-control-next span {
  margin-left: 5px;
}
.cid-tyQG3QOF4o .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-tyQG3QOF4o .close::before {
  content: '\e91a';
}
.cid-tyQG3QOF4o .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tyQG3QOF4o .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-tyQG3QOF4o .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyQG3QOF4o .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tyQG3QOF4o .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyQG3QOF4o .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tyQG3QOF4o .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-tyQG3QOF4o .carousel-indicators li.active,
.cid-tyQG3QOF4o .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tyQG3QOF4o .carousel-indicators li::after,
.cid-tyQG3QOF4o .carousel-indicators li::before {
  content: none;
}
.cid-tyQG3QOF4o .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tyQG3QOF4o .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tyQG3QOF4o .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tyQG3QOF4o .carousel-indicators {
    display: none;
  }
}
.cid-tyQG3QOF4o .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tyQG3QOF4o .carousel-inner > .active {
  display: block;
}
.cid-tyQG3QOF4o .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyQG3QOF4o .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyQG3QOF4o .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tyQG3QOF4o .carousel-control,
  .cid-tyQG3QOF4o .carousel-indicators,
  .cid-tyQG3QOF4o .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tyQG3QOF4o .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tyQG3QOF4o .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyQG3QOF4o .carousel-indicators .active,
.cid-tyQG3QOF4o .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tyQG3QOF4o .carousel-indicators .active {
  background: #fff;
}
.cid-tyQG3QOF4o .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tyQG3QOF4o .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tyQG3QOF4o .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tyQG3QOF4o .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tyQG3QOF4o .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tyQG3QOF4o .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tyQG3QOF4o .carousel {
  width: 100%;
}
.cid-tyQG3QOF4o .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tyQG3QOF4o .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tyQG3QOF4o .modal.fade .modal-dialog,
.cid-tyQG3QOF4o .modal.in .modal-dialog {
  transform: none;
}
.cid-tyQG3QOF4o .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tyQG3QOF4o H6 {
  text-align: center;
}
.cid-tyQG3QOF4o H3 {
  color: #000000;
  text-align: left;
}
.cid-tyQG3QOF4o H4 {
  text-align: left;
  color: #b61111;
}
.cid-tNwgLVYVTo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tNwgLVYVTo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tNwgLVYVTo li {
  padding-bottom: 0.6rem;
}
.cid-tNwgLVYVTo .border-col {
  border-right: 1px solid #0989a4;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNwgLVYVTo .border-col {
    border: 0px;
  }
}
.cid-tNwgLVYVTo .container {
  position: relative;
}
.cid-tNwgLVYVTo .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #0989a4;
  position: absolute;
  left: -50%;
}
.cid-tNwgLVYVTo .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #0989a4;
  position: absolute;
  left: -50%;
}
.cid-tNwgLVYVTo .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-tNwgLVYVTo .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tNwgLVYVTo .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-tNwgLVYVTo .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tNwgLVYVTo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #0989a4;
}
.cid-tNwgLVYVTo .soc-item:hover {
  background: #f7d9c4;
}
.cid-tNwgLVYVTo .soc-item .mbr-iconfont {
  color: #0989a4;
}
@media (max-width: 767px) {
  .cid-tNwgLVYVTo .row {
    text-align: center;
  }
  .cid-tNwgLVYVTo .social-row {
    justify-content: center;
  }
}
.cid-tNwgLVYVTo .list {
  list-style: none;
  padding-left: 0;
}
.cid-tNwgLVYVTo .mbr-text {
  color: #dce8eb;
}
.cid-tNwgLVYVTo H5 {
  color: #0989a4;
}
.cid-tNwgLVYVTo .mbr-section-subtitle {
  color: #22a5e5;
}
