.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b82929 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #262f45 !important;
}
.bg-warning {
  background-color: #ffd816 !important;
}
.bg-danger {
  background-color: #ff5500 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b82929 !important;
  border-color: #b82929 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #711919 !important;
  border-color: #711919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #711919 !important;
  border-color: #711919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #217a51 !important;
  border-color: #217a51 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0f3624 !important;
  border-color: #0f3624 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0f3624 !important;
  border-color: #0f3624 !important;
}
.btn-info,
.btn-info:active {
  background-color: #262f45 !important;
  border-color: #262f45 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #07090d !important;
  border-color: #07090d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #07090d !important;
  border-color: #07090d !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd816 !important;
  border-color: #ffd816 !important;
  color: #161200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #be9e00 !important;
  border-color: #be9e00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #161200 !important;
  background-color: #be9e00 !important;
  border-color: #be9e00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff5500 !important;
  border-color: #ff5500 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a83800 !important;
  border-color: #a83800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a83800 !important;
  border-color: #a83800 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #b82929;
  color: #b82929;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #711919 !important;
  background-color: transparent!important;
  border-color: #711919 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b82929 !important;
  border-color: #b82929 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #217a51;
  color: #217a51;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0f3624 !important;
  background-color: transparent!important;
  border-color: #0f3624 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #217a51 !important;
  border-color: #217a51 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #262f45;
  color: #262f45;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #07090d !important;
  background-color: transparent!important;
  border-color: #07090d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #262f45 !important;
  border-color: #262f45 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd816;
  color: #ffd816;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #be9e00 !important;
  background-color: transparent!important;
  border-color: #be9e00 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #161200 !important;
  background-color: #ffd816 !important;
  border-color: #ffd816 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff5500;
  color: #ff5500;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a83800 !important;
  background-color: transparent!important;
  border-color: #a83800 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5500 !important;
  border-color: #ff5500 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b82929 !important;
}
.text-secondary {
  color: #217a51 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #262f45 !important;
}
.text-warning {
  color: #ffd816 !important;
}
.text-danger {
  color: #ff5500 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #651616 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0b2a1c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #020203 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #af9200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #993300 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b82929;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #262f45;
}
.alert-warning {
  background-color: #ffd816;
}
.alert-danger {
  background-color: #ff5500;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b82929;
  border-color: #b82929;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b82929;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e27e7e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #8f9ec1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffae2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffddcc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #b82929 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #b82929;
}
/* Forms */
.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b82929;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b82929;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b82929;
  border-bottom-color: #b82929;
}
.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: #b82929 !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: #217a51 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23b82929' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tB0YZQqaCG .navbar-dropdown {
  position: relative !important;
}
.cid-tB0YZQqaCG .navbar-dropdown {
  position: absolute !important;
}
.cid-tB0YZQqaCG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB0YZQqaCG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB0YZQqaCG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB0YZQqaCG .dropdown-item:hover,
.cid-tB0YZQqaCG .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-tB0YZQqaCG .dropdown-item:hover span {
  color: white;
}
.cid-tB0YZQqaCG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB0YZQqaCG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB0YZQqaCG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB0YZQqaCG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB0YZQqaCG .nav-link {
  position: relative;
}
.cid-tB0YZQqaCG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tB0YZQqaCG .container {
    flex-wrap: wrap;
  }
}
.cid-tB0YZQqaCG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tB0YZQqaCG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tB0YZQqaCG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB0YZQqaCG .dropdown-menu,
.cid-tB0YZQqaCG .navbar.opened {
  background: #fafafa !important;
}
.cid-tB0YZQqaCG .nav-item:focus,
.cid-tB0YZQqaCG .nav-link:focus {
  outline: none;
}
.cid-tB0YZQqaCG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB0YZQqaCG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB0YZQqaCG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB0YZQqaCG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB0YZQqaCG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB0YZQqaCG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB0YZQqaCG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-tB0YZQqaCG .navbar.opened {
  transition: all 0.3s;
}
.cid-tB0YZQqaCG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB0YZQqaCG .navbar .navbar-logo img {
  width: auto;
}
.cid-tB0YZQqaCG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB0YZQqaCG .navbar.collapsed {
  justify-content: center;
}
.cid-tB0YZQqaCG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB0YZQqaCG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tB0YZQqaCG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB0YZQqaCG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB0YZQqaCG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB0YZQqaCG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB0YZQqaCG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB0YZQqaCG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB0YZQqaCG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB0YZQqaCG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB0YZQqaCG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB0YZQqaCG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB0YZQqaCG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB0YZQqaCG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB0YZQqaCG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB0YZQqaCG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB0YZQqaCG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB0YZQqaCG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB0YZQqaCG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB0YZQqaCG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB0YZQqaCG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tB0YZQqaCG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tB0YZQqaCG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tB0YZQqaCG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tB0YZQqaCG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB0YZQqaCG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tB0YZQqaCG .dropdown-item.active,
.cid-tB0YZQqaCG .dropdown-item:active {
  background-color: transparent;
}
.cid-tB0YZQqaCG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB0YZQqaCG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB0YZQqaCG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB0YZQqaCG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tB0YZQqaCG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB0YZQqaCG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB0YZQqaCG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB0YZQqaCG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB0YZQqaCG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tB0YZQqaCG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB0YZQqaCG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB0YZQqaCG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB0YZQqaCG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB0YZQqaCG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB0YZQqaCG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tB0YZQqaCG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB0YZQqaCG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tB0YZQqaCG .navbar {
    height: 70px;
  }
  .cid-tB0YZQqaCG .navbar.opened {
    height: auto;
  }
  .cid-tB0YZQqaCG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAmtZndcwX {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #38743c;
}
.cid-uAmtZndcwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAmtZndcwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAmtZndcwX .row {
  flex-direction: row-reverse;
}
.cid-uAmtZndcwX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAmtZndcwX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAmtZndcwX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAmtZndcwX .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uAmtZndcwX .mbr-text,
.cid-uAmtZndcwX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uAmydmj6kw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAmydmj6kw img,
.cid-uAmydmj6kw .item-img {
  width: 100%;
}
.cid-uAmydmj6kw .item:focus,
.cid-uAmydmj6kw span:focus {
  outline: none;
}
.cid-uAmydmj6kw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uAmydmj6kw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e8f9e9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uAmydmj6kw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAmydmj6kw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uAmydmj6kw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uAmydmj6kw .mbr-section-title {
  color: #000000;
}
.cid-uAmydmj6kw .mbr-text,
.cid-uAmydmj6kw .mbr-section-btn {
  text-align: center;
}
.cid-uAmydmj6kw .item-title {
  text-align: center;
}
.cid-uAmydmj6kw .item-subtitle {
  text-align: center;
}
.cid-tXvT5DjIyL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #316437;
}
.cid-tXvT5DjIyL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXvT5DjIyL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXvT5DjIyL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upkdXpVpCG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-upkdXpVpCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-upkdXpVpCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upkdXpVpCG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-upkdXpVpCG .team-card:hover {
  transform: translateY(-10px);
}
.cid-upkdXpVpCG .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-upkdXpVpCG .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-upkdXpVpCG .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-upkdXpVpCG .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upkdXpVpCG .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-upkdXpVpCG .social-row {
  text-align: center;
}
.cid-upkdXpVpCG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-upkdXpVpCG .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-upkdXpVpCG .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-upkdXpVpCG .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tB83YwBUMj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #316437;
}
.cid-tB83YwBUMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB83YwBUMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB83YwBUMj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tQGVG1ktEL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQdl1uYxXe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8f9e9;
}
.cid-tQdl1uYxXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdl1uYxXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdl1uYxXe .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tQdl1uYxXe .card {
    margin-bottom: 2rem!important;
  }
  .cid-tQdl1uYxXe .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tQdl1uYxXe .link-wrap {
    align-items: center;
  }
}
.cid-tQdl1uYxXe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tQdl1uYxXe .card-title,
.cid-tQdl1uYxXe .card-box {
  color: #000000;
}
.cid-tQdl1uYxXe .mbr-text DIV {
  text-align: left;
}
.cid-tB85bPoWQz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #316437;
}
.cid-tB85bPoWQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB85bPoWQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB85bPoWQz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tB1xoWzrbk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tB1xoWzrbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1xoWzrbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1xoWzrbk .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-u7H2jucye3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #316437;
}
.cid-u7H2jucye3 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u7H2jucye3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPOyKLFyGI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPOyKLFyGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPOyKLFyGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tPOyKLFyGI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPOyKLFyGI .row {
  flex-direction: row-reverse;
}
.cid-tPOyKLFyGI img {
  width: 100%;
}
.cid-tB85MvgqdZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #316437;
}
.cid-tB85MvgqdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB85MvgqdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB85MvgqdZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tB1AZH7rno {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7H3c5Bapb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7H3c5Bapb .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u7H3c5Bapb .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u7H3c5Bapb .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #38743c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u7H3c5Bapb .mbr-text {
  color: #000000;
}
.cid-uNVAtIhvf7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e8f9e9;
}
.cid-uNVAtIhvf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNVAtIhvf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uNVAtIhvf7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNVAtIhvf7 .row {
  flex-direction: row-reverse;
}
.cid-uNVAtIhvf7 img {
  width: 100%;
}
.cid-tXvTa3f0oo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #316437;
}
.cid-tXvTa3f0oo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXvTa3f0oo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXvTa3f0oo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXvSH2ZHr5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tXvSH2ZHr5 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tXvSH2ZHr5 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tXvSH2ZHr5 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #38743c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tXvSH2ZHr5 .mbr-text {
  color: #000000;
}
.cid-uNqL4iokGk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #316437;
}
.cid-uNqL4iokGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqL4iokGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqL4iokGk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNqL7MAVwL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uNqL7MAVwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqL7MAVwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqL7MAVwL .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uNqL7MAVwL .mbr-section-title,
.cid-uNqL7MAVwL .mbr-section-subtitle {
  text-align: center;
}
.cid-uNqL7MAVwL .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uNqL7MAVwL .card-wrapper {
  border-radius: 4px;
  background-color: #e8f9e9;
}
.cid-uNqL7MAVwL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNqL7MAVwL .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uNqL7MAVwL .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNqL7MAVwL .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uNqL7MAVwL .mbr-section-title {
  color: #1b1b1b;
}
.cid-uNqL7MAVwL .mbr-text {
  text-align: left;
}
.cid-uNqTbRXN6h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e8f9e9;
}
.cid-uNqTbRXN6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqTbRXN6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqTbRXN6h ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uNqTbRXN6h li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uNqTbRXN6h ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #15963c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uNqTbRXN6h .list {
  color: #000000;
}
.cid-u7H2lMyXCE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #316437;
}
.cid-u7H2lMyXCE .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u7H2lMyXCE .mbr-text {
  color: #ffffff;
}
.cid-tPOHAOO1qi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPOHAOO1qi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPOHAOO1qi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tPOHAOO1qi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPOHAOO1qi .row {
  flex-direction: row-reverse;
}
.cid-tPOHAOO1qi img {
  width: 100%;
}
.cid-u0Xv7M0tL1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e8f9e9;
}
.cid-u0Xv7M0tL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0Xv7M0tL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0Xv7M0tL1 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u0Xv7M0tL1 .card-wrapper {
  background-color: #f0faf5;
  border-radius: 4px;
  background-color: transparent;
}
.cid-u0Xv7M0tL1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u0Xv7M0tL1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u0Xv7M0tL1 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u0Xv7M0tL1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u0Xv7M0tL1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u0Xv7M0tL1 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u0Xv7M0tL1 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0Xv7M0tL1 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u0Xv7M0tL1 .card-title {
  color: #000000;
}
.cid-u0Xv7M0tL1 .mbr-text,
.cid-u0Xv7M0tL1 .social-row {
  color: #000000;
}
.cid-tB88MG5MRU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #316437;
}
.cid-tB88MG5MRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB88MG5MRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB88MG5MRU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8qQNh1K1y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u8qQNh1K1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qQNh1K1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qQNh1K1y .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #b82929;
  margin-left: 1rem;
}
.cid-u8qQNh1K1y .panel-group {
  border: none;
}
.cid-u8qQNh1K1y .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8qQNh1K1y .panel-body,
.cid-u8qQNh1K1y .card-header {
  padding: 1rem 0;
}
.cid-u8qQNh1K1y .panel-title-edit {
  color: #000000;
}
.cid-u8qQNh1K1y .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uNqUUf8KYY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uNqUUf8KYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqUUf8KYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqUUf8KYY .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #b82929;
  margin-left: 1rem;
}
.cid-uNqUUf8KYY .panel-group {
  border: none;
}
.cid-uNqUUf8KYY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uNqUUf8KYY .panel-body,
.cid-uNqUUf8KYY .card-header {
  padding: 1rem 0;
}
.cid-uNqUUf8KYY .panel-title-edit {
  color: #000000;
}
.cid-uNqUUf8KYY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tB7b1ZT912 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e8f9e9;
}
.cid-tB7b1ZT912 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7b1ZT912 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7b1ZT912 .oldcost {
  text-decoration: line-through;
  color: #000000;
  text-align: center;
}
.cid-tB7b1ZT912 .currentcost {
  color: #000000;
  text-align: left;
}
.cid-tB7b1ZT912 .card-wrapper {
  border-radius: 4px;
  background: #e8f9e9;
}
@media (min-width: 992px) {
  .cid-tB7b1ZT912 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tB7b1ZT912 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tB7b1ZT912 .text-box {
    padding: 1rem;
  }
}
.cid-tB7b1ZT912 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB7b1ZT912 H5 {
  color: #000000;
  text-align: left;
}
.cid-tB7b1ZT912 .mbr-text,
.cid-tB7b1ZT912 .cost,
.cid-tB7b1ZT912 .mbr-section-btn {
  color: #ffffff;
}
.cid-uA46P45n75 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #316437;
}
.cid-uA46P45n75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA46P45n75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uA46P45n75 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uA46P45n75 .row {
  flex-direction: row-reverse;
}
.cid-uA46P45n75 img {
  width: 100%;
}
.cid-tB7ggl8pAB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uA4fPn7S0U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e8f9e9;
}
.cid-uA4fPn7S0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA4fPn7S0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uA4fPn7S0U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uA4fPn7S0U .row {
  flex-direction: row-reverse;
}
.cid-uA4fPn7S0U img {
  width: 100%;
}
.cid-uFkxvdo2xy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #316437;
}
.cid-uFkxvdo2xy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkxvdo2xy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFkxvdo2xy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFkxvdo2xy .row {
  flex-direction: row-reverse;
}
.cid-uFkxvdo2xy img {
  width: 100%;
}
.cid-tB7Yu884tX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #316437;
}
.cid-tB7Yu884tX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7Yu884tX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7Yu884tX ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tB7Yu884tX li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tB7Yu884tX ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tB7Yu884tX .list {
  color: #ffffff;
}
.cid-uNqMtTDtfP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNqMtTDtfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqMtTDtfP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNqMtTDtfP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uNqMtTDtfP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNqMtTDtfP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tB7Zpny08V {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tB7Zpny08V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7Zpny08V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7Zpny08V .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tB7Zpny08V .mbr-section-title {
  color: #ffffff;
}
.cid-uNqMAL1hs0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uNqMAL1hs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqMAL1hs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqMAL1hs0 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNqMAL1hs0 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNqMAL1hs0 .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNqMAL1hs0 .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNqMAL1hs0 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNqMAL1hs0 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNqMAL1hs0 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNqMAL1hs0 [class^="socicon-"]:before,
.cid-uNqMAL1hs0 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNqMAL1hs0 .mbr-section-title,
.cid-uNqMAL1hs0 .social-list {
  color: #ffffff;
}
.cid-uA4gR6CIRB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uA4gR6CIRB .media-container-row .mbr-text {
  color: #080404;
}
.cid-tBuMPzdHFY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBuMPzdHFY .mbr-section-title {
  text-align: center;
}
.cid-uA4gR6CIRB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uA4gR6CIRB .media-container-row .mbr-text {
  color: #080404;
}
.cid-tBuMj9hDkk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBuMj9hDkk .mbr-section-title {
  text-align: center;
}
.cid-uA4gR6CIRB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uA4gR6CIRB .media-container-row .mbr-text {
  color: #080404;
}
.cid-tBuOj1XZ1f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBuOj1XZ1f .mbr-section-title {
  text-align: center;
}
.cid-uA4gR6CIRB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uA4gR6CIRB .media-container-row .mbr-text {
  color: #080404;
}
.cid-uNqZnnM2je .navbar-dropdown {
  position: relative !important;
}
.cid-uNqZnnM2je .navbar-dropdown {
  position: absolute !important;
}
.cid-uNqZnnM2je .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNqZnnM2je .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNqZnnM2je .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNqZnnM2je .dropdown-item:hover,
.cid-uNqZnnM2je .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uNqZnnM2je .dropdown-item:hover span {
  color: white;
}
.cid-uNqZnnM2je .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNqZnnM2je .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNqZnnM2je .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNqZnnM2je .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNqZnnM2je .nav-link {
  position: relative;
}
.cid-uNqZnnM2je .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNqZnnM2je .container {
    flex-wrap: wrap;
  }
}
.cid-uNqZnnM2je .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNqZnnM2je .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNqZnnM2je .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNqZnnM2je .dropdown-menu,
.cid-uNqZnnM2je .navbar.opened {
  background: #fafafa !important;
}
.cid-uNqZnnM2je .nav-item:focus,
.cid-uNqZnnM2je .nav-link:focus {
  outline: none;
}
.cid-uNqZnnM2je .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNqZnnM2je .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNqZnnM2je .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNqZnnM2je .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNqZnnM2je .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNqZnnM2je .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNqZnnM2je .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-uNqZnnM2je .navbar.opened {
  transition: all 0.3s;
}
.cid-uNqZnnM2je .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNqZnnM2je .navbar .navbar-logo img {
  width: auto;
}
.cid-uNqZnnM2je .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNqZnnM2je .navbar.collapsed {
  justify-content: center;
}
.cid-uNqZnnM2je .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNqZnnM2je .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNqZnnM2je .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNqZnnM2je .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNqZnnM2je .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNqZnnM2je .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNqZnnM2je .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNqZnnM2je .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNqZnnM2je .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNqZnnM2je .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNqZnnM2je .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNqZnnM2je .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNqZnnM2je .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNqZnnM2je .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNqZnnM2je .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNqZnnM2je .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNqZnnM2je .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNqZnnM2je .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNqZnnM2je .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNqZnnM2je .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNqZnnM2je .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNqZnnM2je .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNqZnnM2je .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNqZnnM2je .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNqZnnM2je .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNqZnnM2je .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNqZnnM2je .dropdown-item.active,
.cid-uNqZnnM2je .dropdown-item:active {
  background-color: transparent;
}
.cid-uNqZnnM2je .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNqZnnM2je .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNqZnnM2je .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNqZnnM2je .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uNqZnnM2je .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNqZnnM2je .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNqZnnM2je ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNqZnnM2je .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNqZnnM2je button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNqZnnM2je button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNqZnnM2je button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNqZnnM2je button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNqZnnM2je button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNqZnnM2je button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNqZnnM2je nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNqZnnM2je nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNqZnnM2je nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNqZnnM2je nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNqZnnM2je .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNqZnnM2je a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNqZnnM2je .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNqZnnM2je .navbar {
    height: 70px;
  }
  .cid-uNqZnnM2je .navbar.opened {
    height: auto;
  }
  .cid-uNqZnnM2je .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNqZnp48ia {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1e3582;
}
.cid-uNqZnp48ia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqZnp48ia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqZnp48ia .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNqZnpZoMe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNqZnpZoMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqZnpZoMe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqZnpZoMe .mbr-section-subtitle {
  color: #000000;
}
.cid-uNqZnqdV5x {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNqZnr9d2J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e3582;
}
.cid-uNqZnr9d2J .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uNqZnr9d2J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNqZnrlRf8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNqZnrlRf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqZnrlRf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uNqZnrlRf8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNqZnrlRf8 .row {
  flex-direction: row-reverse;
}
.cid-uNqZnrlRf8 img {
  width: 100%;
}
.cid-uNqZnxPzJe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uNqZnxPzJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqZnxPzJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNqZnxPzJe .text-wrapper {
    padding: 2rem;
  }
}
.cid-uNqZnxPzJe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNqZnxPzJe .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uNqZnyfqK6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uNqZnyfqK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqZnyfqK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqZnyfqK6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNqZnyfqK6 .mbr-section-title {
  color: #ffffff;
}
.cid-uNqZnyGd8K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uNqZnyGd8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqZnyGd8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqZnyGd8K .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNqZnyGd8K .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNqZnyGd8K .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNqZnyGd8K .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNqZnyGd8K .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNqZnyGd8K .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNqZnyGd8K .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNqZnyGd8K [class^="socicon-"]:before,
.cid-uNqZnyGd8K [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNqZnyGd8K .mbr-section-title,
.cid-uNqZnyGd8K .social-list {
  color: #ffffff;
}
.cid-uNqZnz7eEs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uNqZnz7eEs .media-container-row .mbr-text {
  color: #080404;
}
.cid-uNVumCaTBc .navbar-dropdown {
  position: relative !important;
}
.cid-uNVumCaTBc .navbar-dropdown {
  position: absolute !important;
}
.cid-uNVumCaTBc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNVumCaTBc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNVumCaTBc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNVumCaTBc .dropdown-item:hover,
.cid-uNVumCaTBc .dropdown-item:focus {
  background: #b82929 !important;
  color: white !important;
}
.cid-uNVumCaTBc .dropdown-item:hover span {
  color: white;
}
.cid-uNVumCaTBc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNVumCaTBc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNVumCaTBc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNVumCaTBc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNVumCaTBc .nav-link {
  position: relative;
}
.cid-uNVumCaTBc .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNVumCaTBc .container {
    flex-wrap: wrap;
  }
}
.cid-uNVumCaTBc .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNVumCaTBc .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uNVumCaTBc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNVumCaTBc .dropdown-menu,
.cid-uNVumCaTBc .navbar.opened {
  background: #fafafa !important;
}
.cid-uNVumCaTBc .nav-item:focus,
.cid-uNVumCaTBc .nav-link:focus {
  outline: none;
}
.cid-uNVumCaTBc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNVumCaTBc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNVumCaTBc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNVumCaTBc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNVumCaTBc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNVumCaTBc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNVumCaTBc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-uNVumCaTBc .navbar.opened {
  transition: all 0.3s;
}
.cid-uNVumCaTBc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNVumCaTBc .navbar .navbar-logo img {
  width: auto;
}
.cid-uNVumCaTBc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNVumCaTBc .navbar.collapsed {
  justify-content: center;
}
.cid-uNVumCaTBc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNVumCaTBc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNVumCaTBc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNVumCaTBc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNVumCaTBc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNVumCaTBc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNVumCaTBc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNVumCaTBc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNVumCaTBc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNVumCaTBc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNVumCaTBc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNVumCaTBc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNVumCaTBc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNVumCaTBc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNVumCaTBc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNVumCaTBc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNVumCaTBc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNVumCaTBc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNVumCaTBc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uNVumCaTBc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uNVumCaTBc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNVumCaTBc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNVumCaTBc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNVumCaTBc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNVumCaTBc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNVumCaTBc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNVumCaTBc .dropdown-item.active,
.cid-uNVumCaTBc .dropdown-item:active {
  background-color: transparent;
}
.cid-uNVumCaTBc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNVumCaTBc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNVumCaTBc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNVumCaTBc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uNVumCaTBc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNVumCaTBc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNVumCaTBc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNVumCaTBc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNVumCaTBc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNVumCaTBc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNVumCaTBc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNVumCaTBc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNVumCaTBc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNVumCaTBc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNVumCaTBc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNVumCaTBc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNVumCaTBc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNVumCaTBc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNVumCaTBc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNVumCaTBc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNVumCaTBc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNVumCaTBc .navbar {
    height: 70px;
  }
  .cid-uNVumCaTBc .navbar.opened {
    height: auto;
  }
  .cid-uNVumCaTBc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNVumCv1nd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1e3582;
}
.cid-uNVumCv1nd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNVumCv1nd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNVumCv1nd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNVumCKGBm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNVumCKGBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNVumCKGBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNVumCKGBm .mbr-section-subtitle {
  color: #000000;
}
.cid-uNVumCYgPd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNVumD7gYY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e3582;
}
.cid-uNVumD7gYY .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uNVumD7gYY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNVumDj6cq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNVumDj6cq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNVumDj6cq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uNVumDj6cq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNVumDj6cq .row {
  flex-direction: row-reverse;
}
.cid-uNVumDj6cq img {
  width: 100%;
}
.cid-uNVumDwTIq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uNVumDwTIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNVumDwTIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNVumDwTIq .text-wrapper {
    padding: 2rem;
  }
}
.cid-uNVumDwTIq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNVumDwTIq .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uNVumDKKLw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uNVumDKKLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNVumDKKLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNVumDKKLw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNVumDKKLw .mbr-section-title {
  color: #ffffff;
}
.cid-uNVumE0VRu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uNVumE0VRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNVumE0VRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNVumE0VRu .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNVumE0VRu .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNVumE0VRu .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNVumE0VRu .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNVumE0VRu .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNVumE0VRu .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNVumE0VRu .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNVumE0VRu [class^="socicon-"]:before,
.cid-uNVumE0VRu [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNVumE0VRu .mbr-section-title,
.cid-uNVumE0VRu .social-list {
  color: #ffffff;
}
.cid-uNVumEpqP7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uNVumEpqP7 .media-container-row .mbr-text {
  color: #080404;
}
