body {
  font-family: 'Space Grotesk', sans-serif;
}
.display-1 {
  font-family: 'Kaisei Tokumin', serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Kaisei Tokumin', serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', 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: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: #006b54 !important;
}
.bg-success {
  background-color: #006b54 !important;
}
.bg-info {
  background-color: #cbb6f2 !important;
}
.bg-warning {
  background-color: #ffcc1a !important;
}
.bg-danger {
  background-color: #dac5b1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #006b54 !important;
  border-color: #006b54 !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: #006b54 !important;
  border-color: #001410 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #001410 !important;
  border-color: #001410 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa4bc !important;
  border-color: #ffa4bc !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: #ffa4bc !important;
  border-color: #ff4d7c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff4d7c !important;
  border-color: #ff4d7c !important;
}
.btn-info,
.btn-info:active {
  background-color: #cbb6f2 !important;
  border-color: #cbb6f2 !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: #cbb6f2 !important;
  border-color: #976ce5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #976ce5 !important;
  border-color: #976ce5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #006b54 !important;
  border-color: #006b54 !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: #006b54 !important;
  border-color: #001410 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #001410 !important;
  border-color: #001410 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcc1a !important;
  border-color: #ffcc1a !important;
  color: #1a1400 !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: #ffcc1a !important;
  border-color: #c29700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1a1400 !important;
  background-color: #c29700 !important;
  border-color: #c29700 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dac5b1 !important;
  border-color: #dac5b1 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #dac5b1 !important;
  border-color: #be9976 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #be9976 !important;
  border-color: #be9976 !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: #fafafa !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: #232323 !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: #006b54;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #001410 !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: #006b54 !important;
  border-color: #006b54 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffa4bc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff4d7c !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: #ffa4bc !important;
  border-color: #ffa4bc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cbb6f2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #976ce5 !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: #cbb6f2 !important;
  border-color: #cbb6f2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #006b54;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #001410 !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: #006b54 !important;
  border-color: #006b54 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffcc1a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c29700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1a1400 !important;
  background-color: #ffcc1a !important;
  border-color: #ffcc1a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dac5b1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #be9976 !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: #dac5b1 !important;
  border-color: #dac5b1 !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: #006b54 !important;
}
.text-secondary {
  color: #ffa4bc !important;
}
.text-success {
  color: #006b54 !important;
}
.text-info {
  color: #cbb6f2 !important;
}
.text-warning {
  color: #ffcc1a !important;
}
.text-danger {
  color: #dac5b1 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000504 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff3e71 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000504 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8d5fe3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b38b00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b9926c !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: #006b54;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cbb6f2;
}
.alert-warning {
  background-color: #ffcc1a;
}
.alert-danger {
  background-color: #dac5b1;
}
.mbr-gallery-filter li.active .btn {
  background-color: #006b54;
  border-color: #006b54;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #006b54;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #00ebb8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00ebb8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff9e6;
}
.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: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #006b54 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #006b54;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #006b54;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #006b54;
}
.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: #006b54;
  border-bottom-color: #006b54;
}
.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: #006b54 !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: #ffa4bc !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='%23006b54' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t08kNdUQys .navbar-dropdown {
  position: relative !important;
}
.cid-t08kNdUQys li {
  display: flex;
  align-items: center;
}
.cid-t08kNdUQys .icons-menu {
  min-width: max-content;
  padding-top: 14px;
}
.cid-t08kNdUQys .mbr-iconfont {
  color: #000000;
  font-size: 1rem;
  padding-right: .5rem;
  transition: all .5s;
}
.cid-t08kNdUQys .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-t08kNdUQys .container {
  padding-left: 0;
  padding-right: 0;
}
.cid-t08kNdUQys .content {
  border-bottom: 3px solid #000000;
}
@media (min-width: 992px) {
  .cid-t08kNdUQys .wrap {
    display: flex;
    justify-content: center;
  }
}
.cid-t08kNdUQys .nav-link {
  transition: all .5s;
  position: relative;
  padding: 0;
  display: inline-block;
  border-bottom: 1px solid transparent;
  font-weight: 400;
}
.cid-t08kNdUQys .nav-link:hover {
  color: #1B66CE !important;
}
.cid-t08kNdUQys .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;
}
@media (max-width: 991px) {
  .cid-t08kNdUQys .navbar-dropdown {
    background: #FEF1E5 !important;
  }
}
.cid-t08kNdUQys .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
@media (min-width: 992px) {
  .cid-t08kNdUQys .nav-item {
    position: relative;
  }
}
.cid-t08kNdUQys .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #fe4879;
}
.cid-t08kNdUQys .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #fe4879 !important;
}
.cid-t08kNdUQys .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-t08kNdUQys .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .cid-t08kNdUQys .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-t08kNdUQys .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t08kNdUQys .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t08kNdUQys .navbar.collapsed .navbar-collapse.show,
.cid-t08kNdUQys .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t08kNdUQys .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-t08kNdUQys .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-t08kNdUQys .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t08kNdUQys .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t08kNdUQys .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-t08kNdUQys .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t08kNdUQys .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t08kNdUQys .navbar .navbar-collapse.show,
  .cid-t08kNdUQys .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-t08kNdUQys .navbar .navbar-collapse.show .brand-container,
  .cid-t08kNdUQys .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-t08kNdUQys .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t08kNdUQys .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t08kNdUQys .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t08kNdUQys .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t08kNdUQys .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-t08kNdUQys .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t08kNdUQys .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-t08kNdUQys .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t08kNdUQys .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-t08kNdUQys .navbar .right-menu,
  .cid-t08kNdUQys .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t08kNdUQys .navbar.navbar-short {
  min-height: 60px;
  background: #fe4879 !important;
}
.cid-t08kNdUQys .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t08kNdUQys .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t08kNdUQys .navbar {
    padding: 2rem 1rem;
  }
  .cid-t08kNdUQys .navbar-collapse {
    padding-top: 0;
  }
}
.cid-t08kNdUQys .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-t08kNdUQys .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-t08kNdUQys .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t08kNdUQys .dropdown-item.active,
.cid-t08kNdUQys .dropdown-item:active {
  background-color: transparent;
}
.cid-t08kNdUQys .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t08kNdUQys .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-t08kNdUQys .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fe4879;
}
.cid-t08kNdUQys .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t08kNdUQys .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t08kNdUQys ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t08kNdUQys ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-t08kNdUQys .navbar-buttons {
  margin-left: auto;
}
.cid-t08kNdUQys button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-t08kNdUQys button.navbar-toggler:hover {
  outline: none;
}
.cid-t08kNdUQys button.navbar-toggler:active {
  outline: none;
}
.cid-t08kNdUQys button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t08kNdUQys button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t08kNdUQys button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t08kNdUQys button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t08kNdUQys button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t08kNdUQys nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t08kNdUQys nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-t08kNdUQys nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-t08kNdUQys nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t08kNdUQys a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-t08kNdUQys .right-menu,
.cid-t08kNdUQys .left-menu {
  font-family: "Open Sans";
}
.cid-t08kNdUQys .right-menu {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-t08kNdUQys .right-menu {
    display: flex;
  }
}
.cid-t08kNdUQys .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-t08kNdUQys .brand-container {
    padding: 0;
  }
}
.cid-t08kNdUQys .card-wrapper {
  z-index: 3;
}
.cid-t08kNdUQys .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-t08kNdUQys .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-t08kNdUQys .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-t08kNdUQys .nav-item {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.cid-t08kNdUQys .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-t08kNdUQys .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-t08kNdUQys .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-t08kNdUQys .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    width: 250px;
  }
}
.cid-t08kNdUQys .navbar-caption {
  color: #ffffff;
}
.cid-t08kNdUQys .navbar-caption:hover {
  color: #ffffff;
}
.cid-t08kNdUQys .dropdown-item:hover {
  color: #006b54 !important;
}
.cid-t08kNdUQys a:hover .line-animation,
.cid-t08kNdUQys a:focus .line-animation {
  opacity: 1;
}
.cid-t08kNdUQys .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-t08kNdUQys .dropdown-menu {
    margin-top: 0px;
  }
  .cid-t08kNdUQys .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-t08kNdUQys .btn {
  width: max-content;
  border: 2px solid #000 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-t08kNdUQys .btn {
    width: 100%;
  }
}
.cid-t08kNdUQys .btn:hover {
  color: #000000 !important;
  background: #fff !important;
  border: 2px solid #000 !important;
}
.cid-t08kNdUQys .btn-secondary {
  color: #000000 !important;
}
.cid-t08kNdUQys .left-menu,
.cid-t08kNdUQys .right-menu {
  width: 50%;
}
.cid-t02M7Pvbo7 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/2.webp");
}
.cid-t02M7Pvbo7 .row {
  flex-direction: row-reverse;
}
.cid-t02M7Pvbo7 .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-t02M7Pvbo7 .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-t02M7Pvbo7 .wrapper {
  margin-top: 120px;
}
.cid-t02M7Pvbo7 .wrapper .mbr-iconfont {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-t02M7Pvbo7 .wrapper .display-7 {
    font-size: 23px;
  }
}
.cid-t02M7Pvbo7 .wrap {
  min-height: 650px;
  position: relative;
}
.cid-t02M7Pvbo7 .wrap img {
  width: 144px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-t02M7Pvbo7 .wrap {
    display: none;
  }
}
.cid-t02M7Pvbo7 .wrap:hover .image-1 {
  top: -80px;
  left: -80px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-2 {
  right: 20px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-3 {
  left: 80px;
  top: 190px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-4 {
  top: 260px;
  right: 30px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-5 {
  left: -80px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-6 {
  right: -30px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-7 {
  bottom: 10px;
  left: 70px;
}
.cid-t02M7Pvbo7 .image-1 {
  top: -90px;
  left: -90px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-2 {
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-3 {
  left: 80px;
  top: 200px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-4 {
  top: 250px;
  right: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-5 {
  left: -90px;
  bottom: 100px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-6 {
  bottom: 0;
  right: -40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-7 {
  bottom: 0;
  left: 80px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .card-title {
  text-align: center;
  color: #fffaf6;
}
.cid-t02M7Pvbo7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tT6CIIMbEw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fe4879;
}
.cid-tT6CIIMbEw .row {
  flex-direction: row-reverse;
}
.cid-tT6CIIMbEw .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tT6CIIMbEw .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-tT6CIIMbEw .wrapper {
  margin-top: 120px;
}
.cid-tT6CIIMbEw .wrapper .mbr-iconfont {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-tT6CIIMbEw .wrapper .display-7 {
    font-size: 23px;
  }
}
.cid-tT6CIIMbEw .wrap {
  min-height: 650px;
  position: relative;
}
.cid-tT6CIIMbEw .wrap img {
  width: 144px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-tT6CIIMbEw .wrap {
    display: none;
  }
}
.cid-tT6CIIMbEw .wrap:hover .image-1 {
  top: -80px;
  left: -80px;
}
.cid-tT6CIIMbEw .wrap:hover .image-2 {
  right: 20px;
}
.cid-tT6CIIMbEw .wrap:hover .image-3 {
  left: 80px;
  top: 190px;
}
.cid-tT6CIIMbEw .wrap:hover .image-4 {
  top: 260px;
  right: 30px;
}
.cid-tT6CIIMbEw .wrap:hover .image-5 {
  left: -80px;
}
.cid-tT6CIIMbEw .wrap:hover .image-6 {
  right: -30px;
}
.cid-tT6CIIMbEw .wrap:hover .image-7 {
  bottom: 10px;
  left: 70px;
}
.cid-tT6CIIMbEw .image-1 {
  top: -90px;
  left: -90px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tT6CIIMbEw .image-2 {
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tT6CIIMbEw .image-3 {
  left: 80px;
  top: 200px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tT6CIIMbEw .image-4 {
  top: 250px;
  right: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tT6CIIMbEw .image-5 {
  left: -90px;
  bottom: 100px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tT6CIIMbEw .image-6 {
  bottom: 0;
  right: -40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tT6CIIMbEw .image-7 {
  bottom: 0;
  left: 80px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tT6CIIMbEw .card-title {
  text-align: center;
}
.cid-tT6CIIMbEw .mbr-text {
  text-align: center;
}
.cid-u4soTn7VOU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #fef1e5;
}
.cid-u4soTn7VOU .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1.5rem;
  height: auto;
  object-fit: cover;
  -webkit-mask-box-image: url("../../../assets/images/3.svg");
  mask-image: url("../../../assets/images/3.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-u4soTn7VOU .row {
  justify-content: center;
}
.cid-u4soTn7VOU .one {
  background-color: #1b66ce;
}
.cid-u4soTn7VOU .two {
  background-color: #cbb6f2;
}
@media (max-width: 767px) {
  .cid-u4soTn7VOU .two {
    margin-top: 3rem;
  }
}
.cid-u4soTn7VOU .three {
  background-color: #ffcc1a;
}
@media (max-width: 991px) {
  .cid-u4soTn7VOU .three {
    margin-top: 3rem;
  }
}
.cid-u4soTn7VOU .four {
  background-color: #ff403d;
}
@media (max-width: 991px) {
  .cid-u4soTn7VOU .four {
    margin-top: 3rem;
  }
}
.cid-t02Mh4Axv5 {
  background-image: url("../../../assets/images/4-2000x1130.jpg");
  margin-top: -3px;
  border-bottom: 3px solid #000000;
  border-top: 3px solid #000000;
}
.cid-t02Mh4Axv5 .row {
  align-items: center;
}
.cid-t02Mh4Axv5 .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fe4879;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t02Mh4Axv5 .content {
  position: relative;
  border: 3px solid #000000;
  padding: 40px;
}
.cid-t02Mh4Axv5 .label {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-t02Mh4Axv5 .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-t02Mh4Axv5 .card {
    height: 300px;
  }
}
.cid-u4spDyEW65 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u4spDyEW65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4spDyEW65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4spDyEW65 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u4spDyEW65 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u4spDyEW65 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u4spDyEW65 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u4spDyEW65 .container {
    padding: 0 14px;
  }
}
.cid-u4spDyEW65 .row {
  justify-content: center;
}
.cid-u4spDyEW65 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u4spDyEW65 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u4spDyEW65 .item {
  margin-bottom: 40px;
}
.cid-u4spDyEW65 .item .item-wrapper {
  position: relative;
  padding: 40px 25px;
  border-radius: 0 !important;
  background-color: #fe4879;
  height: 100%;
  margin: 0 9px;
}
.cid-u4spDyEW65 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fe4879;
  transform: rotate(-5deg);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-u4spDyEW65 .item .item-wrapper {
    margin: 0;
  }
}
.cid-u4spDyEW65 .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-u4spDyEW65 .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-u4spDyEW65 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-u4spDyEW65 .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-u4spDyEW65 .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-u4spDyEW65 .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-u4spDyEW65 .card-text {
  color: #f1f1f1;
}
.cid-u4spDyEW65 .card-name {
  color: #000000;
}
.cid-u4spDyEW65 .card-text,
.cid-u4spDyEW65 .item-img {
  color: #000000;
}
.cid-u4st8pcnoH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fe4879;
}
.cid-u4st8pcnoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4st8pcnoH .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-u4st8pcnoH .container {
    padding: 0 30px;
  }
}
.cid-u4st8pcnoH .row {
  justify-content: center;
}
.cid-u4st8pcnoH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u4st8pcnoH .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u4st8pcnoH .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-u4st8pcnoH .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-u4st8pcnoH .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u4st8pcnoH .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u4st8pcnoH .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-tYAjiJwPQi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-tYAjiJwPQi blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #fe4879;
  font-style: normal;
}
.cid-tYAjiJwPQi .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-tYAjiJwPQi .inform div:first-child {
  border-left: none;
}
.cid-tYAjiJwPQi .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-tYAjiJwPQi .mbr-section-title {
  text-align: center;
}
.cid-tYAjiJwPQi .mbr-text {
  text-align: center;
}
.cid-tWdAOce5PO {
  background-image: url("../../../assets/images/5.webp");
  margin-top: -3px;
  border-bottom: 3px solid #000000;
  border-top: 3px solid #000000;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-tWdAOce5PO .row {
  align-items: center;
}
.cid-tWdAOce5PO .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fe4879;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tWdAOce5PO .content {
  position: relative;
  border: 3px solid #000000;
  padding: 40px;
}
.cid-tWdAOce5PO .label {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-tWdAOce5PO .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-tWdAOce5PO .card {
    height: 300px;
  }
}
.cid-u4a2ZmNaCU {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u4a2ZmNaCU .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-u4a2ZmNaCU .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-u4a2ZmNaCU .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-u4a2ZmNaCU .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u4a2ZmNaCU .btn:hover,
.cid-u4a2ZmNaCU .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-u4a2ZmNaCU .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-u4a2ZmNaCU .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-u4a2ZmNaCU .btn:hover:before,
.cid-u4a2ZmNaCU .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-u4a2ZmNaCU .btn-secondary {
  color: #000000 !important;
}
.cid-u4a2ZmNaCU .btn-secondary:hover {
  color: #000000 !important;
}
.cid-u4sqEanyVz {
  background-image: url("../../../assets/images/7-1200x800.jpg");
  margin-top: -3px;
  border-bottom: 3px solid #000000;
  border-top: 3px solid #000000;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-u4sqEanyVz .row {
  align-items: center;
}
.cid-u4sqEanyVz .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fe4879;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-u4sqEanyVz .content {
  position: relative;
  border: 3px solid #000000;
  padding: 40px;
}
.cid-u4sqEanyVz .label {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-u4sqEanyVz .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-u4sqEanyVz .card {
    height: 300px;
  }
}
.cid-tYAreans3U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tYAreans3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYAreans3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYAreans3U .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tYAreans3U .mbr-section-title {
  color: #24262b;
}
.cid-tYAreans3U .mbr-section-subtitle {
  color: #24262b;
}
.cid-tYAreans3U .cards-row {
  row-gap: 32px;
}
.cid-tYAreans3U .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #fe4879;
}
@media (max-width: 767px) {
  .cid-tYAreans3U .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tYAreans3U .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tYAreans3U .card-subtitle {
  color: #24262b;
  text-align: center;
}
.cid-tYAreans3U .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tYAreans3U .mbr-section-btn {
  margin-top: 20px;
}
.cid-tYAreans3U .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tYAreans3U .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tYAreans3U .card-text,
.cid-tYAreans3U .mbr-section-btn {
  text-align: center;
}
.cid-t02MA2L5z5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fe4879;
  overflow: hidden;
}
.cid-t02MA2L5z5 .mbr-text {
  color: #002549;
}
.cid-t02MA2L5z5 .media-container-row .mbr-text {
  color: #000000;
}
.cid-tYAnvevkR9 .navbar-dropdown {
  position: relative !important;
}
.cid-tYAnvevkR9 li {
  display: flex;
  align-items: center;
}
.cid-tYAnvevkR9 .icons-menu {
  min-width: max-content;
  padding-top: 14px;
}
.cid-tYAnvevkR9 .mbr-iconfont {
  color: #000000;
  font-size: 1rem;
  padding-right: .5rem;
  transition: all .5s;
}
.cid-tYAnvevkR9 .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tYAnvevkR9 .container {
  padding-left: 0;
  padding-right: 0;
}
.cid-tYAnvevkR9 .content {
  border-bottom: 3px solid #000000;
}
@media (min-width: 992px) {
  .cid-tYAnvevkR9 .wrap {
    display: flex;
    justify-content: center;
  }
}
.cid-tYAnvevkR9 .nav-link {
  transition: all .5s;
  position: relative;
  padding: 0;
  display: inline-block;
  border-bottom: 1px solid transparent;
  font-weight: 400;
}
.cid-tYAnvevkR9 .nav-link:hover {
  color: #1B66CE !important;
}
.cid-tYAnvevkR9 .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;
}
@media (max-width: 991px) {
  .cid-tYAnvevkR9 .navbar-dropdown {
    background: #FEF1E5 !important;
  }
}
.cid-tYAnvevkR9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
@media (min-width: 992px) {
  .cid-tYAnvevkR9 .nav-item {
    position: relative;
  }
}
.cid-tYAnvevkR9 .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #fe4879;
}
.cid-tYAnvevkR9 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #fe4879 !important;
}
.cid-tYAnvevkR9 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tYAnvevkR9 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .cid-tYAnvevkR9 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tYAnvevkR9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYAnvevkR9 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tYAnvevkR9 .navbar.collapsed .navbar-collapse.show,
.cid-tYAnvevkR9 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tYAnvevkR9 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tYAnvevkR9 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tYAnvevkR9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYAnvevkR9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYAnvevkR9 .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tYAnvevkR9 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tYAnvevkR9 .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tYAnvevkR9 .navbar .navbar-collapse.show,
  .cid-tYAnvevkR9 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tYAnvevkR9 .navbar .navbar-collapse.show .brand-container,
  .cid-tYAnvevkR9 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tYAnvevkR9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYAnvevkR9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYAnvevkR9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYAnvevkR9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYAnvevkR9 .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-tYAnvevkR9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYAnvevkR9 .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tYAnvevkR9 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tYAnvevkR9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tYAnvevkR9 .navbar .right-menu,
  .cid-tYAnvevkR9 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tYAnvevkR9 .navbar.navbar-short {
  min-height: 60px;
  background: #fe4879 !important;
}
.cid-tYAnvevkR9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYAnvevkR9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYAnvevkR9 .navbar {
    padding: 2rem 1rem;
  }
  .cid-tYAnvevkR9 .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tYAnvevkR9 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tYAnvevkR9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tYAnvevkR9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYAnvevkR9 .dropdown-item.active,
.cid-tYAnvevkR9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tYAnvevkR9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYAnvevkR9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tYAnvevkR9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fe4879;
}
.cid-tYAnvevkR9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYAnvevkR9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYAnvevkR9 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tYAnvevkR9 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tYAnvevkR9 .navbar-buttons {
  margin-left: auto;
}
.cid-tYAnvevkR9 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tYAnvevkR9 button.navbar-toggler:hover {
  outline: none;
}
.cid-tYAnvevkR9 button.navbar-toggler:active {
  outline: none;
}
.cid-tYAnvevkR9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYAnvevkR9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYAnvevkR9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYAnvevkR9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYAnvevkR9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYAnvevkR9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYAnvevkR9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tYAnvevkR9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tYAnvevkR9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYAnvevkR9 a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tYAnvevkR9 .right-menu,
.cid-tYAnvevkR9 .left-menu {
  font-family: "Open Sans";
}
.cid-tYAnvevkR9 .right-menu {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-tYAnvevkR9 .right-menu {
    display: flex;
  }
}
.cid-tYAnvevkR9 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tYAnvevkR9 .brand-container {
    padding: 0;
  }
}
.cid-tYAnvevkR9 .card-wrapper {
  z-index: 3;
}
.cid-tYAnvevkR9 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tYAnvevkR9 .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tYAnvevkR9 .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tYAnvevkR9 .nav-item {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.cid-tYAnvevkR9 .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tYAnvevkR9 .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tYAnvevkR9 .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tYAnvevkR9 .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    width: 250px;
  }
}
.cid-tYAnvevkR9 .navbar-caption {
  color: #ffffff;
}
.cid-tYAnvevkR9 .navbar-caption:hover {
  color: #ffffff;
}
.cid-tYAnvevkR9 .dropdown-item:hover {
  color: #006b54 !important;
}
.cid-tYAnvevkR9 a:hover .line-animation,
.cid-tYAnvevkR9 a:focus .line-animation {
  opacity: 1;
}
.cid-tYAnvevkR9 .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tYAnvevkR9 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tYAnvevkR9 .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tYAnvevkR9 .btn {
  width: max-content;
  border: 2px solid #000 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tYAnvevkR9 .btn {
    width: 100%;
  }
}
.cid-tYAnvevkR9 .btn:hover {
  color: #000000 !important;
  background: #fff !important;
  border: 2px solid #000 !important;
}
.cid-tYAnvevkR9 .btn-secondary {
  color: #000000 !important;
}
.cid-tYAnvevkR9 .left-menu,
.cid-tYAnvevkR9 .right-menu {
  width: 50%;
}
.cid-tYAnvf0khP {
  padding-top: 7rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #ffffff;
}
.cid-tYAnvf0khP .row {
  flex-direction: row-reverse;
}
.cid-tYAnvf0khP .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tYAnvf0khP .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tYAnvf0khP .img {
    justify-content: flex-end;
    display: flex;
  }
}
.cid-tYAnvf0khP .image-wrapper img {
  border-radius: 75px;
  width: 100%;
  object-fit: cover;
  border: 3px solid;
  border-color: #000000;
}
@media (min-width: 992px) {
  .cid-tYAnvf0khP .image-wrapper img {
    min-height: 840px;
    max-width: 550px;
  }
}
.cid-tYAnvf0khP .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tYAnvf0khP .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .cid-tYAnvf0khP .mbr-section-btn {
    margin-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tYAnvf0khP .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-tYAnvf0khP .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tYAnvf0khP .btn:hover,
.cid-tYAnvf0khP .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tYAnvf0khP .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tYAnvf0khP .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tYAnvf0khP .btn:hover:before,
.cid-tYAnvf0khP .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tYAnvf0khP .btn-secondary {
  color: #000000 !important;
}
.cid-tYAnvf0khP .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tYAnvfnyaX {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYAnvfnyaX .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tYAnvfnyaX .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-tYAnvfnyaX .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-tYAnvfnyaX .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tYAnvfnyaX .btn:hover,
.cid-tYAnvfnyaX .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tYAnvfnyaX .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tYAnvfnyaX .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tYAnvfnyaX .btn:hover:before,
.cid-tYAnvfnyaX .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tYAnvfnyaX .btn-secondary {
  color: #000000 !important;
}
.cid-tYAnvfnyaX .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tYAnvfnyaX .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tYAnvgitJa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fe4879;
  overflow: hidden;
}
.cid-tYAnvgitJa .mbr-text {
  color: #002549;
}
.cid-tYAnvgitJa .media-container-row .mbr-text {
  color: #000000;
}
.cid-u49PYzW2Hk .navbar-dropdown {
  position: relative !important;
}
.cid-u49PYzW2Hk li {
  display: flex;
  align-items: center;
}
.cid-u49PYzW2Hk .icons-menu {
  min-width: max-content;
  padding-top: 14px;
}
.cid-u49PYzW2Hk .mbr-iconfont {
  color: #000000;
  font-size: 1rem;
  padding-right: .5rem;
  transition: all .5s;
}
.cid-u49PYzW2Hk .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-u49PYzW2Hk .container {
  padding-left: 0;
  padding-right: 0;
}
.cid-u49PYzW2Hk .content {
  border-bottom: 3px solid #000000;
}
@media (min-width: 992px) {
  .cid-u49PYzW2Hk .wrap {
    display: flex;
    justify-content: center;
  }
}
.cid-u49PYzW2Hk .nav-link {
  transition: all .5s;
  position: relative;
  padding: 0;
  display: inline-block;
  border-bottom: 1px solid transparent;
  font-weight: 400;
}
.cid-u49PYzW2Hk .nav-link:hover {
  color: #1B66CE !important;
}
.cid-u49PYzW2Hk .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;
}
@media (max-width: 991px) {
  .cid-u49PYzW2Hk .navbar-dropdown {
    background: #FEF1E5 !important;
  }
}
.cid-u49PYzW2Hk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
@media (min-width: 992px) {
  .cid-u49PYzW2Hk .nav-item {
    position: relative;
  }
}
.cid-u49PYzW2Hk .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #fe4879;
}
.cid-u49PYzW2Hk .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #fe4879 !important;
}
.cid-u49PYzW2Hk .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u49PYzW2Hk .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .cid-u49PYzW2Hk .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u49PYzW2Hk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u49PYzW2Hk .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u49PYzW2Hk .navbar.collapsed .navbar-collapse.show,
.cid-u49PYzW2Hk .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u49PYzW2Hk .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-u49PYzW2Hk .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-u49PYzW2Hk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u49PYzW2Hk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u49PYzW2Hk .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-u49PYzW2Hk .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u49PYzW2Hk .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u49PYzW2Hk .navbar .navbar-collapse.show,
  .cid-u49PYzW2Hk .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-u49PYzW2Hk .navbar .navbar-collapse.show .brand-container,
  .cid-u49PYzW2Hk .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-u49PYzW2Hk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u49PYzW2Hk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u49PYzW2Hk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u49PYzW2Hk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u49PYzW2Hk .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-u49PYzW2Hk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u49PYzW2Hk .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-u49PYzW2Hk .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u49PYzW2Hk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u49PYzW2Hk .navbar .right-menu,
  .cid-u49PYzW2Hk .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u49PYzW2Hk .navbar.navbar-short {
  min-height: 60px;
  background: #fe4879 !important;
}
.cid-u49PYzW2Hk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u49PYzW2Hk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u49PYzW2Hk .navbar {
    padding: 2rem 1rem;
  }
  .cid-u49PYzW2Hk .navbar-collapse {
    padding-top: 0;
  }
}
.cid-u49PYzW2Hk .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u49PYzW2Hk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u49PYzW2Hk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u49PYzW2Hk .dropdown-item.active,
.cid-u49PYzW2Hk .dropdown-item:active {
  background-color: transparent;
}
.cid-u49PYzW2Hk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u49PYzW2Hk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-u49PYzW2Hk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fe4879;
}
.cid-u49PYzW2Hk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u49PYzW2Hk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u49PYzW2Hk ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-u49PYzW2Hk ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-u49PYzW2Hk .navbar-buttons {
  margin-left: auto;
}
.cid-u49PYzW2Hk button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-u49PYzW2Hk button.navbar-toggler:hover {
  outline: none;
}
.cid-u49PYzW2Hk button.navbar-toggler:active {
  outline: none;
}
.cid-u49PYzW2Hk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u49PYzW2Hk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u49PYzW2Hk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u49PYzW2Hk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u49PYzW2Hk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u49PYzW2Hk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u49PYzW2Hk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-u49PYzW2Hk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-u49PYzW2Hk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u49PYzW2Hk a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-u49PYzW2Hk .right-menu,
.cid-u49PYzW2Hk .left-menu {
  font-family: "Open Sans";
}
.cid-u49PYzW2Hk .right-menu {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-u49PYzW2Hk .right-menu {
    display: flex;
  }
}
.cid-u49PYzW2Hk .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-u49PYzW2Hk .brand-container {
    padding: 0;
  }
}
.cid-u49PYzW2Hk .card-wrapper {
  z-index: 3;
}
.cid-u49PYzW2Hk .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-u49PYzW2Hk .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-u49PYzW2Hk .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-u49PYzW2Hk .nav-item {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.cid-u49PYzW2Hk .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-u49PYzW2Hk .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-u49PYzW2Hk .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-u49PYzW2Hk .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    width: 250px;
  }
}
.cid-u49PYzW2Hk .navbar-caption {
  color: #ffffff;
}
.cid-u49PYzW2Hk .navbar-caption:hover {
  color: #ffffff;
}
.cid-u49PYzW2Hk .dropdown-item:hover {
  color: #006b54 !important;
}
.cid-u49PYzW2Hk a:hover .line-animation,
.cid-u49PYzW2Hk a:focus .line-animation {
  opacity: 1;
}
.cid-u49PYzW2Hk .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-u49PYzW2Hk .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u49PYzW2Hk .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-u49PYzW2Hk .btn {
  width: max-content;
  border: 2px solid #000 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u49PYzW2Hk .btn {
    width: 100%;
  }
}
.cid-u49PYzW2Hk .btn:hover {
  color: #000000 !important;
  background: #fff !important;
  border: 2px solid #000 !important;
}
.cid-u49PYzW2Hk .btn-secondary {
  color: #000000 !important;
}
.cid-u49PYzW2Hk .left-menu,
.cid-u49PYzW2Hk .right-menu {
  width: 50%;
}
.cid-u49PYASwae {
  padding-top: 7rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #ffffff;
}
.cid-u49PYASwae .row {
  flex-direction: row-reverse;
}
.cid-u49PYASwae .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-u49PYASwae .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u49PYASwae .img {
    justify-content: flex-end;
    display: flex;
  }
}
.cid-u49PYASwae .image-wrapper img {
  border-radius: 75px;
  width: 100%;
  object-fit: cover;
  border: 3px solid;
  border-color: #000000;
}
@media (min-width: 992px) {
  .cid-u49PYASwae .image-wrapper img {
    min-height: 840px;
    max-width: 550px;
  }
}
.cid-u49PYASwae .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-u49PYASwae .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .cid-u49PYASwae .mbr-section-btn {
    margin-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-u49PYASwae .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-u49PYASwae .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u49PYASwae .btn:hover,
.cid-u49PYASwae .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-u49PYASwae .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-u49PYASwae .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-u49PYASwae .btn:hover:before,
.cid-u49PYASwae .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-u49PYASwae .btn-secondary {
  color: #000000 !important;
}
.cid-u49PYASwae .btn-secondary:hover {
  color: #000000 !important;
}
.cid-u49PYBtj1v {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u49PYBtj1v .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-u49PYBtj1v .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-u49PYBtj1v .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-u49PYBtj1v .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u49PYBtj1v .btn:hover,
.cid-u49PYBtj1v .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-u49PYBtj1v .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-u49PYBtj1v .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-u49PYBtj1v .btn:hover:before,
.cid-u49PYBtj1v .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-u49PYBtj1v .btn-secondary {
  color: #000000 !important;
}
.cid-u49PYBtj1v .btn-secondary:hover {
  color: #000000 !important;
}
.cid-u49PYBtj1v .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u49PYBWD2h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0b8167;
  overflow: hidden;
}
.cid-u49PYBWD2h .mbr-text {
  color: #002549;
}
.cid-u49PYBWD2h .media-container-row .mbr-text {
  color: #000000;
}
.cid-u49RcLGNLq .navbar-dropdown {
  position: relative !important;
}
.cid-u49RcLGNLq li {
  display: flex;
  align-items: center;
}
.cid-u49RcLGNLq .icons-menu {
  min-width: max-content;
  padding-top: 14px;
}
.cid-u49RcLGNLq .mbr-iconfont {
  color: #000000;
  font-size: 1rem;
  padding-right: .5rem;
  transition: all .5s;
}
.cid-u49RcLGNLq .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-u49RcLGNLq .container {
  padding-left: 0;
  padding-right: 0;
}
.cid-u49RcLGNLq .content {
  border-bottom: 3px solid #000000;
}
@media (min-width: 992px) {
  .cid-u49RcLGNLq .wrap {
    display: flex;
    justify-content: center;
  }
}
.cid-u49RcLGNLq .nav-link {
  transition: all .5s;
  position: relative;
  padding: 0;
  display: inline-block;
  border-bottom: 1px solid transparent;
  font-weight: 400;
}
.cid-u49RcLGNLq .nav-link:hover {
  color: #1B66CE !important;
}
.cid-u49RcLGNLq .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;
}
@media (max-width: 991px) {
  .cid-u49RcLGNLq .navbar-dropdown {
    background: #FEF1E5 !important;
  }
}
.cid-u49RcLGNLq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
@media (min-width: 992px) {
  .cid-u49RcLGNLq .nav-item {
    position: relative;
  }
}
.cid-u49RcLGNLq .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #fe4879;
}
.cid-u49RcLGNLq .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #fe4879 !important;
}
.cid-u49RcLGNLq .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u49RcLGNLq .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .cid-u49RcLGNLq .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u49RcLGNLq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u49RcLGNLq .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u49RcLGNLq .navbar.collapsed .navbar-collapse.show,
.cid-u49RcLGNLq .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u49RcLGNLq .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-u49RcLGNLq .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-u49RcLGNLq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u49RcLGNLq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u49RcLGNLq .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-u49RcLGNLq .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u49RcLGNLq .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u49RcLGNLq .navbar .navbar-collapse.show,
  .cid-u49RcLGNLq .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-u49RcLGNLq .navbar .navbar-collapse.show .brand-container,
  .cid-u49RcLGNLq .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-u49RcLGNLq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u49RcLGNLq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u49RcLGNLq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u49RcLGNLq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u49RcLGNLq .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-u49RcLGNLq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u49RcLGNLq .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-u49RcLGNLq .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u49RcLGNLq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u49RcLGNLq .navbar .right-menu,
  .cid-u49RcLGNLq .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u49RcLGNLq .navbar.navbar-short {
  min-height: 60px;
  background: #fe4879 !important;
}
.cid-u49RcLGNLq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u49RcLGNLq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u49RcLGNLq .navbar {
    padding: 2rem 1rem;
  }
  .cid-u49RcLGNLq .navbar-collapse {
    padding-top: 0;
  }
}
.cid-u49RcLGNLq .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u49RcLGNLq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u49RcLGNLq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u49RcLGNLq .dropdown-item.active,
.cid-u49RcLGNLq .dropdown-item:active {
  background-color: transparent;
}
.cid-u49RcLGNLq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u49RcLGNLq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-u49RcLGNLq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fe4879;
}
.cid-u49RcLGNLq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u49RcLGNLq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u49RcLGNLq ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-u49RcLGNLq ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-u49RcLGNLq .navbar-buttons {
  margin-left: auto;
}
.cid-u49RcLGNLq button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-u49RcLGNLq button.navbar-toggler:hover {
  outline: none;
}
.cid-u49RcLGNLq button.navbar-toggler:active {
  outline: none;
}
.cid-u49RcLGNLq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u49RcLGNLq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u49RcLGNLq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u49RcLGNLq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u49RcLGNLq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u49RcLGNLq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u49RcLGNLq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-u49RcLGNLq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-u49RcLGNLq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u49RcLGNLq a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-u49RcLGNLq .right-menu,
.cid-u49RcLGNLq .left-menu {
  font-family: "Open Sans";
}
.cid-u49RcLGNLq .right-menu {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-u49RcLGNLq .right-menu {
    display: flex;
  }
}
.cid-u49RcLGNLq .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-u49RcLGNLq .brand-container {
    padding: 0;
  }
}
.cid-u49RcLGNLq .card-wrapper {
  z-index: 3;
}
.cid-u49RcLGNLq .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-u49RcLGNLq .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-u49RcLGNLq .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-u49RcLGNLq .nav-item {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.cid-u49RcLGNLq .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-u49RcLGNLq .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-u49RcLGNLq .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-u49RcLGNLq .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    width: 250px;
  }
}
.cid-u49RcLGNLq .navbar-caption {
  color: #ffffff;
}
.cid-u49RcLGNLq .navbar-caption:hover {
  color: #ffffff;
}
.cid-u49RcLGNLq .dropdown-item:hover {
  color: #006b54 !important;
}
.cid-u49RcLGNLq a:hover .line-animation,
.cid-u49RcLGNLq a:focus .line-animation {
  opacity: 1;
}
.cid-u49RcLGNLq .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-u49RcLGNLq .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u49RcLGNLq .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-u49RcLGNLq .btn {
  width: max-content;
  border: 2px solid #000 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u49RcLGNLq .btn {
    width: 100%;
  }
}
.cid-u49RcLGNLq .btn:hover {
  color: #000000 !important;
  background: #fff !important;
  border: 2px solid #000 !important;
}
.cid-u49RcLGNLq .btn-secondary {
  color: #000000 !important;
}
.cid-u49RcLGNLq .left-menu,
.cid-u49RcLGNLq .right-menu {
  width: 50%;
}
.cid-u49RcMwQf0 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #ffffff;
}
.cid-u49RcMwQf0 .row {
  flex-direction: row-reverse;
}
.cid-u49RcMwQf0 .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-u49RcMwQf0 .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u49RcMwQf0 .img {
    justify-content: flex-end;
    display: flex;
  }
}
.cid-u49RcMwQf0 .image-wrapper img {
  border-radius: 75px;
  width: 100%;
  object-fit: cover;
  border: 3px solid;
  border-color: #000000;
}
@media (min-width: 992px) {
  .cid-u49RcMwQf0 .image-wrapper img {
    min-height: 840px;
    max-width: 550px;
  }
}
.cid-u49RcMwQf0 .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-u49RcMwQf0 .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .cid-u49RcMwQf0 .mbr-section-btn {
    margin-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-u49RcMwQf0 .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-u49RcMwQf0 .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u49RcMwQf0 .btn:hover,
.cid-u49RcMwQf0 .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-u49RcMwQf0 .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-u49RcMwQf0 .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-u49RcMwQf0 .btn:hover:before,
.cid-u49RcMwQf0 .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-u49RcMwQf0 .btn-secondary {
  color: #000000 !important;
}
.cid-u49RcMwQf0 .btn-secondary:hover {
  color: #000000 !important;
}
.cid-u49RcN3j4G {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u49RcN3j4G .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-u49RcN3j4G .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-u49RcN3j4G .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-u49RcN3j4G .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u49RcN3j4G .btn:hover,
.cid-u49RcN3j4G .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-u49RcN3j4G .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-u49RcN3j4G .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-u49RcN3j4G .btn:hover:before,
.cid-u49RcN3j4G .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-u49RcN3j4G .btn-secondary {
  color: #000000 !important;
}
.cid-u49RcN3j4G .btn-secondary:hover {
  color: #000000 !important;
}
.cid-u49RcN3j4G .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u49RcNyPQ1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0b8167;
  overflow: hidden;
}
.cid-u49RcNyPQ1 .mbr-text {
  color: #002549;
}
.cid-u49RcNyPQ1 .media-container-row .mbr-text {
  color: #000000;
}
