@import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative:400,700,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Cinzel Decorative', display;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Cinzel Decorative', display;
  font-size: 2.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Cinzel Decorative', display;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Cinzel Decorative', display;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #465052 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7d0925 !important;
  border-color: #7d0925 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #360410 !important;
  border-color: #360410 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #360410 !important;
  border-color: #360410 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1e0209;
  color: #1e0209;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7d0925;
  border-color: #7d0925;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7d0925 !important;
  border-color: #7d0925 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #465052 !important;
}
.text-secondary {
  color: #7d0925 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #171a1b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1e0209 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #465052;
  border-color: #465052;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #465052;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #465052;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #465052;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #465052;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #465052;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #465052;
  border-bottom-color: #465052;
}
.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: #465052 !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: #7d0925 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23465052' %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.3;
}
.cid-rW4GwGEIST .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rW4GwGEIST .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rW4GwGEIST a {
  font-style: normal;
}
.cid-rW4GwGEIST .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rW4GwGEIST .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rW4GwGEIST .nav-item:focus,
.cid-rW4GwGEIST .nav-link:focus {
  outline: none;
}
.cid-rW4GwGEIST .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rW4GwGEIST .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rW4GwGEIST .menu-logo {
  margin-right: auto;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rW4GwGEIST .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rW4GwGEIST .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rW4GwGEIST .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rW4GwGEIST button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rW4GwGEIST button.navbar-toggler:focus {
  outline: none;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rW4GwGEIST .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rW4GwGEIST .collapsed .btn {
  display: -webkit-flex;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rW4GwGEIST .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-rW4GwGEIST .collapsed button.navbar-toggler {
  display: block;
}
.cid-rW4GwGEIST .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rW4GwGEIST .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rW4GwGEIST .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rW4GwGEIST .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rW4GwGEIST .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rW4GwGEIST .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rW4GwGEIST.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rW4GwGEIST img {
    height: 3.8rem !important;
  }
  .cid-rW4GwGEIST .btn {
    display: -webkit-flex;
  }
  .cid-rW4GwGEIST button.navbar-toggler {
    display: block;
  }
  .cid-rW4GwGEIST .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rW4GwGEIST .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rW4GwGEIST .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing,
  .cid-rW4GwGEIST .navbar-collapse.show {
    display: block !important;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-nav,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-buttons,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rW4GwGEIST .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rW4GwGEIST .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rW4GwGEIST .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rW4GwGEIST .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rW4GwGEIST .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rW4GwGEIST .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rW4GwGEIST .nav-link:hover,
.cid-rW4GwGEIST .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rWD6EmlrBD {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/straps-on-chair-2-2000x1500.jpeg");
}
.cid-rWD6EmlrBD .mbr-text,
.cid-rWD6EmlrBD .mbr-section-btn {
  text-align: center;
}
.cid-rWSbYHY5Jo {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rWSbYHY5Jo .mbr-text,
.cid-rWSbYHY5Jo .mbr-section-btn {
  color: #465052;
}
.cid-rWU064c779 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
  background: linear-gradient(45deg, #efefef, #cccccc);
}
.cid-rWU064c779 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rWU064c779 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rWU064c779 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rWU064c779 .mbr-text {
    text-align: center;
  }
}
.cid-rWU064c779 .mbr-text,
.cid-rWU064c779 .mbr-section-btn {
  text-align: left;
  color: #465052;
}
.cid-rWU0caEqOL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
@media (min-width: 992px) {
  .cid-rWU0caEqOL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rWU0caEqOL .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rWU0caEqOL .mbr-text {
    text-align: center;
  }
}
.cid-rWU0caEqOL .mbr-text,
.cid-rWU0caEqOL .mbr-section-btn {
  text-align: left;
  color: #465052;
}
.cid-rYvOPs2A42 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-874-2000x888.jpg");
}
.cid-rYRItGHWjy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rYRItGHWjy .mbr-text,
.cid-rYRItGHWjy blockquote {
  color: #767676;
}
.cid-rYRItGHWjy .mbr-text P {
  text-align: center;
}
.cid-rYvPx3msnA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rYvPx3msnA .mbr-section-subtitle {
  color: #5a051a;
}
.cid-rYvPx3msnA H2 {
  color: #465052;
}
.cid-rYX0DGok7d {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rYX0DGok7d P {
  color: #767676;
}
.cid-rYWZJJcDzs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-rYWZJJcDzs .mbr-text {
  color: #7d0925;
}
.cid-rYWZJJcDzs .mbr-text p {
  background: #ffffff;
}
.cid-rYWZJJcDzs .mbr-text P {
  text-align: center;
}
.cid-rWUDgsCaDh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWUDgsCaDh P {
  color: #767676;
}
.cid-rWUDgsCaDh H1 {
  color: #767676;
}
.cid-rWUDgsCaDh .mbr-text,
.cid-rWUDgsCaDh .mbr-section-btn {
  color: #7d0925;
  text-align: center;
}
.cid-rWUDi2PiG2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWUDi2PiG2 .card-img {
  background-color: #fff;
}
.cid-rWUDi2PiG2 .card-box {
  padding: 2rem;
}
.cid-rWUDi2PiG2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rWUDi2PiG2 p {
  text-align: left;
}
.cid-rWUDi2PiG2 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rWUDi2PiG2 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rWUDi2PiG2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rWUDi2PiG2 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rWUDi2PiG2 .card-title {
  color: #465052;
  text-align: center;
}
.cid-rWUCNPdHNU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWUCNPdHNU P {
  color: #767676;
}
.cid-rWUCNPdHNU H1 {
  color: #767676;
}
.cid-rWUCNPdHNU .mbr-text,
.cid-rWUCNPdHNU .mbr-section-btn {
  color: #7d0925;
  text-align: center;
}
.cid-rWUBPlKZTM {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #efefef;
}
.cid-rWUBPlKZTM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rWUBPlKZTM p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-rWUBPlKZTM .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rWUBPlKZTM .mbr-section-btn a {
  margin: 0;
}
.cid-rWUBPlKZTM .mbr-text {
  color: #767676;
}
.cid-rWUBPlKZTM .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rWUBPlKZTM .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rWUBPlKZTM H2 {
  text-align: center;
  color: #7d0925;
}
.cid-rWUBPlKZTM .card-title {
  text-align: center;
}
.cid-rWUBPlKZTM .mbr-text,
.cid-rWUBPlKZTM .mbr-section-btn {
  text-align: center;
}
.cid-rWUBPlKZTM .mbr-section-subtitle {
  color: #465052;
  text-align: center;
}
.cid-rWUBPlKZTM .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-rWDtvGOXyB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-rWDtvGOXyB .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWDtvGOXyB .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWDtvGOXyB .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rWDtvGOXyB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rWDtvGOXyB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rWDtvGOXyB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rWDtvGOXyB .media-container-row .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-rWDtvGOXyB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rWDtvGOXyB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rWDtvGOXyB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWDtvGOXyB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rWDtvGOXyB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rWDtvGOXyB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rWDtvGOXyB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rWDtvGOXyB .media-container-row .mbr-text {
  color: #efefef;
}
.cid-rW2EAtc2rJ {
  background-image: url("../../../assets/images/screen-shot-2020-04-22-at-20.25.29-1055x794.png");
}
.cid-rW2EAtc2rJ .mbr-text,
.cid-rW2EAtc2rJ .mbr-section-btn {
  text-align: center;
}
.cid-rW2ECJibo3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rW2ECJibo3 P {
  color: #767676;
}
.cid-rW2ECJibo3 H1 {
  color: #767676;
}
.cid-rW2ECJibo3 .mbr-text,
.cid-rW2ECJibo3 .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-rWUQ6P9lEd {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rWUQ6P9lEd P {
  color: #767676;
}
.cid-rWUQ6P9lEd H1 {
  color: #767676;
}
.cid-rWUQ6P9lEd .mbr-text,
.cid-rWUQ6P9lEd .mbr-section-btn {
  color: #7d0925;
  text-align: center;
}
.cid-rWUToEbIUO {
  background: #5b686b;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #5b686b, #efefef);
}
.cid-rWUToEbIUO .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rWUToEbIUO .video-block {
    width: 100% !important;
  }
}
.cid-rW4GwGEIST .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rW4GwGEIST .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rW4GwGEIST a {
  font-style: normal;
}
.cid-rW4GwGEIST .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rW4GwGEIST .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rW4GwGEIST .nav-item:focus,
.cid-rW4GwGEIST .nav-link:focus {
  outline: none;
}
.cid-rW4GwGEIST .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rW4GwGEIST .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rW4GwGEIST .menu-logo {
  margin-right: auto;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rW4GwGEIST .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rW4GwGEIST .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rW4GwGEIST .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rW4GwGEIST button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rW4GwGEIST button.navbar-toggler:focus {
  outline: none;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rW4GwGEIST .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rW4GwGEIST .collapsed .btn {
  display: -webkit-flex;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rW4GwGEIST .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-rW4GwGEIST .collapsed button.navbar-toggler {
  display: block;
}
.cid-rW4GwGEIST .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rW4GwGEIST .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rW4GwGEIST .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rW4GwGEIST .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rW4GwGEIST .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rW4GwGEIST .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rW4GwGEIST.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rW4GwGEIST img {
    height: 3.8rem !important;
  }
  .cid-rW4GwGEIST .btn {
    display: -webkit-flex;
  }
  .cid-rW4GwGEIST button.navbar-toggler {
    display: block;
  }
  .cid-rW4GwGEIST .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rW4GwGEIST .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rW4GwGEIST .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing,
  .cid-rW4GwGEIST .navbar-collapse.show {
    display: block !important;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-nav,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-buttons,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rW4GwGEIST .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rW4GwGEIST .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rW4GwGEIST .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rW4GwGEIST .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rW4GwGEIST .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rW4GwGEIST .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rW4GwGEIST .nav-link:hover,
.cid-rW4GwGEIST .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rWDtvGOXyB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-rWDtvGOXyB .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWDtvGOXyB .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWDtvGOXyB .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rWDtvGOXyB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rWDtvGOXyB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rWDtvGOXyB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rWDtvGOXyB .media-container-row .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-rWDtvGOXyB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rWDtvGOXyB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rWDtvGOXyB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWDtvGOXyB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rWDtvGOXyB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rWDtvGOXyB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rWDtvGOXyB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rWDtvGOXyB .media-container-row .mbr-text {
  color: #efefef;
}
.cid-rW4GwGEIST .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rW4GwGEIST .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rW4GwGEIST a {
  font-style: normal;
}
.cid-rW4GwGEIST .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rW4GwGEIST .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rW4GwGEIST .nav-item:focus,
.cid-rW4GwGEIST .nav-link:focus {
  outline: none;
}
.cid-rW4GwGEIST .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rW4GwGEIST .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rW4GwGEIST .menu-logo {
  margin-right: auto;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rW4GwGEIST .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rW4GwGEIST .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rW4GwGEIST .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rW4GwGEIST button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rW4GwGEIST button.navbar-toggler:focus {
  outline: none;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rW4GwGEIST .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rW4GwGEIST .collapsed .btn {
  display: -webkit-flex;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rW4GwGEIST .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-rW4GwGEIST .collapsed button.navbar-toggler {
  display: block;
}
.cid-rW4GwGEIST .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rW4GwGEIST .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rW4GwGEIST .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rW4GwGEIST .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rW4GwGEIST .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rW4GwGEIST .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rW4GwGEIST.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rW4GwGEIST img {
    height: 3.8rem !important;
  }
  .cid-rW4GwGEIST .btn {
    display: -webkit-flex;
  }
  .cid-rW4GwGEIST button.navbar-toggler {
    display: block;
  }
  .cid-rW4GwGEIST .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rW4GwGEIST .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rW4GwGEIST .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing,
  .cid-rW4GwGEIST .navbar-collapse.show {
    display: block !important;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-nav,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-buttons,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rW4GwGEIST .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rW4GwGEIST .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rW4GwGEIST .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rW4GwGEIST .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rW4GwGEIST .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rW4GwGEIST .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rW4GwGEIST .nav-link:hover,
.cid-rW4GwGEIST .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rWHh3entA2 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efefef;
}
.cid-rWHh3entA2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rWHh3entA2 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rWHh3entA2 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rWHh3entA2 .mbr-section-btn a {
  margin: 0;
}
.cid-rWHh3entA2 .mbr-text {
  color: #767676;
}
.cid-rWHh3entA2 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rWHh3entA2 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rWHh3entA2 H2 {
  text-align: center;
  color: #7d0925;
}
.cid-rWHh3entA2 .card-title {
  text-align: center;
  color: #7d0925;
}
.cid-rWHh3entA2 .mbr-text,
.cid-rWHh3entA2 .mbr-section-btn {
  text-align: center;
}
.cid-rWHh3entA2 .mbr-section-subtitle {
  color: #465052;
  text-align: center;
}
.cid-rWHh3entA2 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-rWHh6TDSrp {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWHh6TDSrp P {
  color: #767676;
}
.cid-rWHh6TDSrp H1 {
  color: #7d0925;
}
.cid-s8u4Qc1aPz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8u4Qc1aPz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s8u4Qc1aPz p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-s8u4Qc1aPz .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-s8u4Qc1aPz .mbr-section-btn a {
  margin: 0;
}
.cid-s8u4Qc1aPz .mbr-text {
  color: #767676;
}
.cid-s8u4Qc1aPz .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-s8u4Qc1aPz .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-s8u4Qc1aPz .mbr-text,
.cid-s8u4Qc1aPz .mbr-section-btn {
  text-align: center;
}
.cid-s8u4Qc1aPz .card-title {
  text-align: center;
}
.cid-velbEbAQr3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-velbEbAQr3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-velbEbAQr3 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-velbEbAQr3 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-velbEbAQr3 .mbr-section-btn a {
  margin: 0;
}
.cid-velbEbAQr3 .mbr-text {
  color: #767676;
}
.cid-velbEbAQr3 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-velbEbAQr3 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-velbEbAQr3 .mbr-text,
.cid-velbEbAQr3 .mbr-section-btn {
  text-align: center;
}
.cid-velbEbAQr3 .card-title {
  text-align: center;
}
.cid-v00rEVjQ0s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v00rEVjQ0s h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-v00rEVjQ0s p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-v00rEVjQ0s .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-v00rEVjQ0s .mbr-section-btn a {
  margin: 0;
}
.cid-v00rEVjQ0s .mbr-text {
  color: #767676;
}
.cid-v00rEVjQ0s .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v00rEVjQ0s .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-v00rEVjQ0s .mbr-text,
.cid-v00rEVjQ0s .mbr-section-btn {
  text-align: center;
}
.cid-v00rEVjQ0s .card-title {
  text-align: center;
}
.cid-v8pbEeZ8Jo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8pbEeZ8Jo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-v8pbEeZ8Jo p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-v8pbEeZ8Jo .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-v8pbEeZ8Jo .mbr-section-btn a {
  margin: 0;
}
.cid-v8pbEeZ8Jo .mbr-text {
  color: #767676;
}
.cid-v8pbEeZ8Jo .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v8pbEeZ8Jo .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-v8pbEeZ8Jo .card-title {
  text-align: center;
}
.cid-v8pbEeZ8Jo .mbr-text,
.cid-v8pbEeZ8Jo .mbr-section-btn {
  text-align: center;
}
.cid-rWE6N7bnf0 {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rWE6N7bnf0 P {
  color: #767676;
}
.cid-rWE6N7bnf0 H1 {
  color: #7d0925;
}
.cid-rWE6OEAmIs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWE6OEAmIs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rWE6OEAmIs p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-rWE6OEAmIs .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rWE6OEAmIs .mbr-section-btn a {
  margin: 0;
}
.cid-rWE6OEAmIs .mbr-text {
  color: #767676;
}
.cid-rWE6OEAmIs .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rWE6OEAmIs .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rWE6OEAmIs .card-title {
  text-align: center;
}
.cid-rWE6OEAmIs .mbr-text,
.cid-rWE6OEAmIs .mbr-section-btn {
  text-align: center;
}
.cid-rWE6RDjswX {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rWE6RDjswX P {
  color: #767676;
}
.cid-rWE6RDjswX H1 {
  color: #7d0925;
}
.cid-rWE6TuIagm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWE6TuIagm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rWE6TuIagm p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-rWE6TuIagm .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rWE6TuIagm .mbr-section-btn a {
  margin: 0;
}
.cid-rWE6TuIagm .mbr-text {
  color: #767676;
}
.cid-rWE6TuIagm .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rWE6TuIagm .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rWE6TuIagm .card-title {
  text-align: center;
}
.cid-rWE6TuIagm .mbr-text,
.cid-rWE6TuIagm .mbr-section-btn {
  text-align: center;
}
.cid-rWE6VjEYv5 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWE6VjEYv5 P {
  color: #767676;
}
.cid-rWE6VjEYv5 H1 {
  color: #7d0925;
}
.cid-rWE6Wv82p5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWE6Wv82p5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rWE6Wv82p5 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-rWE6Wv82p5 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rWE6Wv82p5 .mbr-section-btn a {
  margin: 0;
}
.cid-rWE6Wv82p5 .mbr-text {
  color: #767676;
}
.cid-rWE6Wv82p5 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rWE6Wv82p5 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rWE6Wv82p5 .card-title {
  text-align: center;
}
.cid-rWE6Wv82p5 .mbr-text,
.cid-rWE6Wv82p5 .mbr-section-btn {
  text-align: center;
}
.cid-rWDtvGOXyB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-rWDtvGOXyB .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWDtvGOXyB .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWDtvGOXyB .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rWDtvGOXyB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rWDtvGOXyB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rWDtvGOXyB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rWDtvGOXyB .media-container-row .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-rWDtvGOXyB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rWDtvGOXyB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rWDtvGOXyB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWDtvGOXyB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rWDtvGOXyB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rWDtvGOXyB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rWDtvGOXyB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rWDtvGOXyB .media-container-row .mbr-text {
  color: #efefef;
}
.cid-rW4GwGEIST .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rW4GwGEIST .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rW4GwGEIST a {
  font-style: normal;
}
.cid-rW4GwGEIST .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rW4GwGEIST .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rW4GwGEIST .nav-item:focus,
.cid-rW4GwGEIST .nav-link:focus {
  outline: none;
}
.cid-rW4GwGEIST .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rW4GwGEIST .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rW4GwGEIST .menu-logo {
  margin-right: auto;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rW4GwGEIST .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rW4GwGEIST .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rW4GwGEIST .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rW4GwGEIST button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rW4GwGEIST button.navbar-toggler:focus {
  outline: none;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rW4GwGEIST .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rW4GwGEIST .collapsed .btn {
  display: -webkit-flex;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rW4GwGEIST .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-rW4GwGEIST .collapsed button.navbar-toggler {
  display: block;
}
.cid-rW4GwGEIST .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rW4GwGEIST .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rW4GwGEIST .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rW4GwGEIST .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rW4GwGEIST .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rW4GwGEIST .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rW4GwGEIST.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rW4GwGEIST img {
    height: 3.8rem !important;
  }
  .cid-rW4GwGEIST .btn {
    display: -webkit-flex;
  }
  .cid-rW4GwGEIST button.navbar-toggler {
    display: block;
  }
  .cid-rW4GwGEIST .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rW4GwGEIST .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rW4GwGEIST .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing,
  .cid-rW4GwGEIST .navbar-collapse.show {
    display: block !important;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-nav,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-buttons,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rW4GwGEIST .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rW4GwGEIST .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rW4GwGEIST .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rW4GwGEIST .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rW4GwGEIST .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rW4GwGEIST .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rW4GwGEIST .nav-link:hover,
.cid-rW4GwGEIST .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rWDmAyOpXK {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efefef;
}
.cid-rWDmAyOpXK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rWDmAyOpXK p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rWDmAyOpXK .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rWDmAyOpXK .mbr-section-btn a {
  margin: 0;
}
.cid-rWDmAyOpXK .mbr-text {
  color: #767676;
}
.cid-rWDmAyOpXK .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rWDmAyOpXK .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rWDmAyOpXK H2 {
  text-align: center;
  color: #7d0925;
}
.cid-rWDmAyOpXK .card-title {
  text-align: center;
}
.cid-rWDmAyOpXK .mbr-text,
.cid-rWDmAyOpXK .mbr-section-btn {
  text-align: center;
}
.cid-rWDmAyOpXK .mbr-section-subtitle {
  color: #465052;
  text-align: center;
}
.cid-rWDmAyOpXK .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-rWC3k6t2Jo {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWC3k6t2Jo H1 {
  color: #7d0925;
  text-align: center;
}
.cid-rWC3k6t2Jo .mbr-text,
.cid-rWC3k6t2Jo .mbr-section-btn {
  color: #465052;
}
.cid-rWed87OpUP {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rWed87OpUP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rWed87OpUP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rWed87OpUP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rWed87OpUP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rWed87OpUP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7d0925;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #7d0925, #45505b) !important;
}
.cid-rWed87OpUP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rWed87OpUP .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-rWed87OpUP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rWed87OpUP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #7d0925 !important;
  opacity: 0.2;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #7d0925, #45505b) !important;
}
.cid-teFG0PGc8E {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-teFG0PGc8E H1 {
  color: #7d0925;
  text-align: center;
}
.cid-teFG0PGc8E .mbr-text,
.cid-teFG0PGc8E .mbr-section-btn {
  color: #465052;
}
.cid-teFG2RGXJG {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-teFG2RGXJG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-teFG2RGXJG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-teFG2RGXJG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-teFG2RGXJG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-teFG2RGXJG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7d0925;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #7d0925, #45505b) !important;
}
.cid-teFG2RGXJG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-teFG2RGXJG .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-teFG2RGXJG .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-teFG2RGXJG .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #7d0925 !important;
  opacity: 0.2;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #7d0925, #45505b) !important;
}
.cid-rWDom52DEb {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWDom52DEb H1 {
  color: #7d0925;
  text-align: center;
}
.cid-rWDom52DEb .mbr-text,
.cid-rWDom52DEb .mbr-section-btn {
  color: #465052;
}
.cid-rWDom52DEb H3 {
  color: #465052;
}
.cid-rWBOhklStI {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rWBOhklStI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rWBOhklStI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rWBOhklStI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rWBOhklStI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rWBOhklStI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rWBOhklStI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rWBOhklStI .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rWBOhklStI .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rWBOhklStI .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rWDtvGOXyB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-rWDtvGOXyB .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWDtvGOXyB .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWDtvGOXyB .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rWDtvGOXyB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rWDtvGOXyB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rWDtvGOXyB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rWDtvGOXyB .media-container-row .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-rWDtvGOXyB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rWDtvGOXyB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rWDtvGOXyB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWDtvGOXyB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rWDtvGOXyB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rWDtvGOXyB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rWDtvGOXyB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rWDtvGOXyB .media-container-row .mbr-text {
  color: #efefef;
}
.cid-rW4GwGEIST .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rW4GwGEIST .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rW4GwGEIST a {
  font-style: normal;
}
.cid-rW4GwGEIST .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rW4GwGEIST .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rW4GwGEIST .nav-item:focus,
.cid-rW4GwGEIST .nav-link:focus {
  outline: none;
}
.cid-rW4GwGEIST .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rW4GwGEIST .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rW4GwGEIST .menu-logo {
  margin-right: auto;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rW4GwGEIST .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rW4GwGEIST .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rW4GwGEIST .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rW4GwGEIST button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rW4GwGEIST button.navbar-toggler:focus {
  outline: none;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rW4GwGEIST .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rW4GwGEIST .collapsed .btn {
  display: -webkit-flex;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rW4GwGEIST .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-rW4GwGEIST .collapsed button.navbar-toggler {
  display: block;
}
.cid-rW4GwGEIST .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rW4GwGEIST .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rW4GwGEIST .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rW4GwGEIST .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rW4GwGEIST .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rW4GwGEIST .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rW4GwGEIST.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rW4GwGEIST img {
    height: 3.8rem !important;
  }
  .cid-rW4GwGEIST .btn {
    display: -webkit-flex;
  }
  .cid-rW4GwGEIST button.navbar-toggler {
    display: block;
  }
  .cid-rW4GwGEIST .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rW4GwGEIST .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rW4GwGEIST .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing,
  .cid-rW4GwGEIST .navbar-collapse.show {
    display: block !important;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-nav,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-buttons,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rW4GwGEIST .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rW4GwGEIST .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rW4GwGEIST .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rW4GwGEIST .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rW4GwGEIST .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rW4GwGEIST .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rW4GwGEIST .nav-link:hover,
.cid-rW4GwGEIST .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rWDCOsRtom {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWDCOsRtom H1 {
  color: #7d0925;
  text-align: center;
}
.cid-rWDCOsRtom .mbr-text,
.cid-rWDCOsRtom .mbr-section-btn {
  color: #465052;
}
.cid-rWDCOsRtom H3 {
  color: #465052;
}
.cid-rWDCQ9nqWM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rWDCQ9nqWM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rWDCQ9nqWM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rWDCQ9nqWM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rWDCQ9nqWM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rWDCQ9nqWM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #9b9395;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #9b9395, #45505b) !important;
}
.cid-rWDCQ9nqWM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rWDCQ9nqWM .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-rWDCQ9nqWM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rWDCQ9nqWM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #9b9395 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #9b9395, #45505b) !important;
}
.cid-rWDtvGOXyB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-rWDtvGOXyB .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWDtvGOXyB .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWDtvGOXyB .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rWDtvGOXyB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rWDtvGOXyB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rWDtvGOXyB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rWDtvGOXyB .media-container-row .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-rWDtvGOXyB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rWDtvGOXyB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rWDtvGOXyB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWDtvGOXyB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rWDtvGOXyB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rWDtvGOXyB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rWDtvGOXyB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rWDtvGOXyB .media-container-row .mbr-text {
  color: #efefef;
}
.cid-s11r4NxKZz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s11r4NxKZz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s11r4NxKZz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s11r4NxKZz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s11r4NxKZz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s11r4NxKZz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s11r4NxKZz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s11r4NxKZz .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s11r4NxKZz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s11r4NxKZz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s68j1l2NkD {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-s68j1l2NkD .images-container.container-fluid {
  padding: 0;
}
.cid-s68j1l2NkD .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-s68j1l2NkD .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-s68j1l2NkD .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-s68j1l2NkD .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-s68j1l2NkD .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-s68j1l2NkD .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-s68j1l2NkD .img-item {
    width: 100% !important;
  }
  .cid-s68j1l2NkD .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-s68j1l2NkD P {
  text-align: left;
  color: #465052;
}
.cid-s68jzAKdyL {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-s68jzAKdyL p {
  color: #767676;
}
.cid-s68jzAKdyL .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-s68jzAKdyL .toggle-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s68jzAKdyL .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s68jzAKdyL .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s68jzAKdyL .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
}
.cid-s68jzAKdyL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s68jzAKdyL .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s68jzAKdyL .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s68jzAKdyL .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
}
@media (max-width: 991px) {
  .cid-s68jzAKdyL .mbr-figure {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-s68jzAKdyL .mbr-figure {
    padding-left: 4rem;
  }
}
.cid-s68jzAKdyL H4 {
  color: #7d0925;
}
.cid-s68jzAKdyL H2 {
  text-align: center;
}
.cid-s68jFG0764 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s68jFG0764 .mbr-section-subtitle {
  color: #767676;
}
.cid-s68jFG0764 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s68jFG0764 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-s68jFG0764 .team-item .item-image img {
  width: 100%;
}
.cid-s68jFG0764 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-s68jFG0764 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-s68jFG0764 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-s68jFG0764 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-s68jFG0764 .team-item .item-caption {
  background: #efefef;
}
.cid-s68EvhYRbD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s68EvhYRbD .mbr-section-subtitle {
  color: #767676;
}
.cid-s68EvhYRbD .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s68EvhYRbD .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-s68EvhYRbD .team-item .item-image img {
  width: 100%;
}
.cid-s68EvhYRbD .team-item .item-name p {
  margin-bottom: 0;
}
.cid-s68EvhYRbD .team-item .item-role p {
  margin-bottom: 0;
}
.cid-s68EvhYRbD .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-s68EvhYRbD .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-s68EvhYRbD .team-item .item-caption {
  background: #efefef;
}
.cid-s68EwKpq7e {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s68EwKpq7e .mbr-section-subtitle {
  color: #767676;
}
.cid-s68EwKpq7e .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s68EwKpq7e .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-s68EwKpq7e .team-item .item-image img {
  width: 100%;
}
.cid-s68EwKpq7e .team-item .item-name p {
  margin-bottom: 0;
}
.cid-s68EwKpq7e .team-item .item-role p {
  margin-bottom: 0;
}
.cid-s68EwKpq7e .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-s68EwKpq7e .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-s68EwKpq7e .team-item .item-caption {
  background: #efefef;
}
.cid-rX0qzGELl6 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rX0qzGELl6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rX0qzGELl6 a {
  font-style: normal;
}
.cid-rX0qzGELl6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rX0qzGELl6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rX0qzGELl6 .nav-item:focus,
.cid-rX0qzGELl6 .nav-link:focus {
  outline: none;
}
.cid-rX0qzGELl6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rX0qzGELl6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rX0qzGELl6 .menu-logo {
  margin-right: auto;
}
.cid-rX0qzGELl6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rX0qzGELl6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rX0qzGELl6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rX0qzGELl6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rX0qzGELl6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rX0qzGELl6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rX0qzGELl6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rX0qzGELl6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rX0qzGELl6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rX0qzGELl6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rX0qzGELl6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rX0qzGELl6 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rX0qzGELl6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rX0qzGELl6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rX0qzGELl6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rX0qzGELl6 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rX0qzGELl6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rX0qzGELl6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rX0qzGELl6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rX0qzGELl6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rX0qzGELl6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rX0qzGELl6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rX0qzGELl6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rX0qzGELl6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rX0qzGELl6 button.navbar-toggler:focus {
  outline: none;
}
.cid-rX0qzGELl6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rX0qzGELl6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rX0qzGELl6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rX0qzGELl6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rX0qzGELl6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rX0qzGELl6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rX0qzGELl6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rX0qzGELl6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rX0qzGELl6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rX0qzGELl6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rX0qzGELl6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rX0qzGELl6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rX0qzGELl6 .collapsed .navbar-collapse.collapsing,
.cid-rX0qzGELl6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rX0qzGELl6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rX0qzGELl6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rX0qzGELl6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rX0qzGELl6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rX0qzGELl6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rX0qzGELl6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rX0qzGELl6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rX0qzGELl6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rX0qzGELl6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-rX0qzGELl6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rX0qzGELl6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rX0qzGELl6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rX0qzGELl6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rX0qzGELl6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rX0qzGELl6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rX0qzGELl6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rX0qzGELl6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rX0qzGELl6 img {
    height: 3.8rem !important;
  }
  .cid-rX0qzGELl6 .btn {
    display: -webkit-flex;
  }
  .cid-rX0qzGELl6 button.navbar-toggler {
    display: block;
  }
  .cid-rX0qzGELl6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rX0qzGELl6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rX0qzGELl6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rX0qzGELl6 .navbar-collapse.collapsing,
  .cid-rX0qzGELl6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rX0qzGELl6 .navbar-collapse.collapsing .navbar-nav,
  .cid-rX0qzGELl6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rX0qzGELl6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rX0qzGELl6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rX0qzGELl6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rX0qzGELl6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rX0qzGELl6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rX0qzGELl6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rX0qzGELl6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rX0qzGELl6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rX0qzGELl6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rX0qzGELl6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rX0qzGELl6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rX0qzGELl6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rX0qzGELl6 .nav-link:hover,
.cid-rX0qzGELl6 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rX11pzP7nZ {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rX11pzP7nZ P {
  color: #767676;
}
.cid-rX11pzP7nZ H1 {
  color: #7d0925;
}
.cid-rX11pzP7nZ H3 {
  color: #7d0925;
}
.cid-uYgyW4t99e {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uYgyW4t99e .mbr-section-btn > * {
  margin: 0;
}
.cid-uYgyW4t99e h4 {
  font-weight: 500;
}
.cid-uYgyW4t99e p {
  color: #232323;
}
.cid-uYgyW4t99e .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uYgyW4t99e .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uYgyW4t99e .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uYgyW4t99e .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uYgyW4t99e .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uYgyW4t99e .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uYgyW4t99e .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uYgyW4t99e .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uYgyW4t99e .card-img span {
    font-size: 40px !important;
  }
}
.cid-uYgyW4t99e .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uYgz3a2qUN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uYgz3a2qUN .mbr-section-btn > * {
  margin: 0;
}
.cid-uYgz3a2qUN h4 {
  font-weight: 500;
}
.cid-uYgz3a2qUN p {
  color: #232323;
}
.cid-uYgz3a2qUN .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uYgz3a2qUN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uYgz3a2qUN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uYgz3a2qUN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uYgz3a2qUN .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uYgz3a2qUN .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uYgz3a2qUN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uYgz3a2qUN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uYgz3a2qUN .card-img span {
    font-size: 40px !important;
  }
}
.cid-uYgz3a2qUN .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-v9QhfxxTC9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-v9QhfxxTC9 .mbr-section-btn > * {
  margin: 0;
}
.cid-v9QhfxxTC9 h4 {
  font-weight: 500;
}
.cid-v9QhfxxTC9 p {
  color: #232323;
}
.cid-v9QhfxxTC9 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v9QhfxxTC9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-v9QhfxxTC9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v9QhfxxTC9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v9QhfxxTC9 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-v9QhfxxTC9 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-v9QhfxxTC9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v9QhfxxTC9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-v9QhfxxTC9 .card-img span {
    font-size: 40px !important;
  }
}
.cid-v9QhfxxTC9 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-veldVa9Xbi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-veldVa9Xbi .mbr-section-btn > * {
  margin: 0;
}
.cid-veldVa9Xbi h4 {
  font-weight: 500;
}
.cid-veldVa9Xbi p {
  color: #232323;
}
.cid-veldVa9Xbi .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-veldVa9Xbi .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-veldVa9Xbi .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veldVa9Xbi .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-veldVa9Xbi .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-veldVa9Xbi .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-veldVa9Xbi .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-veldVa9Xbi .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-veldVa9Xbi .card-img span {
    font-size: 40px !important;
  }
}
.cid-veldVa9Xbi .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-veldVRKT8A {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-veldVRKT8A .mbr-section-btn > * {
  margin: 0;
}
.cid-veldVRKT8A h4 {
  font-weight: 500;
}
.cid-veldVRKT8A p {
  color: #232323;
}
.cid-veldVRKT8A .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-veldVRKT8A .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-veldVRKT8A .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veldVRKT8A .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-veldVRKT8A .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-veldVRKT8A .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-veldVRKT8A .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-veldVRKT8A .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-veldVRKT8A .card-img span {
    font-size: 40px !important;
  }
}
.cid-veldVRKT8A .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-veldWvYfxA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-veldWvYfxA .mbr-section-btn > * {
  margin: 0;
}
.cid-veldWvYfxA h4 {
  font-weight: 500;
}
.cid-veldWvYfxA p {
  color: #232323;
}
.cid-veldWvYfxA .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-veldWvYfxA .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-veldWvYfxA .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veldWvYfxA .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-veldWvYfxA .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-veldWvYfxA .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-veldWvYfxA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-veldWvYfxA .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-veldWvYfxA .card-img span {
    font-size: 40px !important;
  }
}
.cid-veldWvYfxA .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-veldXBtVrN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-veldXBtVrN .mbr-section-btn > * {
  margin: 0;
}
.cid-veldXBtVrN h4 {
  font-weight: 500;
}
.cid-veldXBtVrN p {
  color: #232323;
}
.cid-veldXBtVrN .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-veldXBtVrN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-veldXBtVrN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veldXBtVrN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-veldXBtVrN .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-veldXBtVrN .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-veldXBtVrN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-veldXBtVrN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-veldXBtVrN .card-img span {
    font-size: 40px !important;
  }
}
.cid-veldXBtVrN .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-v8cipzyTHB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-v8cipzyTHB .mbr-section-btn > * {
  margin: 0;
}
.cid-v8cipzyTHB h4 {
  font-weight: 500;
}
.cid-v8cipzyTHB p {
  color: #232323;
}
.cid-v8cipzyTHB .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v8cipzyTHB .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-v8cipzyTHB .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v8cipzyTHB .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v8cipzyTHB .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-v8cipzyTHB .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-v8cipzyTHB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v8cipzyTHB .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-v8cipzyTHB .card-img span {
    font-size: 40px !important;
  }
}
.cid-v8cipzyTHB .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-veldYZcKi3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-veldYZcKi3 .mbr-section-btn > * {
  margin: 0;
}
.cid-veldYZcKi3 h4 {
  font-weight: 500;
}
.cid-veldYZcKi3 p {
  color: #232323;
}
.cid-veldYZcKi3 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-veldYZcKi3 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-veldYZcKi3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-veldYZcKi3 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-veldYZcKi3 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-veldYZcKi3 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-veldYZcKi3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-veldYZcKi3 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-veldYZcKi3 .card-img span {
    font-size: 40px !important;
  }
}
.cid-veldYZcKi3 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-v8pdpCsTc3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-v8pdpCsTc3 .mbr-section-btn > * {
  margin: 0;
}
.cid-v8pdpCsTc3 h4 {
  font-weight: 500;
}
.cid-v8pdpCsTc3 p {
  color: #232323;
}
.cid-v8pdpCsTc3 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v8pdpCsTc3 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-v8pdpCsTc3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v8pdpCsTc3 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v8pdpCsTc3 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-v8pdpCsTc3 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-v8pdpCsTc3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v8pdpCsTc3 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-v8pdpCsTc3 .card-img span {
    font-size: 40px !important;
  }
}
.cid-v8pdpCsTc3 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uYgyYUTRU8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uYgyYUTRU8 .mbr-section-btn > * {
  margin: 0;
}
.cid-uYgyYUTRU8 h4 {
  font-weight: 500;
}
.cid-uYgyYUTRU8 p {
  color: #232323;
}
.cid-uYgyYUTRU8 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uYgyYUTRU8 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uYgyYUTRU8 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uYgyYUTRU8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uYgyYUTRU8 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uYgyYUTRU8 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uYgyYUTRU8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uYgyYUTRU8 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uYgyYUTRU8 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uYgyYUTRU8 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-ven3fx2RoW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-ven3fx2RoW .mbr-section-btn > * {
  margin: 0;
}
.cid-ven3fx2RoW h4 {
  font-weight: 500;
}
.cid-ven3fx2RoW p {
  color: #232323;
}
.cid-ven3fx2RoW .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ven3fx2RoW .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ven3fx2RoW .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ven3fx2RoW .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ven3fx2RoW .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ven3fx2RoW .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ven3fx2RoW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ven3fx2RoW .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ven3fx2RoW .card-img span {
    font-size: 40px !important;
  }
}
.cid-ven3fx2RoW .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rX11uAv5wD {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rX11uAv5wD P {
  color: #767676;
}
.cid-rX11uAv5wD H1 {
  color: #7d0925;
}
.cid-rX11uAv5wD H3 {
  color: #7d0925;
}
.cid-sMIciyzxgg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sMIciyzxgg .mbr-section-btn > * {
  margin: 0;
}
.cid-sMIciyzxgg h4 {
  font-weight: 500;
}
.cid-sMIciyzxgg p {
  color: #232323;
}
.cid-sMIciyzxgg .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sMIciyzxgg .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sMIciyzxgg .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sMIciyzxgg .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sMIciyzxgg .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sMIciyzxgg .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sMIciyzxgg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sMIciyzxgg .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sMIciyzxgg .card-img span {
    font-size: 40px !important;
  }
}
.cid-sMIciyzxgg .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-vdYfhWDVbC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-vdYfhWDVbC .mbr-section-btn > * {
  margin: 0;
}
.cid-vdYfhWDVbC h4 {
  font-weight: 500;
}
.cid-vdYfhWDVbC p {
  color: #232323;
}
.cid-vdYfhWDVbC .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vdYfhWDVbC .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-vdYfhWDVbC .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vdYfhWDVbC .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vdYfhWDVbC .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-vdYfhWDVbC .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-vdYfhWDVbC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vdYfhWDVbC .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-vdYfhWDVbC .card-img span {
    font-size: 40px !important;
  }
}
.cid-vdYfhWDVbC .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-vhgcPpXBNR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-vhgcPpXBNR .mbr-section-btn > * {
  margin: 0;
}
.cid-vhgcPpXBNR h4 {
  font-weight: 500;
}
.cid-vhgcPpXBNR p {
  color: #232323;
}
.cid-vhgcPpXBNR .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vhgcPpXBNR .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-vhgcPpXBNR .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vhgcPpXBNR .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vhgcPpXBNR .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-vhgcPpXBNR .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-vhgcPpXBNR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vhgcPpXBNR .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-vhgcPpXBNR .card-img span {
    font-size: 40px !important;
  }
}
.cid-vhgcPpXBNR .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rX11xWFUfu {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rX11xWFUfu P {
  color: #767676;
}
.cid-rX11xWFUfu H1 {
  color: #7d0925;
}
.cid-rX11xWFUfu H3 {
  color: #7d0925;
}
.cid-rX0BqI8OWm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rX0BqI8OWm .mbr-section-btn > * {
  margin: 0;
}
.cid-rX0BqI8OWm h4 {
  font-weight: 500;
}
.cid-rX0BqI8OWm p {
  color: #232323;
}
.cid-rX0BqI8OWm .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rX0BqI8OWm .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rX0BqI8OWm .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rX0BqI8OWm .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rX0BqI8OWm .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rX0BqI8OWm .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rX0BqI8OWm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rX0BqI8OWm .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rX0BqI8OWm .card-img span {
    font-size: 40px !important;
  }
}
.cid-rX0BqI8OWm .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sw9OY5YIvd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sw9OY5YIvd .mbr-section-btn > * {
  margin: 0;
}
.cid-sw9OY5YIvd h4 {
  font-weight: 500;
}
.cid-sw9OY5YIvd p {
  color: #232323;
}
.cid-sw9OY5YIvd .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sw9OY5YIvd .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sw9OY5YIvd .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sw9OY5YIvd .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sw9OY5YIvd .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sw9OY5YIvd .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sw9OY5YIvd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sw9OY5YIvd .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sw9OY5YIvd .card-img span {
    font-size: 40px !important;
  }
}
.cid-sw9OY5YIvd .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sE86ux4hkG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sE86ux4hkG .mbr-section-btn > * {
  margin: 0;
}
.cid-sE86ux4hkG h4 {
  font-weight: 500;
}
.cid-sE86ux4hkG p {
  color: #232323;
}
.cid-sE86ux4hkG .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sE86ux4hkG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sE86ux4hkG .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sE86ux4hkG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sE86ux4hkG .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sE86ux4hkG .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sE86ux4hkG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sE86ux4hkG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sE86ux4hkG .card-img span {
    font-size: 40px !important;
  }
}
.cid-sE86ux4hkG .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rX11zbdyqV {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rX11zbdyqV P {
  color: #767676;
}
.cid-rX11zbdyqV H1 {
  color: #7d0925;
}
.cid-rX11zbdyqV H3 {
  color: #7d0925;
}
.cid-rX0Br1oYH3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rX0Br1oYH3 .mbr-section-btn > * {
  margin: 0;
}
.cid-rX0Br1oYH3 h4 {
  font-weight: 500;
}
.cid-rX0Br1oYH3 p {
  color: #232323;
}
.cid-rX0Br1oYH3 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rX0Br1oYH3 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rX0Br1oYH3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rX0Br1oYH3 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rX0Br1oYH3 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rX0Br1oYH3 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rX0Br1oYH3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rX0Br1oYH3 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rX0Br1oYH3 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rX0Br1oYH3 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rX0BrkBqUl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rX0BrkBqUl .mbr-section-btn > * {
  margin: 0;
}
.cid-rX0BrkBqUl h4 {
  font-weight: 500;
}
.cid-rX0BrkBqUl p {
  color: #232323;
}
.cid-rX0BrkBqUl .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rX0BrkBqUl .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rX0BrkBqUl .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rX0BrkBqUl .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rX0BrkBqUl .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rX0BrkBqUl .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rX0BrkBqUl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rX0BrkBqUl .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rX0BrkBqUl .card-img span {
    font-size: 40px !important;
  }
}
.cid-rX0BrkBqUl .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sw9qOUNmTc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sw9qOUNmTc .mbr-section-btn > * {
  margin: 0;
}
.cid-sw9qOUNmTc h4 {
  font-weight: 500;
}
.cid-sw9qOUNmTc p {
  color: #232323;
}
.cid-sw9qOUNmTc .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sw9qOUNmTc .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sw9qOUNmTc .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sw9qOUNmTc .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sw9qOUNmTc .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sw9qOUNmTc .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sw9qOUNmTc .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sw9qOUNmTc .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sw9qOUNmTc .card-img span {
    font-size: 40px !important;
  }
}
.cid-sw9qOUNmTc .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rX0qzS809w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-rX0qzS809w .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rX0qzS809w .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rX0qzS809w .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rX0qzS809w .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rX0qzS809w .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rX0qzS809w .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rX0qzS809w .media-container-row .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-rX0qzS809w .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rX0qzS809w .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rX0qzS809w .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rX0qzS809w .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rX0qzS809w .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rX0qzS809w .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rX0qzS809w .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rX0qzS809w .media-container-row .mbr-text {
  color: #efefef;
}
.cid-rW4GwGEIST .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rW4GwGEIST .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rW4GwGEIST a {
  font-style: normal;
}
.cid-rW4GwGEIST .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rW4GwGEIST .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rW4GwGEIST .nav-item:focus,
.cid-rW4GwGEIST .nav-link:focus {
  outline: none;
}
.cid-rW4GwGEIST .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rW4GwGEIST .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rW4GwGEIST .menu-logo {
  margin-right: auto;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rW4GwGEIST .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rW4GwGEIST .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rW4GwGEIST .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rW4GwGEIST .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rW4GwGEIST .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rW4GwGEIST .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rW4GwGEIST .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rW4GwGEIST button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rW4GwGEIST button.navbar-toggler:focus {
  outline: none;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rW4GwGEIST button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rW4GwGEIST nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rW4GwGEIST .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rW4GwGEIST .collapsed .btn {
  display: -webkit-flex;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rW4GwGEIST .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rW4GwGEIST .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rW4GwGEIST .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-rW4GwGEIST .collapsed button.navbar-toggler {
  display: block;
}
.cid-rW4GwGEIST .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rW4GwGEIST .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rW4GwGEIST .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rW4GwGEIST .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rW4GwGEIST .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rW4GwGEIST .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rW4GwGEIST.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rW4GwGEIST img {
    height: 3.8rem !important;
  }
  .cid-rW4GwGEIST .btn {
    display: -webkit-flex;
  }
  .cid-rW4GwGEIST button.navbar-toggler {
    display: block;
  }
  .cid-rW4GwGEIST .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rW4GwGEIST .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rW4GwGEIST .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing,
  .cid-rW4GwGEIST .navbar-collapse.show {
    display: block !important;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-nav,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-buttons,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rW4GwGEIST .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rW4GwGEIST .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rW4GwGEIST .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rW4GwGEIST .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rW4GwGEIST .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rW4GwGEIST .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rW4GwGEIST .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rW4GwGEIST .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rW4GwGEIST .nav-link:hover,
.cid-rW4GwGEIST .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rYBUio7U27 {
  background-image: url("../../../assets/images/fullsizerender-9-2000x1645.jpg");
}
.cid-rWDtvGOXyB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-rWDtvGOXyB .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWDtvGOXyB .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWDtvGOXyB .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rWDtvGOXyB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rWDtvGOXyB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rWDtvGOXyB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rWDtvGOXyB .media-container-row .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-rWDtvGOXyB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rWDtvGOXyB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rWDtvGOXyB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWDtvGOXyB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rWDtvGOXyB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rWDtvGOXyB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rWDtvGOXyB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rWDtvGOXyB .media-container-row .mbr-text {
  color: #efefef;
}
.cid-rYRSLV1RMA .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYRSLV1RMA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rYRSLV1RMA a {
  font-style: normal;
}
.cid-rYRSLV1RMA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYRSLV1RMA .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rYRSLV1RMA .nav-item:focus,
.cid-rYRSLV1RMA .nav-link:focus {
  outline: none;
}
.cid-rYRSLV1RMA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYRSLV1RMA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYRSLV1RMA .menu-logo {
  margin-right: auto;
}
.cid-rYRSLV1RMA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYRSLV1RMA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYRSLV1RMA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYRSLV1RMA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYRSLV1RMA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYRSLV1RMA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYRSLV1RMA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYRSLV1RMA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYRSLV1RMA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYRSLV1RMA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYRSLV1RMA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYRSLV1RMA .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYRSLV1RMA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYRSLV1RMA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYRSLV1RMA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYRSLV1RMA .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rYRSLV1RMA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rYRSLV1RMA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYRSLV1RMA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYRSLV1RMA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYRSLV1RMA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYRSLV1RMA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYRSLV1RMA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYRSLV1RMA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYRSLV1RMA button.navbar-toggler:focus {
  outline: none;
}
.cid-rYRSLV1RMA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rYRSLV1RMA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYRSLV1RMA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYRSLV1RMA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYRSLV1RMA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYRSLV1RMA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYRSLV1RMA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYRSLV1RMA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYRSLV1RMA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYRSLV1RMA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYRSLV1RMA .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYRSLV1RMA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYRSLV1RMA .collapsed .navbar-collapse.collapsing,
.cid-rYRSLV1RMA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYRSLV1RMA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYRSLV1RMA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYRSLV1RMA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYRSLV1RMA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYRSLV1RMA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYRSLV1RMA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYRSLV1RMA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYRSLV1RMA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYRSLV1RMA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-rYRSLV1RMA .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYRSLV1RMA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYRSLV1RMA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYRSLV1RMA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYRSLV1RMA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYRSLV1RMA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYRSLV1RMA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rYRSLV1RMA.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYRSLV1RMA img {
    height: 3.8rem !important;
  }
  .cid-rYRSLV1RMA .btn {
    display: -webkit-flex;
  }
  .cid-rYRSLV1RMA button.navbar-toggler {
    display: block;
  }
  .cid-rYRSLV1RMA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYRSLV1RMA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYRSLV1RMA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYRSLV1RMA .navbar-collapse.collapsing,
  .cid-rYRSLV1RMA .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYRSLV1RMA .navbar-collapse.collapsing .navbar-nav,
  .cid-rYRSLV1RMA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYRSLV1RMA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYRSLV1RMA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYRSLV1RMA .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYRSLV1RMA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYRSLV1RMA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYRSLV1RMA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYRSLV1RMA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYRSLV1RMA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYRSLV1RMA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYRSLV1RMA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rYRSLV1RMA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYRSLV1RMA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYRSLV1RMA .nav-link:hover,
.cid-rYRSLV1RMA .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rYS4f7EOTF {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efefef;
}
.cid-rYS4f7EOTF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rYS4f7EOTF p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rYS4f7EOTF .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rYS4f7EOTF .mbr-section-btn a {
  margin: 0;
}
.cid-rYS4f7EOTF .mbr-text {
  color: #767676;
}
.cid-rYS4f7EOTF .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rYS4f7EOTF .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rYS4f7EOTF H2 {
  text-align: center;
  color: #7d0925;
}
.cid-rYS4f7EOTF .card-title {
  text-align: center;
  color: #465052;
}
.cid-rYS4f7EOTF .mbr-text,
.cid-rYS4f7EOTF .mbr-section-btn {
  text-align: center;
}
.cid-rYS4f7EOTF .mbr-section-subtitle {
  color: #465052;
  text-align: center;
}
.cid-rYS4f7EOTF .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-rYRTn7s1bD {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYRTn7s1bD P {
  color: #767676;
}
.cid-rYRTn7s1bD H3 {
  color: #7d0925;
}
.cid-rYRTn7s1bD .mbr-text,
.cid-rYRTn7s1bD .mbr-section-btn {
  text-align: left;
}
.cid-rYRSLY1HJn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYRSLY1HJn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rYRSLY1HJn p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-rYRSLY1HJn .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rYRSLY1HJn .mbr-section-btn a {
  margin: 0;
}
.cid-rYRSLY1HJn .mbr-text {
  color: #767676;
}
.cid-rYRSLY1HJn .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rYRSLY1HJn .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rYRSLY1HJn .card-title {
  text-align: center;
  color: #465052;
}
.cid-rYRSLY1HJn .mbr-text,
.cid-rYRSLY1HJn .mbr-section-btn {
  text-align: left;
}
.cid-rYSmlvpwv5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-843-2000x615.jpg");
}
.cid-rYS83ihMHu {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rYS83ihMHu h1 {
  color: #616161;
}
.cid-rYS83ihMHu h2,
.cid-rYS83ihMHu h3,
.cid-rYS83ihMHu p {
  color: #767676;
}
.cid-rYS83ihMHu .mbr-section-subtitle {
  font-style: italic;
}
.cid-rYS83ihMHu H3 {
  color: #5a051a;
  text-align: center;
}
.cid-rYS83ihMHu .mbr-text,
.cid-rYS83ihMHu .mbr-section-btn {
  text-align: center;
}
.cid-rYSn127D4n {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rYSn127D4n .mbr-text,
.cid-rYSn127D4n blockquote {
  color: #767676;
}
.cid-rYSn127D4n .mbr-text P {
  text-align: left;
}
.cid-s0iBMvYnJq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0iBMvYnJq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s0iBMvYnJq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s0iBMvYnJq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s0iBMvYnJq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s0iBMvYnJq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s0iBMvYnJq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s0iBMvYnJq .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-s0iBMvYnJq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s0iBMvYnJq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s0iBMvYnJq .mbr-gallery-item > div > span {
  color: #efefef;
  text-align: center;
}
.cid-rYSszCmqvI {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYSszCmqvI h1 {
  color: #616161;
}
.cid-rYSszCmqvI h2,
.cid-rYSszCmqvI h3,
.cid-rYSszCmqvI p {
  color: #767676;
}
.cid-rYSszCmqvI .mbr-section-subtitle {
  font-style: italic;
}
.cid-rYSszCmqvI H3 {
  color: #5a051a;
  text-align: center;
}
.cid-rYSszCmqvI .mbr-text,
.cid-rYSszCmqvI .mbr-section-btn {
  text-align: left;
}
.cid-rYS6IUQX52 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rYS6IUQX52 P {
  color: #767676;
}
.cid-rYS6IUQX52 H1 {
  color: #767676;
}
.cid-rYS6IUQX52 .mbr-text,
.cid-rYS6IUQX52 .mbr-section-btn {
  color: #7d0925;
  text-align: center;
}
.cid-rYS0TcImQT {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #efefef;
}
.cid-rYS0TcImQT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rYS0TcImQT p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-rYS0TcImQT .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rYS0TcImQT .mbr-section-btn a {
  margin: 0;
}
.cid-rYS0TcImQT .mbr-text {
  color: #767676;
}
.cid-rYS0TcImQT .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rYS0TcImQT .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rYS0TcImQT H2 {
  text-align: center;
  color: #7d0925;
}
.cid-rYS0TcImQT .card-title {
  text-align: center;
  color: #465052;
}
.cid-rYS0TcImQT .mbr-text,
.cid-rYS0TcImQT .mbr-section-btn {
  text-align: center;
}
.cid-rYS0TcImQT .mbr-section-subtitle {
  color: #465052;
  text-align: center;
}
.cid-rYS0TcImQT .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-rYRSLZoW1S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-rYRSLZoW1S .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYRSLZoW1S .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYRSLZoW1S .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYRSLZoW1S .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rYRSLZoW1S .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rYRSLZoW1S .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rYRSLZoW1S .media-container-row .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-rYRSLZoW1S .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rYRSLZoW1S .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rYRSLZoW1S .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rYRSLZoW1S .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rYRSLZoW1S .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rYRSLZoW1S .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rYRSLZoW1S .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rYRSLZoW1S .media-container-row .mbr-text {
  color: #efefef;
}
