body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Crimson Pro', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Crimson Pro', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Crimson Pro', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #800009 !important;
}
.bg-warning {
  background-color: #008077 !important;
}
.bg-danger {
  background-color: #514e4e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #800009 !important;
  border-color: #800009 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #290003 !important;
  border-color: #290003 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #290003 !important;
  border-color: #290003 !important;
}
.btn-info,
.btn-info:active {
  background-color: #800009 !important;
  border-color: #800009 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #290003 !important;
  border-color: #290003 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #290003 !important;
  border-color: #290003 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #008077 !important;
  border-color: #008077 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #002926 !important;
  border-color: #002926 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #002926 !important;
  border-color: #002926 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #514e4e !important;
  border-color: #514e4e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #252323 !important;
  border-color: #252323 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #252323 !important;
  border-color: #252323 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #800009;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #290003 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #800009 !important;
  border-color: #800009 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #800009;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #290003 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #800009 !important;
  border-color: #800009 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #008077;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #002926 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #008077 !important;
  border-color: #008077 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #514e4e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #252323 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #514e4e !important;
  border-color: #514e4e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #800009 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #800009 !important;
}
.text-warning {
  color: #008077 !important;
}
.text-danger {
  color: #514e4e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1a0002 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1a0002 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #001a18 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1d1c1c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #800009;
}
.alert-warning {
  background-color: #008077;
}
.alert-danger {
  background-color: #514e4e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ff0012;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #00ffed;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c3c1c1;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Crimson Pro', serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Crimson Pro', serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !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: #800009 !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='%23000000' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sFGMsvHDIa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGMsvHDIa nav.navbar {
  position: fixed;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #800009 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #ffffff !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 5.125rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #800009;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMsvHDIa .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-sX3QR9Tq61 {
  background-image: url("../../../assets/images/img-9507.jpg");
  background-attachment: fixed;
}
.cid-sWXKA5nAiq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e6e6e6;
}
.cid-sWXKA5nAiq .mbr-iconfont2 {
  color: #ffffff;
}
.cid-sWXKA5nAiq .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}
.cid-sWXKA5nAiq .card-inner {
  background-color: #000000;
  transition: 0.7s;
  z-index: 10;
}
.cid-sWXKA5nAiq .btn {
  margin-left: 0rem;
}
.cid-sWXKA5nAiq .row {
  padding-bottom: 8rem;
}
.cid-sWXKA5nAiq .link {
  margin: 0;
}
.cid-sWXKA5nAiq .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-sWXKA5nAiq .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #ffffff;
  transition: 0.7s;
}
.cid-sWXKA5nAiq .card-img {
  margin-bottom: 3.2rem;
}
.cid-sWXKA5nAiq .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sWXKA5nAiq .card:hover .card-inner {
  background-color: #800009;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-sWXKA5nAiq .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sWXKA5nAiq .card:hover .card-title:after {
  background: #ffffff;
}
.cid-sWXKA5nAiq .media-container-row {
  align-items: flex-end;
}
.cid-sWXKA5nAiq .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sWXKA5nAiq .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-sWXKA5nAiq .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sWXKA5nAiq .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sWXKA5nAiq .card {
    margin-bottom: 2rem;
  }
  .cid-sWXKA5nAiq .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sWXKA5nAiq .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sWXKA5nAiq .card {
  position: relative;
}
.cid-sWXKA5nAiq .card-3::after {
  content: '';
  background-color: #e6e6e6;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-sWXKA5nAiq .card:first-child .card-inner {
  background-color: #800009;
}
.cid-sWXKA5nAiq .card:first-child .card-inner .mbr-iconfont1 {
  color: #ffffff;
}
.cid-sWXKA5nAiq .card:first-child .card-inner .card-title:after {
  background: #ffffff;
}
.cid-sWXKA5nAiq .card:first-child .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}
.cid-sWXKA5nAiq .card:first-child .card-inner:hover .card-title:after {
  background: #ffffff;
}
.cid-sWXKA5nAiq .line-title {
  width: 40px;
  height: 2px;
  background-color: #514e4e;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-sWXKA5nAiq .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #514e4e;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-sZq6XGWUwc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e6e6e6;
}
.cid-sZq6XGWUwc .item {
  padding-bottom: 2rem;
}
.cid-sZq6XGWUwc .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sZq6XGWUwc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sZq6XGWUwc .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-sZq6XGWUwc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sZq6XGWUwc .carousel-control,
.cid-sZq6XGWUwc .close {
  background: #1b1b1b;
}
.cid-sZq6XGWUwc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sZq6XGWUwc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sZq6XGWUwc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sZq6XGWUwc .carousel-control-next span {
  margin-left: 5px;
}
.cid-sZq6XGWUwc .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-sZq6XGWUwc .close::before {
  content: '\e91a';
}
.cid-sZq6XGWUwc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sZq6XGWUwc .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-sZq6XGWUwc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZq6XGWUwc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZq6XGWUwc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZq6XGWUwc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sZq6XGWUwc .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-sZq6XGWUwc .carousel-indicators li.active,
.cid-sZq6XGWUwc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sZq6XGWUwc .carousel-indicators li::after,
.cid-sZq6XGWUwc .carousel-indicators li::before {
  content: none;
}
.cid-sZq6XGWUwc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sZq6XGWUwc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sZq6XGWUwc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sZq6XGWUwc .carousel-indicators {
    display: none;
  }
}
.cid-sZq6XGWUwc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sZq6XGWUwc .carousel-inner > .active {
  display: block;
}
.cid-sZq6XGWUwc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZq6XGWUwc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZq6XGWUwc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sZq6XGWUwc .carousel-control,
  .cid-sZq6XGWUwc .carousel-indicators,
  .cid-sZq6XGWUwc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sZq6XGWUwc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sZq6XGWUwc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZq6XGWUwc .carousel-indicators .active,
.cid-sZq6XGWUwc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sZq6XGWUwc .carousel-indicators .active {
  background: #fff;
}
.cid-sZq6XGWUwc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sZq6XGWUwc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sZq6XGWUwc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sZq6XGWUwc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sZq6XGWUwc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sZq6XGWUwc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sZq6XGWUwc .carousel {
  width: 100%;
}
.cid-sZq6XGWUwc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sZq6XGWUwc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sZq6XGWUwc .modal.fade .modal-dialog,
.cid-sZq6XGWUwc .modal.in .modal-dialog {
  transform: none;
}
.cid-sZq6XGWUwc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sZq6XGWUwc H6 {
  text-align: center;
}
.cid-sX3HXMaGh9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sX3HXMaGh9 h2,
.cid-sX3HXMaGh9 h4,
.cid-sX3HXMaGh9 p {
  margin: 0;
}
.cid-sX3HXMaGh9 .text-elements {
  padding-bottom: 38px;
}
.cid-sX3HXMaGh9 .mbr-section-title {
  color: #000000;
}
.cid-sX3HXMaGh9 .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #800009;
}
.cid-sX3HXMaGh9 .mbr-text {
  margin-top: 10px;
}
.cid-sX3HXMaGh9 .map-wrap {
  width: 100%;
  height: 25rem;
}
.cid-sX3HXMaGh9 .google-map {
  height: 100%;
  position: relative;
}
.cid-sX3HXMaGh9 .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-sX3HXMaGh9 .google-map [data-state-details] {
  color: #800009;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sX3HXMaGh9 .google-map[data-state] {
  background: #6b6b6b;
}
.cid-sX3HXMaGh9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sZpRQNRGpQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sZpRQNRGpQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sZpRQNRGpQ .mbr-text {
  color: #ffffff;
}
.cid-sFGTcFRqw0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/footer-pic-1-1920x500.png");
}
.cid-sFGTcFRqw0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-sFGTcFRqw0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFGTcFRqw0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFGTcFRqw0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFGTcFRqw0 textarea {
  min-height: 10rem;
}
.cid-sFGTcFRqw0 .mbr-section-title {
  color: #ffffff;
}
.cid-sFGTcFRqw0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sX3UnIOW69 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sX3UnIOW69 .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sW6Tn9n99R {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/footer-pic-1920x500.png");
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sW6Tn9n99R .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sW6Tn9n99R .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sW6Tn9n99R .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sW6Tn9n99R .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sW6Tn9n99R .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sW6Tn9n99R .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sW6Tn9n99R .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sW6Tn9n99R .copyright > p {
  color: #ffffff;
}
.cid-sFGMsvHDIa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGMsvHDIa nav.navbar {
  position: fixed;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #800009 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #ffffff !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 5.125rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #800009;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMsvHDIa .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-sWXUrIGlse {
  background-image: url("../../../assets/images/50yrs-sesacrist-120.jpeg");
  background-attachment: fixed;
}
.cid-sWXUrIGlse .link-align {
  width: 100%;
}
.cid-sWXUrIGlse .link-wrap {
  display: inline-block;
}
.cid-sWXUrIGlse .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-sWXUrIGlse .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-sWXUrIGlse .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-sWXUrIGlse .link:hover:before {
  width: 60px;
}
.cid-sWXUrIGlse .mbr-text,
.cid-sWXUrIGlse .link-align {
  color: #e5e5e5;
}
.cid-sWXW8cRKa5 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sWXW8cRKa5 .card-wrapper {
  background: #800009;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sWXW8cRKa5 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sWXW8cRKa5 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sWXW8cRKa5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-sWXW8cRKa5 .mbr-text,
.cid-sWXW8cRKa5 .mbr-section-btn {
  color: #ffffff;
}
.cid-sWXW8cRKa5 .card-title,
.cid-sWXW8cRKa5 .card-box {
  text-align: left;
}
#custom-html-3g hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-v2OnKh0jYG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2OnKh0jYG .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v2OnKh0jYG .card {
    margin-bottom: 2rem!important;
  }
  .cid-v2OnKh0jYG .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2OnKh0jYG .link-wrap {
    align-items: center;
  }
}
.cid-v2OnKh0jYG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2OnKh0jYG .card-title,
.cid-v2OnKh0jYG .card-box {
  color: #800009;
}
.cid-v2OnKh0jYG .mbr-text,
.cid-v2OnKh0jYG .link-wrap,
.cid-v2OnKh0jYG .mbr-section-btn {
  color: #000000;
}
.cid-sW79rr00W0 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sW79rr00W0 .media-content .btn-bgr {
  z-index: 0;
}
.cid-sW79rr00W0 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sW79rr00W0 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sW79rr00W0 p {
  color: #464646;
}
.cid-sW79rr00W0 h2 {
  color: #000000;
}
.cid-sW79rr00W0 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sW79rr00W0 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sW79rr00W0 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sW79rr00W0 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sW79rr00W0 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sW79rr00W0 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sW79rr00W0 .mbr-text {
    text-align: center;
  }
}
.cid-sW79rr00W0 .mbr-section-title,
.cid-sW79rr00W0 .mbr-section-btn {
  color: #800009;
}
.cid-v2UXHTlZuC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2UXHTlZuC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2UXHTlZuC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2UXHTlZuC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v2UXHTlZuC .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v2UXHTlZuC .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v2UXHTlZuC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v2UXHTlZuC .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-v2UXHTlZuC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v2UXHTlZuC .carousel-control,
.cid-v2UXHTlZuC .close {
  background: #1b1b1b;
}
.cid-v2UXHTlZuC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v2UXHTlZuC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v2UXHTlZuC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v2UXHTlZuC .carousel-control-next span {
  margin-left: 5px;
}
.cid-v2UXHTlZuC .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-v2UXHTlZuC .close::before {
  content: '\e91a';
}
.cid-v2UXHTlZuC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v2UXHTlZuC .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-v2UXHTlZuC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2UXHTlZuC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v2UXHTlZuC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v2UXHTlZuC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v2UXHTlZuC .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-v2UXHTlZuC .carousel-indicators li.active,
.cid-v2UXHTlZuC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v2UXHTlZuC .carousel-indicators li::after,
.cid-v2UXHTlZuC .carousel-indicators li::before {
  content: none;
}
.cid-v2UXHTlZuC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v2UXHTlZuC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v2UXHTlZuC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2UXHTlZuC .carousel-indicators {
    display: none;
  }
}
.cid-v2UXHTlZuC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v2UXHTlZuC .carousel-inner > .active {
  display: block;
}
.cid-v2UXHTlZuC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2UXHTlZuC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v2UXHTlZuC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v2UXHTlZuC .carousel-control,
  .cid-v2UXHTlZuC .carousel-indicators,
  .cid-v2UXHTlZuC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v2UXHTlZuC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v2UXHTlZuC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v2UXHTlZuC .carousel-indicators .active,
.cid-v2UXHTlZuC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v2UXHTlZuC .carousel-indicators .active {
  background: #fff;
}
.cid-v2UXHTlZuC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v2UXHTlZuC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v2UXHTlZuC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v2UXHTlZuC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v2UXHTlZuC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v2UXHTlZuC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v2UXHTlZuC .carousel {
  width: 100%;
}
.cid-v2UXHTlZuC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v2UXHTlZuC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v2UXHTlZuC .modal.fade .modal-dialog,
.cid-v2UXHTlZuC .modal.in .modal-dialog {
  transform: none;
}
.cid-v2UXHTlZuC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v2UXHTlZuC H6 {
  text-align: center;
}
#custom-html-3e hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-sW7asibu6p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sW7asibu6p .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sW7asibu6p .icon-box {
  background: #800009;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sW7asibu6p .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sW7asibu6p .card {
    margin-bottom: 2rem;
  }
  .cid-sW7asibu6p .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sW7asibu6p .card-title,
.cid-sW7asibu6p .card-box {
  color: #000000;
}
.cid-sW7asibu6p .icon-title {
  color: #800009;
}
#custom-html-dn hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-sZq5lXD9AR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sZq5lXD9AR .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sZq5lXD9AR .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sZq5lXD9AR .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sZq5lXD9AR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sZq5lXD9AR .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-sZq5lXD9AR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sZq5lXD9AR .carousel-control,
.cid-sZq5lXD9AR .close {
  background: #1b1b1b;
}
.cid-sZq5lXD9AR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sZq5lXD9AR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sZq5lXD9AR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sZq5lXD9AR .carousel-control-next span {
  margin-left: 5px;
}
.cid-sZq5lXD9AR .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-sZq5lXD9AR .close::before {
  content: '\e91a';
}
.cid-sZq5lXD9AR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sZq5lXD9AR .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-sZq5lXD9AR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZq5lXD9AR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZq5lXD9AR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sZq5lXD9AR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sZq5lXD9AR .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-sZq5lXD9AR .carousel-indicators li.active,
.cid-sZq5lXD9AR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sZq5lXD9AR .carousel-indicators li::after,
.cid-sZq5lXD9AR .carousel-indicators li::before {
  content: none;
}
.cid-sZq5lXD9AR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sZq5lXD9AR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sZq5lXD9AR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sZq5lXD9AR .carousel-indicators {
    display: none;
  }
}
.cid-sZq5lXD9AR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sZq5lXD9AR .carousel-inner > .active {
  display: block;
}
.cid-sZq5lXD9AR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZq5lXD9AR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sZq5lXD9AR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sZq5lXD9AR .carousel-control,
  .cid-sZq5lXD9AR .carousel-indicators,
  .cid-sZq5lXD9AR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sZq5lXD9AR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sZq5lXD9AR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sZq5lXD9AR .carousel-indicators .active,
.cid-sZq5lXD9AR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sZq5lXD9AR .carousel-indicators .active {
  background: #fff;
}
.cid-sZq5lXD9AR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sZq5lXD9AR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sZq5lXD9AR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sZq5lXD9AR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sZq5lXD9AR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sZq5lXD9AR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sZq5lXD9AR .carousel {
  width: 100%;
}
.cid-sZq5lXD9AR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sZq5lXD9AR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sZq5lXD9AR .modal.fade .modal-dialog,
.cid-sZq5lXD9AR .modal.in .modal-dialog {
  transform: none;
}
.cid-sZq5lXD9AR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sZq5lXD9AR H6 {
  text-align: center;
}
.cid-sXIcXDQlW8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sXIcXDQlW8 .line {
  background-color: #800009;
  align: center;
  height: 2px;
  margin: 0 auto;
}
#custom-html-3f hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-sW7aUSL2er {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sW7aUSL2er .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sW7aUSL2er .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sW7aUSL2er .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sW7aUSL2er .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sW7aUSL2er .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sW7aUSL2er .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sW7aUSL2er .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sW7aUSL2er .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sW7aUSL2er .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sW7aUSL2er .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sW7aUSL2er .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sW7aUSL2er .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sW7aUSL2er .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sW7aUSL2er .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sW7aUSL2er [class^="socicon-"]:before,
.cid-sW7aUSL2er [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sW7aUSL2er .mbr-section-title,
.cid-sW7aUSL2er .mbr-social-likes {
  color: #000000;
}
.cid-sW6Tn9n99R {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/footer-pic-1920x500.png");
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sW6Tn9n99R .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sW6Tn9n99R .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sW6Tn9n99R .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sW6Tn9n99R .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sW6Tn9n99R .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sW6Tn9n99R .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sW6Tn9n99R .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sW6Tn9n99R .copyright > p {
  color: #ffffff;
}
.cid-sFGMsvHDIa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGMsvHDIa nav.navbar {
  position: fixed;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #800009 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #ffffff !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 5.125rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #800009;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMsvHDIa .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-sX434UhaCA {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/confession-pic.png");
}
.cid-sX434UhaCA .mbr-section-title {
  color: #ffffff;
}
.cid-sX434UhaCA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sW7brSkJBs {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sW7brSkJBs .mbr-section-title {
  color: #800009;
}
.cid-sXIdA3RuUt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sXIdA3RuUt .line {
  background-color: #800009;
  align: center;
  height: 2px;
  margin: 0 auto;
}
#custom-html-dc hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-sXIduKmdg9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sXIduKmdg9 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sXIduKmdg9 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sXIduKmdg9 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sXIduKmdg9 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sXIduKmdg9 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sXIduKmdg9 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sXIduKmdg9 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sXIduKmdg9 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sXIduKmdg9 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sXIduKmdg9 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sXIduKmdg9 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sXIduKmdg9 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sXIduKmdg9 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sXIduKmdg9 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sXIduKmdg9 [class^="socicon-"]:before,
.cid-sXIduKmdg9 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sXIduKmdg9 .mbr-section-title,
.cid-sXIduKmdg9 .mbr-social-likes {
  color: #000000;
}
.cid-sW6Tn9n99R {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/footer-pic-1920x500.png");
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sW6Tn9n99R .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sW6Tn9n99R .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sW6Tn9n99R .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sW6Tn9n99R .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sW6Tn9n99R .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sW6Tn9n99R .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sW6Tn9n99R .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sW6Tn9n99R .copyright > p {
  color: #ffffff;
}
.cid-sFGMsvHDIa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGMsvHDIa nav.navbar {
  position: fixed;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #800009 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #ffffff !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 5.125rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #800009;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMsvHDIa .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-sX4famjD51 {
  background-image: url("../../../assets/images/img-2771.jpeg");
  background-attachment: fixed;
}
.cid-sX4famjD51 .mbr-section-title {
  text-align: left;
}
.cid-sX4famjD51 .mbr-text,
.cid-sX4famjD51 .mbr-section-btn {
  text-align: left;
  color: #800009;
}
.cid-sX4gmJ1TnJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sX4gmJ1TnJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sX4gmJ1TnJ .row {
  flex-direction: row-reverse;
}
.cid-sX4gmJ1TnJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sX4gmJ1TnJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sX4gmJ1TnJ .mbr-section-title {
  color: #800009;
}
.cid-sXIexZTiI3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sXIexZTiI3 .line {
  background-color: #800009;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sYX5aYCa51 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sYX5aYCa51 .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-sYX5aYCa51 .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sYX5aYCa51 .img1 {
  background: #800009;
}
.cid-sYX5aYCa51 .img2 {
  background: #000000;
}
.cid-sYX5aYCa51 .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sYX5aYCa51 .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-sYX5aYCa51 .card-wrapper {
  background: #ededed;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sYX5aYCa51 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sYX5aYCa51 .card-wrapper {
    flex-direction: column;
  }
  .cid-sYX5aYCa51 .card-box {
    padding: 1rem;
  }
  .cid-sYX5aYCa51 .card-box,
  .cid-sYX5aYCa51 .img-wrapper {
    width: 100%;
  }
  .cid-sYX5aYCa51 .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-sYX5aYCa51 .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-sYX5aYCa51 .card-subtitle {
  color: #0077ff;
}
.cid-sYX5aYCa51 .mbr-text,
.cid-sYX5aYCa51 .link-wrap {
  color: #555555;
}
#custom-html-dk hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-sX4hq2Jlio {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sX4hq2Jlio h2,
.cid-sX4hq2Jlio h4,
.cid-sX4hq2Jlio p {
  margin: 0;
}
.cid-sX4hq2Jlio .text-elements {
  padding-bottom: 38px;
}
.cid-sX4hq2Jlio .mbr-section-title {
  color: #000000;
}
.cid-sX4hq2Jlio .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #800009;
}
.cid-sX4hq2Jlio .mbr-text {
  margin-top: 10px;
}
.cid-sX4hq2Jlio .map-wrap {
  width: 100%;
  height: 25rem;
}
.cid-sX4hq2Jlio .google-map {
  height: 100%;
  position: relative;
}
.cid-sX4hq2Jlio .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-sX4hq2Jlio .google-map [data-state-details] {
  color: #800009;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sX4hq2Jlio .google-map[data-state] {
  background: #6b6b6b;
}
.cid-sX4hq2Jlio .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
#custom-html-4d hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-sWYdy4dMNQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sWYdy4dMNQ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sWYdy4dMNQ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sWYdy4dMNQ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sWYdy4dMNQ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sWYdy4dMNQ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sWYdy4dMNQ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sWYdy4dMNQ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sWYdy4dMNQ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sWYdy4dMNQ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sWYdy4dMNQ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sWYdy4dMNQ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sWYdy4dMNQ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sWYdy4dMNQ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sWYdy4dMNQ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sWYdy4dMNQ [class^="socicon-"]:before,
.cid-sWYdy4dMNQ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sWYdy4dMNQ .mbr-section-title,
.cid-sWYdy4dMNQ .mbr-social-likes {
  color: #000000;
}
.cid-sW6Tn9n99R {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/footer-pic-1920x500.png");
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sW6Tn9n99R .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sW6Tn9n99R .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sW6Tn9n99R .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sW6Tn9n99R .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sW6Tn9n99R .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sW6Tn9n99R .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sW6Tn9n99R .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sW6Tn9n99R .copyright > p {
  color: #ffffff;
}
.cid-sFGMsvHDIa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGMsvHDIa nav.navbar {
  position: fixed;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #800009 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #ffffff !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 5.125rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #800009;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMsvHDIa .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-sXDaeMHT77 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/prayer-requests-page-1.png");
  background-attachment: fixed;
}
.cid-sXDaeMHT77 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sXDaeMHT77 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sXDaeMHT77 form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-sXDaeMHT77 form.mbr-form {
    padding: 1rem;
  }
}
.cid-sXDaeMHT77 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sXDaeMHT77 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sXDaeMHT77 .mbr-section-subtitle {
  color: #800009;
}
.cid-sXDb9xyMDQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXDb9xyMDQ .row {
  align-items: center;
}
.cid-sXDb9xyMDQ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sXDb9xyMDQ .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sXDb9xyMDQ .header-text {
    margin-bottom: 20px;
  }
}
.cid-sXDb9xyMDQ .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
}
.cid-sXDb9xyMDQ .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-sXDb9xyMDQ .mbr-text,
.cid-sXDb9xyMDQ .mbr-section-btn {
  color: #800009;
}
.cid-sXDbHYVfqn {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sXDbHYVfqn h2,
.cid-sXDbHYVfqn h4,
.cid-sXDbHYVfqn p {
  margin: 0;
}
.cid-sXDbHYVfqn .text-elements {
  padding-bottom: 38px;
}
.cid-sXDbHYVfqn .mbr-section-title {
  color: #000000;
}
.cid-sXDbHYVfqn .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #800009;
}
.cid-sXDbHYVfqn .mbr-text {
  margin-top: 10px;
}
.cid-sXDbHYVfqn .map-wrap {
  width: 100%;
  height: 25rem;
}
.cid-sXDbHYVfqn .google-map {
  height: 100%;
  position: relative;
}
.cid-sXDbHYVfqn .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-sXDbHYVfqn .google-map [data-state-details] {
  color: #800009;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sXDbHYVfqn .google-map[data-state] {
  background: #6b6b6b;
}
.cid-sXDbHYVfqn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
#custom-html-d5 hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-sXDdnPVQ5S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sXDdnPVQ5S .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sXDdnPVQ5S .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sXDdnPVQ5S .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sXDdnPVQ5S .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sXDdnPVQ5S .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sXDdnPVQ5S .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sXDdnPVQ5S .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sXDdnPVQ5S .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sXDdnPVQ5S .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sXDdnPVQ5S .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sXDdnPVQ5S .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sXDdnPVQ5S .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sXDdnPVQ5S .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sXDdnPVQ5S .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sXDdnPVQ5S [class^="socicon-"]:before,
.cid-sXDdnPVQ5S [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sXDdnPVQ5S .mbr-section-title,
.cid-sXDdnPVQ5S .mbr-social-likes {
  color: #000000;
}
.cid-sW6Tn9n99R {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/footer-pic-1920x500.png");
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sW6Tn9n99R .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sW6Tn9n99R .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sW6Tn9n99R .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sW6Tn9n99R .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sW6Tn9n99R .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sW6Tn9n99R .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sW6Tn9n99R .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sW6Tn9n99R .copyright > p {
  color: #ffffff;
}
.cid-sFGMsvHDIa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGMsvHDIa nav.navbar {
  position: fixed;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #800009 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #ffffff !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 5.125rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #800009;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMsvHDIa .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-sXDc3glr5c {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/prayer-requests-page.png");
  background-attachment: fixed;
}
.cid-sXDc3glr5c .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-sXDc3glr5c form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sXDc3glr5c form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-sXDc3glr5c form.mbr-form {
    padding: 1rem;
  }
}
.cid-sXDc3glr5c form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sXDc3glr5c form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sXDc3glr5c .mbr-section-subtitle {
  color: #800009;
}
.cid-sXDdt6gLD9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sXDdt6gLD9 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sXDdt6gLD9 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sXDdt6gLD9 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sXDdt6gLD9 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sXDdt6gLD9 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sXDdt6gLD9 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sXDdt6gLD9 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sXDdt6gLD9 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sXDdt6gLD9 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sXDdt6gLD9 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sXDdt6gLD9 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sXDdt6gLD9 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sXDdt6gLD9 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sXDdt6gLD9 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sXDdt6gLD9 [class^="socicon-"]:before,
.cid-sXDdt6gLD9 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sXDdt6gLD9 .mbr-section-title,
.cid-sXDdt6gLD9 .mbr-social-likes {
  color: #000000;
}
.cid-sW6Tn9n99R {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/footer-pic-1920x500.png");
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sW6Tn9n99R .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sW6Tn9n99R .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sW6Tn9n99R .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sW6Tn9n99R .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sW6Tn9n99R .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sW6Tn9n99R .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sW6Tn9n99R .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sW6Tn9n99R .copyright > p {
  color: #ffffff;
}
.cid-sFGMsvHDIa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGMsvHDIa nav.navbar {
  position: fixed;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #800009 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #ffffff !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 5.125rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #800009;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMsvHDIa .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-sXDdwn5009 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sW6Tn9n99R {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/footer-pic-1920x500.png");
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sW6Tn9n99R .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sW6Tn9n99R .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sW6Tn9n99R .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sW6Tn9n99R .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sW6Tn9n99R .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sW6Tn9n99R .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sW6Tn9n99R .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sW6Tn9n99R .copyright > p {
  color: #ffffff;
}
.cid-sFGMsvHDIa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGMsvHDIa nav.navbar {
  position: fixed;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #800009 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #ffffff !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 5.125rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #800009;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMsvHDIa .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-sXCS1VlRs8 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/about-below-fold1-1920x800.png");
}
.cid-sXCS1VlRs8 .row {
  align-items: center;
}
.cid-sXCS1VlRs8 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sXCS1VlRs8 .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sXCS1VlRs8 .header-text {
    margin-bottom: 20px;
  }
}
.cid-sXCS1VlRs8 .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 8px;
}
.cid-sXCS1VlRs8 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-sXCS1VlRs8 .mbr-text,
.cid-sXCS1VlRs8 .mbr-section-btn {
  color: #ffffff;
}
.cid-trSIlXclj1 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXIcQd6QMZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sXIcQd6QMZ .line {
  background-color: #800009;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sW6Tn9n99R {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/footer-pic-1920x500.png");
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sW6Tn9n99R .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sW6Tn9n99R .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sW6Tn9n99R .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sW6Tn9n99R .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sW6Tn9n99R .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sW6Tn9n99R .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sW6Tn9n99R .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sW6Tn9n99R .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sW6Tn9n99R .copyright > p {
  color: #ffffff;
}
.cid-trSHyHxkO0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-trSHyHxkO0 nav.navbar {
  position: fixed;
}
.cid-trSHyHxkO0 .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-trSHyHxkO0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trSHyHxkO0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trSHyHxkO0 .dropdown-item:hover,
.cid-trSHyHxkO0 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-trSHyHxkO0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trSHyHxkO0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trSHyHxkO0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trSHyHxkO0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trSHyHxkO0 .nav-link {
  position: relative;
}
.cid-trSHyHxkO0 .container {
  display: flex;
  margin: auto;
}
.cid-trSHyHxkO0 .iconfont-wrapper {
  color: #800009 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trSHyHxkO0 .dropdown-menu,
.cid-trSHyHxkO0 .navbar.opened {
  background: #ffffff !important;
}
.cid-trSHyHxkO0 .nav-item:focus,
.cid-trSHyHxkO0 .nav-link:focus {
  outline: none;
}
.cid-trSHyHxkO0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trSHyHxkO0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trSHyHxkO0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trSHyHxkO0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trSHyHxkO0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trSHyHxkO0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trSHyHxkO0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-trSHyHxkO0 .navbar.opened {
  transition: all 0.3s;
}
.cid-trSHyHxkO0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trSHyHxkO0 .navbar .navbar-logo img {
  width: auto;
}
.cid-trSHyHxkO0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trSHyHxkO0 .navbar.collapsed {
  justify-content: center;
}
.cid-trSHyHxkO0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trSHyHxkO0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trSHyHxkO0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-trSHyHxkO0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trSHyHxkO0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trSHyHxkO0 .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-trSHyHxkO0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trSHyHxkO0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trSHyHxkO0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trSHyHxkO0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trSHyHxkO0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trSHyHxkO0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trSHyHxkO0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trSHyHxkO0 .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-trSHyHxkO0 .navbar .navbar-logo img {
    height: 5.125rem !important;
  }
  .cid-trSHyHxkO0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trSHyHxkO0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trSHyHxkO0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trSHyHxkO0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trSHyHxkO0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-trSHyHxkO0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-trSHyHxkO0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trSHyHxkO0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trSHyHxkO0 .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-trSHyHxkO0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trSHyHxkO0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trSHyHxkO0 .dropdown-item.active,
.cid-trSHyHxkO0 .dropdown-item:active {
  background-color: transparent;
}
.cid-trSHyHxkO0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trSHyHxkO0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trSHyHxkO0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trSHyHxkO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-trSHyHxkO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trSHyHxkO0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trSHyHxkO0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trSHyHxkO0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trSHyHxkO0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trSHyHxkO0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #800009;
}
.cid-trSHyHxkO0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trSHyHxkO0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trSHyHxkO0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trSHyHxkO0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trSHyHxkO0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trSHyHxkO0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trSHyHxkO0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trSHyHxkO0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trSHyHxkO0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trSHyHxkO0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trSHyHxkO0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trSHyHxkO0 .navbar {
    height: 70px;
  }
  .cid-trSHyHxkO0 .navbar.opened {
    height: auto;
  }
  .cid-trSHyHxkO0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trSHyHxkO0 .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-trSHyIJhbt {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/about-below-fold1-1920x800.png");
}
.cid-trSHyIJhbt .row {
  align-items: center;
}
.cid-trSHyIJhbt .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-trSHyIJhbt .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-trSHyIJhbt .header-text {
    margin-bottom: 20px;
  }
}
.cid-trSHyIJhbt .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 8px;
}
.cid-trSHyIJhbt .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-trSHyIJhbt .mbr-text,
.cid-trSHyIJhbt .mbr-section-btn {
  color: #ffffff;
}
.cid-trSHyJNZRy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHyJNZRy .container {
    max-width: 1400px;
  }
}
.cid-trSHyJNZRy .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHyJNZRy .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHyJNZRy .row {
  justify-content: center;
}
.cid-trSHyJNZRy .mbr-section-title {
  color: #000000;
}
.cid-trSHyJNZRy .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHyJNZRy .card-text {
  color: #800009;
}
#custom-html-ee {
  /* Type valid CSS here */
}
#custom-html-ee div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ee p {
  font-size: 60px;
  color: #777;
}
.cid-trSHyL5T2M {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHyL5T2M .container {
    max-width: 1400px;
  }
}
.cid-trSHyL5T2M .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHyL5T2M .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHyL5T2M .row {
  justify-content: center;
}
.cid-trSHyL5T2M .mbr-section-title {
  color: #000000;
}
.cid-trSHyL5T2M .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHyL5T2M .card-text {
  color: #800009;
}
#custom-html-eg {
  /* Type valid CSS here */
}
#custom-html-eg div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-eg p {
  font-size: 60px;
  color: #777;
}
.cid-trSHyMLA06 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHyMLA06 .container {
    max-width: 1400px;
  }
}
.cid-trSHyMLA06 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHyMLA06 .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHyMLA06 .row {
  justify-content: center;
}
.cid-trSHyMLA06 .mbr-section-title {
  color: #000000;
}
.cid-trSHyMLA06 .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHyMLA06 .card-text {
  color: #800009;
}
.cid-trSHyObooc {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHyObooc .container {
    max-width: 1400px;
  }
}
.cid-trSHyObooc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHyObooc .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHyObooc .row {
  justify-content: center;
}
.cid-trSHyObooc .mbr-section-title {
  color: #000000;
}
.cid-trSHyObooc .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHyObooc .card-text {
  color: #800009;
}
#custom-html-ej {
  /* Type valid CSS here */
}
#custom-html-ej div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ej p {
  font-size: 60px;
  color: #777;
}
.cid-trSHyPxFGq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHyPxFGq .container {
    max-width: 1400px;
  }
}
.cid-trSHyPxFGq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHyPxFGq .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHyPxFGq .row {
  justify-content: center;
}
.cid-trSHyPxFGq .mbr-section-title {
  color: #000000;
}
.cid-trSHyPxFGq .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHyPxFGq .card-text {
  color: #800009;
}
#custom-html-el {
  /* Type valid CSS here */
}
#custom-html-el div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-el p {
  font-size: 60px;
  color: #777;
}
.cid-trSHyQEEBe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHyQEEBe .container {
    max-width: 1400px;
  }
}
.cid-trSHyQEEBe .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHyQEEBe .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHyQEEBe .row {
  justify-content: center;
}
.cid-trSHyQEEBe .mbr-section-title {
  color: #000000;
}
.cid-trSHyQEEBe .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHyQEEBe .card-text {
  color: #800009;
}
#custom-html-en {
  /* Type valid CSS here */
}
#custom-html-en div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-en p {
  font-size: 60px;
  color: #777;
}
.cid-trSHyRMRwu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHyRMRwu .container {
    max-width: 1400px;
  }
}
.cid-trSHyRMRwu .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHyRMRwu .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHyRMRwu .row {
  justify-content: center;
}
.cid-trSHyRMRwu .mbr-section-title {
  color: #000000;
}
.cid-trSHyRMRwu .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHyRMRwu .card-text {
  color: #800009;
}
.cid-trSHySOXPE {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHySOXPE .container {
    max-width: 1400px;
  }
}
.cid-trSHySOXPE .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHySOXPE .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHySOXPE .row {
  justify-content: center;
}
.cid-trSHySOXPE .mbr-section-title {
  color: #000000;
}
.cid-trSHySOXPE .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHySOXPE .card-text {
  color: #800009;
}
#custom-html-eq {
  /* Type valid CSS here */
}
#custom-html-eq div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-eq p {
  font-size: 60px;
  color: #777;
}
.cid-trSHyU0iYf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHyU0iYf .container {
    max-width: 1400px;
  }
}
.cid-trSHyU0iYf .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHyU0iYf .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHyU0iYf .row {
  justify-content: center;
}
.cid-trSHyU0iYf .mbr-section-title {
  color: #000000;
}
.cid-trSHyU0iYf .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHyU0iYf .card-text {
  color: #800009;
}
#custom-html-es {
  /* Type valid CSS here */
}
#custom-html-es div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-es p {
  font-size: 60px;
  color: #777;
}
.cid-trSHyVf7I5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHyVf7I5 .container {
    max-width: 1400px;
  }
}
.cid-trSHyVf7I5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHyVf7I5 .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHyVf7I5 .row {
  justify-content: center;
}
.cid-trSHyVf7I5 .mbr-section-title {
  color: #000000;
}
.cid-trSHyVf7I5 .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHyVf7I5 .card-text {
  color: #800009;
}
.cid-trSHyWiUqh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHyWiUqh .container {
    max-width: 1400px;
  }
}
.cid-trSHyWiUqh .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHyWiUqh .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHyWiUqh .row {
  justify-content: center;
}
.cid-trSHyWiUqh .mbr-section-title {
  color: #000000;
}
.cid-trSHyWiUqh .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHyWiUqh .card-text {
  color: #800009;
}
#custom-html-ev {
  /* Type valid CSS here */
}
#custom-html-ev div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ev p {
  font-size: 60px;
  color: #777;
}
.cid-trSHyXJheX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHyXJheX .container {
    max-width: 1400px;
  }
}
.cid-trSHyXJheX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHyXJheX .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHyXJheX .row {
  justify-content: center;
}
.cid-trSHyXJheX .mbr-section-title {
  color: #000000;
}
.cid-trSHyXJheX .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHyXJheX .card-text {
  color: #800009;
}
.cid-trSHyZg77d {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHyZg77d .container {
    max-width: 1400px;
  }
}
.cid-trSHyZg77d .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHyZg77d .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHyZg77d .row {
  justify-content: center;
}
.cid-trSHyZg77d .mbr-section-title {
  color: #000000;
}
.cid-trSHyZg77d .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHyZg77d .card-text {
  color: #800009;
}
#custom-html-ez hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-trSHz0PmSl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHz0PmSl .container {
    max-width: 1400px;
  }
}
.cid-trSHz0PmSl .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHz0PmSl .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHz0PmSl .row {
  justify-content: center;
}
.cid-trSHz0PmSl .mbr-section-title {
  color: #000000;
}
.cid-trSHz0PmSl .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHz0PmSl .card-text {
  color: #800009;
}
#custom-html-f1 hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-trSHz2fqr2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHz2fqr2 .container {
    max-width: 1400px;
  }
}
.cid-trSHz2fqr2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHz2fqr2 .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHz2fqr2 .row {
  justify-content: center;
}
.cid-trSHz2fqr2 .mbr-section-title {
  color: #000000;
}
.cid-trSHz2fqr2 .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHz2fqr2 .card-text {
  color: #800009;
}
.cid-trSHz3z75j {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHz3z75j .container {
    max-width: 1400px;
  }
}
.cid-trSHz3z75j .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHz3z75j .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHz3z75j .row {
  justify-content: center;
}
.cid-trSHz3z75j .mbr-section-title {
  color: #000000;
}
.cid-trSHz3z75j .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHz3z75j .card-text {
  color: #800009;
}
#custom-html-f4 hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-trSHz5bIA0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHz5bIA0 .container {
    max-width: 1400px;
  }
}
.cid-trSHz5bIA0 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHz5bIA0 .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHz5bIA0 .row {
  justify-content: center;
}
.cid-trSHz5bIA0 .mbr-section-title {
  color: #000000;
}
.cid-trSHz5bIA0 .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHz5bIA0 .card-text {
  color: #800009;
}
#custom-html-f6 hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-trSHz6Kif5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHz6Kif5 .container {
    max-width: 1400px;
  }
}
.cid-trSHz6Kif5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHz6Kif5 .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHz6Kif5 .row {
  justify-content: center;
}
.cid-trSHz6Kif5 .mbr-section-title {
  color: #000000;
}
.cid-trSHz6Kif5 .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHz6Kif5 .card-text {
  color: #800009;
}
#custom-html-f8 hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-trSHz8lCOm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHz8lCOm .container {
    max-width: 1400px;
  }
}
.cid-trSHz8lCOm .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHz8lCOm .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHz8lCOm .row {
  justify-content: center;
}
.cid-trSHz8lCOm .mbr-section-title {
  color: #000000;
}
.cid-trSHz8lCOm .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHz8lCOm .card-text {
  color: #800009;
}
.cid-trSHz9Bfjp {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHz9Bfjp .container {
    max-width: 1400px;
  }
}
.cid-trSHz9Bfjp .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHz9Bfjp .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHz9Bfjp .row {
  justify-content: center;
}
.cid-trSHz9Bfjp .mbr-section-title {
  color: #000000;
}
.cid-trSHz9Bfjp .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHz9Bfjp .card-text {
  color: #800009;
}
#custom-html-fb hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-trSHzbglgr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHzbglgr .container {
    max-width: 1400px;
  }
}
.cid-trSHzbglgr .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHzbglgr .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHzbglgr .row {
  justify-content: center;
}
.cid-trSHzbglgr .mbr-section-title {
  color: #000000;
}
.cid-trSHzbglgr .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHzbglgr .card-text {
  color: #800009;
}
#custom-html-fd hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-trSHzcXf2P {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHzcXf2P .container {
    max-width: 1400px;
  }
}
.cid-trSHzcXf2P .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHzcXf2P .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHzcXf2P .row {
  justify-content: center;
}
.cid-trSHzcXf2P .mbr-section-title {
  color: #000000;
}
.cid-trSHzcXf2P .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHzcXf2P .card-text {
  color: #800009;
}
.cid-trSHzehm6B {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHzehm6B .container {
    max-width: 1400px;
  }
}
.cid-trSHzehm6B .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHzehm6B .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHzehm6B .row {
  justify-content: center;
}
.cid-trSHzehm6B .mbr-section-title {
  color: #000000;
}
.cid-trSHzehm6B .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHzehm6B .card-text {
  color: #800009;
}
#custom-html-fg hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-trSHzg6QIa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHzg6QIa .container {
    max-width: 1400px;
  }
}
.cid-trSHzg6QIa .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHzg6QIa .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHzg6QIa .row {
  justify-content: center;
}
.cid-trSHzg6QIa .mbr-section-title {
  color: #000000;
}
.cid-trSHzg6QIa .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHzg6QIa .card-text {
  color: #800009;
}
#custom-html-fi hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-trSHzi7V7w {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHzi7V7w .container {
    max-width: 1400px;
  }
}
.cid-trSHzi7V7w .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHzi7V7w .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHzi7V7w .row {
  justify-content: center;
}
.cid-trSHzi7V7w .mbr-section-title {
  color: #000000;
}
.cid-trSHzi7V7w .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHzi7V7w .card-text {
  color: #800009;
}
#custom-html-fk hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-trSHzkcTDx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHzkcTDx .container {
    max-width: 1400px;
  }
}
.cid-trSHzkcTDx .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHzkcTDx .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHzkcTDx .row {
  justify-content: center;
}
.cid-trSHzkcTDx .mbr-section-title {
  color: #000000;
}
.cid-trSHzkcTDx .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHzkcTDx .card-text {
  color: #800009;
}
.cid-trSHzlLcqD {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHzlLcqD .container {
    max-width: 1400px;
  }
}
.cid-trSHzlLcqD .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHzlLcqD .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHzlLcqD .row {
  justify-content: center;
}
.cid-trSHzlLcqD .mbr-section-title {
  color: #000000;
}
.cid-trSHzlLcqD .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHzlLcqD .card-text {
  color: #800009;
}
#custom-html-fn hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-trSHznQtQz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHznQtQz .container {
    max-width: 1400px;
  }
}
.cid-trSHznQtQz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHznQtQz .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHznQtQz .row {
  justify-content: center;
}
.cid-trSHznQtQz .mbr-section-title {
  color: #000000;
}
.cid-trSHznQtQz .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHznQtQz .card-text {
  color: #800009;
}
#custom-html-fp hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-trSHzpWjBF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHzpWjBF .container {
    max-width: 1400px;
  }
}
.cid-trSHzpWjBF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHzpWjBF .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHzpWjBF .row {
  justify-content: center;
}
.cid-trSHzpWjBF .mbr-section-title {
  color: #000000;
}
.cid-trSHzpWjBF .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHzpWjBF .card-text {
  color: #800009;
}
#custom-html-fr hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-trSHzrWaLZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHzrWaLZ .container {
    max-width: 1400px;
  }
}
.cid-trSHzrWaLZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHzrWaLZ .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHzrWaLZ .row {
  justify-content: center;
}
.cid-trSHzrWaLZ .mbr-section-title {
  color: #000000;
}
.cid-trSHzrWaLZ .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHzrWaLZ .card-text {
  color: #800009;
}
#custom-html-ft hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-trSHztVg1z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHztVg1z .container {
    max-width: 1400px;
  }
}
.cid-trSHztVg1z .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHztVg1z .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHztVg1z .row {
  justify-content: center;
}
.cid-trSHztVg1z .mbr-section-title {
  color: #000000;
}
.cid-trSHztVg1z .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHztVg1z .card-text {
  color: #800009;
}
.cid-trSHzvAvvR {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trSHzvAvvR .container {
    max-width: 1400px;
  }
}
.cid-trSHzvAvvR .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-trSHzvAvvR .card-wrapper {
  margin-top: 3rem;
}
.cid-trSHzvAvvR .row {
  justify-content: center;
}
.cid-trSHzvAvvR .mbr-section-title {
  color: #000000;
}
.cid-trSHzvAvvR .mbr-section-subtitle {
  color: #800009;
}
.cid-trSHzvAvvR .card-text {
  color: #800009;
}
.cid-trSHzxiimt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-trSHzxiimt .line {
  background-color: #800009;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-trSHzyXsaX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/footer-pic-1920x500.png");
}
@media (max-width: 767px) {
  .cid-trSHzyXsaX .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-trSHzyXsaX .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-trSHzyXsaX .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-trSHzyXsaX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-trSHzyXsaX .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-trSHzyXsaX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-trSHzyXsaX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-trSHzyXsaX .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-trSHzyXsaX .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-trSHzyXsaX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-trSHzyXsaX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-trSHzyXsaX .copyright > p {
  color: #ffffff;
}
.cid-u0TrOgl7eL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0TrOgl7eL nav.navbar {
  position: fixed;
}
.cid-u0TrOgl7eL .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-u0TrOgl7eL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0TrOgl7eL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0TrOgl7eL .dropdown-item:hover,
.cid-u0TrOgl7eL .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u0TrOgl7eL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0TrOgl7eL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0TrOgl7eL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0TrOgl7eL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0TrOgl7eL .nav-link {
  position: relative;
}
.cid-u0TrOgl7eL .container {
  display: flex;
  margin: auto;
}
.cid-u0TrOgl7eL .iconfont-wrapper {
  color: #800009 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0TrOgl7eL .dropdown-menu,
.cid-u0TrOgl7eL .navbar.opened {
  background: #ffffff !important;
}
.cid-u0TrOgl7eL .nav-item:focus,
.cid-u0TrOgl7eL .nav-link:focus {
  outline: none;
}
.cid-u0TrOgl7eL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0TrOgl7eL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0TrOgl7eL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0TrOgl7eL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0TrOgl7eL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0TrOgl7eL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0TrOgl7eL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u0TrOgl7eL .navbar.opened {
  transition: all 0.3s;
}
.cid-u0TrOgl7eL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0TrOgl7eL .navbar .navbar-logo img {
  width: auto;
}
.cid-u0TrOgl7eL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0TrOgl7eL .navbar.collapsed {
  justify-content: center;
}
.cid-u0TrOgl7eL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0TrOgl7eL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0TrOgl7eL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-u0TrOgl7eL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0TrOgl7eL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0TrOgl7eL .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-u0TrOgl7eL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0TrOgl7eL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0TrOgl7eL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0TrOgl7eL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0TrOgl7eL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0TrOgl7eL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0TrOgl7eL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0TrOgl7eL .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-u0TrOgl7eL .navbar .navbar-logo img {
    height: 5.125rem !important;
  }
  .cid-u0TrOgl7eL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0TrOgl7eL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0TrOgl7eL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0TrOgl7eL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0TrOgl7eL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0TrOgl7eL .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0TrOgl7eL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0TrOgl7eL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0TrOgl7eL .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-u0TrOgl7eL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0TrOgl7eL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0TrOgl7eL .dropdown-item.active,
.cid-u0TrOgl7eL .dropdown-item:active {
  background-color: transparent;
}
.cid-u0TrOgl7eL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0TrOgl7eL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0TrOgl7eL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0TrOgl7eL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0TrOgl7eL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0TrOgl7eL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0TrOgl7eL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0TrOgl7eL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0TrOgl7eL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0TrOgl7eL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #800009;
}
.cid-u0TrOgl7eL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0TrOgl7eL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0TrOgl7eL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0TrOgl7eL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0TrOgl7eL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0TrOgl7eL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0TrOgl7eL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0TrOgl7eL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0TrOgl7eL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0TrOgl7eL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0TrOgl7eL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0TrOgl7eL .navbar {
    height: 70px;
  }
  .cid-u0TrOgl7eL .navbar.opened {
    height: auto;
  }
  .cid-u0TrOgl7eL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0TrOgl7eL .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-u0TrOgIQrR {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/about-below-fold1-1920x800.png");
}
.cid-u0TrOgIQrR .row {
  align-items: center;
}
.cid-u0TrOgIQrR .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-u0TrOgIQrR .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-u0TrOgIQrR .header-text {
    margin-bottom: 20px;
  }
}
.cid-u0TrOgIQrR .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 8px;
}
.cid-u0TrOgIQrR .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-u0TrOgIQrR .mbr-text,
.cid-u0TrOgIQrR .mbr-section-btn {
  color: #ffffff;
}
.cid-u0TrOh02lu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u0TrOh02lu .container {
    max-width: 1400px;
  }
}
.cid-u0TrOh02lu .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-u0TrOh02lu .card-wrapper {
  margin-top: 3rem;
}
.cid-u0TrOh02lu .row {
  justify-content: center;
}
.cid-u0TrOh02lu .mbr-section-title {
  color: #000000;
}
.cid-u0TrOh02lu .mbr-section-subtitle {
  color: #800009;
}
.cid-u0TrOh02lu .card-text {
  color: #800009;
}
.cid-u0TrOhmjL6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u0TrOhmjL6 .container {
    max-width: 1400px;
  }
}
.cid-u0TrOhmjL6 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-u0TrOhmjL6 .card-wrapper {
  margin-top: 3rem;
}
.cid-u0TrOhmjL6 .row {
  justify-content: center;
}
.cid-u0TrOhmjL6 .mbr-section-title {
  color: #000000;
}
.cid-u0TrOhmjL6 .mbr-section-subtitle {
  color: #800009;
}
.cid-u0TrOhmjL6 .card-text {
  color: #800009;
}
#custom-html-gu {
  /* Type valid CSS here */
}
#custom-html-gu div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-gu p {
  font-size: 60px;
  color: #777;
}
.cid-u0TrOhOVRl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u0TrOhOVRl .container {
    max-width: 1400px;
  }
}
.cid-u0TrOhOVRl .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-u0TrOhOVRl .card-wrapper {
  margin-top: 3rem;
}
.cid-u0TrOhOVRl .row {
  justify-content: center;
}
.cid-u0TrOhOVRl .mbr-section-title {
  color: #000000;
}
.cid-u0TrOhOVRl .mbr-section-subtitle {
  color: #800009;
}
.cid-u0TrOhOVRl .card-text {
  color: #800009;
}
#custom-html-gw {
  /* Type valid CSS here */
}
#custom-html-gw div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-gw p {
  font-size: 60px;
  color: #777;
}
.cid-u0TrOijE9Q {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u0TrOijE9Q .container {
    max-width: 1400px;
  }
}
.cid-u0TrOijE9Q .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-u0TrOijE9Q .card-wrapper {
  margin-top: 3rem;
}
.cid-u0TrOijE9Q .row {
  justify-content: center;
}
.cid-u0TrOijE9Q .mbr-section-title {
  color: #000000;
}
.cid-u0TrOijE9Q .mbr-section-subtitle {
  color: #800009;
}
.cid-u0TrOijE9Q .card-text {
  color: #800009;
}
.cid-u0TrOiGOpj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u0TrOiGOpj .container {
    max-width: 1400px;
  }
}
.cid-u0TrOiGOpj .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-u0TrOiGOpj .card-wrapper {
  margin-top: 3rem;
}
.cid-u0TrOiGOpj .row {
  justify-content: center;
}
.cid-u0TrOiGOpj .mbr-section-title {
  color: #000000;
}
.cid-u0TrOiGOpj .mbr-section-subtitle {
  color: #800009;
}
.cid-u0TrOiGOpj .card-text {
  color: #800009;
}
#custom-html-gz {
  /* Type valid CSS here */
}
#custom-html-gz div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-gz p {
  font-size: 60px;
  color: #777;
}
.cid-u0TrOjecCp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u0TrOjecCp .container {
    max-width: 1400px;
  }
}
.cid-u0TrOjecCp .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-u0TrOjecCp .card-wrapper {
  margin-top: 3rem;
}
.cid-u0TrOjecCp .row {
  justify-content: center;
}
.cid-u0TrOjecCp .mbr-section-title {
  color: #000000;
}
.cid-u0TrOjecCp .mbr-section-subtitle {
  color: #800009;
}
.cid-u0TrOjecCp .card-text {
  color: #800009;
}
#custom-html-h1 {
  /* Type valid CSS here */
}
#custom-html-h1 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-h1 p {
  font-size: 60px;
  color: #777;
}
.cid-u0TrOjOxuf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u0TrOjOxuf .container {
    max-width: 1400px;
  }
}
.cid-u0TrOjOxuf .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-u0TrOjOxuf .card-wrapper {
  margin-top: 3rem;
}
.cid-u0TrOjOxuf .row {
  justify-content: center;
}
.cid-u0TrOjOxuf .mbr-section-title {
  color: #000000;
}
.cid-u0TrOjOxuf .mbr-section-subtitle {
  color: #800009;
}
.cid-u0TrOjOxuf .card-text {
  color: #800009;
}
#custom-html-h3 {
  /* Type valid CSS here */
}
#custom-html-h3 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-h3 p {
  font-size: 60px;
  color: #777;
}
.cid-u0TrOkmw1m {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u0TrOkmw1m .container {
    max-width: 1400px;
  }
}
.cid-u0TrOkmw1m .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-u0TrOkmw1m .card-wrapper {
  margin-top: 3rem;
}
.cid-u0TrOkmw1m .row {
  justify-content: center;
}
.cid-u0TrOkmw1m .mbr-section-title {
  color: #000000;
}
.cid-u0TrOkmw1m .mbr-section-subtitle {
  color: #800009;
}
.cid-u0TrOkmw1m .card-text {
  color: #800009;
}
.cid-u0TrOkNEeY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u0TrOkNEeY .container {
    max-width: 1400px;
  }
}
.cid-u0TrOkNEeY .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-u0TrOkNEeY .card-wrapper {
  margin-top: 3rem;
}
.cid-u0TrOkNEeY .row {
  justify-content: center;
}
.cid-u0TrOkNEeY .mbr-section-title {
  color: #000000;
}
.cid-u0TrOkNEeY .mbr-section-subtitle {
  color: #800009;
}
.cid-u0TrOkNEeY .card-text {
  color: #800009;
}
#custom-html-h6 {
  /* Type valid CSS here */
}
#custom-html-h6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-h6 p {
  font-size: 60px;
  color: #777;
}
.cid-u0TrOloDhQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u0TrOloDhQ .container {
    max-width: 1400px;
  }
}
.cid-u0TrOloDhQ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-u0TrOloDhQ .card-wrapper {
  margin-top: 3rem;
}
.cid-u0TrOloDhQ .row {
  justify-content: center;
}
.cid-u0TrOloDhQ .mbr-section-title {
  color: #000000;
}
.cid-u0TrOloDhQ .mbr-section-subtitle {
  color: #800009;
}
.cid-u0TrOloDhQ .card-text {
  color: #800009;
}
#custom-html-h8 {
  /* Type valid CSS here */
}
#custom-html-h8 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-h8 p {
  font-size: 60px;
  color: #777;
}
.cid-u0TrOm1npE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u0TrOm1npE .container {
    max-width: 1400px;
  }
}
.cid-u0TrOm1npE .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-u0TrOm1npE .card-wrapper {
  margin-top: 3rem;
}
.cid-u0TrOm1npE .row {
  justify-content: center;
}
.cid-u0TrOm1npE .mbr-section-title {
  color: #000000;
}
.cid-u0TrOm1npE .mbr-section-subtitle {
  color: #800009;
}
.cid-u0TrOm1npE .card-text {
  color: #800009;
}
#custom-html-ha {
  /* Type valid CSS here */
}
#custom-html-ha div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ha p {
  font-size: 60px;
  color: #777;
}
.cid-u0TrOmDlt2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u0TrOmDlt2 .container {
    max-width: 1400px;
  }
}
.cid-u0TrOmDlt2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-u0TrOmDlt2 .card-wrapper {
  margin-top: 3rem;
}
.cid-u0TrOmDlt2 .row {
  justify-content: center;
}
.cid-u0TrOmDlt2 .mbr-section-title {
  color: #000000;
}
.cid-u0TrOmDlt2 .mbr-section-subtitle {
  color: #800009;
}
.cid-u0TrOmDlt2 .card-text {
  color: #800009;
}
.cid-u0TrOn93lC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u0TrOn93lC .container {
    max-width: 1400px;
  }
}
.cid-u0TrOn93lC .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-u0TrOn93lC .card-wrapper {
  margin-top: 3rem;
}
.cid-u0TrOn93lC .row {
  justify-content: center;
}
.cid-u0TrOn93lC .mbr-section-title {
  color: #000000;
}
.cid-u0TrOn93lC .mbr-section-subtitle {
  color: #800009;
}
.cid-u0TrOn93lC .card-text {
  color: #800009;
}
#custom-html-hd {
  /* Type valid CSS here */
}
#custom-html-hd div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-hd p {
  font-size: 60px;
  color: #777;
}
.cid-u0TrOnN4xV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u0TrOnN4xV .container {
    max-width: 1400px;
  }
}
.cid-u0TrOnN4xV .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-u0TrOnN4xV .card-wrapper {
  margin-top: 3rem;
}
.cid-u0TrOnN4xV .row {
  justify-content: center;
}
.cid-u0TrOnN4xV .mbr-section-title {
  color: #000000;
}
.cid-u0TrOnN4xV .mbr-section-subtitle {
  color: #800009;
}
.cid-u0TrOnN4xV .card-text {
  color: #800009;
}
#custom-html-hf {
  /* Type valid CSS here */
}
#custom-html-hf div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-hf p {
  font-size: 60px;
  color: #777;
}
.cid-u0TrOotJE8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u0TrOotJE8 .container {
    max-width: 1400px;
  }
}
.cid-u0TrOotJE8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-u0TrOotJE8 .card-wrapper {
  margin-top: 3rem;
}
.cid-u0TrOotJE8 .row {
  justify-content: center;
}
.cid-u0TrOotJE8 .mbr-section-title {
  color: #000000;
}
.cid-u0TrOotJE8 .mbr-section-subtitle {
  color: #800009;
}
.cid-u0TrOotJE8 .card-text {
  color: #800009;
}
#custom-html-hh {
  /* Type valid CSS here */
}
#custom-html-hh div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-hh p {
  font-size: 60px;
  color: #777;
}
.cid-u0TrOpcvl8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u0TrOpcvl8 .container {
    max-width: 1400px;
  }
}
.cid-u0TrOpcvl8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-u0TrOpcvl8 .card-wrapper {
  margin-top: 3rem;
}
.cid-u0TrOpcvl8 .row {
  justify-content: center;
}
.cid-u0TrOpcvl8 .mbr-section-title {
  color: #000000;
}
.cid-u0TrOpcvl8 .mbr-section-subtitle {
  color: #800009;
}
.cid-u0TrOpcvl8 .card-text {
  color: #800009;
}
.cid-u0TrOpLsaX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u0TrOpLsaX .container {
    max-width: 1400px;
  }
}
.cid-u0TrOpLsaX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-u0TrOpLsaX .card-wrapper {
  margin-top: 3rem;
}
.cid-u0TrOpLsaX .row {
  justify-content: center;
}
.cid-u0TrOpLsaX .mbr-section-title {
  color: #000000;
}
.cid-u0TrOpLsaX .mbr-section-subtitle {
  color: #800009;
}
.cid-u0TrOpLsaX .card-text {
  color: #800009;
}
#custom-html-hk hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-u0TrOqvH2Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0TrOqZK84 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0TrOqZK84 .line {
  background-color: #800009;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0TrOruegR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/footer-pic-1920x500.png");
}
@media (max-width: 767px) {
  .cid-u0TrOruegR .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u0TrOruegR .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u0TrOruegR .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u0TrOruegR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u0TrOruegR .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-u0TrOruegR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u0TrOruegR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u0TrOruegR .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u0TrOruegR .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u0TrOruegR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u0TrOruegR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u0TrOruegR .copyright > p {
  color: #ffffff;
}
.cid-uzLDLek5Li {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzLDLek5Li nav.navbar {
  position: fixed;
}
.cid-uzLDLek5Li .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-uzLDLek5Li .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzLDLek5Li .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzLDLek5Li .dropdown-item:hover,
.cid-uzLDLek5Li .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uzLDLek5Li .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzLDLek5Li .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzLDLek5Li .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzLDLek5Li .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzLDLek5Li .nav-link {
  position: relative;
}
.cid-uzLDLek5Li .container {
  display: flex;
  margin: auto;
}
.cid-uzLDLek5Li .iconfont-wrapper {
  color: #800009 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzLDLek5Li .dropdown-menu,
.cid-uzLDLek5Li .navbar.opened {
  background: #ffffff !important;
}
.cid-uzLDLek5Li .nav-item:focus,
.cid-uzLDLek5Li .nav-link:focus {
  outline: none;
}
.cid-uzLDLek5Li .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzLDLek5Li .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzLDLek5Li .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzLDLek5Li .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzLDLek5Li .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzLDLek5Li .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzLDLek5Li .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uzLDLek5Li .navbar.opened {
  transition: all 0.3s;
}
.cid-uzLDLek5Li .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzLDLek5Li .navbar .navbar-logo img {
  width: auto;
}
.cid-uzLDLek5Li .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzLDLek5Li .navbar.collapsed {
  justify-content: center;
}
.cid-uzLDLek5Li .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzLDLek5Li .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzLDLek5Li .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uzLDLek5Li .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzLDLek5Li .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzLDLek5Li .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-uzLDLek5Li .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzLDLek5Li .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzLDLek5Li .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzLDLek5Li .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzLDLek5Li .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzLDLek5Li .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzLDLek5Li .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzLDLek5Li .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-uzLDLek5Li .navbar .navbar-logo img {
    height: 5.125rem !important;
  }
  .cid-uzLDLek5Li .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzLDLek5Li .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzLDLek5Li .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzLDLek5Li .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzLDLek5Li .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzLDLek5Li .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzLDLek5Li .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzLDLek5Li .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzLDLek5Li .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-uzLDLek5Li .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzLDLek5Li .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzLDLek5Li .dropdown-item.active,
.cid-uzLDLek5Li .dropdown-item:active {
  background-color: transparent;
}
.cid-uzLDLek5Li .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzLDLek5Li .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzLDLek5Li .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzLDLek5Li .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzLDLek5Li .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzLDLek5Li .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzLDLek5Li ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzLDLek5Li .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzLDLek5Li button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzLDLek5Li button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #800009;
}
.cid-uzLDLek5Li button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzLDLek5Li button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzLDLek5Li button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzLDLek5Li button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzLDLek5Li nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzLDLek5Li nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzLDLek5Li nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzLDLek5Li nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzLDLek5Li .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzLDLek5Li a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzLDLek5Li .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzLDLek5Li .navbar {
    height: 70px;
  }
  .cid-uzLDLek5Li .navbar.opened {
    height: auto;
  }
  .cid-uzLDLek5Li .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzLDLek5Li .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px grey;
  -moz-box-shadow: 0 8px 6px -6px grey;
  box-shadow: 0 8px 6px -6px grey;
}
.cid-uzLDLfw79W {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/about-below-fold1-1920x800.png");
}
.cid-uzLDLfw79W .row {
  align-items: center;
}
.cid-uzLDLfw79W .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uzLDLfw79W .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uzLDLfw79W .header-text {
    margin-bottom: 20px;
  }
}
.cid-uzLDLfw79W .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 8px;
}
.cid-uzLDLfw79W .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-uzLDLfw79W .mbr-text,
.cid-uzLDLfw79W .mbr-section-btn {
  color: #ffffff;
}
.cid-uzLDLglKDN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uzLDLglKDN .container {
    max-width: 1400px;
  }
}
.cid-uzLDLglKDN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-uzLDLglKDN .card-wrapper {
  margin-top: 3rem;
}
.cid-uzLDLglKDN .row {
  justify-content: center;
}
.cid-uzLDLglKDN .mbr-section-title {
  color: #000000;
}
.cid-uzLDLglKDN .mbr-section-subtitle {
  color: #800009;
}
.cid-uzLDLglKDN .card-text {
  color: #800009;
}
.cid-uzLDLha5iS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uzLDLha5iS .container {
    max-width: 1400px;
  }
}
.cid-uzLDLha5iS .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-uzLDLha5iS .card-wrapper {
  margin-top: 3rem;
}
.cid-uzLDLha5iS .row {
  justify-content: center;
}
.cid-uzLDLha5iS .mbr-section-title {
  color: #000000;
}
.cid-uzLDLha5iS .mbr-section-subtitle {
  color: #800009;
}
.cid-uzLDLha5iS .card-text {
  color: #800009;
}
#custom-html-ik {
  /* Type valid CSS here */
}
#custom-html-ik div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ik p {
  font-size: 60px;
  color: #777;
}
.cid-uzLDLiqAv2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uzLDLiqAv2 .container {
    max-width: 1400px;
  }
}
.cid-uzLDLiqAv2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-uzLDLiqAv2 .card-wrapper {
  margin-top: 3rem;
}
.cid-uzLDLiqAv2 .row {
  justify-content: center;
}
.cid-uzLDLiqAv2 .mbr-section-title {
  color: #000000;
}
.cid-uzLDLiqAv2 .mbr-section-subtitle {
  color: #800009;
}
.cid-uzLDLiqAv2 .card-text {
  color: #800009;
}
#custom-html-im {
  /* Type valid CSS here */
}
#custom-html-im div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-im p {
  font-size: 60px;
  color: #777;
}
.cid-uzLDLjGaKo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uzLDLjGaKo .container {
    max-width: 1400px;
  }
}
.cid-uzLDLjGaKo .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-uzLDLjGaKo .card-wrapper {
  margin-top: 3rem;
}
.cid-uzLDLjGaKo .row {
  justify-content: center;
}
.cid-uzLDLjGaKo .mbr-section-title {
  color: #000000;
}
.cid-uzLDLjGaKo .mbr-section-subtitle {
  color: #800009;
}
.cid-uzLDLjGaKo .card-text {
  color: #800009;
}
#custom-html-io {
  /* Type valid CSS here */
}
#custom-html-io div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-io p {
  font-size: 60px;
  color: #777;
}
.cid-uzLDLkV8B6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uzLDLkV8B6 .container {
    max-width: 1400px;
  }
}
.cid-uzLDLkV8B6 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-uzLDLkV8B6 .card-wrapper {
  margin-top: 3rem;
}
.cid-uzLDLkV8B6 .row {
  justify-content: center;
}
.cid-uzLDLkV8B6 .mbr-section-title {
  color: #000000;
}
.cid-uzLDLkV8B6 .mbr-section-subtitle {
  color: #800009;
}
.cid-uzLDLkV8B6 .card-text {
  color: #800009;
}
.cid-uzLDLlQrxR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uzLDLlQrxR .container {
    max-width: 1400px;
  }
}
.cid-uzLDLlQrxR .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-uzLDLlQrxR .card-wrapper {
  margin-top: 3rem;
}
.cid-uzLDLlQrxR .row {
  justify-content: center;
}
.cid-uzLDLlQrxR .mbr-section-title {
  color: #000000;
}
.cid-uzLDLlQrxR .mbr-section-subtitle {
  color: #800009;
}
.cid-uzLDLlQrxR .card-text {
  color: #800009;
}
#custom-html-ir {
  /* Type valid CSS here */
}
#custom-html-ir div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ir p {
  font-size: 60px;
  color: #777;
}
.cid-uzLDLn9Qqc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uzLDLn9Qqc .container {
    max-width: 1400px;
  }
}
.cid-uzLDLn9Qqc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-uzLDLn9Qqc .card-wrapper {
  margin-top: 3rem;
}
.cid-uzLDLn9Qqc .row {
  justify-content: center;
}
.cid-uzLDLn9Qqc .mbr-section-title {
  color: #000000;
}
.cid-uzLDLn9Qqc .mbr-section-subtitle {
  color: #800009;
}
.cid-uzLDLn9Qqc .card-text {
  color: #800009;
}
#custom-html-it {
  /* Type valid CSS here */
}
#custom-html-it div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-it p {
  font-size: 60px;
  color: #777;
}
.cid-uzLDLozIPO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uzLDLozIPO .container {
    max-width: 1400px;
  }
}
.cid-uzLDLozIPO .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-uzLDLozIPO .card-wrapper {
  margin-top: 3rem;
}
.cid-uzLDLozIPO .row {
  justify-content: center;
}
.cid-uzLDLozIPO .mbr-section-title {
  color: #000000;
}
.cid-uzLDLozIPO .mbr-section-subtitle {
  color: #800009;
}
.cid-uzLDLozIPO .card-text {
  color: #800009;
}
#custom-html-iv {
  /* Type valid CSS here */
}
#custom-html-iv div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-iv p {
  font-size: 60px;
  color: #777;
}
.cid-uzLDLq5Fvp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uzLDLq5Fvp .container {
    max-width: 1400px;
  }
}
.cid-uzLDLq5Fvp .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-uzLDLq5Fvp .card-wrapper {
  margin-top: 3rem;
}
.cid-uzLDLq5Fvp .row {
  justify-content: center;
}
.cid-uzLDLq5Fvp .mbr-section-title {
  color: #000000;
}
.cid-uzLDLq5Fvp .mbr-section-subtitle {
  color: #800009;
}
.cid-uzLDLq5Fvp .card-text {
  color: #800009;
}
.cid-uzLDLqQnQ1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uzLDLqQnQ1 .container {
    max-width: 1400px;
  }
}
.cid-uzLDLqQnQ1 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-uzLDLqQnQ1 .card-wrapper {
  margin-top: 3rem;
}
.cid-uzLDLqQnQ1 .row {
  justify-content: center;
}
.cid-uzLDLqQnQ1 .mbr-section-title {
  color: #000000;
}
.cid-uzLDLqQnQ1 .mbr-section-subtitle {
  color: #800009;
}
.cid-uzLDLqQnQ1 .card-text {
  color: #800009;
}
#custom-html-iy {
  /* Type valid CSS here */
}
#custom-html-iy div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-iy p {
  font-size: 60px;
  color: #777;
}
.cid-uzLDLsk4Em {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uzLDLsk4Em .container {
    max-width: 1400px;
  }
}
.cid-uzLDLsk4Em .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-uzLDLsk4Em .card-wrapper {
  margin-top: 3rem;
}
.cid-uzLDLsk4Em .row {
  justify-content: center;
}
.cid-uzLDLsk4Em .mbr-section-title {
  color: #000000;
}
.cid-uzLDLsk4Em .mbr-section-subtitle {
  color: #800009;
}
.cid-uzLDLsk4Em .card-text {
  color: #800009;
}
#custom-html-j0 {
  /* Type valid CSS here */
}
#custom-html-j0 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-j0 p {
  font-size: 60px;
  color: #777;
}
.cid-uzLDLtMUYL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uzLDLtMUYL .container {
    max-width: 1400px;
  }
}
.cid-uzLDLtMUYL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-uzLDLtMUYL .card-wrapper {
  margin-top: 3rem;
}
.cid-uzLDLtMUYL .row {
  justify-content: center;
}
.cid-uzLDLtMUYL .mbr-section-title {
  color: #000000;
}
.cid-uzLDLtMUYL .mbr-section-subtitle {
  color: #800009;
}
.cid-uzLDLtMUYL .card-text {
  color: #800009;
}
#custom-html-j2 hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-uzLDLve5Fx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uzLDLve5Fx .container {
    max-width: 1400px;
  }
}
.cid-uzLDLve5Fx .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-uzLDLve5Fx .card-wrapper {
  margin-top: 3rem;
}
.cid-uzLDLve5Fx .row {
  justify-content: center;
}
.cid-uzLDLve5Fx .mbr-section-title {
  color: #000000;
}
.cid-uzLDLve5Fx .mbr-section-subtitle {
  color: #800009;
}
.cid-uzLDLve5Fx .card-text {
  color: #800009;
}
.cid-uzLDLwrg6m {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uzLDLwrg6m .container {
    max-width: 1400px;
  }
}
.cid-uzLDLwrg6m .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-uzLDLwrg6m .card-wrapper {
  margin-top: 3rem;
}
.cid-uzLDLwrg6m .row {
  justify-content: center;
}
.cid-uzLDLwrg6m .mbr-section-title {
  color: #000000;
}
.cid-uzLDLwrg6m .mbr-section-subtitle {
  color: #800009;
}
.cid-uzLDLwrg6m .card-text {
  color: #800009;
}
#custom-html-j5 hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-uzLDLyhRwZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uzLDLyhRwZ .container {
    max-width: 1400px;
  }
}
.cid-uzLDLyhRwZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-uzLDLyhRwZ .card-wrapper {
  margin-top: 3rem;
}
.cid-uzLDLyhRwZ .row {
  justify-content: center;
}
.cid-uzLDLyhRwZ .mbr-section-title {
  color: #000000;
}
.cid-uzLDLyhRwZ .mbr-section-subtitle {
  color: #800009;
}
.cid-uzLDLyhRwZ .card-text {
  color: #800009;
}
#custom-html-j7 hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-uzLDLA1yGp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uzLDLA1yGp .container {
    max-width: 1400px;
  }
}
.cid-uzLDLA1yGp .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #800009;
  margin-bottom: 2rem;
}
.cid-uzLDLA1yGp .card-wrapper {
  margin-top: 3rem;
}
.cid-uzLDLA1yGp .row {
  justify-content: center;
}
.cid-uzLDLA1yGp .mbr-section-title {
  color: #000000;
}
.cid-uzLDLA1yGp .mbr-section-subtitle {
  color: #800009;
}
.cid-uzLDLA1yGp .card-text {
  color: #800009;
}
#custom-html-j9 hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.cid-uzLDLBPvkb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzLDLCPpKP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzLDLCPpKP .line {
  background-color: #800009;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uzLDLDP3LE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/footer-pic-1920x500.png");
}
@media (max-width: 767px) {
  .cid-uzLDLDP3LE .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzLDLDP3LE .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uzLDLDP3LE .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uzLDLDP3LE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzLDLDP3LE .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uzLDLDP3LE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzLDLDP3LE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uzLDLDP3LE .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uzLDLDP3LE .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uzLDLDP3LE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzLDLDP3LE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzLDLDP3LE .copyright > p {
  color: #ffffff;
}
