body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Barlow', 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: #098642 !important;
}
.bg-success {
  background-color: #098642 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #29395f !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #098642 !important;
  border-color: #098642 !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: #04351a !important;
  border-color: #04351a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #04351a !important;
  border-color: #04351a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00a3b8 !important;
  border-color: #00a3b8 !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: #005661 !important;
  border-color: #005661 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #005661 !important;
  border-color: #005661 !important;
}
.btn-info,
.btn-info: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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.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-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #098642 !important;
  border-color: #098642 !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: #04351a !important;
  border-color: #04351a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #04351a !important;
  border-color: #04351a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #29395f !important;
  border-color: #29395f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0f1522 !important;
  border-color: #0f1522 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0f1522 !important;
  border-color: #0f1522 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #098642;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #04351a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #098642 !important;
  border-color: #098642 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00a3b8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #005661 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00a3b8 !important;
  border-color: #00a3b8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #098642;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #04351a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #098642 !important;
  border-color: #098642 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #29395f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0f1522 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #29395f !important;
  border-color: #29395f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #098642 !important;
}
.text-secondary {
  color: #00a3b8 !important;
}
.text-success {
  color: #098642 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #29395f !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #032613 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #004952 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #032613 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0a0e18 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #098642;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #29395f;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #098642;
  border-color: #098642;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #098642;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1ff07e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #1ff07e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #5370b5;
}
.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: 'Barlow', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #098642 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #098642;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #098642;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #098642;
}
.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: #098642;
  border-bottom-color: #098642;
}
.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: #098642 !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: #00a3b8 !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='%23098642' %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;
}
.menu-bar {
  font-family: 'Cabin', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.menu-bar > .mbr-iconfont {
  font-size: 1rem;
}
.cid-tKmYBrxTvD {
  z-index: 1000;
  width: 100%;
}
.cid-tKmYBrxTvD nav.navbar {
  position: fixed;
}
.cid-tKmYBrxTvD .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-tKmYBrxTvD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKmYBrxTvD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKmYBrxTvD .dropdown-item:hover,
.cid-tKmYBrxTvD .dropdown-item:focus {
  background: #098642 !important;
  color: white !important;
}
.cid-tKmYBrxTvD .dropdown-item:hover span {
  color: white;
}
.cid-tKmYBrxTvD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKmYBrxTvD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKmYBrxTvD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKmYBrxTvD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKmYBrxTvD .nav-link {
  position: relative;
}
.cid-tKmYBrxTvD .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKmYBrxTvD .container {
    flex-wrap: wrap;
  }
}
.cid-tKmYBrxTvD .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKmYBrxTvD .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKmYBrxTvD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKmYBrxTvD .dropdown-menu,
.cid-tKmYBrxTvD .navbar.opened {
  background: #29395f !important;
}
.cid-tKmYBrxTvD .nav-item:focus,
.cid-tKmYBrxTvD .nav-link:focus {
  outline: none;
}
.cid-tKmYBrxTvD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKmYBrxTvD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKmYBrxTvD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKmYBrxTvD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKmYBrxTvD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKmYBrxTvD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKmYBrxTvD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #29395f;
}
.cid-tKmYBrxTvD .navbar.opened {
  transition: all 0.3s;
}
.cid-tKmYBrxTvD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKmYBrxTvD .navbar .navbar-logo img {
  width: auto;
}
.cid-tKmYBrxTvD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKmYBrxTvD .navbar.collapsed {
  justify-content: center;
}
.cid-tKmYBrxTvD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKmYBrxTvD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKmYBrxTvD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKmYBrxTvD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKmYBrxTvD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKmYBrxTvD .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-tKmYBrxTvD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKmYBrxTvD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKmYBrxTvD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKmYBrxTvD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKmYBrxTvD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKmYBrxTvD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKmYBrxTvD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKmYBrxTvD .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-tKmYBrxTvD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKmYBrxTvD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKmYBrxTvD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKmYBrxTvD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKmYBrxTvD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKmYBrxTvD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKmYBrxTvD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKmYBrxTvD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKmYBrxTvD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKmYBrxTvD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKmYBrxTvD .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-tKmYBrxTvD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKmYBrxTvD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKmYBrxTvD .dropdown-item.active,
.cid-tKmYBrxTvD .dropdown-item:active {
  background-color: transparent;
}
.cid-tKmYBrxTvD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKmYBrxTvD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKmYBrxTvD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKmYBrxTvD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29395f;
}
.cid-tKmYBrxTvD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKmYBrxTvD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKmYBrxTvD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKmYBrxTvD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKmYBrxTvD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKmYBrxTvD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tKmYBrxTvD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKmYBrxTvD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKmYBrxTvD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKmYBrxTvD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKmYBrxTvD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKmYBrxTvD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKmYBrxTvD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKmYBrxTvD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKmYBrxTvD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKmYBrxTvD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKmYBrxTvD .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-tKmYBrxTvD .navbar {
    height: 70px;
  }
  .cid-tKmYBrxTvD .navbar.opened {
    height: auto;
  }
  .cid-tKmYBrxTvD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKmYBqwEn9 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tKmYBqwEn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKmYBqwEn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKmYBqwEn9 .mbr-text,
.cid-tKmYBqwEn9 .mbr-section-btn {
  color: #000000;
}
.cid-tKmYBqwEn9 .mbr-section-title {
  color: #000000;
}
.cid-uT0L5XXFp6 {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uT0L5XXFp6 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uT0L5XXFp6 .mbr-section-title {
  color: #000000;
}
.cid-uT0L5XXFp6 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
  text-align: center;
}
.cid-uT0L5XXFp6 .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uT0L5XXFp6 .items-row {
    margin: 0 -15px;
  }
  .cid-uT0L5XXFp6 .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uT0L5XXFp6 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uT0L5XXFp6 .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uT0L5XXFp6 .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uT0L5XXFp6 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uT0L5XXFp6 .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uT0L5XXFp6 .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uT0L5XXFp6 .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uT0L5XXFp6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uT0L5XXFp6 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uT0L5XXFp6 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #ffffff;
  padding: 10px;
}
.cid-uT0L5XXFp6 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uT0L5XXFp6 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uT0L5XXFp6 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uT0L5XXFp6 .item-title,
.cid-uT0L5XXFp6 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uT0L6XUYBx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT0L6XUYBx .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uT0L6XUYBx .mbr-section-title {
  color: #000000;
}
.cid-uT0L6XUYBx .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
  text-align: center;
}
.cid-uT0L6XUYBx .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uT0L6XUYBx .items-row {
    margin: 0 -15px;
  }
  .cid-uT0L6XUYBx .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uT0L6XUYBx .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uT0L6XUYBx .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uT0L6XUYBx .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uT0L6XUYBx .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uT0L6XUYBx .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uT0L6XUYBx .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: center;
}
.cid-uT0L6XUYBx .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uT0L6XUYBx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uT0L6XUYBx .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uT0L6XUYBx .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #ffffff;
  padding: 10px;
}
.cid-uT0L6XUYBx .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uT0L6XUYBx .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uT0L6XUYBx .mbr-section-btn {
  margin-top: 20px;
}
.cid-uT0L6XUYBx .item-title,
.cid-uT0L6XUYBx .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vjoQJBZ2do {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjoQJBZ2do .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjoQJBZ2do .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjoQJBZ2do .item-wrapper {
  background-color: #ffffff;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-vjoQJBZ2do .mbr-section-title,
.cid-vjoQJBZ2do .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vjoQJBZ2do .item-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vjoQJBZ2do .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-vjoQJBZ2do .mbr-text {
  text-align: center;
}
.cid-tKn2CGYfzO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tKn2CGYfzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKn2CGYfzO .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-tKn2CGYfzO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tKn2CGYfzO .row {
  flex-direction: row-reverse;
}
.cid-tKn2CGYfzO img {
  width: 100%;
}
.cid-tKnsXowz1h {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tKnsXowz1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnsXowz1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-tKnsXowz1h .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-tKnsXowz1h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKnsXowz1h .image-wrapper {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-tKnsXowz1h .image-wrapper {
    padding-bottom: 2rem;
    height: 550px;
  }
}
.cid-tKnsXowz1h .mbr-text {
  color: #ffffff;
}
.cid-vks6YyWeQd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #29395f;
}
.cid-vks6YyWeQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vks6YyWeQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vks6YyWeQd .content-wrap {
  justify-content: center;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vks6YyWeQd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vks6YyWeQd .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vks6YyWeQd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vks6YyWeQd .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vks6YyWeQd .mbr-section-title {
  color: #ff8576;
}
.cid-vks6YyWeQd .mbr-copy {
  color: #51565c;
}
.cid-vks6YyWeQd .mbr-copy,
.cid-vks6YyWeQd .copy-wrapper {
  text-align: right;
}
.cid-vks6YyWeQd .mbr-copy,
.cid-vks6YyWeQd .copy-wrapper,
.cid-vks6YyWeQd .social-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-vks6YyWeQd .mbr-section-title,
.cid-vks6YyWeQd .logo-wrapper {
  color: #ffffff;
}
.cid-tKbtB4UtFk {
  z-index: 1000;
  width: 100%;
}
.cid-tKbtB4UtFk nav.navbar {
  position: fixed;
}
.cid-tKbtB4UtFk .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-tKbtB4UtFk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKbtB4UtFk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKbtB4UtFk .dropdown-item:hover,
.cid-tKbtB4UtFk .dropdown-item:focus {
  background: #098642 !important;
  color: white !important;
}
.cid-tKbtB4UtFk .dropdown-item:hover span {
  color: white;
}
.cid-tKbtB4UtFk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKbtB4UtFk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKbtB4UtFk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKbtB4UtFk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKbtB4UtFk .nav-link {
  position: relative;
}
.cid-tKbtB4UtFk .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKbtB4UtFk .container {
    flex-wrap: wrap;
  }
}
.cid-tKbtB4UtFk .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKbtB4UtFk .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKbtB4UtFk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKbtB4UtFk .dropdown-menu,
.cid-tKbtB4UtFk .navbar.opened {
  background: #29395f !important;
}
.cid-tKbtB4UtFk .nav-item:focus,
.cid-tKbtB4UtFk .nav-link:focus {
  outline: none;
}
.cid-tKbtB4UtFk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKbtB4UtFk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKbtB4UtFk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKbtB4UtFk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKbtB4UtFk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKbtB4UtFk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKbtB4UtFk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #29395f;
}
.cid-tKbtB4UtFk .navbar.opened {
  transition: all 0.3s;
}
.cid-tKbtB4UtFk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKbtB4UtFk .navbar .navbar-logo img {
  width: auto;
}
.cid-tKbtB4UtFk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKbtB4UtFk .navbar.collapsed {
  justify-content: center;
}
.cid-tKbtB4UtFk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKbtB4UtFk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKbtB4UtFk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKbtB4UtFk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKbtB4UtFk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKbtB4UtFk .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-tKbtB4UtFk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKbtB4UtFk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKbtB4UtFk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKbtB4UtFk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKbtB4UtFk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKbtB4UtFk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKbtB4UtFk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKbtB4UtFk .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-tKbtB4UtFk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKbtB4UtFk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKbtB4UtFk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKbtB4UtFk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKbtB4UtFk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKbtB4UtFk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKbtB4UtFk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKbtB4UtFk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKbtB4UtFk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKbtB4UtFk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKbtB4UtFk .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-tKbtB4UtFk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKbtB4UtFk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKbtB4UtFk .dropdown-item.active,
.cid-tKbtB4UtFk .dropdown-item:active {
  background-color: transparent;
}
.cid-tKbtB4UtFk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKbtB4UtFk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKbtB4UtFk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKbtB4UtFk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29395f;
}
.cid-tKbtB4UtFk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKbtB4UtFk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKbtB4UtFk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKbtB4UtFk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKbtB4UtFk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKbtB4UtFk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tKbtB4UtFk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKbtB4UtFk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKbtB4UtFk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKbtB4UtFk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKbtB4UtFk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKbtB4UtFk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKbtB4UtFk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKbtB4UtFk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKbtB4UtFk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKbtB4UtFk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKbtB4UtFk .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-tKbtB4UtFk .navbar {
    height: 70px;
  }
  .cid-tKbtB4UtFk .navbar.opened {
    height: auto;
  }
  .cid-tKbtB4UtFk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnmcPPv0e {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uYnmcPPv0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnmcPPv0e .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-uYnmcPPv0e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYnmcPPv0e .row {
  flex-direction: row-reverse;
}
.cid-uYnmcPPv0e img {
  width: 100%;
}
.cid-tKbGXaO74Y {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #29395f;
}
.cid-tKbGXaO74Y .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tKbGXaO74Y {
    align-items: flex-end;
  }
  .cid-tKbGXaO74Y .row {
    justify-content: center;
  }
  .cid-tKbGXaO74Y .content-wrap {
    width: 84%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tKbGXaO74Y .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tKbGXaO74Y {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tKbGXaO74Y .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tKbGXaO74Y .content-wrap {
    width: 100%;
  }
}
.cid-tKbGXaO74Y .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-tKbGXaO74Y .mbr-text,
.cid-tKbGXaO74Y .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjpzKyloHO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-vjpzKyloHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjpzKyloHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vjpzKyloHO .container {
    padding: 0 25px;
  }
}
.cid-vjpzKyloHO .row {
  justify-content: center;
}
.cid-vjpzKyloHO .item-wrapper {
  margin-bottom: 32px;
}
.cid-vjpzKyloHO .item-img {
  overflow: hidden;
}
.cid-vjpzKyloHO .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vjpzKyloHO .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-vjoNI7qgAi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
}
.cid-vjoNI7qgAi .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #dbdbdb -30%, transparent 100%);
}
.cid-vjoNI7qgAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjoNI7qgAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjoNI7qgAi .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vjoNI7qgAi .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vjoNI7qgAi .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vjoNI7qgAi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vjoNI7qgAi .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vjoNI7qgAi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjoNI7qgAi .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vjoNI7qgAi .mbr-section-title {
  color: #ffffff;
}
.cid-vjoNI7qgAi .mbr-text,
.cid-vjoNI7qgAi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjoNI7qgAi .mbr-section-title,
.cid-vjoNI7qgAi .mbr-section-btn {
  text-align: center;
  color: #29395f;
}
.cid-v166svwBTL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-v166svwBTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v166svwBTL .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-v166svwBTL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v166svwBTL .row {
  flex-direction: row-reverse;
}
.cid-v166svwBTL img {
  width: 100%;
}
.cid-utUF4egN9K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-utUF4egN9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-utUF4egN9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utUF4egN9K .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-utUF4egN9K .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-utUF4egN9K .mbr-iconfont {
  font-size: 2rem;
  color: #29395f;
  padding-right: 1.5rem;
}
.cid-utUF4egN9K .card-title {
  color: #29395f;
}
.cid-utUF4egN9K .card-text {
  color: #000000;
}
.cid-vk4NB0GI0h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #29395f;
}
.cid-vk4NB0GI0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk4NB0GI0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk4NB0GI0h .content-wrapper {
  position: relative;
  margin: 0;
}
.cid-vk4NB0GI0h .content-wrapper .content {
  padding: 0;
}
.cid-vk4NB0GI0h .content-wrap {
  position: relative;
  z-index: 1;
  margin: 0 0 80px 0;
}
@media (max-width: 992px) {
  .cid-vk4NB0GI0h .content-wrap {
    margin: 0 0 40px 0;
  }
}
.cid-vk4NB0GI0h .content-wrap .card {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vk4NB0GI0h .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vk4NB0GI0h .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  background-color: #29395f;
  padding: 7px 14px 6px;
}
.cid-vk4NB0GI0h .label-wrapper .label-wrap .marker-wrap {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
  background-color: #29395f;
}
.cid-vk4NB0GI0h .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vk4NB0GI0h .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vk4NB0GI0h .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vk4NB0GI0h .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vk4NB0GI0h .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vk4NB0GI0h .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vk4NB0GI0h .items-wrapper {
  position: relative;
  margin: 0;
}
.cid-vk4NB0GI0h .items-wrapper .item {
  padding: 0;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vk4NB0GI0h .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vk4NB0GI0h .items-wrapper .item:nth-child(2n) {
  padding-top: 160px;
}
@media (max-width: 1440px) {
  .cid-vk4NB0GI0h .items-wrapper .item:nth-child(2n) {
    padding-top: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vk4NB0GI0h .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper {
  height: 100%;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-vk4NB0GI0h .items-wrapper .item .item-wrapper {
    padding-right: 0;
  }
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .frame-wrapper .cross-section {
  width: 24px;
  height: 24px;
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #098642 45%);
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #098642 45%);
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .frame-wrapper .cross_3 {
  background-image: linear-gradient(315deg, transparent 45%, #098642 45%);
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #098642;
  margin: 0 -1px;
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .frame_2 .frame-wrap {
  margin: 0 -1px 0 0;
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .card-box {
  background-color: #098642;
  padding: 1px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .card-box {
    min-height: auto;
  }
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .card-box .card-label-wrapper {
  margin-bottom: 20px;
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .marker-wrap {
  width: 12px;
  height: 12px;
  min-width: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #ffffff;
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .marker-wrap .circle-wrap {
  background-color: #098642;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .item-label {
  margin-bottom: 0;
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .card-box .item-content .item-number {
  margin-bottom: 6px;
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 22px;
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .card-box .item-content .text-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #29395f;
  padding-top: 22px;
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .card-box .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vk4NB0GI0h .items-wrapper .item .item-wrapper .card-box .item-content .text-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 40px;
}
.cid-vk4NB0GI0h .mbr-label {
  color: #686868;
}
.cid-vk4NB0GI0h .mbr-section-title {
  color: #ffffff;
}
.cid-vk4NB0GI0h .mbr-section-subtitle {
  color: #5e5e5e;
}
.cid-vk4NB0GI0h .mbr-text {
  color: #686868;
}
.cid-vk4NB0GI0h .item-label {
  color: #686868;
}
.cid-vk4NB0GI0h .item-number {
  color: #ffffff;
}
.cid-vk4NB0GI0h .item-title {
  color: #ffffff;
}
.cid-vk4NB0GI0h .item-text {
  color: #5e5e5e;
}
.cid-vk4NB0GI0h .item-label,
.cid-vk4NB0GI0h .card-label-wrapper {
  color: #ffffff;
}
.cid-vk4NB0GI0h .item-text,
.cid-vk4NB0GI0h .mbr-section-btn {
  color: #ffffff;
}
.cid-vk4NB0GI0h .mbr-text,
.cid-vk4NB0GI0h .mbr-section-btn {
  color: #098642;
}
.cid-vk4NB0GI0h .mbr-label,
.cid-vk4NB0GI0h .label-wrapper {
  color: #ffffff;
}
.cid-vjpve9g1Iw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjpve9g1Iw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjpve9g1Iw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjpve9g1Iw .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vjpve9g1Iw .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vjpve9g1Iw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-vjpve9g1Iw .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vjpve9g1Iw .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vjpve9g1Iw .item {
    margin-bottom: 40px;
  }
}
.cid-vjpve9g1Iw .item .item-wrapper {
  height: 100%;
}
.cid-vjpve9g1Iw .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vjpve9g1Iw .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-vjpve9g1Iw .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vjpve9g1Iw .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vjpve9g1Iw .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-vjpve9g1Iw .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-vjpve9g1Iw .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vjpve9g1Iw .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-vjpve9g1Iw .mbr-section-title,
.cid-vjpve9g1Iw .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vjpve9g1Iw .card-name {
  color: #323432;
}
.cid-vjpve9g1Iw .card-role {
  color: #323432;
  text-align: center;
}
.cid-vjpve9g1Iw .card-name,
.cid-vjpve9g1Iw .mbr-section-btn {
  text-align: center;
}
.cid-uTWLnW3RgP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTWLnW3RgP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTWLnW3RgP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTWLnW3RgP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uTWLnW3RgP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uTWLnW3RgP .container {
    padding: 0 20px;
  }
}
.cid-uTWLnW3RgP .row {
  justify-content: center;
}
.cid-uTWLnW3RgP .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .cid-uTWLnW3RgP .title-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-uTWLnW3RgP .title-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uTWLnW3RgP .title-wrapper .title-wrap {
  padding: 0 116px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uTWLnW3RgP .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uTWLnW3RgP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uTWLnW3RgP .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTWLnW3RgP .dragArea.row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uTWLnW3RgP .dragArea.row {
    padding: 0 11px;
  }
}
.cid-uTWLnW3RgP .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uTWLnW3RgP .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uTWLnW3RgP .dragArea.row .form-group {
  position: relative;
  margin-bottom: 40px !important;
  padding: 0;
}
.cid-uTWLnW3RgP .dragArea.row .form-group::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1e1d1c;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uTWLnW3RgP .dragArea.row .form-group:hover::before,
.cid-uTWLnW3RgP .dragArea.row .form-group:focus::before {
  opacity: 1;
}
.cid-uTWLnW3RgP .dragArea.row .form-group:hover .form-control::placeholder,
.cid-uTWLnW3RgP .dragArea.row .form-group:focus .form-control::placeholder {
  opacity: .2;
}
.cid-uTWLnW3RgP .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 15px;
}
.cid-uTWLnW3RgP .dragArea.row .form-group .form-control {
  padding: 20px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uTWLnW3RgP .dragArea.row .form-group .form-control {
    padding: 20px 0;
  }
}
.cid-uTWLnW3RgP .dragArea.row .form-group .form-control:hover,
.cid-uTWLnW3RgP .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uTWLnW3RgP .dragArea.row .form-group .form-control::placeholder {
  color: #1e1d1c;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uTWLnW3RgP .dragArea.row .form-group textarea {
  min-height: 130px;
}
.cid-uTWLnW3RgP .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uTWLnW3RgP .dragArea.row .form-group .form-check .form-check-input {
  background-color: #1e1d1c;
  border-color: #1e1d1c;
  border-radius: 0;
}
.cid-uTWLnW3RgP .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-uTWLnW3RgP .mbr-section-title {
  color: #1e1d1c;
}
.cid-uTWLnW3RgP .mbr-text {
  color: #1e1d1c;
}
.cid-uTWLnW3RgP label {
  color: #1e1d1c;
}
.cid-uTWLnW3RgP .mbr-section-title,
.cid-uTWLnW3RgP .mbr-section-btn {
  text-align: center;
  color: #29395f;
}
.cid-vks6YyWeQd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #29395f;
}
.cid-vks6YyWeQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vks6YyWeQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vks6YyWeQd .content-wrap {
  justify-content: center;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vks6YyWeQd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vks6YyWeQd .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vks6YyWeQd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vks6YyWeQd .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vks6YyWeQd .mbr-section-title {
  color: #ff8576;
}
.cid-vks6YyWeQd .mbr-copy {
  color: #51565c;
}
.cid-vks6YyWeQd .mbr-copy,
.cid-vks6YyWeQd .copy-wrapper {
  text-align: right;
}
.cid-vks6YyWeQd .mbr-copy,
.cid-vks6YyWeQd .copy-wrapper,
.cid-vks6YyWeQd .social-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-vks6YyWeQd .mbr-section-title,
.cid-vks6YyWeQd .logo-wrapper {
  color: #ffffff;
}
.cid-tKmhVZJe4b {
  z-index: 1000;
  width: 100%;
}
.cid-tKmhVZJe4b nav.navbar {
  position: fixed;
}
.cid-tKmhVZJe4b .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-tKmhVZJe4b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKmhVZJe4b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKmhVZJe4b .dropdown-item:hover,
.cid-tKmhVZJe4b .dropdown-item:focus {
  background: #098642 !important;
  color: white !important;
}
.cid-tKmhVZJe4b .dropdown-item:hover span {
  color: white;
}
.cid-tKmhVZJe4b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKmhVZJe4b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKmhVZJe4b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKmhVZJe4b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKmhVZJe4b .nav-link {
  position: relative;
}
.cid-tKmhVZJe4b .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKmhVZJe4b .container {
    flex-wrap: wrap;
  }
}
.cid-tKmhVZJe4b .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKmhVZJe4b .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKmhVZJe4b .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKmhVZJe4b .dropdown-menu,
.cid-tKmhVZJe4b .navbar.opened {
  background: #29395f !important;
}
.cid-tKmhVZJe4b .nav-item:focus,
.cid-tKmhVZJe4b .nav-link:focus {
  outline: none;
}
.cid-tKmhVZJe4b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKmhVZJe4b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKmhVZJe4b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKmhVZJe4b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKmhVZJe4b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKmhVZJe4b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKmhVZJe4b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #29395f;
}
.cid-tKmhVZJe4b .navbar.opened {
  transition: all 0.3s;
}
.cid-tKmhVZJe4b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKmhVZJe4b .navbar .navbar-logo img {
  width: auto;
}
.cid-tKmhVZJe4b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKmhVZJe4b .navbar.collapsed {
  justify-content: center;
}
.cid-tKmhVZJe4b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKmhVZJe4b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKmhVZJe4b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKmhVZJe4b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKmhVZJe4b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKmhVZJe4b .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-tKmhVZJe4b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKmhVZJe4b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKmhVZJe4b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKmhVZJe4b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKmhVZJe4b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKmhVZJe4b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKmhVZJe4b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKmhVZJe4b .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-tKmhVZJe4b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKmhVZJe4b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKmhVZJe4b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKmhVZJe4b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKmhVZJe4b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKmhVZJe4b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKmhVZJe4b .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKmhVZJe4b .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKmhVZJe4b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKmhVZJe4b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKmhVZJe4b .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-tKmhVZJe4b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKmhVZJe4b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKmhVZJe4b .dropdown-item.active,
.cid-tKmhVZJe4b .dropdown-item:active {
  background-color: transparent;
}
.cid-tKmhVZJe4b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKmhVZJe4b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKmhVZJe4b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKmhVZJe4b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29395f;
}
.cid-tKmhVZJe4b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKmhVZJe4b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKmhVZJe4b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKmhVZJe4b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKmhVZJe4b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKmhVZJe4b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tKmhVZJe4b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKmhVZJe4b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKmhVZJe4b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKmhVZJe4b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKmhVZJe4b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKmhVZJe4b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKmhVZJe4b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKmhVZJe4b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKmhVZJe4b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKmhVZJe4b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKmhVZJe4b .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-tKmhVZJe4b .navbar {
    height: 70px;
  }
  .cid-tKmhVZJe4b .navbar.opened {
    height: auto;
  }
  .cid-tKmhVZJe4b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjpIpA8Isw {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjpIpA8Isw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjpIpA8Isw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjpIpA8Isw .mbr-text,
.cid-vjpIpA8Isw .mbr-section-btn {
  color: #000000;
}
.cid-vjpIpA8Isw .mbr-section-title {
  color: #000000;
}
.cid-tKnw92Zc4v {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKnw92Zc4v .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tKnw92Zc4v .mbr-section-title {
  color: #000000;
}
.cid-tKnw92Zc4v .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tKnw92Zc4v .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-tKnw92Zc4v .items-row {
    margin: 0 -15px;
  }
  .cid-tKnw92Zc4v .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tKnw92Zc4v .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-tKnw92Zc4v .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-tKnw92Zc4v .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-tKnw92Zc4v .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-tKnw92Zc4v .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tKnw92Zc4v .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-tKnw92Zc4v .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-tKnw92Zc4v .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-tKnw92Zc4v .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tKnw92Zc4v .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-tKnw92Zc4v .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tKnw92Zc4v .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-tKnw92Zc4v .mbr-section-btn {
  margin-top: 20px;
}
.cid-tKnw92Zc4v .item-title,
.cid-tKnw92Zc4v .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-vks6YyWeQd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #29395f;
}
.cid-vks6YyWeQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vks6YyWeQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vks6YyWeQd .content-wrap {
  justify-content: center;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vks6YyWeQd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vks6YyWeQd .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vks6YyWeQd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vks6YyWeQd .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vks6YyWeQd .mbr-section-title {
  color: #ff8576;
}
.cid-vks6YyWeQd .mbr-copy {
  color: #51565c;
}
.cid-vks6YyWeQd .mbr-copy,
.cid-vks6YyWeQd .copy-wrapper {
  text-align: right;
}
.cid-vks6YyWeQd .mbr-copy,
.cid-vks6YyWeQd .copy-wrapper,
.cid-vks6YyWeQd .social-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-vks6YyWeQd .mbr-section-title,
.cid-vks6YyWeQd .logo-wrapper {
  color: #ffffff;
}
.cid-tLn6fv68zs {
  z-index: 1000;
  width: 100%;
}
.cid-tLn6fv68zs nav.navbar {
  position: fixed;
}
.cid-tLn6fv68zs .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-tLn6fv68zs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLn6fv68zs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLn6fv68zs .dropdown-item:hover,
.cid-tLn6fv68zs .dropdown-item:focus {
  background: #098642 !important;
  color: white !important;
}
.cid-tLn6fv68zs .dropdown-item:hover span {
  color: white;
}
.cid-tLn6fv68zs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLn6fv68zs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLn6fv68zs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLn6fv68zs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLn6fv68zs .nav-link {
  position: relative;
}
.cid-tLn6fv68zs .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLn6fv68zs .container {
    flex-wrap: wrap;
  }
}
.cid-tLn6fv68zs .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tLn6fv68zs .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tLn6fv68zs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLn6fv68zs .dropdown-menu,
.cid-tLn6fv68zs .navbar.opened {
  background: #29395f !important;
}
.cid-tLn6fv68zs .nav-item:focus,
.cid-tLn6fv68zs .nav-link:focus {
  outline: none;
}
.cid-tLn6fv68zs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLn6fv68zs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLn6fv68zs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLn6fv68zs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLn6fv68zs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLn6fv68zs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLn6fv68zs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #29395f;
}
.cid-tLn6fv68zs .navbar.opened {
  transition: all 0.3s;
}
.cid-tLn6fv68zs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLn6fv68zs .navbar .navbar-logo img {
  width: auto;
}
.cid-tLn6fv68zs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLn6fv68zs .navbar.collapsed {
  justify-content: center;
}
.cid-tLn6fv68zs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLn6fv68zs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLn6fv68zs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLn6fv68zs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLn6fv68zs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLn6fv68zs .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-tLn6fv68zs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLn6fv68zs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLn6fv68zs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLn6fv68zs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLn6fv68zs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLn6fv68zs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLn6fv68zs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLn6fv68zs .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-tLn6fv68zs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLn6fv68zs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLn6fv68zs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLn6fv68zs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLn6fv68zs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLn6fv68zs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLn6fv68zs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLn6fv68zs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLn6fv68zs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLn6fv68zs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLn6fv68zs .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-tLn6fv68zs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLn6fv68zs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLn6fv68zs .dropdown-item.active,
.cid-tLn6fv68zs .dropdown-item:active {
  background-color: transparent;
}
.cid-tLn6fv68zs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLn6fv68zs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLn6fv68zs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLn6fv68zs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29395f;
}
.cid-tLn6fv68zs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLn6fv68zs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLn6fv68zs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLn6fv68zs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLn6fv68zs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLn6fv68zs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLn6fv68zs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLn6fv68zs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLn6fv68zs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLn6fv68zs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLn6fv68zs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLn6fv68zs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLn6fv68zs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLn6fv68zs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLn6fv68zs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLn6fv68zs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLn6fv68zs .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-tLn6fv68zs .navbar {
    height: 70px;
  }
  .cid-tLn6fv68zs .navbar.opened {
    height: auto;
  }
  .cid-tLn6fv68zs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLn6fu67wn {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLn6fu67wn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLn6fu67wn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLn6fu67wn .mbr-text,
.cid-tLn6fu67wn .mbr-section-btn {
  color: #000000;
}
.cid-tLn6fu67wn .mbr-section-title {
  color: #000000;
}
.cid-uQVcZFDbKN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQVcZFDbKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVcZFDbKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVcZFDbKN .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uQVcZFDbKN .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uQVcZFDbKN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQVcZFDbKN .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-uQVcZFDbKN .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-uQVcZFDbKN .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uQVcZFDbKN .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQVcZFDbKN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uQVcZFDbKN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVcZFDbKN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vks6YyWeQd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #29395f;
}
.cid-vks6YyWeQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vks6YyWeQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vks6YyWeQd .content-wrap {
  justify-content: center;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vks6YyWeQd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vks6YyWeQd .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vks6YyWeQd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vks6YyWeQd .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vks6YyWeQd .mbr-section-title {
  color: #ff8576;
}
.cid-vks6YyWeQd .mbr-copy {
  color: #51565c;
}
.cid-vks6YyWeQd .mbr-copy,
.cid-vks6YyWeQd .copy-wrapper {
  text-align: right;
}
.cid-vks6YyWeQd .mbr-copy,
.cid-vks6YyWeQd .copy-wrapper,
.cid-vks6YyWeQd .social-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-vks6YyWeQd .mbr-section-title,
.cid-vks6YyWeQd .logo-wrapper {
  color: #ffffff;
}
.cid-tKbK6pqL0v {
  z-index: 1000;
  width: 100%;
}
.cid-tKbK6pqL0v nav.navbar {
  position: fixed;
}
.cid-tKbK6pqL0v .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-tKbK6pqL0v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKbK6pqL0v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKbK6pqL0v .dropdown-item:hover,
.cid-tKbK6pqL0v .dropdown-item:focus {
  background: #098642 !important;
  color: white !important;
}
.cid-tKbK6pqL0v .dropdown-item:hover span {
  color: white;
}
.cid-tKbK6pqL0v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKbK6pqL0v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKbK6pqL0v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKbK6pqL0v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKbK6pqL0v .nav-link {
  position: relative;
}
.cid-tKbK6pqL0v .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKbK6pqL0v .container {
    flex-wrap: wrap;
  }
}
.cid-tKbK6pqL0v .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKbK6pqL0v .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKbK6pqL0v .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKbK6pqL0v .dropdown-menu,
.cid-tKbK6pqL0v .navbar.opened {
  background: #29395f !important;
}
.cid-tKbK6pqL0v .nav-item:focus,
.cid-tKbK6pqL0v .nav-link:focus {
  outline: none;
}
.cid-tKbK6pqL0v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKbK6pqL0v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKbK6pqL0v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKbK6pqL0v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKbK6pqL0v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKbK6pqL0v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKbK6pqL0v .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #29395f;
}
.cid-tKbK6pqL0v .navbar.opened {
  transition: all 0.3s;
}
.cid-tKbK6pqL0v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKbK6pqL0v .navbar .navbar-logo img {
  width: auto;
}
.cid-tKbK6pqL0v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKbK6pqL0v .navbar.collapsed {
  justify-content: center;
}
.cid-tKbK6pqL0v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKbK6pqL0v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKbK6pqL0v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKbK6pqL0v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKbK6pqL0v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKbK6pqL0v .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-tKbK6pqL0v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKbK6pqL0v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKbK6pqL0v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKbK6pqL0v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKbK6pqL0v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKbK6pqL0v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKbK6pqL0v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKbK6pqL0v .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-tKbK6pqL0v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKbK6pqL0v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKbK6pqL0v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKbK6pqL0v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKbK6pqL0v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKbK6pqL0v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKbK6pqL0v .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKbK6pqL0v .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKbK6pqL0v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKbK6pqL0v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKbK6pqL0v .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-tKbK6pqL0v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKbK6pqL0v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKbK6pqL0v .dropdown-item.active,
.cid-tKbK6pqL0v .dropdown-item:active {
  background-color: transparent;
}
.cid-tKbK6pqL0v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKbK6pqL0v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKbK6pqL0v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKbK6pqL0v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29395f;
}
.cid-tKbK6pqL0v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKbK6pqL0v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKbK6pqL0v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKbK6pqL0v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKbK6pqL0v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKbK6pqL0v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tKbK6pqL0v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKbK6pqL0v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKbK6pqL0v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKbK6pqL0v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKbK6pqL0v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKbK6pqL0v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKbK6pqL0v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKbK6pqL0v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKbK6pqL0v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKbK6pqL0v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKbK6pqL0v .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-tKbK6pqL0v .navbar {
    height: 70px;
  }
  .cid-tKbK6pqL0v .navbar.opened {
    height: auto;
  }
  .cid-tKbK6pqL0v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjpbXZhIjR {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjpbXZhIjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjpbXZhIjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjpbXZhIjR .mbr-text,
.cid-vjpbXZhIjR .mbr-section-btn {
  color: #000000;
}
.cid-vjpbXZhIjR .mbr-section-title {
  color: #000000;
}
.cid-uP0j6fz9Pb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uP0j6fz9Pb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0j6fz9Pb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0j6fz9Pb .container {
    padding: 0 24px;
  }
}
.cid-uP0j6fz9Pb .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uP0j6fz9Pb .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0j6fz9Pb .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0j6fz9Pb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0j6fz9Pb .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0j6fz9Pb .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0j6fz9Pb .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0j6fz9Pb .mbr-text {
  color: #F9F6E0;
}
.cid-uP0j6fz9Pb .mbr-section-title,
.cid-uP0j6fz9Pb .mbr-section-btn {
  color: #ffffff;
}
.cid-tKbO1CLsrC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKbO1CLsrC .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tKbO1CLsrC .mbr-section-title {
  color: #000000;
}
.cid-tKbO1CLsrC .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tKbO1CLsrC .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-tKbO1CLsrC .items-row {
    margin: 0 -15px;
  }
  .cid-tKbO1CLsrC .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tKbO1CLsrC .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-tKbO1CLsrC .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-tKbO1CLsrC .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-tKbO1CLsrC .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-tKbO1CLsrC .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tKbO1CLsrC .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-tKbO1CLsrC .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-tKbO1CLsrC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-tKbO1CLsrC .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-tKbO1CLsrC .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-tKbO1CLsrC .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tKbO1CLsrC .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-tKbO1CLsrC .mbr-section-btn {
  margin-top: 20px;
}
.cid-tKbO1CLsrC .item-title,
.cid-tKbO1CLsrC .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0jQ69GPs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uP0jQ69GPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0jQ69GPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0jQ69GPs .container {
    padding: 0 24px;
  }
}
.cid-uP0jQ69GPs .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uP0jQ69GPs .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0jQ69GPs .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0jQ69GPs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0jQ69GPs .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0jQ69GPs .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0jQ69GPs .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0jQ69GPs .mbr-text {
  color: #F9F6E0;
}
.cid-uP0jQ69GPs .mbr-section-title,
.cid-uP0jQ69GPs .mbr-section-btn {
  color: #ffffff;
}
.cid-uP0jpXaTu2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0jpXaTu2 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0jpXaTu2 .mbr-section-title {
  color: #000000;
}
.cid-uP0jpXaTu2 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0jpXaTu2 .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0jpXaTu2 .items-row {
    margin: 0 -15px;
  }
  .cid-uP0jpXaTu2 .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0jpXaTu2 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0jpXaTu2 .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0jpXaTu2 .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0jpXaTu2 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0jpXaTu2 .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0jpXaTu2 .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0jpXaTu2 .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0jpXaTu2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0jpXaTu2 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0jpXaTu2 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0jpXaTu2 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0jpXaTu2 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0jpXaTu2 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0jpXaTu2 .item-title,
.cid-uP0jpXaTu2 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0kcLWX8s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uP0kcLWX8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0kcLWX8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0kcLWX8s .container {
    padding: 0 24px;
  }
}
.cid-uP0kcLWX8s .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uP0kcLWX8s .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0kcLWX8s .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0kcLWX8s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0kcLWX8s .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0kcLWX8s .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0kcLWX8s .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0kcLWX8s .mbr-text {
  color: #F9F6E0;
}
.cid-uP0kcLWX8s .mbr-section-title,
.cid-uP0kcLWX8s .mbr-section-btn {
  color: #ffffff;
}
.cid-uP0jEIRrJz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0jEIRrJz .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0jEIRrJz .mbr-section-title {
  color: #000000;
}
.cid-uP0jEIRrJz .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0jEIRrJz .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0jEIRrJz .items-row {
    margin: 0 -15px;
  }
  .cid-uP0jEIRrJz .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0jEIRrJz .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0jEIRrJz .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0jEIRrJz .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0jEIRrJz .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0jEIRrJz .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0jEIRrJz .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0jEIRrJz .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0jEIRrJz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0jEIRrJz .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0jEIRrJz .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0jEIRrJz .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0jEIRrJz .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0jEIRrJz .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0jEIRrJz .item-title,
.cid-uP0jEIRrJz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0vX3eJGm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uP0vX3eJGm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0vX3eJGm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0vX3eJGm .container {
    padding: 0 24px;
  }
}
.cid-uP0vX3eJGm .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uP0vX3eJGm .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0vX3eJGm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0vX3eJGm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0vX3eJGm .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0vX3eJGm .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0vX3eJGm .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0vX3eJGm .mbr-text {
  color: #F9F6E0;
}
.cid-uP0vX3eJGm .mbr-section-title,
.cid-uP0vX3eJGm .mbr-section-btn {
  color: #ffffff;
}
.cid-uP0kP6geZr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0kP6geZr .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0kP6geZr .mbr-section-title {
  color: #000000;
}
.cid-uP0kP6geZr .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0kP6geZr .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0kP6geZr .items-row {
    margin: 0 -15px;
  }
  .cid-uP0kP6geZr .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0kP6geZr .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0kP6geZr .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0kP6geZr .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0kP6geZr .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0kP6geZr .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0kP6geZr .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0kP6geZr .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0kP6geZr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0kP6geZr .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0kP6geZr .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0kP6geZr .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0kP6geZr .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0kP6geZr .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0kP6geZr .item-title,
.cid-uP0kP6geZr .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uVPCjLk7jg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uVPCjLk7jg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVPCjLk7jg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uVPCjLk7jg .container {
    padding: 0 24px;
  }
}
.cid-uVPCjLk7jg .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uVPCjLk7jg .content-wrapper {
    padding: 24px;
  }
}
.cid-uVPCjLk7jg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVPCjLk7jg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVPCjLk7jg .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uVPCjLk7jg .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uVPCjLk7jg .mbr-section-title {
  color: #F9F6E0;
}
.cid-uVPCjLk7jg .mbr-text {
  color: #F9F6E0;
}
.cid-uVPCjLk7jg .mbr-section-title,
.cid-uVPCjLk7jg .mbr-section-btn {
  color: #ffffff;
}
.cid-uVPCkO75xS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVPCkO75xS .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uVPCkO75xS .mbr-section-title {
  color: #000000;
}
.cid-uVPCkO75xS .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uVPCkO75xS .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uVPCkO75xS .items-row {
    margin: 0 -15px;
  }
  .cid-uVPCkO75xS .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uVPCkO75xS .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uVPCkO75xS .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uVPCkO75xS .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uVPCkO75xS .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uVPCkO75xS .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uVPCkO75xS .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uVPCkO75xS .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uVPCkO75xS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uVPCkO75xS .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uVPCkO75xS .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uVPCkO75xS .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uVPCkO75xS .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uVPCkO75xS .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVPCkO75xS .item-title,
.cid-uVPCkO75xS .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0Qn5FsaW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uP0Qn5FsaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0Qn5FsaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0Qn5FsaW .container {
    padding: 0 24px;
  }
}
.cid-uP0Qn5FsaW .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uP0Qn5FsaW .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0Qn5FsaW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0Qn5FsaW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0Qn5FsaW .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0Qn5FsaW .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0Qn5FsaW .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0Qn5FsaW .mbr-text {
  color: #F9F6E0;
}
.cid-uP0Qn5FsaW .mbr-section-title,
.cid-uP0Qn5FsaW .mbr-section-btn {
  color: #ffffff;
}
.cid-uP0QlhGAJL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0QlhGAJL .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0QlhGAJL .mbr-section-title {
  color: #000000;
}
.cid-uP0QlhGAJL .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0QlhGAJL .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0QlhGAJL .items-row {
    margin: 0 -15px;
  }
  .cid-uP0QlhGAJL .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0QlhGAJL .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0QlhGAJL .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0QlhGAJL .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0QlhGAJL .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0QlhGAJL .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0QlhGAJL .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0QlhGAJL .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0QlhGAJL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0QlhGAJL .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0QlhGAJL .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0QlhGAJL .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0QlhGAJL .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0QlhGAJL .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0QlhGAJL .item-title,
.cid-uP0QlhGAJL .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0TgbCbiZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uP0TgbCbiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0TgbCbiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0TgbCbiZ .container {
    padding: 0 24px;
  }
}
.cid-uP0TgbCbiZ .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uP0TgbCbiZ .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0TgbCbiZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0TgbCbiZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0TgbCbiZ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0TgbCbiZ .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0TgbCbiZ .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0TgbCbiZ .mbr-text {
  color: #F9F6E0;
}
.cid-uP0TgbCbiZ .mbr-section-title,
.cid-uP0TgbCbiZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uP0ThZ2IvW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0ThZ2IvW .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0ThZ2IvW .mbr-section-title {
  color: #000000;
}
.cid-uP0ThZ2IvW .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0ThZ2IvW .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0ThZ2IvW .items-row {
    margin: 0 -15px;
  }
  .cid-uP0ThZ2IvW .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0ThZ2IvW .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0ThZ2IvW .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0ThZ2IvW .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0ThZ2IvW .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0ThZ2IvW .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0ThZ2IvW .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0ThZ2IvW .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0ThZ2IvW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0ThZ2IvW .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0ThZ2IvW .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0ThZ2IvW .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0ThZ2IvW .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0ThZ2IvW .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0ThZ2IvW .item-title,
.cid-uP0ThZ2IvW .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v2w8r15NVO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-v2w8r15NVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2w8r15NVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v2w8r15NVO .container {
    padding: 0 24px;
  }
}
.cid-v2w8r15NVO .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-v2w8r15NVO .content-wrapper {
    padding: 24px;
  }
}
.cid-v2w8r15NVO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v2w8r15NVO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2w8r15NVO .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v2w8r15NVO .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v2w8r15NVO .mbr-section-title {
  color: #F9F6E0;
}
.cid-v2w8r15NVO .mbr-text {
  color: #F9F6E0;
}
.cid-v2w8r15NVO .mbr-section-title,
.cid-v2w8r15NVO .mbr-section-btn {
  color: #ffffff;
}
.cid-v2w8uvYqN3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2w8uvYqN3 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-v2w8uvYqN3 .mbr-section-title {
  color: #000000;
}
.cid-v2w8uvYqN3 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-v2w8uvYqN3 .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-v2w8uvYqN3 .items-row {
    margin: 0 -15px;
  }
  .cid-v2w8uvYqN3 .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v2w8uvYqN3 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-v2w8uvYqN3 .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-v2w8uvYqN3 .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-v2w8uvYqN3 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-v2w8uvYqN3 .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v2w8uvYqN3 .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-v2w8uvYqN3 .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-v2w8uvYqN3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-v2w8uvYqN3 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-v2w8uvYqN3 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-v2w8uvYqN3 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-v2w8uvYqN3 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-v2w8uvYqN3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2w8uvYqN3 .item-title,
.cid-v2w8uvYqN3 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0wvD1UFP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uP0wvD1UFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0wvD1UFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0wvD1UFP .container {
    padding: 0 24px;
  }
}
.cid-uP0wvD1UFP .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uP0wvD1UFP .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0wvD1UFP .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0wvD1UFP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0wvD1UFP .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0wvD1UFP .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0wvD1UFP .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0wvD1UFP .mbr-text {
  color: #F9F6E0;
}
.cid-uP0wvD1UFP .mbr-section-title,
.cid-uP0wvD1UFP .mbr-section-btn {
  color: #ffffff;
}
.cid-uP0kQ8Bjq8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0kQ8Bjq8 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0kQ8Bjq8 .mbr-section-title {
  color: #000000;
}
.cid-uP0kQ8Bjq8 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0kQ8Bjq8 .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0kQ8Bjq8 .items-row {
    margin: 0 -15px;
  }
  .cid-uP0kQ8Bjq8 .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0kQ8Bjq8 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0kQ8Bjq8 .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0kQ8Bjq8 .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0kQ8Bjq8 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0kQ8Bjq8 .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0kQ8Bjq8 .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0kQ8Bjq8 .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0kQ8Bjq8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0kQ8Bjq8 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0kQ8Bjq8 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0kQ8Bjq8 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0kQ8Bjq8 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0kQ8Bjq8 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0kQ8Bjq8 .item-title,
.cid-uP0kQ8Bjq8 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0wZgwgPM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uP0wZgwgPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0wZgwgPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0wZgwgPM .container {
    padding: 0 24px;
  }
}
.cid-uP0wZgwgPM .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uP0wZgwgPM .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0wZgwgPM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0wZgwgPM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0wZgwgPM .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0wZgwgPM .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0wZgwgPM .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0wZgwgPM .mbr-text {
  color: #F9F6E0;
}
.cid-uP0wZgwgPM .mbr-section-title,
.cid-uP0wZgwgPM .mbr-section-btn {
  color: #ffffff;
}
.cid-uP0kQt2Doh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0kQt2Doh .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0kQt2Doh .mbr-section-title {
  color: #000000;
}
.cid-uP0kQt2Doh .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0kQt2Doh .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0kQt2Doh .items-row {
    margin: 0 -15px;
  }
  .cid-uP0kQt2Doh .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0kQt2Doh .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0kQt2Doh .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0kQt2Doh .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0kQt2Doh .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0kQt2Doh .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0kQt2Doh .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0kQt2Doh .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0kQt2Doh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0kQt2Doh .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0kQt2Doh .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0kQt2Doh .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0kQt2Doh .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0kQt2Doh .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0kQt2Doh .item-title,
.cid-uP0kQt2Doh .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0zlvIBQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uP0zlvIBQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0zlvIBQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0zlvIBQB .container {
    padding: 0 24px;
  }
}
.cid-uP0zlvIBQB .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uP0zlvIBQB .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0zlvIBQB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0zlvIBQB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0zlvIBQB .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0zlvIBQB .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0zlvIBQB .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0zlvIBQB .mbr-text {
  color: #F9F6E0;
}
.cid-uP0zlvIBQB .mbr-section-title,
.cid-uP0zlvIBQB .mbr-section-btn {
  color: #ffffff;
}
.cid-uP0yDYbtDR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0yDYbtDR .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0yDYbtDR .mbr-section-title {
  color: #000000;
}
.cid-uP0yDYbtDR .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0yDYbtDR .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0yDYbtDR .items-row {
    margin: 0 -15px;
  }
  .cid-uP0yDYbtDR .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0yDYbtDR .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0yDYbtDR .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0yDYbtDR .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0yDYbtDR .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0yDYbtDR .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0yDYbtDR .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0yDYbtDR .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0yDYbtDR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0yDYbtDR .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0yDYbtDR .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0yDYbtDR .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0yDYbtDR .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0yDYbtDR .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0yDYbtDR .item-title,
.cid-uP0yDYbtDR .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0A7Rpb3i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uP0A7Rpb3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0A7Rpb3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0A7Rpb3i .container {
    padding: 0 24px;
  }
}
.cid-uP0A7Rpb3i .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uP0A7Rpb3i .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0A7Rpb3i .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0A7Rpb3i .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0A7Rpb3i .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0A7Rpb3i .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0A7Rpb3i .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0A7Rpb3i .mbr-text {
  color: #F9F6E0;
}
.cid-uP0A7Rpb3i .mbr-section-title,
.cid-uP0A7Rpb3i .mbr-section-btn {
  color: #ffffff;
}
.cid-uP0x5wg7Fu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP0x5wg7Fu .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0x5wg7Fu .mbr-section-title {
  color: #000000;
}
.cid-uP0x5wg7Fu .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0x5wg7Fu .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0x5wg7Fu .items-row {
    margin: 0 -15px;
  }
  .cid-uP0x5wg7Fu .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0x5wg7Fu .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0x5wg7Fu .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0x5wg7Fu .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0x5wg7Fu .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0x5wg7Fu .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0x5wg7Fu .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0x5wg7Fu .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0x5wg7Fu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0x5wg7Fu .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0x5wg7Fu .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0x5wg7Fu .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0x5wg7Fu .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0x5wg7Fu .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0x5wg7Fu .item-title,
.cid-uP0x5wg7Fu .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0BFui1Wx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uP0BFui1Wx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0BFui1Wx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0BFui1Wx .container {
    padding: 0 24px;
  }
}
.cid-uP0BFui1Wx .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uP0BFui1Wx .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0BFui1Wx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0BFui1Wx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0BFui1Wx .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0BFui1Wx .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0BFui1Wx .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0BFui1Wx .mbr-text {
  color: #F9F6E0;
}
.cid-uP0BFui1Wx .mbr-section-title,
.cid-uP0BFui1Wx .mbr-section-btn {
  color: #ffffff;
}
.cid-uP0x6duJq1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uP0x6duJq1 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0x6duJq1 .mbr-section-title {
  color: #000000;
}
.cid-uP0x6duJq1 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0x6duJq1 .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0x6duJq1 .items-row {
    margin: 0 -15px;
  }
  .cid-uP0x6duJq1 .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0x6duJq1 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0x6duJq1 .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0x6duJq1 .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0x6duJq1 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0x6duJq1 .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0x6duJq1 .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0x6duJq1 .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0x6duJq1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0x6duJq1 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0x6duJq1 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0x6duJq1 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0x6duJq1 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0x6duJq1 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0x6duJq1 .item-title,
.cid-uP0x6duJq1 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0ESQRmFo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uP0ESQRmFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0ESQRmFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0ESQRmFo .container {
    padding: 0 24px;
  }
}
.cid-uP0ESQRmFo .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uP0ESQRmFo .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0ESQRmFo .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0ESQRmFo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0ESQRmFo .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0ESQRmFo .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0ESQRmFo .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0ESQRmFo .mbr-text {
  color: #F9F6E0;
}
.cid-uP0ESQRmFo .mbr-section-title,
.cid-uP0ESQRmFo .mbr-section-btn {
  color: #ffffff;
}
.cid-uP0x74Dvia {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0x74Dvia .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0x74Dvia .mbr-section-title {
  color: #000000;
}
.cid-uP0x74Dvia .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0x74Dvia .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0x74Dvia .items-row {
    margin: 0 -15px;
  }
  .cid-uP0x74Dvia .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0x74Dvia .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0x74Dvia .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0x74Dvia .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0x74Dvia .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0x74Dvia .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0x74Dvia .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0x74Dvia .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0x74Dvia .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0x74Dvia .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0x74Dvia .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0x74Dvia .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0x74Dvia .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0x74Dvia .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0x74Dvia .item-title,
.cid-uP0x74Dvia .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0FfbK8es {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uP0FfbK8es .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0FfbK8es .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0FfbK8es .container {
    padding: 0 24px;
  }
}
.cid-uP0FfbK8es .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uP0FfbK8es .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0FfbK8es .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0FfbK8es .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0FfbK8es .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0FfbK8es .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0FfbK8es .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0FfbK8es .mbr-text {
  color: #F9F6E0;
}
.cid-uP0FfbK8es .mbr-section-title,
.cid-uP0FfbK8es .mbr-section-btn {
  color: #ffffff;
}
.cid-uP0x6FJuMs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0x6FJuMs .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0x6FJuMs .mbr-section-title {
  color: #000000;
}
.cid-uP0x6FJuMs .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0x6FJuMs .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0x6FJuMs .items-row {
    margin: 0 -15px;
  }
  .cid-uP0x6FJuMs .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0x6FJuMs .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0x6FJuMs .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0x6FJuMs .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0x6FJuMs .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0x6FJuMs .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0x6FJuMs .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0x6FJuMs .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0x6FJuMs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0x6FJuMs .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0x6FJuMs .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0x6FJuMs .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0x6FJuMs .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0x6FJuMs .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0x6FJuMs .item-title,
.cid-uP0x6FJuMs .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0FEFVP7r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uP0FEFVP7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0FEFVP7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0FEFVP7r .container {
    padding: 0 24px;
  }
}
.cid-uP0FEFVP7r .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uP0FEFVP7r .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0FEFVP7r .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0FEFVP7r .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0FEFVP7r .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0FEFVP7r .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0FEFVP7r .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0FEFVP7r .mbr-text {
  color: #F9F6E0;
}
.cid-uP0FEFVP7r .mbr-section-title,
.cid-uP0FEFVP7r .mbr-section-btn {
  color: #ffffff;
}
.cid-uP0x3OF9js {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0x3OF9js .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0x3OF9js .mbr-section-title {
  color: #000000;
}
.cid-uP0x3OF9js .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0x3OF9js .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0x3OF9js .items-row {
    margin: 0 -15px;
  }
  .cid-uP0x3OF9js .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0x3OF9js .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0x3OF9js .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0x3OF9js .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0x3OF9js .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0x3OF9js .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0x3OF9js .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0x3OF9js .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0x3OF9js .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0x3OF9js .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0x3OF9js .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0x3OF9js .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0x3OF9js .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0x3OF9js .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0x3OF9js .item-title,
.cid-uP0x3OF9js .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0IwaPmVd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uP0IwaPmVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0IwaPmVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0IwaPmVd .container {
    padding: 0 24px;
  }
}
.cid-uP0IwaPmVd .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uP0IwaPmVd .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0IwaPmVd .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0IwaPmVd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0IwaPmVd .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0IwaPmVd .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0IwaPmVd .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0IwaPmVd .mbr-text {
  color: #F9F6E0;
}
.cid-uP0IwaPmVd .mbr-section-title,
.cid-uP0IwaPmVd .mbr-section-btn {
  color: #ffffff;
}
.cid-uP0kQRghjv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0kQRghjv .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0kQRghjv .mbr-section-title {
  color: #000000;
}
.cid-uP0kQRghjv .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0kQRghjv .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0kQRghjv .items-row {
    margin: 0 -15px;
  }
  .cid-uP0kQRghjv .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0kQRghjv .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0kQRghjv .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0kQRghjv .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0kQRghjv .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0kQRghjv .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0kQRghjv .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0kQRghjv .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0kQRghjv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0kQRghjv .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0kQRghjv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0kQRghjv .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0kQRghjv .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0kQRghjv .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0kQRghjv .item-title,
.cid-uP0kQRghjv .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0JwayUSt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uP0JwayUSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0JwayUSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0JwayUSt .container {
    padding: 0 24px;
  }
}
.cid-uP0JwayUSt .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uP0JwayUSt .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0JwayUSt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0JwayUSt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0JwayUSt .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0JwayUSt .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0JwayUSt .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0JwayUSt .mbr-text {
  color: #F9F6E0;
}
.cid-uP0JwayUSt .mbr-section-title,
.cid-uP0JwayUSt .mbr-section-btn {
  color: #ffffff;
}
.cid-uP0kRGPvuH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0kRGPvuH .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0kRGPvuH .mbr-section-title {
  color: #000000;
}
.cid-uP0kRGPvuH .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0kRGPvuH .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0kRGPvuH .items-row {
    margin: 0 -15px;
  }
  .cid-uP0kRGPvuH .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0kRGPvuH .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0kRGPvuH .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0kRGPvuH .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0kRGPvuH .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0kRGPvuH .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0kRGPvuH .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0kRGPvuH .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0kRGPvuH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0kRGPvuH .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0kRGPvuH .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0kRGPvuH .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0kRGPvuH .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0kRGPvuH .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0kRGPvuH .item-title,
.cid-uP0kRGPvuH .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uP0Jv69ICg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uP0Jv69ICg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0Jv69ICg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uP0Jv69ICg .container {
    padding: 0 24px;
  }
}
.cid-uP0Jv69ICg .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uP0Jv69ICg .content-wrapper {
    padding: 24px;
  }
}
.cid-uP0Jv69ICg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uP0Jv69ICg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uP0Jv69ICg .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uP0Jv69ICg .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uP0Jv69ICg .mbr-section-title {
  color: #F9F6E0;
}
.cid-uP0Jv69ICg .mbr-text {
  color: #F9F6E0;
}
.cid-uP0Jv69ICg .mbr-section-title,
.cid-uP0Jv69ICg .mbr-section-btn {
  color: #ffffff;
}
.cid-uP0G9chhvs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uP0G9chhvs .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uP0G9chhvs .mbr-section-title {
  color: #000000;
}
.cid-uP0G9chhvs .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uP0G9chhvs .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uP0G9chhvs .items-row {
    margin: 0 -15px;
  }
  .cid-uP0G9chhvs .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uP0G9chhvs .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uP0G9chhvs .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uP0G9chhvs .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uP0G9chhvs .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uP0G9chhvs .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uP0G9chhvs .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uP0G9chhvs .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uP0G9chhvs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uP0G9chhvs .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uP0G9chhvs .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uP0G9chhvs .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uP0G9chhvs .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uP0G9chhvs .mbr-section-btn {
  margin-top: 20px;
}
.cid-uP0G9chhvs .item-title,
.cid-uP0G9chhvs .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vafBAjlPWn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-vafBAjlPWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vafBAjlPWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vafBAjlPWn .container {
    padding: 0 24px;
  }
}
.cid-vafBAjlPWn .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-vafBAjlPWn .content-wrapper {
    padding: 24px;
  }
}
.cid-vafBAjlPWn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vafBAjlPWn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vafBAjlPWn .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vafBAjlPWn .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vafBAjlPWn .mbr-section-title {
  color: #F9F6E0;
}
.cid-vafBAjlPWn .mbr-text {
  color: #F9F6E0;
}
.cid-vafBAjlPWn .mbr-section-title,
.cid-vafBAjlPWn .mbr-section-btn {
  color: #ffffff;
}
.cid-vafBCQFFaa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vafBCQFFaa .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-vafBCQFFaa .mbr-section-title {
  color: #000000;
}
.cid-vafBCQFFaa .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-vafBCQFFaa .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-vafBCQFFaa .items-row {
    margin: 0 -15px;
  }
  .cid-vafBCQFFaa .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vafBCQFFaa .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-vafBCQFFaa .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-vafBCQFFaa .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-vafBCQFFaa .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-vafBCQFFaa .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vafBCQFFaa .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-vafBCQFFaa .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-vafBCQFFaa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-vafBCQFFaa .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vafBCQFFaa .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-vafBCQFFaa .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-vafBCQFFaa .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-vafBCQFFaa .mbr-section-btn {
  margin-top: 20px;
}
.cid-vafBCQFFaa .item-title,
.cid-vafBCQFFaa .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uQPsq5UCWf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29395f;
}
.cid-uQPsq5UCWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPsq5UCWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uQPsq5UCWf .container {
    padding: 0 24px;
  }
}
.cid-uQPsq5UCWf .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #29395f;
}
@media (max-width: 992px) {
  .cid-uQPsq5UCWf .content-wrapper {
    padding: 24px;
  }
}
.cid-uQPsq5UCWf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQPsq5UCWf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQPsq5UCWf .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uQPsq5UCWf .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uQPsq5UCWf .mbr-section-title {
  color: #F9F6E0;
}
.cid-uQPsq5UCWf .mbr-text {
  color: #F9F6E0;
}
.cid-uQPsq5UCWf .mbr-section-title,
.cid-uQPsq5UCWf .mbr-section-btn {
  color: #ffffff;
}
.cid-uQPsu0FFRY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQPsu0FFRY .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uQPsu0FFRY .mbr-section-title {
  color: #000000;
}
.cid-uQPsu0FFRY .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uQPsu0FFRY .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uQPsu0FFRY .items-row {
    margin: 0 -15px;
  }
  .cid-uQPsu0FFRY .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uQPsu0FFRY .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uQPsu0FFRY .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uQPsu0FFRY .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uQPsu0FFRY .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uQPsu0FFRY .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uQPsu0FFRY .mbr-text {
  color: #000000;
  padding-top: 5px;
  text-align: left;
}
.cid-uQPsu0FFRY .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uQPsu0FFRY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uQPsu0FFRY .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #39b800;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uQPsu0FFRY .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uQPsu0FFRY .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uQPsu0FFRY .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uQPsu0FFRY .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQPsu0FFRY .item-title,
.cid-uQPsu0FFRY .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vks6YyWeQd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #29395f;
}
.cid-vks6YyWeQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vks6YyWeQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vks6YyWeQd .content-wrap {
  justify-content: center;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vks6YyWeQd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vks6YyWeQd .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vks6YyWeQd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vks6YyWeQd .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vks6YyWeQd .mbr-section-title {
  color: #ff8576;
}
.cid-vks6YyWeQd .mbr-copy {
  color: #51565c;
}
.cid-vks6YyWeQd .mbr-copy,
.cid-vks6YyWeQd .copy-wrapper {
  text-align: right;
}
.cid-vks6YyWeQd .mbr-copy,
.cid-vks6YyWeQd .copy-wrapper,
.cid-vks6YyWeQd .social-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-vks6YyWeQd .mbr-section-title,
.cid-vks6YyWeQd .logo-wrapper {
  color: #ffffff;
}
.cid-tVb61366Cu {
  z-index: 1000;
  width: 100%;
}
.cid-tVb61366Cu nav.navbar {
  position: fixed;
}
.cid-tVb61366Cu .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-tVb61366Cu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVb61366Cu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVb61366Cu .dropdown-item:hover,
.cid-tVb61366Cu .dropdown-item:focus {
  background: #098642 !important;
  color: white !important;
}
.cid-tVb61366Cu .dropdown-item:hover span {
  color: white;
}
.cid-tVb61366Cu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVb61366Cu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVb61366Cu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVb61366Cu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVb61366Cu .nav-link {
  position: relative;
}
.cid-tVb61366Cu .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVb61366Cu .container {
    flex-wrap: wrap;
  }
}
.cid-tVb61366Cu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVb61366Cu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tVb61366Cu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVb61366Cu .dropdown-menu,
.cid-tVb61366Cu .navbar.opened {
  background: #29395f !important;
}
.cid-tVb61366Cu .nav-item:focus,
.cid-tVb61366Cu .nav-link:focus {
  outline: none;
}
.cid-tVb61366Cu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVb61366Cu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVb61366Cu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVb61366Cu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVb61366Cu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVb61366Cu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVb61366Cu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #29395f;
}
.cid-tVb61366Cu .navbar.opened {
  transition: all 0.3s;
}
.cid-tVb61366Cu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVb61366Cu .navbar .navbar-logo img {
  width: auto;
}
.cid-tVb61366Cu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVb61366Cu .navbar.collapsed {
  justify-content: center;
}
.cid-tVb61366Cu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVb61366Cu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVb61366Cu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVb61366Cu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVb61366Cu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVb61366Cu .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-tVb61366Cu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVb61366Cu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVb61366Cu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVb61366Cu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVb61366Cu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVb61366Cu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVb61366Cu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVb61366Cu .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-tVb61366Cu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVb61366Cu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVb61366Cu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVb61366Cu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVb61366Cu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVb61366Cu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVb61366Cu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVb61366Cu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVb61366Cu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVb61366Cu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVb61366Cu .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-tVb61366Cu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVb61366Cu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVb61366Cu .dropdown-item.active,
.cid-tVb61366Cu .dropdown-item:active {
  background-color: transparent;
}
.cid-tVb61366Cu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVb61366Cu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVb61366Cu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVb61366Cu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29395f;
}
.cid-tVb61366Cu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVb61366Cu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVb61366Cu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVb61366Cu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVb61366Cu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVb61366Cu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tVb61366Cu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVb61366Cu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVb61366Cu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVb61366Cu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVb61366Cu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVb61366Cu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVb61366Cu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVb61366Cu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVb61366Cu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVb61366Cu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVb61366Cu .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-tVb61366Cu .navbar {
    height: 70px;
  }
  .cid-tVb61366Cu .navbar.opened {
    height: auto;
  }
  .cid-tVb61366Cu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjoWghDTde {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjoWghDTde .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjoWghDTde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjoWghDTde .mbr-text,
.cid-vjoWghDTde .mbr-section-btn {
  color: #000000;
}
.cid-vjoWghDTde .mbr-section-title {
  color: #000000;
}
.cid-v0fTZaizTA {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-v0fTZaizTA .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-v0fTZaizTA .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-v0fTZaizTA .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v0fTZaizTA .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-v0fTZaizTA .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-v0fTZaizTA .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-v0fTZaizTA .brown {
  color: #c19b76;
}
.cid-v0fTZaizTA .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v0fTZaizTA .paragraphs-wrapper .first-paragraph,
.cid-v0fTZaizTA .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v0fTZaizTA .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-v0fTZaizTA .text-element {
    padding-top: 0;
  }
  .cid-v0fTZaizTA .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v0fTZaizTA .paragraphs-wrapper .first-paragraph,
  .cid-v0fTZaizTA .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-v0fTZaizTA .first-paragraph,
  .cid-v0fTZaizTA .second-paragraph {
    width: 50%;
  }
  .cid-v0fTZaizTA .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-v0fTZaizTA .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-v0fTZaizTA .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0fTZaizTA .mbr-section-title,
  .cid-v0fTZaizTA .mbr-section-btn {
    text-align: left;
  }
}
.cid-v0fTZaizTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fTZaizTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fTZaizTA .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v0fTZaizTA .mbr-text,
.cid-v0fTZaizTA .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uXfB2HgLcB {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uXfB2HgLcB .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uXfB2HgLcB .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uXfB2HgLcB .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXfB2HgLcB .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uXfB2HgLcB .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-uXfB2HgLcB .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-uXfB2HgLcB .brown {
  color: #c19b76;
}
.cid-uXfB2HgLcB .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXfB2HgLcB .paragraphs-wrapper .first-paragraph,
.cid-uXfB2HgLcB .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uXfB2HgLcB .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uXfB2HgLcB .text-element {
    padding-top: 0;
  }
  .cid-uXfB2HgLcB .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uXfB2HgLcB .paragraphs-wrapper .first-paragraph,
  .cid-uXfB2HgLcB .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-uXfB2HgLcB .first-paragraph,
  .cid-uXfB2HgLcB .second-paragraph {
    width: 50%;
  }
  .cid-uXfB2HgLcB .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-uXfB2HgLcB .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-uXfB2HgLcB .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXfB2HgLcB .mbr-section-title,
  .cid-uXfB2HgLcB .mbr-section-btn {
    text-align: left;
  }
}
.cid-uXfB2HgLcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfB2HgLcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfB2HgLcB .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uXfB2HgLcB .mbr-text,
.cid-uXfB2HgLcB .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uctfO30pxr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-uctfO30pxr .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uctfO30pxr .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uctfO30pxr .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uctfO30pxr .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uctfO30pxr .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-uctfO30pxr .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-uctfO30pxr .brown {
  color: #c19b76;
}
.cid-uctfO30pxr .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uctfO30pxr .paragraphs-wrapper .first-paragraph,
.cid-uctfO30pxr .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uctfO30pxr .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uctfO30pxr .text-element {
    padding-top: 0;
  }
  .cid-uctfO30pxr .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uctfO30pxr .paragraphs-wrapper .first-paragraph,
  .cid-uctfO30pxr .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-uctfO30pxr .first-paragraph,
  .cid-uctfO30pxr .second-paragraph {
    width: 50%;
  }
  .cid-uctfO30pxr .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-uctfO30pxr .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-uctfO30pxr .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uctfO30pxr .mbr-section-title,
  .cid-uctfO30pxr .mbr-section-btn {
    text-align: left;
  }
}
.cid-uctfO30pxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uctfO30pxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uctfO30pxr .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uctfO30pxr .mbr-text,
.cid-uctfO30pxr .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uptEOXKhwi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-uptEOXKhwi .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uptEOXKhwi .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uptEOXKhwi .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uptEOXKhwi .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uptEOXKhwi .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-uptEOXKhwi .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-uptEOXKhwi .brown {
  color: #c19b76;
}
.cid-uptEOXKhwi .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uptEOXKhwi .paragraphs-wrapper .first-paragraph,
.cid-uptEOXKhwi .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uptEOXKhwi .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uptEOXKhwi .text-element {
    padding-top: 0;
  }
  .cid-uptEOXKhwi .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uptEOXKhwi .paragraphs-wrapper .first-paragraph,
  .cid-uptEOXKhwi .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-uptEOXKhwi .first-paragraph,
  .cid-uptEOXKhwi .second-paragraph {
    width: 50%;
  }
  .cid-uptEOXKhwi .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-uptEOXKhwi .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-uptEOXKhwi .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uptEOXKhwi .mbr-section-title,
  .cid-uptEOXKhwi .mbr-section-btn {
    text-align: left;
  }
}
.cid-uptEOXKhwi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uptEOXKhwi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uptEOXKhwi .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uptEOXKhwi .mbr-text,
.cid-uptEOXKhwi .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ukMgJanZmC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-ukMgJanZmC .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ukMgJanZmC .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ukMgJanZmC .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukMgJanZmC .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ukMgJanZmC .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-ukMgJanZmC .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-ukMgJanZmC .brown {
  color: #c19b76;
}
.cid-ukMgJanZmC .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukMgJanZmC .paragraphs-wrapper .first-paragraph,
.cid-ukMgJanZmC .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ukMgJanZmC .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ukMgJanZmC .text-element {
    padding-top: 0;
  }
  .cid-ukMgJanZmC .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ukMgJanZmC .paragraphs-wrapper .first-paragraph,
  .cid-ukMgJanZmC .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-ukMgJanZmC .first-paragraph,
  .cid-ukMgJanZmC .second-paragraph {
    width: 50%;
  }
  .cid-ukMgJanZmC .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-ukMgJanZmC .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-ukMgJanZmC .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ukMgJanZmC .mbr-section-title,
  .cid-ukMgJanZmC .mbr-section-btn {
    text-align: left;
  }
}
.cid-ukMgJanZmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMgJanZmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMgJanZmC .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ukMgJanZmC .mbr-text,
.cid-ukMgJanZmC .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tVb6C4m4j6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tVb6C4m4j6 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tVb6C4m4j6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tVb6C4m4j6 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVb6C4m4j6 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tVb6C4m4j6 .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-tVb6C4m4j6 .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-tVb6C4m4j6 .brown {
  color: #c19b76;
}
.cid-tVb6C4m4j6 .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVb6C4m4j6 .paragraphs-wrapper .first-paragraph,
.cid-tVb6C4m4j6 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tVb6C4m4j6 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tVb6C4m4j6 .text-element {
    padding-top: 0;
  }
  .cid-tVb6C4m4j6 .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tVb6C4m4j6 .paragraphs-wrapper .first-paragraph,
  .cid-tVb6C4m4j6 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-tVb6C4m4j6 .first-paragraph,
  .cid-tVb6C4m4j6 .second-paragraph {
    width: 50%;
  }
  .cid-tVb6C4m4j6 .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-tVb6C4m4j6 .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-tVb6C4m4j6 .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tVb6C4m4j6 .mbr-section-title,
  .cid-tVb6C4m4j6 .mbr-section-btn {
    text-align: left;
  }
}
.cid-tVb6C4m4j6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVb6C4m4j6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVb6C4m4j6 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tVb6C4m4j6 .mbr-text,
.cid-tVb6C4m4j6 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u8tr9dewBh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-u8tr9dewBh .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u8tr9dewBh .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-u8tr9dewBh .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8tr9dewBh .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u8tr9dewBh .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-u8tr9dewBh .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-u8tr9dewBh .brown {
  color: #c19b76;
}
.cid-u8tr9dewBh .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8tr9dewBh .paragraphs-wrapper .first-paragraph,
.cid-u8tr9dewBh .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u8tr9dewBh .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-u8tr9dewBh .text-element {
    padding-top: 0;
  }
  .cid-u8tr9dewBh .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u8tr9dewBh .paragraphs-wrapper .first-paragraph,
  .cid-u8tr9dewBh .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-u8tr9dewBh .first-paragraph,
  .cid-u8tr9dewBh .second-paragraph {
    width: 50%;
  }
  .cid-u8tr9dewBh .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-u8tr9dewBh .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-u8tr9dewBh .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u8tr9dewBh .mbr-section-title,
  .cid-u8tr9dewBh .mbr-section-btn {
    text-align: left;
  }
}
.cid-u8tr9dewBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8tr9dewBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8tr9dewBh .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8tr9dewBh .mbr-text,
.cid-u8tr9dewBh .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u8sSViQ2M1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u8sSViQ2M1 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u8sSViQ2M1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-u8sSViQ2M1 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8sSViQ2M1 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u8sSViQ2M1 .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-u8sSViQ2M1 .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-u8sSViQ2M1 .brown {
  color: #c19b76;
}
.cid-u8sSViQ2M1 .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8sSViQ2M1 .paragraphs-wrapper .first-paragraph,
.cid-u8sSViQ2M1 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u8sSViQ2M1 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-u8sSViQ2M1 .text-element {
    padding-top: 0;
  }
  .cid-u8sSViQ2M1 .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u8sSViQ2M1 .paragraphs-wrapper .first-paragraph,
  .cid-u8sSViQ2M1 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-u8sSViQ2M1 .first-paragraph,
  .cid-u8sSViQ2M1 .second-paragraph {
    width: 50%;
  }
  .cid-u8sSViQ2M1 .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-u8sSViQ2M1 .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-u8sSViQ2M1 .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u8sSViQ2M1 .mbr-section-title,
  .cid-u8sSViQ2M1 .mbr-section-btn {
    text-align: left;
  }
}
.cid-u8sSViQ2M1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8sSViQ2M1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8sSViQ2M1 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8sSViQ2M1 .mbr-text,
.cid-u8sSViQ2M1 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u3Yfw5VYUY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u3Yfw5VYUY .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u3Yfw5VYUY .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-u3Yfw5VYUY .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3Yfw5VYUY .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u3Yfw5VYUY .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-u3Yfw5VYUY .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-u3Yfw5VYUY .brown {
  color: #c19b76;
}
.cid-u3Yfw5VYUY .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3Yfw5VYUY .paragraphs-wrapper .first-paragraph,
.cid-u3Yfw5VYUY .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u3Yfw5VYUY .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-u3Yfw5VYUY .text-element {
    padding-top: 0;
  }
  .cid-u3Yfw5VYUY .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u3Yfw5VYUY .paragraphs-wrapper .first-paragraph,
  .cid-u3Yfw5VYUY .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-u3Yfw5VYUY .first-paragraph,
  .cid-u3Yfw5VYUY .second-paragraph {
    width: 50%;
  }
  .cid-u3Yfw5VYUY .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-u3Yfw5VYUY .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-u3Yfw5VYUY .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3Yfw5VYUY .mbr-section-title,
  .cid-u3Yfw5VYUY .mbr-section-btn {
    text-align: left;
  }
}
.cid-u3Yfw5VYUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Yfw5VYUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Yfw5VYUY .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u3Yfw5VYUY .mbr-text,
.cid-u3Yfw5VYUY .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vks6YyWeQd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #29395f;
}
.cid-vks6YyWeQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vks6YyWeQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vks6YyWeQd .content-wrap {
  justify-content: center;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vks6YyWeQd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vks6YyWeQd .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vks6YyWeQd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vks6YyWeQd .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vks6YyWeQd .mbr-section-title {
  color: #ff8576;
}
.cid-vks6YyWeQd .mbr-copy {
  color: #51565c;
}
.cid-vks6YyWeQd .mbr-copy,
.cid-vks6YyWeQd .copy-wrapper {
  text-align: right;
}
.cid-vks6YyWeQd .mbr-copy,
.cid-vks6YyWeQd .copy-wrapper,
.cid-vks6YyWeQd .social-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-vks6YyWeQd .mbr-section-title,
.cid-vks6YyWeQd .logo-wrapper {
  color: #ffffff;
}
.cid-tKbV6nxkfM {
  z-index: 1000;
  width: 100%;
}
.cid-tKbV6nxkfM nav.navbar {
  position: fixed;
}
.cid-tKbV6nxkfM .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-tKbV6nxkfM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKbV6nxkfM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKbV6nxkfM .dropdown-item:hover,
.cid-tKbV6nxkfM .dropdown-item:focus {
  background: #098642 !important;
  color: white !important;
}
.cid-tKbV6nxkfM .dropdown-item:hover span {
  color: white;
}
.cid-tKbV6nxkfM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKbV6nxkfM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKbV6nxkfM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKbV6nxkfM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKbV6nxkfM .nav-link {
  position: relative;
}
.cid-tKbV6nxkfM .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKbV6nxkfM .container {
    flex-wrap: wrap;
  }
}
.cid-tKbV6nxkfM .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKbV6nxkfM .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKbV6nxkfM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKbV6nxkfM .dropdown-menu,
.cid-tKbV6nxkfM .navbar.opened {
  background: #29395f !important;
}
.cid-tKbV6nxkfM .nav-item:focus,
.cid-tKbV6nxkfM .nav-link:focus {
  outline: none;
}
.cid-tKbV6nxkfM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKbV6nxkfM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKbV6nxkfM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKbV6nxkfM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKbV6nxkfM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKbV6nxkfM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKbV6nxkfM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #29395f;
}
.cid-tKbV6nxkfM .navbar.opened {
  transition: all 0.3s;
}
.cid-tKbV6nxkfM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKbV6nxkfM .navbar .navbar-logo img {
  width: auto;
}
.cid-tKbV6nxkfM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKbV6nxkfM .navbar.collapsed {
  justify-content: center;
}
.cid-tKbV6nxkfM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKbV6nxkfM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKbV6nxkfM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKbV6nxkfM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKbV6nxkfM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKbV6nxkfM .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-tKbV6nxkfM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKbV6nxkfM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKbV6nxkfM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKbV6nxkfM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKbV6nxkfM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKbV6nxkfM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKbV6nxkfM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKbV6nxkfM .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-tKbV6nxkfM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKbV6nxkfM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKbV6nxkfM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKbV6nxkfM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKbV6nxkfM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKbV6nxkfM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKbV6nxkfM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKbV6nxkfM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKbV6nxkfM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKbV6nxkfM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKbV6nxkfM .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-tKbV6nxkfM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKbV6nxkfM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKbV6nxkfM .dropdown-item.active,
.cid-tKbV6nxkfM .dropdown-item:active {
  background-color: transparent;
}
.cid-tKbV6nxkfM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKbV6nxkfM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKbV6nxkfM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKbV6nxkfM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29395f;
}
.cid-tKbV6nxkfM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKbV6nxkfM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKbV6nxkfM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKbV6nxkfM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKbV6nxkfM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKbV6nxkfM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tKbV6nxkfM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKbV6nxkfM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKbV6nxkfM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKbV6nxkfM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKbV6nxkfM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKbV6nxkfM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKbV6nxkfM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKbV6nxkfM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKbV6nxkfM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKbV6nxkfM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKbV6nxkfM .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-tKbV6nxkfM .navbar {
    height: 70px;
  }
  .cid-tKbV6nxkfM .navbar.opened {
    height: auto;
  }
  .cid-tKbV6nxkfM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLaoQrQD8h {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLaoQrQD8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaoQrQD8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaoQrQD8h .mbr-text,
.cid-uLaoQrQD8h .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uLaoQrQD8h H3 {
  text-align: center;
  color: #000000;
}
.cid-uLapivauNs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #29395f;
}
.cid-uLapivauNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLapivauNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLapivauNs .mbr-text,
.cid-uLapivauNs .mbr-section-btn {
  color: #ffffff;
}
.cid-uLapivauNs .mbr-section-title {
  color: #ffffff;
}
.cid-viWjtlzCsT {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viWjtlzCsT .mbr-fallback-image.disabled {
  display: none;
}
.cid-viWjtlzCsT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viWjtlzCsT .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-viWjtlzCsT .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-viWjtlzCsT {
    align-items: center;
  }
  .cid-viWjtlzCsT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-viWjtlzCsT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-viWjtlzCsT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-viWjtlzCsT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-viWjtlzCsT .content-wrap {
    width: 100%;
  }
}
.cid-viWjtlzCsT .mbr-section-title {
  text-align: center;
  color: #291f1e;
}
.cid-viWjtlzCsT .mbr-text,
.cid-viWjtlzCsT .mbr-section-btn {
  text-align: center;
  color: #291f1e;
}
.cid-uLamhVEsfs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLamhVEsfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLamhVEsfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLamhVEsfs .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLamhVEsfs .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLamhVEsfs .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLamhVEsfs .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLamhVEsfs .container {
    padding: 0 24px;
  }
}
.cid-uLamhVEsfs .row {
  justify-content: center;
}
.cid-uLamhVEsfs .item {
  margin-top: 24px;
}
.cid-uLamhVEsfs .item:first-child {
  margin-bottom: 0;
}
.cid-uLamhVEsfs .item .item-wrapper {
  padding: 40px;
  background-color: #098642;
  height: 100%;
  border: 1px solid #201c40;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLamhVEsfs .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uLamhVEsfs .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uLamhVEsfs .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uLamhVEsfs .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uLamhVEsfs .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uLamhVEsfs .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #201c40 !important;
}
.cid-uLamhVEsfs .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uLamhVEsfs .item-title {
  color: #ffffff;
}
.cid-uLamhVEsfs .item-text {
  color: #18212d;
}
.cid-uLamhVEsfs .item-text,
.cid-uLamhVEsfs .mbr-section-btn {
  color: #ffffff;
}
.cid-uLapC1ldcc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLapC1ldcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLapC1ldcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLapC1ldcc .mbr-section-title {
  color: #000000;
}
.cid-vks6YyWeQd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #29395f;
}
.cid-vks6YyWeQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vks6YyWeQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vks6YyWeQd .content-wrap {
  justify-content: center;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vks6YyWeQd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vks6YyWeQd .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vks6YyWeQd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vks6YyWeQd .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vks6YyWeQd .mbr-section-title {
  color: #ff8576;
}
.cid-vks6YyWeQd .mbr-copy {
  color: #51565c;
}
.cid-vks6YyWeQd .mbr-copy,
.cid-vks6YyWeQd .copy-wrapper {
  text-align: right;
}
.cid-vks6YyWeQd .mbr-copy,
.cid-vks6YyWeQd .copy-wrapper,
.cid-vks6YyWeQd .social-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-vks6YyWeQd .mbr-section-title,
.cid-vks6YyWeQd .logo-wrapper {
  color: #ffffff;
}
.cid-vklti3YDyk {
  z-index: 1000;
  width: 100%;
}
.cid-vklti3YDyk nav.navbar {
  position: fixed;
}
.cid-vklti3YDyk .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-vklti3YDyk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vklti3YDyk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vklti3YDyk .dropdown-item:hover,
.cid-vklti3YDyk .dropdown-item:focus {
  background: #098642 !important;
  color: white !important;
}
.cid-vklti3YDyk .dropdown-item:hover span {
  color: white;
}
.cid-vklti3YDyk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vklti3YDyk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vklti3YDyk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vklti3YDyk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vklti3YDyk .nav-link {
  position: relative;
}
.cid-vklti3YDyk .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vklti3YDyk .container {
    flex-wrap: wrap;
  }
}
.cid-vklti3YDyk .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vklti3YDyk .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vklti3YDyk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vklti3YDyk .dropdown-menu,
.cid-vklti3YDyk .navbar.opened {
  background: #29395f !important;
}
.cid-vklti3YDyk .nav-item:focus,
.cid-vklti3YDyk .nav-link:focus {
  outline: none;
}
.cid-vklti3YDyk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vklti3YDyk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vklti3YDyk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vklti3YDyk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vklti3YDyk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vklti3YDyk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vklti3YDyk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #29395f;
}
.cid-vklti3YDyk .navbar.opened {
  transition: all 0.3s;
}
.cid-vklti3YDyk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vklti3YDyk .navbar .navbar-logo img {
  width: auto;
}
.cid-vklti3YDyk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vklti3YDyk .navbar.collapsed {
  justify-content: center;
}
.cid-vklti3YDyk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vklti3YDyk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vklti3YDyk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vklti3YDyk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vklti3YDyk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vklti3YDyk .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-vklti3YDyk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vklti3YDyk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vklti3YDyk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vklti3YDyk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vklti3YDyk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vklti3YDyk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vklti3YDyk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vklti3YDyk .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-vklti3YDyk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vklti3YDyk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vklti3YDyk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vklti3YDyk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vklti3YDyk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vklti3YDyk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vklti3YDyk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vklti3YDyk .navbar.navbar-short {
  min-height: 60px;
}
.cid-vklti3YDyk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vklti3YDyk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vklti3YDyk .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-vklti3YDyk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vklti3YDyk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vklti3YDyk .dropdown-item.active,
.cid-vklti3YDyk .dropdown-item:active {
  background-color: transparent;
}
.cid-vklti3YDyk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vklti3YDyk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vklti3YDyk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vklti3YDyk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #29395f;
}
.cid-vklti3YDyk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vklti3YDyk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vklti3YDyk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vklti3YDyk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vklti3YDyk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vklti3YDyk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vklti3YDyk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vklti3YDyk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vklti3YDyk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vklti3YDyk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vklti3YDyk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vklti3YDyk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vklti3YDyk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vklti3YDyk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vklti3YDyk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vklti3YDyk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vklti3YDyk .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-vklti3YDyk .navbar {
    height: 70px;
  }
  .cid-vklti3YDyk .navbar.opened {
    height: auto;
  }
  .cid-vklti3YDyk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vklti4EAgK {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vklti4EAgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vklti4EAgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vklti4EAgK .mbr-text,
.cid-vklti4EAgK .mbr-section-btn {
  color: #000000;
}
.cid-vklti4EAgK .mbr-section-title {
  color: #000000;
}
.cid-vkrRoA1qZj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vkrRoA1qZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkrRoA1qZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkrRoA1qZj .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vkrRoA1qZj .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vkrRoA1qZj .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vks6YyWeQd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #29395f;
}
.cid-vks6YyWeQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vks6YyWeQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vks6YyWeQd .content-wrap {
  justify-content: center;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vks6YyWeQd .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vks6YyWeQd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vks6YyWeQd .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vks6YyWeQd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-vks6YyWeQd .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vks6YyWeQd .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vks6YyWeQd .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vks6YyWeQd .mbr-section-title {
  color: #ff8576;
}
.cid-vks6YyWeQd .mbr-copy {
  color: #51565c;
}
.cid-vks6YyWeQd .mbr-copy,
.cid-vks6YyWeQd .copy-wrapper {
  text-align: right;
}
.cid-vks6YyWeQd .mbr-copy,
.cid-vks6YyWeQd .copy-wrapper,
.cid-vks6YyWeQd .social-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-vks6YyWeQd .mbr-section-title,
.cid-vks6YyWeQd .logo-wrapper {
  color: #ffffff;
}
