.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.7rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  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: #1a80c8 !important;
}
.bg-success {
  background-color: #df0069 !important;
}
.bg-info {
  background-color: #e89e00 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1a80c8 !important;
  border-color: #1a80c8 !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: #104f7b !important;
  border-color: #104f7b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #104f7b !important;
  border-color: #104f7b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #902283 !important;
  border-color: #902283 !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: #4a1143 !important;
  border-color: #4a1143 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4a1143 !important;
  border-color: #4a1143 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e89e00 !important;
  border-color: #e89e00 !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: #916300 !important;
  border-color: #916300 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #916300 !important;
  border-color: #916300 !important;
}
.btn-success,
.btn-success:active {
  background-color: #df0069 !important;
  border-color: #df0069 !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: #880040 !important;
  border-color: #880040 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #880040 !important;
  border-color: #880040 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #1a80c8;
  color: #1a80c8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #104f7b !important;
  background-color: transparent!important;
  border-color: #104f7b !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1a80c8 !important;
  border-color: #1a80c8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #902283;
  color: #902283;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4a1143 !important;
  background-color: transparent!important;
  border-color: #4a1143 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #902283 !important;
  border-color: #902283 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e89e00;
  color: #e89e00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #916300 !important;
  background-color: transparent!important;
  border-color: #916300 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e89e00 !important;
  border-color: #e89e00 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #df0069;
  color: #df0069;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #880040 !important;
  background-color: transparent!important;
  border-color: #880040 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #df0069 !important;
  border-color: #df0069 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  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: #1a80c8 !important;
}
.text-secondary {
  color: #902283 !important;
}
.text-success {
  color: #df0069 !important;
}
.text-info {
  color: #e89e00 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0e466e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3d0f38 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #790039 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #825900 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):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: #1a80c8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e89e00;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.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: #1a80c8;
  border-color: #1a80c8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1a80c8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #75bbed;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffacd3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffe7b5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #1a80c8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #1a80c8;
}
/* 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: #1a80c8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1a80c8;
}
.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: #1a80c8;
  border-bottom-color: #1a80c8;
}
.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: #1a80c8 !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: #902283 !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='%231a80c8' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #1a80c8 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFzxmVl7J6 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sFzxmVl7J6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sFzxmVl7J6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .mbr-text,
.cid-sFzxmVl7J6 .mbr-section-btn {
  color: #353535;
}
.cid-ucLSFmfF0c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ucLSFmfF0c .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucLSFmfF0c .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ucLSFmfF0c .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ucLSFmfF0c .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucLSFmfF0c .mbr-text,
.cid-ucLSFmfF0c .mbr-section-btn {
  color: #353535;
}
.cid-vgHaxXViJC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  align-items: flex-end;
  background-color: #902283;
}
.cid-vgHaxXViJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHaxXViJC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHaxXViJC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgHaxXViJC .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vgHaxXViJC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgHaxXViJC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgHaxXViJC .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vgHaxXViJC .content-wrapper .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-vgHaxXViJC .mbr-section-title {
  color: #252322;
}
.cid-vgHaxXViJC .mbr-text {
  color: #252322;
}
.cid-vgHaxXViJC .mbr-section-title,
.cid-vgHaxXViJC .mbr-section-btn {
  color: #ffffff;
}
.cid-vgSf9fLjRd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgSf9fLjRd img,
.cid-vgSf9fLjRd .item-img {
  width: 100%;
}
.cid-vgSf9fLjRd .item:focus,
.cid-vgSf9fLjRd span:focus {
  outline: none;
}
.cid-vgSf9fLjRd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vgSf9fLjRd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vgSf9fLjRd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgSf9fLjRd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vgSf9fLjRd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vgSf9fLjRd .mbr-section-title {
  color: #232323;
}
.cid-vgSf9fLjRd .mbr-text,
.cid-vgSf9fLjRd .mbr-section-btn {
  text-align: left;
}
.cid-vgSf9fLjRd .item-title {
  text-align: left;
}
.cid-vgSf9fLjRd .item-subtitle {
  text-align: left;
}
.cid-vgSr8AYRsQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vgSr8AYRsQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgSr8AYRsQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vgSr8AYRsQ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vgSr8AYRsQ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzz5E692j {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sFzz5E692j .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sFzz5E692j .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzz5E692j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzz5E692j .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzz5E692j .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucHFVaCGEj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #163f8c;
}
.cid-ucHFVaCGEj img,
.cid-ucHFVaCGEj .item-img {
  width: 100%;
}
.cid-ucHFVaCGEj .item:focus,
.cid-ucHFVaCGEj span:focus {
  outline: none;
}
.cid-ucHFVaCGEj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucHFVaCGEj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #13439c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucHFVaCGEj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucHFVaCGEj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ucHFVaCGEj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucHFVaCGEj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucHFVaCGEj .mbr-text,
.cid-ucHFVaCGEj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ucHFVaCGEj .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ucHFVaCGEj .item-subtitle {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ucHFVaCGEj .col-lg-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-vgSUoer68R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vgSUoer68R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSUoer68R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgSUoer68R .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vgSUoer68R .icon-box {
  background: #5fa535;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vgSUoer68R .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vgSUoer68R .card {
    margin-bottom: 2rem;
  }
  .cid-vgSUoer68R .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vgSUoer68R .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgUkIuliWN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #5fa535;
}
.cid-vgUkIuliWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgUkIuliWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgUkIuliWN .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vgUkIuliWN .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vgUkIuliWN .content-wrapper {
    width: 100%;
  }
}
.cid-vgUkIuliWN .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vgUkIuliWN .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgUkIuliWN .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgUkIuliWN .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vgUkIuliWN .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-vgUkIuliWN .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-vgUkIuliWN .content-wrapper .desc-wrapper::before,
.cid-vgUkIuliWN .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-vgUkIuliWN .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-vgUkIuliWN .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-vgUkIuliWN .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-vgUkIuliWN .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-vgUkIuliWN .mbr-section-title {
  color: #181824;
}
.cid-vgUkIuliWN .mbr-text {
  color: #54547e;
  text-align: center;
}
.cid-vgUkIuliWN .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-vgUkIuliWN .mbr-section-title,
.cid-vgUkIuliWN .mbr-section-btn {
  text-align: center;
}
.cid-vgUkIuliWN .mbr-section-title,
.cid-vgUkIuliWN .mbr-section-btn,
.cid-vgUkIuliWN .logo-wrapper {
  color: #ffffff;
}
.cid-vgSX1FkOgu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #5fa535;
}
@media (max-width: 991px) {
  .cid-vgSX1FkOgu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgSX1FkOgu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vgSX1FkOgu .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vgSX1FkOgu .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgSX1FkOgu .mbr-text,
.cid-vgSX1FkOgu .mbr-section-btn .mbr-text,
.cid-vgSX1FkOgu .mbr-section-btn {
  color: #ffffff;
}
.cid-vgTOW7nATO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgTOW7nATO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgTOW7nATO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vgTOW7nATO .item {
  display: flex;
}
.cid-vgTOW7nATO .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-vgTOW7nATO .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem 1.5rem;
  background: #ffffff;
  border-radius: 16px;
  color: #5fa535;
}
.cid-vgTOW7nATO .card-icon-wrap {
  margin-bottom: 1rem;
  line-height: 1;
}
.cid-vgTOW7nATO .card-icon {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  color: currentColor;
}
.cid-vgTOW7nATO .card-title {
  margin-bottom: .75rem;
  color: #232323;
}
.cid-vgTOW7nATO .mbr-text {
  margin-bottom: 1rem;
  color: #232323;
}
.cid-vgTOW7nATO .link-wrap {
  margin-bottom: 1rem;
}
.cid-vgTOW7nATO .link a {
  color: #232323;
}
.cid-vgTOW7nATO .card-divider-line {
  width: 100%;
  height: 3pt;
  background-color: currentColor;
  margin-top: auto;
  margin-bottom: 0;
  border-radius: 999px;
}
.cid-vgTOW7nATO .mbr-section-title,
.cid-vgTOW7nATO .mbr-section-subtitle,
.cid-vgTOW7nATO .card-title,
.cid-vgTOW7nATO .mbr-text,
.cid-vgTOW7nATO .link {
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .cid-vgTOW7nATO .card-box {
    padding: 1.5rem 1.25rem;
  }
  .cid-vgTOW7nATO .card-icon {
    font-size: 2rem;
  }
}
.cid-vgU221EqBs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vgU221EqBs .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vgU221EqBs .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgU221EqBs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vgU221EqBs .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vgU221EqBs .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgU221EqBs .mbr-text,
.cid-vgU221EqBs .mbr-section-btn .mbr-text,
.cid-vgU221EqBs .mbr-section-btn {
  color: #000000;
}
.cid-vgU221EqBs .mbr-section-title {
  color: #000000;
}
.cid-vgU221EqBs .mbr-text,
.cid-vgU221EqBs .mbr-section-btn {
  color: #000000;
}
.cid-vgUb3h3p8j {
  position: relative;
  overflow: hidden;
}
.cid-vgUb3h3p8j .mbr-overlay {
  pointer-events: none;
}
.cid-vgUb3h3p8j .row {
  min-height: 100%;
}
.cid-vgUb3h3p8j.mbr-fullscreen {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.cid-vgUb3h3p8j.reverse-content .row {
  flex-direction: row-reverse;
}
.cid-vgUb3h3p8j.full-width-section.image-full-width .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-vgUb3h3p8j .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgUb3h3p8j .image-wrapper img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
}
.cid-vgUb3h3p8j .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-vgUb3h3p8j .text-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vgUb3h3p8j .text-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgUb3h3p8j.full-width-section .text-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 768px) {
  .cid-vgUb3h3p8j.full-width-section.image-full-width .text-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-vgUb3h3p8j .content-block + .content-block {
  margin-top: 1.5rem;
}
.cid-vgUb3h3p8j .feature-list {
  padding-left: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.cid-vgUb3h3p8j .feature-list li + li {
  margin-top: 0.35rem;
}
.cid-vgUb3h3p8j .mbr-section-title,
.cid-vgUb3h3p8j .mbr-text,
.cid-vgUb3h3p8j .mbr-section-btn,
.cid-vgUb3h3p8j .mbr-section-btn .mbr-text {
  color: #000000;
}
.cid-vgUk45yHCy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vgUk45yHCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgUk45yHCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vgUk45yHCy .list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.cid-vgUk45yHCy .list li {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
  margin-bottom: 1rem;
}
.cid-vgUk45yHCy .list li::before {
  content: "\2022";
  color: #000000;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 0.02em;
}
.cid-vgUk45yHCy .mbr-section-title {
  color: #000000;
}
.cid-vgYd1o8ZkG {
  position: relative;
  overflow: hidden;
}
.cid-vgYd1o8ZkG .mbr-overlay {
  pointer-events: none;
}
.cid-vgYd1o8ZkG .row {
  min-height: 100%;
}
.cid-vgYd1o8ZkG.mbr-fullscreen {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.cid-vgYd1o8ZkG.reverse-content .row {
  flex-direction: row-reverse;
}
.cid-vgYd1o8ZkG.full-width-section.image-full-width .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-vgYd1o8ZkG .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgYd1o8ZkG .image-wrapper img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
}
.cid-vgYd1o8ZkG .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-vgYd1o8ZkG .text-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vgYd1o8ZkG .text-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgYd1o8ZkG.full-width-section .text-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 768px) {
  .cid-vgYd1o8ZkG.full-width-section.image-full-width .text-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-vgYd1o8ZkG .content-block + .content-block {
  margin-top: 1.5rem;
}
.cid-vgYd1o8ZkG .feature-list {
  padding-left: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.cid-vgYd1o8ZkG .feature-list li + li {
  margin-top: 0.35rem;
}
.cid-vgYd1o8ZkG .mbr-section-title,
.cid-vgYd1o8ZkG .mbr-text,
.cid-vgYd1o8ZkG .mbr-section-btn,
.cid-vgYd1o8ZkG .mbr-section-btn .mbr-text {
  color: #000000;
}
.cid-vgYFso0XZZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vgYFso0XZZ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vgYFso0XZZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgYFso0XZZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vgYFso0XZZ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vgYFso0XZZ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgYFso0XZZ .mbr-text,
.cid-vgYFso0XZZ .mbr-section-btn .mbr-text,
.cid-vgYFso0XZZ .mbr-section-btn {
  color: #13439c;
}
.cid-vgYFso0XZZ .mbr-section-title {
  color: #000000;
}
.cid-vgYFso0XZZ .mbr-text,
.cid-vgYFso0XZZ .mbr-section-btn {
  color: #000000;
}
.cid-vgYZ5DyyJw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vgYZ5DyyJw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgYZ5DyyJw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vgYZ5DyyJw .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vgYZ5DyyJw .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgYZ5DyyJw .mbr-text,
.cid-vgYZ5DyyJw .mbr-section-btn {
  color: #353535;
}
.cid-vgUozIqIc7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e89e00;
}
.cid-vgUozIqIc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgUozIqIc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgUozIqIc7 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vgUozIqIc7 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vgUozIqIc7 .content-wrapper {
    width: 100%;
  }
}
.cid-vgUozIqIc7 .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vgUozIqIc7 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgUozIqIc7 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgUozIqIc7 .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vgUozIqIc7 .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-vgUozIqIc7 .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-vgUozIqIc7 .content-wrapper .desc-wrapper::before,
.cid-vgUozIqIc7 .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-vgUozIqIc7 .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-vgUozIqIc7 .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-vgUozIqIc7 .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-vgUozIqIc7 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-vgUozIqIc7 .mbr-section-title {
  color: #181824;
}
.cid-vgUozIqIc7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vgUozIqIc7 .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-vgUozIqIc7 .mbr-section-title,
.cid-vgUozIqIc7 .mbr-section-btn {
  text-align: center;
}
.cid-vgUozIqIc7 .mbr-section-title,
.cid-vgUozIqIc7 .mbr-section-btn,
.cid-vgUozIqIc7 .logo-wrapper {
  color: #ffffff;
}
.cid-vgUwyMukCP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fcfbf5;
}
.cid-vgUwyMukCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgUwyMukCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgUwyMukCP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-vgUwyMukCP .container-fluid {
    padding: 0 20px;
  }
}
.cid-vgUwyMukCP .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vgUwyMukCP .container {
    padding: 0 20px;
  }
}
.cid-vgUwyMukCP .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-vgUwyMukCP .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-vgUwyMukCP .mbr-section-title {
  color: #1d1d1d;
}
.cid-vgUwyMukCP .mbr-text {
  color: #706f6d;
}
.cid-vgUqLQoPbB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-vgUqLQoPbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgUqLQoPbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vgUqLQoPbB .section-head {
  margin-bottom: 3rem;
}
.cid-vgUqLQoPbB .section-head .card-box {
  text-align: center;
}
.cid-vgUqLQoPbB .section-head .card-title,
.cid-vgUqLQoPbB .section-head .mbr-text {
  text-align: center;
}
.cid-vgUqLQoPbB .section-head .mbr-text {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vgUqLQoPbB .section-head .mbr-section-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vgUqLQoPbB .items-wrap {
  row-gap: 0.5rem;
}
.cid-vgUqLQoPbB .item {
  height: 100%;
}
.cid-vgUqLQoPbB .item-wrapper {
  display: flex;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 2rem;
}
.cid-vgUqLQoPbB .icon-box {
  background: #e89e00;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 60px;
}
.cid-vgUqLQoPbB .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-vgUqLQoPbB .text-box {
  width: 100%;
}
.cid-vgUqLQoPbB .icon-title {
  margin-bottom: 0.5rem;
}
.cid-vgUqLQoPbB .icon-text {
  margin-bottom: 0;
}
.cid-vgUqLQoPbB .card-wrapper,
.cid-vgUqLQoPbB .item-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vgUqLQoPbB .section-head {
    margin-bottom: 2rem;
  }
  .cid-vgUqLQoPbB .item-wrapper {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgUqLQoPbB .icon-box {
    width: 54px;
    min-width: 54px;
    height: 54px;
    flex: 0 0 54px;
  }
  .cid-vgUqLQoPbB .mbr-iconfont {
    font-size: 1.7rem;
  }
}
.cid-vgUwcUkteR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e89e00;
}
.cid-vgUwcUkteR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgUwcUkteR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgUwcUkteR .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vgUwcUkteR .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vgUwcUkteR .content-wrapper {
    width: 100%;
  }
}
.cid-vgUwcUkteR .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vgUwcUkteR .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgUwcUkteR .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgUwcUkteR .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vgUwcUkteR .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-vgUwcUkteR .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-vgUwcUkteR .content-wrapper .desc-wrapper::before,
.cid-vgUwcUkteR .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-vgUwcUkteR .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-vgUwcUkteR .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-vgUwcUkteR .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-vgUwcUkteR .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-vgUwcUkteR .mbr-section-title {
  color: #181824;
}
.cid-vgUwcUkteR .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-vgUwcUkteR .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-vgUwcUkteR .mbr-section-title,
.cid-vgUwcUkteR .mbr-section-btn {
  text-align: center;
}
.cid-vgUwcUkteR .mbr-section-title,
.cid-vgUwcUkteR .mbr-section-btn,
.cid-vgUwcUkteR .logo-wrapper {
  color: #ffffff;
}
.cid-vgYORgsmCc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vgYORgsmCc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgYORgsmCc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vgYORgsmCc .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vgYORgsmCc .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgYORgsmCc .mbr-text,
.cid-vgYORgsmCc .mbr-section-btn .mbr-text,
.cid-vgYORgsmCc .mbr-section-btn {
  color: #13439c;
}
.cid-vgYORgsmCc .mbr-section-title {
  color: #000000;
}
.cid-vgYORgsmCc .mbr-text,
.cid-vgYORgsmCc .mbr-section-btn {
  color: #000000;
}
.cid-vgZ6Y6OkEX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #5fa535;
}
.cid-vgZ6Y6OkEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZ6Y6OkEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZ6Y6OkEX .content-wrapper {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vgZ6Y6OkEX .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vgZ6Y6OkEX .content-wrapper {
    width: 100%;
  }
}
.cid-vgZ6Y6OkEX .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vgZ6Y6OkEX .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vgZ6Y6OkEX .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgZ6Y6OkEX .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vgZ6Y6OkEX .content-wrapper .desc-wrapper {
  position: relative;
  margin: 24px 48px 0;
}
@media (max-width: 992px) {
  .cid-vgZ6Y6OkEX .content-wrapper .desc-wrapper {
    margin: 24px 0 0;
  }
}
.cid-vgZ6Y6OkEX .content-wrapper .desc-wrapper::before,
.cid-vgZ6Y6OkEX .content-wrapper .desc-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff 50%, transparent);
  width: 100%;
  height: 1px;
}
.cid-vgZ6Y6OkEX .content-wrapper .desc-wrapper::before {
  top: 0;
}
.cid-vgZ6Y6OkEX .content-wrapper .desc-wrapper:after {
  bottom: 0;
}
.cid-vgZ6Y6OkEX .content-wrapper .desc-wrapper .mbr-desc {
  padding: 8px 0;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, transparent, #eeeef4 50%, transparent);
}
.cid-vgZ6Y6OkEX .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-vgZ6Y6OkEX .mbr-section-title {
  color: #181824;
}
.cid-vgZ6Y6OkEX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vgZ6Y6OkEX .mbr-desc {
  color: #49496d;
  text-align: center;
}
.cid-vgZ6Y6OkEX .mbr-section-title,
.cid-vgZ6Y6OkEX .mbr-section-btn {
  text-align: center;
}
.cid-vgZ6Y6OkEX .mbr-section-title,
.cid-vgZ6Y6OkEX .mbr-section-btn,
.cid-vgZ6Y6OkEX .logo-wrapper {
  color: #ffffff;
}
.cid-vgZdoqejEM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgZdoqejEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZdoqejEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZdoqejEM ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vgZdoqejEM li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vgZdoqejEM ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #5fa535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vgZfqDBzla {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgZfqDBzla .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZfqDBzla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZfqDBzla ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vgZfqDBzla li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vgZfqDBzla ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #5fa535;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vgZ7ehP6MG {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vgZ7ehP6MG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZ7ehP6MG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZ7ehP6MG .item-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.cid-vgZ7ehP6MG .icon-box {
  background: #1a80c8;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .2rem;
}
.cid-vgZ7ehP6MG .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-vgZ7ehP6MG .text-box {
  width: 100%;
}
.cid-vgZ7ehP6MG .icon-title {
  margin-bottom: .35rem;
}
.cid-vgZ7ehP6MG .icon-text {
  color: #1a80c8;
  margin-bottom: .35rem;
}
.cid-vgZ7ehP6MG .icon-desc {
  color: #000000;
  margin: 0;
  line-height: 1.5;
}
.cid-vgZ7ehP6MG .icon-desc:empty {
  display: none;
}
.cid-vgZ7ehP6MG .mbr-text,
.cid-vgZ7ehP6MG .mbr-section-btn {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vgZ7ehP6MG .card {
    margin-bottom: 2rem;
  }
  .cid-vgZ7ehP6MG .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vgZ7ehP6MG .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgZnMRh5i9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vgZnMRh5i9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZnMRh5i9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZnMRh5i9 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vgZnMRh5i9 .card {
    margin-bottom: 2rem!important;
  }
  .cid-vgZnMRh5i9 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vgZnMRh5i9 .link-wrap {
    align-items: center;
  }
}
.cid-vgZnMRh5i9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vgZnMRh5i9 .card-title,
.cid-vgZnMRh5i9 .card-box {
  color: #13439c;
}
.cid-vgZnMRh5i9 .mbr-text,
.cid-vgZnMRh5i9 .link-wrap,
.cid-vgZnMRh5i9 .mbr-section-btn {
  color: #000000;
}
.cid-sFzDs3t9EG {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sFzDs3t9EG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFzDs3t9EG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFzDs3t9EG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFzDs3t9EG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFzDs3t9EG .mbr-section-title {
  color: #000000;
}
.cid-sFzDs3t9EG .mbr-section-subtitle {
  color: #000000;
}
.cid-sFzIA7KGYz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sFzIA7KGYz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFzIA7KGYz .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFzIA7KGYz .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFzIA7KGYz .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFzIA7KGYz .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #1a80c8;
}
.cid-sFCygHrmNf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .row .row-copirayt p {
  width: 100%;
}
.cid-ucXFTwOM5w {
  z-index: 1000;
  width: 100%;
}
.cid-ucXFTwOM5w nav.navbar {
  position: fixed;
}
.cid-ucXFTwOM5w .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-ucXFTwOM5w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucXFTwOM5w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucXFTwOM5w .dropdown-item:hover,
.cid-ucXFTwOM5w .dropdown-item:focus {
  background: #1a80c8 !important;
  color: white !important;
}
.cid-ucXFTwOM5w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucXFTwOM5w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucXFTwOM5w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucXFTwOM5w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucXFTwOM5w .nav-link {
  position: relative;
}
.cid-ucXFTwOM5w .container {
  display: flex;
  margin: auto;
}
.cid-ucXFTwOM5w .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucXFTwOM5w .dropdown-menu,
.cid-ucXFTwOM5w .navbar.opened {
  background: #fafafa !important;
}
.cid-ucXFTwOM5w .nav-item:focus,
.cid-ucXFTwOM5w .nav-link:focus {
  outline: none;
}
.cid-ucXFTwOM5w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucXFTwOM5w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucXFTwOM5w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucXFTwOM5w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucXFTwOM5w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucXFTwOM5w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucXFTwOM5w .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-ucXFTwOM5w .navbar.opened {
  transition: all 0.3s;
}
.cid-ucXFTwOM5w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucXFTwOM5w .navbar .navbar-logo img {
  width: auto;
}
.cid-ucXFTwOM5w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucXFTwOM5w .navbar.collapsed {
  justify-content: center;
}
.cid-ucXFTwOM5w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucXFTwOM5w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucXFTwOM5w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-ucXFTwOM5w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucXFTwOM5w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucXFTwOM5w .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-ucXFTwOM5w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucXFTwOM5w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucXFTwOM5w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucXFTwOM5w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucXFTwOM5w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucXFTwOM5w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucXFTwOM5w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucXFTwOM5w .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-ucXFTwOM5w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucXFTwOM5w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucXFTwOM5w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucXFTwOM5w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucXFTwOM5w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucXFTwOM5w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucXFTwOM5w .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucXFTwOM5w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucXFTwOM5w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucXFTwOM5w .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-ucXFTwOM5w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucXFTwOM5w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucXFTwOM5w .dropdown-item.active,
.cid-ucXFTwOM5w .dropdown-item:active {
  background-color: transparent;
}
.cid-ucXFTwOM5w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucXFTwOM5w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucXFTwOM5w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucXFTwOM5w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-ucXFTwOM5w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucXFTwOM5w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucXFTwOM5w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucXFTwOM5w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucXFTwOM5w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucXFTwOM5w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucXFTwOM5w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucXFTwOM5w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucXFTwOM5w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucXFTwOM5w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucXFTwOM5w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucXFTwOM5w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucXFTwOM5w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucXFTwOM5w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucXFTwOM5w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucXFTwOM5w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucXFTwOM5w .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-ucXFTwOM5w .navbar {
    height: 70px;
  }
  .cid-ucXFTwOM5w .navbar.opened {
    height: auto;
  }
  .cid-ucXFTwOM5w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucXFTyiA3R {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucXFTyiA3R .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ucXFTyiA3R .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucXFTyiA3R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ucXFTyiA3R .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ucXFTyiA3R .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucXFTyiA3R .mbr-text,
.cid-ucXFTyiA3R .mbr-section-btn {
  color: #353535;
}
.cid-ud2Qr4U2jR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud2Qr4U2jR .fb-page,
.cid-ud2Qr4U2jR span,
.cid-ud2Qr4U2jR iframe {
  width: 500px;
  height: 620px;
}
.cid-ud2Qr4U2jR blockquote {
  display: none;
}
.cid-ud2Qr4U2jR .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-ucXFTMXvaN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ucXFTMXvaN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ucXFTMXvaN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ucXFTMXvaN .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ucXFTMXvaN .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ucXFTMXvaN .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ucXFTMXvaN .row .foot-menu li p {
  margin: 0;
}
.cid-ucXFTMXvaN .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ucXFTMXvaN .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ucXFTMXvaN .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ucXFTMXvaN .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ucXFTMXvaN .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucXFTMXvaN .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ucXFTMXvaN .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ucXFTMXvaN .row .row-copirayt p {
  width: 100%;
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #1a80c8 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgZY1vYZFt {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgZY1vYZFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZY1vYZFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZY1vYZFt .mbr-section-title {
  color: #df0069;
}
.cid-vgZX1rRsH6 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-vgZX1rRsH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgZX1rRsH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgZX1rRsH6 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #1a80c8;
  margin-bottom: 2rem;
}
.cid-vgZX1rRsH6 .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #bed3f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vgZX1rRsH6 .card-title,
.cid-vgZX1rRsH6 .card-box {
  color: #df0069;
}
.cid-sFCygHrmNf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .row .row-copirayt p {
  width: 100%;
}
