body {
  font-family: 'Archivo', sans-serif;
}
.display-1 {
  font-family: 'Archivo', sans-serif;
  font-size: 3.45rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.3125rem;
}
.display-2 {
  font-family: 'Archivo', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Archivo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.415rem;
    font-size: calc( 1.8575rem + (3.45 - 1.8575) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8575rem + (3.45 - 1.8575) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #fff86d !important;
}
.bg-success {
  background-color: #c8d4f2 !important;
}
.bg-info {
  background-color: #7087c0 !important;
}
.bg-warning {
  background-color: #671555 !important;
}
.bg-danger {
  background-color: #2f0025 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fff86d !important;
  border-color: #fff86d !important;
  color: #1e1a20 !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: #161500 !important;
  background-color: #fff416 !important;
  border-color: #fff416 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1e1a20 !important;
  background-color: #fff416 !important;
  border-color: #fff416 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c3ead8 !important;
  border-color: #c3ead8 !important;
  color: #3d3d3d !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: #83d4ae !important;
  border-color: #83d4ae !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #3d3d3d !important;
  background-color: #83d4ae !important;
  border-color: #83d4ae !important;
}
.btn-info,
.btn-info:active {
  background-color: #7087c0 !important;
  border-color: #7087c0 !important;
  color: #000000 !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: #425b97 !important;
  border-color: #425b97 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #425b97 !important;
  border-color: #425b97 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c8d4f2 !important;
  border-color: #c8d4f2 !important;
  color: #444444 !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: #829de1 !important;
  border-color: #829de1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #444444 !important;
  background-color: #829de1 !important;
  border-color: #829de1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #671555 !important;
  border-color: #671555 !important;
  color: #000000 !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: #1f061a !important;
  border-color: #1f061a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #1f061a !important;
  border-color: #1f061a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2f0025 !important;
  border-color: #2f0025 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d191f !important;
  border-color: #1d191f !important;
  color: #000000 !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: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff86d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fff416 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #6d6800 !important;
  background-color: #fff86d !important;
  border-color: #fff86d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c3ead8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #83d4ae !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #2d815a !important;
  background-color: #c3ead8 !important;
  border-color: #c3ead8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7087c0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #425b97 !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: #7087c0 !important;
  border-color: #7087c0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c8d4f2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #829de1 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #244597 !important;
  background-color: #c8d4f2 !important;
  border-color: #c8d4f2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #671555;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1f061a !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: #671555 !important;
  border-color: #671555 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2f0025;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2f0025 !important;
  border-color: #2f0025 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d191f;
}
.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: #1d191f !important;
  border-color: #1d191f !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #fff86d !important;
}
.text-secondary {
  color: #c3ead8 !important;
}
.text-success {
  color: #c8d4f2 !important;
}
.text-info {
  color: #7087c0 !important;
}
.text-warning {
  color: #671555 !important;
}
.text-danger {
  color: #2f0025 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1d191f !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fff307 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #77d0a7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7694df !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3e548c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #12040f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #fff86d;
}
.nav-tabs .nav-link:not(.active) {
  color: #1d191f;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7087c0;
}
.alert-warning {
  background-color: #671555;
}
.alert-danger {
  background-color: #2f0025;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fff86d;
  border-color: #fff86d;
  color: #878000;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fff86d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c9d1e7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d12bac;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff95e8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Archivo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #fff86d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Archivo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #fff86d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fff86d;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fff86d;
}
.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: #fff86d;
  border-bottom-color: #fff86d;
}
.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: #000000 !important;
  background-color: #fff86d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c3ead8 !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='%23fff86d' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 120px;
  border-radius: 30px;
  padding: 12px 35px;
  line-height: 1.25;
  font-weight: 500 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover {
  background-color: #535353 !important;
  border-color: #535353 !important;
  color: #ffffff !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
  }
}
b {
  font-weight: 600 !important;
}
.cid-uPvSkCMOKx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPvSkCMOKx nav.navbar {
  position: fixed;
}
.cid-uPvSkCMOKx .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-uPvSkCMOKx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPvSkCMOKx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPvSkCMOKx .dropdown-item:hover,
.cid-uPvSkCMOKx .dropdown-item:focus {
  background: #fff86d !important;
  color: #1d191f !important;
}
.cid-uPvSkCMOKx .dropdown-item:hover span {
  color: white;
}
.cid-uPvSkCMOKx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPvSkCMOKx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPvSkCMOKx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPvSkCMOKx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPvSkCMOKx .nav-link {
  position: relative;
}
.cid-uPvSkCMOKx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPvSkCMOKx .container {
    flex-wrap: nowrap;
  }
}
.cid-uPvSkCMOKx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPvSkCMOKx .navbar-nav {
  margin-right: auto;
}
.cid-uPvSkCMOKx .navbar-nav .nav-item {
  margin: 0 10px !important;
}
.cid-uPvSkCMOKx .navbar-nav .nav-item .nav-link {
  padding: 13px 30px !important;
  margin: 0 !important;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uPvSkCMOKx .navbar-nav .nav-item .nav-link:hover {
    background: rgba(51, 51, 51, 0.1);
  }
}
.cid-uPvSkCMOKx .dropdown-menu,
.cid-uPvSkCMOKx .navbar.opened {
  background: #ffffff !important;
}
.cid-uPvSkCMOKx .nav-item:focus,
.cid-uPvSkCMOKx .nav-link:focus {
  outline: none;
}
.cid-uPvSkCMOKx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPvSkCMOKx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPvSkCMOKx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPvSkCMOKx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPvSkCMOKx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPvSkCMOKx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPvSkCMOKx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uPvSkCMOKx .navbar.opened {
  transition: all 0.3s;
}
.cid-uPvSkCMOKx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPvSkCMOKx .navbar .navbar-logo img {
  width: auto;
}
.cid-uPvSkCMOKx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPvSkCMOKx .navbar.collapsed {
  justify-content: center;
}
.cid-uPvSkCMOKx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPvSkCMOKx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPvSkCMOKx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPvSkCMOKx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPvSkCMOKx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPvSkCMOKx .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-uPvSkCMOKx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPvSkCMOKx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPvSkCMOKx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPvSkCMOKx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPvSkCMOKx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPvSkCMOKx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPvSkCMOKx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPvSkCMOKx .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-uPvSkCMOKx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPvSkCMOKx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPvSkCMOKx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPvSkCMOKx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPvSkCMOKx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPvSkCMOKx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPvSkCMOKx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPvSkCMOKx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPvSkCMOKx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPvSkCMOKx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 115px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-left: 5px;
}
.cid-uPvSkCMOKx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPvSkCMOKx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPvSkCMOKx .dropdown-item.active,
.cid-uPvSkCMOKx .dropdown-item:active {
  background-color: transparent;
}
.cid-uPvSkCMOKx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPvSkCMOKx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPvSkCMOKx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPvSkCMOKx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPvSkCMOKx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPvSkCMOKx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPvSkCMOKx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPvSkCMOKx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPvSkCMOKx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPvSkCMOKx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPvSkCMOKx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPvSkCMOKx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPvSkCMOKx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPvSkCMOKx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPvSkCMOKx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPvSkCMOKx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPvSkCMOKx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPvSkCMOKx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPvSkCMOKx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPvSkCMOKx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPvSkCMOKx .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-uPvSkCMOKx .navbar {
    height: 70px;
  }
  .cid-uPvSkCMOKx .navbar.opened {
    height: auto;
  }
  .cid-uPvSkCMOKx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPvSkCMOKx .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uPvSkCMOKx .navbar-toggler {
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .cid-uPvSkCMOKx .navbar-toggler {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPvSkCMOKx .container,
  .cid-uPvSkCMOKx .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-uPvSkCMOKx .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }
  .cid-uPvSkCMOKx .navbar-nav .nav-item {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    justify-content: flex-start;
    text-align: left;
  }
  .cid-uPvSkCMOKx .navbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uPvSkCMOKx .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uPvSkCMOKx .mbr-section-btn {
    width: 100%;
    margin-top: 30px;
  }
  .cid-uPvSkCMOKx .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-uPvSkCMOKx .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    position: fixed;
    background-color: #fff86d;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uPvSkCMOKx .navbar-collapse.show {
    padding: 100px 15px;
    position: fixed;
    background-color: #fff86d;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uPvSkCMOKx .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
.cid-uPvSvld0zO {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/screenshot-328.png-1291x797.png");
  position: relative;
}
.cid-uPvSvld0zO::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPvSvld0zO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPvSvld0zO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPvSvld0zO .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uPvSvld0zO .content-wrapper {
    margin-top: 0;
  }
}
.cid-uPvSvld0zO .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #fff86d, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uPvSvld0zO .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uPvSvld0zO .mbr-section-title {
  color: #ffffff;
}
.cid-uPvSvld0zO .mbr-text {
  color: #ffffff;
}
.cid-uPvSHLwqW2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPvSHLwqW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPvSHLwqW2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPvSHLwqW2 .row {
  justify-content: center;
}
.cid-uPvSHLwqW2 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uPvSHLwqW2 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uPvSHLwqW2 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uPvSHLwqW2 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uPvSHLwqW2 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uPvSHLwqW2 .card-row {
  align-items: stretch;
}
.cid-uPvSHLwqW2 .card {
  padding: 10px;
}
.cid-uPvSHLwqW2 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uPvSHLwqW2 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uPvSHLwqW2 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uPvSHLwqW2 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff86d;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPvSHLwqW2 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uPvSHLwqW2 .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uPvSHLwqW2 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-uPvSHLwqW2 .card-wrapper:hover .card-box {
  background-color: #fff86d;
}
.cid-uPvSHLwqW2 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-uPvSHLwqW2 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uPvSHLwqW2 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uPvSIoXXQ1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPvSIoXXQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPvSIoXXQ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPvSIoXXQ1 .row {
  justify-content: flex-start;
}
.cid-uPvSIoXXQ1 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .cid-uPvSIoXXQ1 .content-container {
    flex-wrap: wrap;
  }
}
.cid-uPvSIoXXQ1 .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-uPvSIoXXQ1 .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-uPvSIoXXQ1 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uPvSIoXXQ1 .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: 200px;
  }
}
.cid-uPvSIoXXQ1 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPvSIoXXQ1 .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff86d;
}
.cid-uPvSIoXXQ1 .label-text {
  color: #000000;
  margin: 0;
}
.cid-uPvSIoXXQ1 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uPvSIoXXQ1 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-uPvSIoXXQ1 .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uPvSIoXXQ1 .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-uPvSIoXXQ1 .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-uPvSK6t0MZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPvSK6t0MZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPvSK6t0MZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPvSK6t0MZ .row {
  justify-content: flex-start;
}
.cid-uPvSK6t0MZ .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 361px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff86d;
}
@media (max-width: 767px) {
  .cid-uPvSK6t0MZ .content-container {
    padding: 30px;
  }
}
.cid-uPvSK6t0MZ .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uPvSK6t0MZ .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uPvSK6t0MZ .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uPvSK6t0MZ .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
.cid-uPvSL63w4y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPvSL63w4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPvSL63w4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPvSL63w4y .row {
  justify-content: center;
}
.cid-uPvSL63w4y .col-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-uPvSL63w4y .col-title {
    margin-bottom: 20px;
  }
}
.cid-uPvSL63w4y .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cid-uPvSL63w4y .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uPvSL63w4y .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uPvSL63w4y .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uPvSL63w4y .card-row {
  align-items: stretch;
}
.cid-uPvSL63w4y .card:first-child .card-box {
  border-top: 1px solid #d4d4d4;
}
.cid-uPvSL63w4y .card-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  .cid-uPvSL63w4y .card-box {
    flex-wrap: wrap;
    align-items: center;
  }
}
.cid-uPvSL63w4y .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #000000;
}
.cid-uPvSL63w4y .card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  padding: 10px;
}
.cid-uPvSL63w4y .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 118px;
  padding: 10px;
  margin-right: 25px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff86d;
}
@media (max-width: 991px) {
  .cid-uPvSL63w4y .iconfont-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uPvSL63w4y .iconfont-wrapper {
    margin: 0 auto;
  }
}
.cid-uPvSL63w4y .card-wrapper {
  display: flex;
}
.cid-uPvSL63w4y .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uPvSL63w4y .card-title {
    text-align: center !important;
  }
}
.cid-uPvSL63w4y .card-text {
  width: 100%;
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uPvSL63w4y .card-text {
    text-align: center !important;
  }
}
.cid-uPvSMiYtBW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPvSMiYtBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPvSMiYtBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPvSMiYtBW .container-fluid {
  padding: 0 85px;
}
@media (max-width: 991px) {
  .cid-uPvSMiYtBW .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .cid-uPvSMiYtBW .container-fluid {
    padding: 0 30px;
  }
}
.cid-uPvSMiYtBW .row {
  justify-content: center;
}
.cid-uPvSMiYtBW .col-title {
  margin-bottom: 75px;
}
.cid-uPvSMiYtBW .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uPvSMiYtBW .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uPvSMiYtBW .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uPvSMiYtBW .card-row {
  align-items: stretch;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPvSMiYtBW .card-row {
    flex-wrap: wrap;
  }
}
.cid-uPvSMiYtBW .card {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-grow: 1;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-uPvSMiYtBW .card {
    padding: 0 !important;
  }
}
.cid-uPvSMiYtBW .card:nth-child(1) .card-box {
  background-color: #f1cebe;
  border-radius: 0 80px 0 0;
}
.cid-uPvSMiYtBW .card:nth-child(2) .card-box {
  background-color: #c3ead8;
  border-radius: 0  0 80px 0;
}
.cid-uPvSMiYtBW .card:nth-child(3) .card-box {
  background-color: #c8d4f2;
  border-radius: 0  80px 80px 0;
}
.cid-uPvSMiYtBW .card-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media (min-width: 992px) {
  .cid-uPvSMiYtBW .card-wrapper {
    width: 95%;
  }
}
.cid-uPvSMiYtBW .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 45px 30px 45px 30px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPvSMiYtBW .card-box {
    padding: 75px 30px;
  }
}
.cid-uPvSMiYtBW .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uPvSMiYtBW .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.cid-uPvSMiYtBW .card-title {
  width: 100%;
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uPvSMiYtBW .card-text {
  width: 100%;
  min-height: 300px;
  color: #1d191f;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .cid-uPvSMiYtBW .card-text {
    min-height: 200px;
  }
}
.cid-uPvSTuYS3u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff86d;
}
.cid-uPvSTuYS3u .row {
  align-items: center;
}
.cid-uPvSTuYS3u .main-col {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uPvSTuYS3u .main-col {
    flex-wrap: wrap;
  }
}
.cid-uPvSTuYS3u .title-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 50%;
  padding: 50px 10px 10px 10px !important;
}
@media (max-width: 767px) {
  .cid-uPvSTuYS3u .title-container {
    width: 100%;
    min-height: auto;
    margin-bottom: 50px;
    padding: 0 !important;
  }
}
.cid-uPvSTuYS3u .main-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
.cid-uPvSTuYS3u .main-subtitle {
  margin-top: 40px;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
.cid-uPvSTuYS3u .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 10px !important;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uPvSTuYS3u .form-container {
    width: 100%;
    min-height: auto;
    padding: 0 !important;
  }
}
.cid-uPvSTuYS3u .form-bg {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  padding: 60px 50px;
  background-color: #ffffff;
  border: 1px solid #1d191f;
}
@media (max-width: 991px) {
  .cid-uPvSTuYS3u .form-bg {
    padding: 50px 25px 50px 25px;
  }
}
@media (max-width: 767px) {
  .cid-uPvSTuYS3u .form-bg {
    padding: 35px 30px;
  }
}
.cid-uPvSTuYS3u form {
  width: 100%;
}
.cid-uPvSTuYS3u form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uPvSTuYS3u form p {
  color: #1d191f;
}
.cid-uPvSTuYS3u form .mbr-section-btn {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uPvSTuYS3u form .mbr-section-btn {
    width: 100%;
  }
}
.cid-uPvSTuYS3u form .mbr-section-btn .btn {
  min-width: 120px;
  width: 100%;
  border: none !important;
}
.cid-uPvSTuYS3u form .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  flex-grow: 1;
}
.cid-uPvSTuYS3u form .form-control {
  height: 55px;
  border: 1px solid #818a91 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1d191f;
  font-weight: 400;
}
.cid-uPvSTuYS3u form .form-control::-webkit-input-placeholder {
  color: #adadad;
}
.cid-uPvSTuYS3u form .form-control::-moz-placeholder {
  color: #adadad;
}
.cid-uPvSTuYS3u form .form-control:-moz-placeholder {
  color: #adadad;
}
.cid-uPvSTuYS3u form .form-control:-ms-input-placeholder {
  color: #adadad;
}
.cid-uPvSTuYS3u form select {
  color: #adadad !important;
}
.cid-uPvSTuYS3u form textarea {
  height: 192px !important;
}
.cid-uPvSTuYS3u form input:active,
.cid-uPvSTuYS3u form textarea:active,
.cid-uPvSTuYS3u form input:focus,
.cid-uPvSTuYS3u form textarea:focus {
  background-color: transparent !important;
  border-color: #818a91 !important;
}
.cid-uPvSTuYS3u form input:active::-webkit-input-placeholder,
.cid-uPvSTuYS3u form textarea:active::-webkit-input-placeholder,
.cid-uPvSTuYS3u form input:focus::-webkit-input-placeholder,
.cid-uPvSTuYS3u form textarea:focus::-webkit-input-placeholder {
  color: #adadad;
}
.cid-uPvSTuYS3u form input:active::-moz-placeholder,
.cid-uPvSTuYS3u form textarea:active::-moz-placeholder,
.cid-uPvSTuYS3u form input:focus::-moz-placeholder,
.cid-uPvSTuYS3u form textarea:focus::-moz-placeholder {
  color: #adadad;
}
.cid-uPvSTuYS3u form input:active:-moz-placeholder,
.cid-uPvSTuYS3u form textarea:active:-moz-placeholder,
.cid-uPvSTuYS3u form input:focus:-moz-placeholder,
.cid-uPvSTuYS3u form textarea:focus:-moz-placeholder {
  color: #adadad;
}
.cid-uPvSTuYS3u form input:active:-ms-input-placeholder,
.cid-uPvSTuYS3u form textarea:active:-ms-input-placeholder,
.cid-uPvSTuYS3u form input:focus:-ms-input-placeholder,
.cid-uPvSTuYS3u form textarea:focus:-ms-input-placeholder {
  color: #adadad;
}
.cid-uPvSTuYS3u form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uPvSTuYS3u form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uPvSTuYS3u form label {
  width: 100%;
  color: #1d191f;
  margin-bottom: 4px;
}
.cid-uPvSTuYS3u form .form-check-input {
  border-color: #818a91 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uPvSTuYS3u form .form-check-input:focus,
.cid-uPvSTuYS3u form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #1d191f !important;
}
.cid-uPvSTuYS3u form .form-check-input:checked {
  border-color: #1d191f !important;
  background-color: #1d191f !important;
}
.cid-uPvSWfBGvX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPvSWfBGvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPvSWfBGvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPvSWfBGvX .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uPvSWfBGvX .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPvSWfBGvX .items-wrapper {
  margin: 0 -8px;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uPvSWfBGvX .items-wrapper {
    margin-top: 0;
  }
}
.cid-uPvSWfBGvX .items-wrapper .item {
  padding: 0 8px;
}
.cid-uPvSWfBGvX .item {
  margin-bottom: 16px;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uPvSWfBGvX .item {
    margin-bottom: 12px;
  }
}
.cid-uPvSWfBGvX .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPvSWfBGvX .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPvSWfBGvX .item .item-wrapper {
    height: auto;
    padding: 24px;
  }
}
.cid-uPvSWfBGvX .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uPvSWfBGvX .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-uPvSWfBGvX .item .item-wrapper .iconfont-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPvSWfBGvX .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uPvSWfBGvX .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #efef51;
  font-size: 36px;
  color: #2c2c26;
}
.cid-uPvSWfBGvX .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uPvSWfBGvX .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uPvSWfBGvX .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPvSWfBGvX .card-title {
  color: #2c2c26;
}
.cid-uPvSWfBGvX .card-title,
.cid-uPvSWfBGvX .iconfont-wrap {
  text-align: center;
}
.cid-uPvT0E53JN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #003629;
}
.cid-uPvT0E53JN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPvT0E53JN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPvT0E53JN .container {
  display: flex;
  justify-content: center;
}
.cid-uPvT0E53JN .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uPvT0E53JN .col-copyright {
  padding: 0;
}
.cid-uPvT0E53JN .copyright {
  color: #C3EAD8;
}
@media (max-width: 991px) {
  .cid-uPvT0E53JN .copyright {
    text-align: center !important;
  }
}
.cid-uPvVQnVNjQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uPvVQnVNjQ nav.navbar {
  position: fixed;
}
.cid-uPvVQnVNjQ .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-uPvVQnVNjQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPvVQnVNjQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPvVQnVNjQ .dropdown-item:hover,
.cid-uPvVQnVNjQ .dropdown-item:focus {
  background: #fff86d !important;
  color: #1d191f !important;
}
.cid-uPvVQnVNjQ .dropdown-item:hover span {
  color: white;
}
.cid-uPvVQnVNjQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPvVQnVNjQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPvVQnVNjQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPvVQnVNjQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPvVQnVNjQ .nav-link {
  position: relative;
}
.cid-uPvVQnVNjQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uPvVQnVNjQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uPvVQnVNjQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPvVQnVNjQ .navbar-nav {
  margin-right: auto;
}
.cid-uPvVQnVNjQ .navbar-nav .nav-item {
  margin: 0 10px !important;
}
.cid-uPvVQnVNjQ .navbar-nav .nav-item .nav-link {
  padding: 13px 30px !important;
  margin: 0 !important;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uPvVQnVNjQ .navbar-nav .nav-item .nav-link:hover {
    background: rgba(51, 51, 51, 0.1);
  }
}
.cid-uPvVQnVNjQ .dropdown-menu,
.cid-uPvVQnVNjQ .navbar.opened {
  background: #ffffff !important;
}
.cid-uPvVQnVNjQ .nav-item:focus,
.cid-uPvVQnVNjQ .nav-link:focus {
  outline: none;
}
.cid-uPvVQnVNjQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPvVQnVNjQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPvVQnVNjQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPvVQnVNjQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPvVQnVNjQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPvVQnVNjQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPvVQnVNjQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uPvVQnVNjQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uPvVQnVNjQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPvVQnVNjQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uPvVQnVNjQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPvVQnVNjQ .navbar.collapsed {
  justify-content: center;
}
.cid-uPvVQnVNjQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPvVQnVNjQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPvVQnVNjQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uPvVQnVNjQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPvVQnVNjQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPvVQnVNjQ .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-uPvVQnVNjQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPvVQnVNjQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPvVQnVNjQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPvVQnVNjQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPvVQnVNjQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPvVQnVNjQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPvVQnVNjQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPvVQnVNjQ .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-uPvVQnVNjQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPvVQnVNjQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPvVQnVNjQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPvVQnVNjQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPvVQnVNjQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPvVQnVNjQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPvVQnVNjQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPvVQnVNjQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPvVQnVNjQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPvVQnVNjQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 115px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-left: 5px;
}
.cid-uPvVQnVNjQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPvVQnVNjQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPvVQnVNjQ .dropdown-item.active,
.cid-uPvVQnVNjQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uPvVQnVNjQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPvVQnVNjQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPvVQnVNjQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPvVQnVNjQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPvVQnVNjQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPvVQnVNjQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPvVQnVNjQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPvVQnVNjQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPvVQnVNjQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPvVQnVNjQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPvVQnVNjQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPvVQnVNjQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPvVQnVNjQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPvVQnVNjQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPvVQnVNjQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPvVQnVNjQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPvVQnVNjQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPvVQnVNjQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPvVQnVNjQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPvVQnVNjQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPvVQnVNjQ .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-uPvVQnVNjQ .navbar {
    height: 70px;
  }
  .cid-uPvVQnVNjQ .navbar.opened {
    height: auto;
  }
  .cid-uPvVQnVNjQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPvVQnVNjQ .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uPvVQnVNjQ .navbar-toggler {
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .cid-uPvVQnVNjQ .navbar-toggler {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPvVQnVNjQ .container,
  .cid-uPvVQnVNjQ .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-uPvVQnVNjQ .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }
  .cid-uPvVQnVNjQ .navbar-nav .nav-item {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    justify-content: flex-start;
    text-align: left;
  }
  .cid-uPvVQnVNjQ .navbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uPvVQnVNjQ .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uPvVQnVNjQ .mbr-section-btn {
    width: 100%;
    margin-top: 30px;
  }
  .cid-uPvVQnVNjQ .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-uPvVQnVNjQ .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    position: fixed;
    background-color: #fff86d;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uPvVQnVNjQ .navbar-collapse.show {
    padding: 100px 15px;
    position: fixed;
    background-color: #fff86d;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uPvVQnVNjQ .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
.cid-uPvVWaRtH5 {
  display: flex;
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uPvVWaRtH5 {
    align-items: center;
  }
  .cid-uPvVWaRtH5 .row {
    justify-content: center;
  }
}
.cid-uPvVWaRtH5 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPvVWaRtH5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPvVWaRtH5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uPvVWaRtH5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPvVWaRtH5 .content-wrap {
    width: 100%;
  }
}
.cid-uPvVWaRtH5 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uPvVWaRtH5 .mbr-text,
.cid-uPvVWaRtH5 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPvVWaRtH5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPvVQrT3Vi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #003629;
}
.cid-uPvVQrT3Vi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPvVQrT3Vi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPvVQrT3Vi .container {
  display: flex;
  justify-content: center;
}
.cid-uPvVQrT3Vi .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uPvVQrT3Vi .col-copyright {
  padding: 0;
}
.cid-uPvVQrT3Vi .copyright {
  color: #C3EAD8;
}
@media (max-width: 991px) {
  .cid-uPvVQrT3Vi .copyright {
    text-align: center !important;
  }
}
