.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bellefair', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Amatic SC', handwriting;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Amatic SC', handwriting;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellefair', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Bellefair', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #f95979 !important;
}
.bg-success {
  background-color: #ffc0cb !important;
}
.bg-info {
  background-color: #8a2be2 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #000080 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f95979 !important;
  border-color: #f95979 !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: #f30938 !important;
  border-color: #f30938 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f30938 !important;
  border-color: #f30938 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff69b4 !important;
  border-color: #ff69b4 !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: #ff1289 !important;
  border-color: #ff1289 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff1289 !important;
  border-color: #ff1289 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8a2be2 !important;
  border-color: #8a2be2 !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: #5e16a0 !important;
  border-color: #5e16a0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e16a0 !important;
  border-color: #5e16a0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffc0cb !important;
  border-color: #ffc0cb !important;
  color: #c00022 !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: #ff6983 !important;
  border-color: #ff6983 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #c00022 !important;
  background-color: #ff6983 !important;
  border-color: #ff6983 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.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-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000080 !important;
  border-color: #000080 !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: #000029 !important;
  border-color: #000029 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000029 !important;
  border-color: #000029 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f95979;
  color: #f95979;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #f30938 !important;
  background-color: transparent!important;
  border-color: #f30938 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f95979 !important;
  border-color: #f95979 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff69b4;
  color: #ff69b4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff1289 !important;
  background-color: transparent!important;
  border-color: #ff1289 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff69b4 !important;
  border-color: #ff69b4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #8a2be2;
  color: #8a2be2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5e16a0 !important;
  background-color: transparent!important;
  border-color: #5e16a0 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8a2be2 !important;
  border-color: #8a2be2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffc0cb;
  color: #ffc0cb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ff6983 !important;
  background-color: transparent!important;
  border-color: #ff6983 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #c00022 !important;
  background-color: #ffc0cb !important;
  border-color: #ffc0cb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000080;
  color: #000080;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000029 !important;
  background-color: transparent!important;
  border-color: #000029 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000080 !important;
  border-color: #000080 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f95979 !important;
}
.text-secondary {
  color: #ff69b4 !important;
}
.text-success {
  color: #ffc0cb !important;
}
.text-info {
  color: #8a2be2 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #000080 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e40834 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0381 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ff5a77 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #561493 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #00001a !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: #f95979;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8a2be2;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #000080;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f95979;
  border-color: #f95979;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f95979;
}
.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: #eddefb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #0000ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Amatic SC', handwriting;
  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: #f95979 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Amatic SC', handwriting;
  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: #f95979;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f95979;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f95979;
}
.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: #f95979;
  border-bottom-color: #f95979;
}
.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: #f95979 !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: #ff69b4 !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='%23f95979' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v3Oi6Fc0xR .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v3Oi6Fc0xR .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-v3Oi6Fc0xR .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-v3Oi6Fc0xR .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-v3Oi6Fc0xR .navbar-logo {
  margin: 0 !important;
}
.cid-v3Oi6Fc0xR .navbar-brand {
  background-color: #f95979;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3Oi6Fc0xR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3Oi6Fc0xR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3Oi6Fc0xR .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-v3Oi6Fc0xR .navbar-nav {
  min-width: 45%;
}
.cid-v3Oi6Fc0xR .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v3Oi6Fc0xR .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-v3Oi6Fc0xR .dropdown-item {
  color: #000000 !important;
}
.cid-v3Oi6Fc0xR .dropdown-item:hover {
  color: #000000 !important;
}
.cid-v3Oi6Fc0xR .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v3Oi6Fc0xR .nav-link:hover {
  color: #f95979 !important;
}
.cid-v3Oi6Fc0xR .nav-link:hover:before {
  opacity: 1;
}
.cid-v3Oi6Fc0xR .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #f95979;
}
.cid-v3Oi6Fc0xR .btn-white {
  color: #f95979 !important;
}
.cid-v3Oi6Fc0xR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3Oi6Fc0xR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3Oi6Fc0xR .container {
  display: flex;
  margin: auto;
}
.cid-v3Oi6Fc0xR .navbar.opened {
  background: #000000 !important;
}
.cid-v3Oi6Fc0xR .nav-item:focus,
.cid-v3Oi6Fc0xR .nav-link:focus {
  outline: none;
}
.cid-v3Oi6Fc0xR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3Oi6Fc0xR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3Oi6Fc0xR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3Oi6Fc0xR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3Oi6Fc0xR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3Oi6Fc0xR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3Oi6Fc0xR .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-v3Oi6Fc0xR .navbar.opened {
  transition: all 0.3s;
}
.cid-v3Oi6Fc0xR .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-v3Oi6Fc0xR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v3Oi6Fc0xR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3Oi6Fc0xR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3Oi6Fc0xR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v3Oi6Fc0xR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3Oi6Fc0xR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3Oi6Fc0xR .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: 55%;
}
.cid-v3Oi6Fc0xR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3Oi6Fc0xR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3Oi6Fc0xR .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3Oi6Fc0xR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3Oi6Fc0xR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3Oi6Fc0xR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3Oi6Fc0xR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3Oi6Fc0xR .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: 55%;
  }
  .cid-v3Oi6Fc0xR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3Oi6Fc0xR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3Oi6Fc0xR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3Oi6Fc0xR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v3Oi6Fc0xR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3Oi6Fc0xR .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3Oi6Fc0xR .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-v3Oi6Fc0xR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3Oi6Fc0xR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3Oi6Fc0xR .dropdown-item.active,
.cid-v3Oi6Fc0xR .dropdown-item:active {
  background-color: transparent;
}
.cid-v3Oi6Fc0xR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3Oi6Fc0xR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3Oi6Fc0xR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3Oi6Fc0xR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v3Oi6Fc0xR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3Oi6Fc0xR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3Oi6Fc0xR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3Oi6Fc0xR .navbar-buttons {
  text-align: center;
}
.cid-v3Oi6Fc0xR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3Oi6Fc0xR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Oi6Fc0xR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3Oi6Fc0xR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3Oi6Fc0xR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Oi6Fc0xR .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v3Oi6Fc0xR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3Oi6Fc0xR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3Oi6Fc0xR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v3Oi6Fc0xR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3Oi6Fc0xR .navbar {
    height: 77px;
  }
  .cid-v3Oi6Fc0xR .navbar.opened {
    height: auto;
  }
  .cid-v3Oi6Fc0xR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3YpgRZ4HS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v3YpgRZ4HS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YpgRZ4HS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YpgRZ4HS .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v3YpgRZ4HS .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-v3YpgRZ4HS .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v3YpgRZ4HS .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-v3YpgRZ4HS .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-v3YpgRZ4HS .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-v3YpgRZ4HS .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-v3YpgRZ4HS .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-v3YpgRZ4HS .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3YpgRZ4HS .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v3YpgRZ4HS .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v3YpgRZ4HS .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v3YpgRZ4HS .mbr-section-title {
  color: #ffffff;
}
.cid-v3YpgRZ4HS .mbr-text {
  color: #ffffff;
}
.cid-v3YpgRZ4HS .mbr-text,
.cid-v3YpgRZ4HS .mbr-section-btn {
  text-align: right;
}
.cid-v444wE1FrV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v444wE1FrV .item:focus,
.cid-v444wE1FrV span:focus {
  outline: none;
}
.cid-v444wE1FrV .item {
  cursor: pointer;
}
.cid-v444wE1FrV .grid-container {
  grid-row-gap: 1rem;
}
@media (max-width: 767px) {
  .cid-v444wE1FrV .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v444wE1FrV .grid-container-1,
.cid-v444wE1FrV .grid-container-2,
.cid-v444wE1FrV .grid-container-3 {
  gap: 0 1rem;
}
@media (max-width: 767px) {
  .cid-v444wE1FrV .grid-container-1,
  .cid-v444wE1FrV .grid-container-2,
  .cid-v444wE1FrV .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-v444wE1FrV .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.cid-v444wE1FrV .content-head {
  max-width: 800px;
}
.cid-v444wE1FrV .container,
.cid-v444wE1FrV .container-fluid {
  overflow: hidden;
}
.cid-v444wE1FrV .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  mask-image: linear-gradient(to top, transparent 2%, #000000 15%, #000000 85%, transparent 98%);
  -webkit-mask-image: linear-gradient(to top, transparent 2%, #000000 15%, #000000 85%, transparent 98%);
}
.cid-v444wE1FrV .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v444wE1FrV .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 0  !important;
}
@media (max-width: 1200px) {
  .cid-v444wE1FrV .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v444wE1FrV .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-v444wE1FrV .grid-item img {
    height: 140px;
  }
}
.cid-v444wE1FrV .grid-container-1,
.cid-v444wE1FrV .grid-container-2,
.cid-v444wE1FrV .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v444wE1FrV .grid-container-1 {
  align-items: flex-end;
}
.cid-v444wE1FrV .grid-container-2 {
  align-items: flex-start;
}
.cid-v3YwIFgGTO {
  background-color: #f95979;
  position: relative;
}
.cid-v3YwIFgGTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YwIFgGTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YwIFgGTO .container,
.cid-v3YwIFgGTO .container-fluid {
  position: static;
}
.cid-v3YwIFgGTO .mbr-section-title {
  margin-bottom: 25px;
  color: #222222;
  text-align: right;
}
@media (max-width: 1199px) {
  .cid-v3YwIFgGTO .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-v3YwIFgGTO .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-v3YwIFgGTO .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-v3YwIFgGTO .mbr-text {
    margin-top: 18px;
  }
}
.cid-v3YwIFgGTO .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v3YwIFgGTO .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-v3YwIFgGTO .item-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  right: auto;
  left: 0;
}
.cid-v3YwIFgGTO .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-v3YwIFgGTO .item-img {
    display: none;
  }
}
.cid-v3YwIFgGTO .mbr-text,
.cid-v3YwIFgGTO .mbr-section-btn {
  text-align: right;
  color: #f4ecdf;
}
.cid-v3YwTBAy4C {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f95979;
}
.cid-v3YwTBAy4C .item:focus,
.cid-v3YwTBAy4C span:focus {
  outline: none;
}
.cid-v3YwTBAy4C .item {
  cursor: pointer;
}
.cid-v3YwTBAy4C .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 767px) {
  .cid-v3YwTBAy4C .grid-container {
    grid-row-gap: 24px;
  }
}
.cid-v3YwTBAy4C .grid-container-1,
.cid-v3YwTBAy4C .grid-container-2 {
  gap: 0 24px;
}
@media (max-width: 767px) {
  .cid-v3YwTBAy4C .grid-container-1,
  .cid-v3YwTBAy4C .grid-container-2 {
    gap: 0 24px;
  }
}
.cid-v3YwTBAy4C .mbr-section-title {
  margin-bottom: 44px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3YwTBAy4C .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3YwTBAy4C .content-head {
  max-width: 800px;
}
.cid-v3YwTBAy4C .container,
.cid-v3YwTBAy4C .container-fluid {
  overflow: hidden;
}
.cid-v3YwTBAy4C .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v3YwTBAy4C .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3YwTBAy4C .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #000000;
}
@media (max-width: 1200px) {
  .cid-v3YwTBAy4C .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v3YwTBAy4C .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-v3YwTBAy4C .grid-item img {
    height: 140px;
  }
}
.cid-v3YwTBAy4C .grid-container-1,
.cid-v3YwTBAy4C .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v3YwTBAy4C .grid-container-1 {
  align-items: flex-end;
}
.cid-v3YwTBAy4C .grid-container-2 {
  align-items: flex-start;
  padding-bottom: 20px;
}
.cid-v3YwXEZblf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
}
.cid-v3YwXEZblf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YwXEZblf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YwXEZblf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3YwXEZblf .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3YwXEZblf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3YwXEZblf .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3YwXEZblf .container {
    padding: 0 16px;
  }
}
.cid-v3YwXEZblf .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3YwXEZblf .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v3YwXEZblf .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-v3YwXEZblf .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-v3YwXEZblf .content-wrapper .mbr-section-subtitle {
  width: 42%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3YwXEZblf .content-wrapper .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-v3YwXEZblf .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v3YwXEZblf .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-v3YwXEZblf .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v3YwXEZblf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3YwXEZblf .mbr-section-subtitle {
  color: #000000;
}
.cid-v3YwXEZblf .mbr-text {
  color: #000000;
}
.cid-v3YwXEZblf .mbr-text,
.cid-v3YwXEZblf .mbr-section-btn {
  text-align: right;
}
.cid-v3Yx0KmVOZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f95979;
}
.cid-v3Yx0KmVOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Yx0KmVOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Yx0KmVOZ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3Yx0KmVOZ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3Yx0KmVOZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3Yx0KmVOZ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3Yx0KmVOZ .container {
    padding: 0 16px;
  }
}
.cid-v3Yx0KmVOZ .row {
  background-color: #faf5e8;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.cid-v3Yx0KmVOZ .item {
  padding: 40px 80px;
  border-right: 1px solid #000000;
}
@media (max-width: 1200px) {
  .cid-v3Yx0KmVOZ .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v3Yx0KmVOZ .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-v3Yx0KmVOZ .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v3Yx0KmVOZ .item:nth-child(2n) {
    border-right: none;
  }
}
.cid-v3Yx0KmVOZ .item .item-wrapper .card-subtitle {
  margin-bottom: 40px;
}
.cid-v3Yx0KmVOZ .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.cid-v3Yx0KmVOZ .item .item-wrapper .item-img img {
  display: inline-flex;
  object-fit: cover;
  height: 350px;
  border-radius: 1rem !important;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v3Yx0KmVOZ .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-v3Yx0KmVOZ .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.cid-v3Yx0KmVOZ .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.cid-v3Yx0KmVOZ .card-title {
  color: #000000;
}
.cid-v3Yx0KmVOZ .card-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3Yx0KmVOZ .card-text {
  color: #000000;
  text-align: right;
}
.cid-v3Yx0KmVOZ .card-title,
.cid-v3Yx0KmVOZ .item-img,
.cid-v3Yx0KmVOZ .mbr-section-btn {
  text-align: center;
}
.cid-v3Yx5VBrAl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
  overflow: hidden;
}
.cid-v3Yx5VBrAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Yx5VBrAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Yx5VBrAl .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3Yx5VBrAl .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3Yx5VBrAl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3Yx5VBrAl .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3Yx5VBrAl .container {
    padding: 0 16px;
  }
}
.cid-v3Yx5VBrAl .row {
  justify-content: center;
}
.cid-v3Yx5VBrAl .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3Yx5VBrAl .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3Yx5VBrAl .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3Yx5VBrAl .card {
    flex-direction: column;
  }
}
.cid-v3Yx5VBrAl .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v3Yx5VBrAl .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v3Yx5VBrAl .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3Yx5VBrAl .image-wrapper img {
    height: 350px;
  }
}
.cid-v3Yx5VBrAl .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-v3Yx5VBrAl .content-wrapper {
    width: 100%;
  }
}
.cid-v3Yx5VBrAl .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3Yx5VBrAl .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v3Yx5VBrAl .mbr-section-subtitle {
  color: #000000;
}
.cid-v3Yx5VBrAl .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-v3Yx5VBrAl .mbr-section-subtitle,
.cid-v3Yx5VBrAl .mbr-section-btn {
  text-align: right;
}
.cid-v3Yx1nf5pr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf5e8;
  overflow: hidden;
}
.cid-v3Yx1nf5pr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Yx1nf5pr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Yx1nf5pr .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3Yx1nf5pr .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3Yx1nf5pr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3Yx1nf5pr .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3Yx1nf5pr .container {
    padding: 0 16px;
  }
}
.cid-v3Yx1nf5pr .row {
  justify-content: space-between;
}
.cid-v3Yx1nf5pr .row:hover,
.cid-v3Yx1nf5pr .row:focus {
  cursor: pointer;
}
.cid-v3Yx1nf5pr .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v3Yx1nf5pr .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3Yx1nf5pr .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3Yx1nf5pr .image-wrapper img {
    height: 300px;
  }
}
.cid-v3Yx1nf5pr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3Yx1nf5pr .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v3Yx1nf5pr .mbr-section-title {
  color: #000000;
}
.cid-v3Yx1nf5pr .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-v3Yx1nf5pr .mbr-section-title,
.cid-v3Yx1nf5pr .mbr-section-btn {
  text-align: right;
}
.cid-v3Yx8YcoDC {
  background-color: #f95979;
}
.cid-v3Yx8YcoDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Yx8YcoDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Yx8YcoDC .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-v3Yx8YcoDC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v3Yx8YcoDC .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-v3Yx8YcoDC .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v3Yx8YcoDC .container {
    padding: 0 14px;
  }
}
.cid-v3Yx8YcoDC .row {
  justify-content: center;
}
.cid-v3Yx8YcoDC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3Yx8YcoDC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3Yx8YcoDC .tabs-wrap {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3Yx8YcoDC .tabs-wrap {
    margin-bottom: 32px;
  }
}
.cid-v3Yx8YcoDC .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-v3Yx8YcoDC .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 10px 10px 0;
}
.cid-v3Yx8YcoDC .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-v3Yx8YcoDC .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #f4ecdf;
  padding: 5px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f4ecdf;
  border-radius: 30px !important;
  background-color: #c90084;
  position: relative;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
}
.cid-v3Yx8YcoDC .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover,
.cid-v3Yx8YcoDC .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus {
  box-shadow: none;
  transform: translate(0);
}
.cid-v3Yx8YcoDC .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover .mbr-iconfont,
.cid-v3Yx8YcoDC .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus .mbr-iconfont {
  transform: translateX(0.5rem);
}
.cid-v3Yx8YcoDC .tabs-wrap .nav.nav-tabs .nav-item .nav-link:hover::before,
.cid-v3Yx8YcoDC .tabs-wrap .nav.nav-tabs .nav-item .nav-link:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3Yx8YcoDC .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #f95979;
  pointer-events: none;
}
.cid-v3Yx8YcoDC .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  transform: translate(0);
}
.cid-v3Yx8YcoDC .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3Yx8YcoDC .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3Yx8YcoDC .content-wrapper {
    display: block;
  }
}
.cid-v3Yx8YcoDC .content-wrapper .image-wrapper {
  width: 47%;
  border: 1px solid #000000;
  padding: 10px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3Yx8YcoDC .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v3Yx8YcoDC .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 768px) {
  .cid-v3Yx8YcoDC .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v3Yx8YcoDC .content-wrapper .text-wrapper {
  width: 47%;
}
@media (max-width: 992px) {
  .cid-v3Yx8YcoDC .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-v3Yx8YcoDC .content-wrapper .text-wrapper .card-text {
  margin-bottom: 0;
}
.cid-v3Yx8YcoDC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3Yx8YcoDC .card-text {
  color: #000000;
}
.cid-v3YxbUIhqu {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f95979;
}
.cid-v3YxbUIhqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YxbUIhqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YxbUIhqu .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3YxbUIhqu .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3YxbUIhqu .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3YxbUIhqu .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3YxbUIhqu .container {
    padding: 0 16px;
  }
}
.cid-v3YxbUIhqu .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v3YxbUIhqu .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v3YxbUIhqu .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-v3YxbUIhqu .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-v3YxbUIhqu .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3YxbUIhqu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3YxbUIhqu .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-v3YxbUIhqu .cards-wrapper {
    display: block;
  }
}
.cid-v3YxbUIhqu .cards-wrapper .item {
  padding: 32px;
  background-color: #f4ecdf;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-v3YxbUIhqu .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-v3YxbUIhqu .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-v3YxbUIhqu .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-v3YxbUIhqu .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-v3YxbUIhqu .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-v3YxbUIhqu .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-v3YxbUIhqu .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-v3YxbUIhqu .cards-wrapper .item a .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #000000;
  display: inline-flex;
  transition: all .3s ease;
}
.cid-v3YxbUIhqu .mbr-section-title {
  color: #000000;
}
.cid-v3YxbUIhqu .mbr-text {
  color: #000000;
}
.cid-v3YxbUIhqu .card-title {
  color: #000000;
}
.cid-v3YxbUIhqu .card-text {
  color: #000000;
}
.cid-v3YxbUIhqu .card-title,
.cid-v3YxbUIhqu .icon-wrapper,
.cid-v3YxbUIhqu .link-wrapper {
  color: #000000;
}
.cid-v3YJvMAWVT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f95979;
}
@media (min-width: 1300px) {
  .cid-v3YJvMAWVT .carousel img {
    object-fit: cover;
  }
  .cid-v3YJvMAWVT .right {
    padding-right: 32px;
  }
  .cid-v3YJvMAWVT .left {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v3YJvMAWVT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v3YJvMAWVT .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v3YJvMAWVT .carousel,
.cid-v3YJvMAWVT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3YJvMAWVT .item-wrapper {
  width: 100%;
  height: 1000px;
}
@media (max-width: 768px) {
  .cid-v3YJvMAWVT .item-wrapper {
    height: 500px;
  }
}
.cid-v3YJvMAWVT .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v3YJvMAWVT .carousel-caption {
  bottom: 40px;
}
.cid-v3YJvMAWVT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v3YJvMAWVT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v3YJvMAWVT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v3YJvMAWVT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v3YJvMAWVT .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
  color: #f95979;
}
.cid-v3YJvMAWVT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3YJvMAWVT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3YJvMAWVT .carousel-control.carousel-control-prev {
    margin-left: .5rem;
    font-size: 16px;
    opacity: .7;
  }
  .cid-v3YJvMAWVT .carousel-control.carousel-control-prev:hover {
    margin-left: .3rem;
  }
  .cid-v3YJvMAWVT .carousel-control.carousel-control-next {
    margin-right: .5rem;
    font-size: 16px;
    opacity: .7;
  }
  .cid-v3YJvMAWVT .carousel-control.carousel-control-next:hover {
    margin-right: .3rem;
  }
}
.cid-v3YJvMAWVT .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-v3YJvMAWVT .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
.cid-v3YJvMAWVT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3YJvMAWVT .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v3YJvMAWVT .soc-item span {
  color: #f4ecdf;
  z-index: 99999;
}
.cid-v3YJvMAWVT .soc-item::before,
.cid-v3YJvMAWVT .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-v3YJvMAWVT .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-v3YJvMAWVT .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-v3YJvMAWVT .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-v3YJvMAWVT .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-v3YJvMAWVT .mbr-section-subtitle {
  color: #f4ecdf;
  margin-bottom: 77px;
  text-align: right;
}
.cid-v3YJvMAWVT .text {
  color: #ddc499;
}
.cid-v3YJvMAWVT .one {
  color: #C0BCB7;
  font-style: italic;
}
@media (max-width: 991px) {
  .cid-v3YJvMAWVT .left {
    margin-top: 2rem;
  }
}
.cid-v3YJvMAWVT .mbr-section-title {
  text-align: right;
}
.cid-v3YxDl0VNO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f95979;
}
.cid-v3YxDl0VNO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3YxDl0VNO .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3YxDl0VNO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3YxDl0VNO .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3YxDl0VNO .container {
    padding: 0 16px;
  }
}
.cid-v3YxDl0VNO .mbr-section-title {
  margin-bottom: 32px;
  color: #000000;
  text-align: center;
}
.cid-v3YxDl0VNO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 660px;
  max-width: 660px;
}
@media (max-width: 992px) {
  .cid-v3YxDl0VNO .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-v3YxDl0VNO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3YxDl0VNO .embla__slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 1rem !important;
  border: 1px solid #faf5e8;
}
.cid-v3YxDl0VNO .embla__slide .slide-content .item-content {
  position: relative;
  padding: 80px 96px 25px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v3YxDl0VNO .embla__slide .slide-content .item-content {
    padding: 80px 60px 25px;
  }
}
@media (max-width: 768px) {
  .cid-v3YxDl0VNO .embla__slide .slide-content .item-content {
    padding: 80px 25px 25px;
  }
}
.cid-v3YxDl0VNO .embla__slide .slide-content .item-content .icon-wrapper {
  padding: 25px 25px 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-v3YxDl0VNO .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #000000;
}
.cid-v3YxDl0VNO .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 45px;
}
.cid-v3YxDl0VNO .embla__slide .slide-content .item-content .item-name {
  margin-bottom: 0;
  border-bottom: 1px solid #c90084;
}
.cid-v3YxDl0VNO .embla__slide .slide-content .item-wrapper {
  padding: 0 25px;
}
.cid-v3YxDl0VNO .embla__slide .slide-content .item-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
.cid-v3YxDl0VNO .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-v3YxDl0VNO .embla__slide .slide-content .item-wrapper .item-img .rating-wrapper {
  display: flex;
  align-items: center;
  z-index: 1;
}
.cid-v3YxDl0VNO .embla__slide .slide-content .item-wrapper .item-img .rating-wrapper .mbr-rating {
  margin-bottom: 0;
  margin-right: 4px;
}
.cid-v3YxDl0VNO .embla__slide .slide-content .item-wrapper .item-img .rating-wrapper .mbr-rating:last-child {
  margin-right: 0;
}
.cid-v3YxDl0VNO .embla__button--next,
.cid-v3YxDl0VNO .embla__button--prev {
  display: flex;
}
.cid-v3YxDl0VNO .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #f95979 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v3YxDl0VNO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3YxDl0VNO .embla__button:hover {
  opacity: .7 !important;
}
.cid-v3YxDl0VNO .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-v3YxDl0VNO .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-v3YxDl0VNO .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-v3YxDl0VNO .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-v3YxDl0VNO .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-v3YxDl0VNO .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-v3YxDl0VNO .embla {
  position: relative;
  width: 100%;
  padding: 16px 0;
  border-left: 1px solid #faf5e8;
  border-right: 1px solid #faf5e8;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .cid-v3YxDl0VNO .embla {
    border: none;
  }
}
.cid-v3YxDl0VNO .embla::before {
  content: '';
  position: absolute;
  top: 0;
  right: -8px;
  width: 18px;
  height: 100%;
  background-image: radial-gradient(#faf5e8, transparent);
  opacity: .5;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-v3YxDl0VNO .embla::before {
    display: none;
  }
}
.cid-v3YxDl0VNO .embla::after {
  content: '';
  position: absolute;
  top: 0;
  left: -8px;
  width: 18px;
  height: 100%;
  background-image: radial-gradient(#faf5e8, transparent);
  opacity: .5;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-v3YxDl0VNO .embla::after {
    display: none;
  }
}
.cid-v3YxDl0VNO .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v3YxDl0VNO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3YxDl0VNO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3YxDl0VNO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3YxDl0VNO .mbr-text {
  color: #000000;
}
.cid-v3YxDl0VNO .item-name {
  color: #000000;
}
.cid-v3YxDl0VNO .mbr-rating {
  color: #000000;
}
.cid-v3YxDl0VNO .mbr-rating,
.cid-v3YxDl0VNO .item-wrapper {
  text-align: right;
  color: #e2e52b;
}
.cid-v3YxDl0VNO .mbr-text,
.cid-v3YxDl0VNO .icon-wrapper {
  text-align: right;
}
.cid-v3Zx794iiY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f95979;
}
.cid-v3Zx794iiY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v3Zx794iiY .container-fluid {
    padding: 0 16px;
  }
}
.cid-v3Zx794iiY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-v3Zx794iiY .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3Zx794iiY .embla__slide .slide-content {
  width: 100%;
}
.cid-v3Zx794iiY .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3Zx794iiY .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-v3Zx794iiY .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v3Zx794iiY .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-v3Zx794iiY .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-v3Zx794iiY .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-v3Zx794iiY .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-v3Zx794iiY .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-v3Zx794iiY .embla__button--next,
.cid-v3Zx794iiY .embla__button--prev {
  display: flex;
}
.cid-v3Zx794iiY .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #f95979 !important;
  color: #8a2be2 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-v3Zx794iiY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3Zx794iiY .embla__button:hover {
  background-color: #8a2be2 !important;
  color: #f95979 !important;
}
.cid-v3Zx794iiY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3Zx794iiY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3Zx794iiY .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-v3Zx794iiY .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v3Zx794iiY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3Zx794iiY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3Zx794iiY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3Zx794iiY .item-menu-overlay {
  background-color: transparent;
}
.cid-v3Zx794iiY .item-title {
  color: #000000;
}
.cid-v3Yym6VGbX {
  background-color: #000000;
}
.cid-v3Yym6VGbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Yym6VGbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Yym6VGbX .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3Yym6VGbX .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3Yym6VGbX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3Yym6VGbX .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3Yym6VGbX .container {
    padding: 0 16px;
  }
}
.cid-v3Yym6VGbX .row {
  justify-content: center;
}
.cid-v3Yym6VGbX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3Yym6VGbX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3Yym6VGbX .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #f95979;
}
.cid-v3Yym6VGbX .panel-group .card {
  border-bottom: 1px solid #f95979;
  border-radius: 0 !important;
}
.cid-v3Yym6VGbX .panel-group .card:first-child {
  border-top: 1px solid #f95979;
}
.cid-v3Yym6VGbX .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v3Yym6VGbX .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-v3Yym6VGbX .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v3Yym6VGbX .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v3Yym6VGbX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v3Yym6VGbX .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-v3Yym6VGbX .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v3Yym6VGbX .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-v3Yym6VGbX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v3Yym6VGbX .mbr-section-title {
  color: #f95979;
  text-align: center;
}
.cid-v3Yym6VGbX .panel-title {
  color: #000000;
}
.cid-v3Yym6VGbX .panel-text {
  color: #ffc0cb;
}
.cid-v3Yym6VGbX .panel-title-edit {
  color: #f95979;
}
.cid-v3ZwPJn4kg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f95979;
}
.cid-v3ZwPJn4kg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ZwPJn4kg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ZwPJn4kg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3ZwPJn4kg .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3ZwPJn4kg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3ZwPJn4kg .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3ZwPJn4kg .container {
    padding: 0 16px;
  }
}
.cid-v3ZwPJn4kg .row {
  justify-content: center;
}
.cid-v3ZwPJn4kg .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3ZwPJn4kg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3ZwPJn4kg .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3ZwPJn4kg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3ZwPJn4kg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3ZwPJn4kg .form-wrap {
  padding-right: 48px;
}
@media (max-width: 1200px) {
  .cid-v3ZwPJn4kg .form-wrap {
    padding: 0;
  }
}
.cid-v3ZwPJn4kg .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-v3ZwPJn4kg .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-v3ZwPJn4kg .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-v3ZwPJn4kg .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: .5rem !important;
  background-color: transparent;
}
.cid-v3ZwPJn4kg .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v3ZwPJn4kg .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-v3ZwPJn4kg .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-v3ZwPJn4kg .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-v3ZwPJn4kg .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-v3ZwPJn4kg .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v3ZwPJn4kg .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-v3ZwPJn4kg .image-wrapper {
  height: 100%;
}
.cid-v3ZwPJn4kg .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-v3ZwPJn4kg .mbr-section-title {
  color: #f4ecdf;
  text-align: center;
}
.cid-v3ZwPJn4kg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3ZwPJn4kg .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3ZwPJn4kg LABEL {
  text-align: right;
}
.cid-v3YymZodaG {
  background-color: #f95979;
}
.cid-v3YymZodaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YymZodaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YymZodaG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3YymZodaG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3YymZodaG .container {
    padding: 0 16px;
  }
}
.cid-v3YymZodaG .row {
  justify-content: center;
}
.cid-v3YymZodaG .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3YymZodaG .title-wrapper {
  margin-bottom: 32px;
}
.cid-v3YymZodaG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-v3YymZodaG .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-v3YymZodaG .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-v3YymZodaG .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-v3YymZodaG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3YymZodaG .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v3YymZodaG .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v3YymZodaG .lists-wrapper {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .lists-wrapper {
    margin: 0;
  }
}
.cid-v3YymZodaG .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .item {
    margin-bottom: 32px;
  }
}
.cid-v3YymZodaG .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}
.cid-v3YymZodaG .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-v3YymZodaG .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-v3YymZodaG .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3YymZodaG .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-v3YymZodaG .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-v3YymZodaG .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #c90084;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3YymZodaG .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-v3YymZodaG .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v3YymZodaG .mbr-section-title {
  color: #000000;
}
.cid-v3YymZodaG .card-title {
  color: #000000;
}
.cid-v3YymZodaG .list {
  color: #000000;
}
.cid-v3YymZodaG .mbr-soc {
  color: #000000;
}
.cid-v3Oi6Fc0xR .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v3Oi6Fc0xR .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-v3Oi6Fc0xR .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-v3Oi6Fc0xR .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-v3Oi6Fc0xR .navbar-logo {
  margin: 0 !important;
}
.cid-v3Oi6Fc0xR .navbar-brand {
  background-color: #f95979;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3Oi6Fc0xR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3Oi6Fc0xR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3Oi6Fc0xR .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-v3Oi6Fc0xR .navbar-nav {
  min-width: 45%;
}
.cid-v3Oi6Fc0xR .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v3Oi6Fc0xR .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-v3Oi6Fc0xR .dropdown-item {
  color: #000000 !important;
}
.cid-v3Oi6Fc0xR .dropdown-item:hover {
  color: #000000 !important;
}
.cid-v3Oi6Fc0xR .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v3Oi6Fc0xR .nav-link:hover {
  color: #f95979 !important;
}
.cid-v3Oi6Fc0xR .nav-link:hover:before {
  opacity: 1;
}
.cid-v3Oi6Fc0xR .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #f95979;
}
.cid-v3Oi6Fc0xR .btn-white {
  color: #f95979 !important;
}
.cid-v3Oi6Fc0xR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3Oi6Fc0xR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3Oi6Fc0xR .container {
  display: flex;
  margin: auto;
}
.cid-v3Oi6Fc0xR .navbar.opened {
  background: #000000 !important;
}
.cid-v3Oi6Fc0xR .nav-item:focus,
.cid-v3Oi6Fc0xR .nav-link:focus {
  outline: none;
}
.cid-v3Oi6Fc0xR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3Oi6Fc0xR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3Oi6Fc0xR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3Oi6Fc0xR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3Oi6Fc0xR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3Oi6Fc0xR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3Oi6Fc0xR .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-v3Oi6Fc0xR .navbar.opened {
  transition: all 0.3s;
}
.cid-v3Oi6Fc0xR .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-v3Oi6Fc0xR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v3Oi6Fc0xR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3Oi6Fc0xR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3Oi6Fc0xR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v3Oi6Fc0xR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3Oi6Fc0xR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3Oi6Fc0xR .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: 55%;
}
.cid-v3Oi6Fc0xR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3Oi6Fc0xR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3Oi6Fc0xR .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3Oi6Fc0xR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3Oi6Fc0xR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3Oi6Fc0xR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3Oi6Fc0xR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3Oi6Fc0xR .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: 55%;
  }
  .cid-v3Oi6Fc0xR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3Oi6Fc0xR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3Oi6Fc0xR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3Oi6Fc0xR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v3Oi6Fc0xR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3Oi6Fc0xR .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3Oi6Fc0xR .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-v3Oi6Fc0xR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3Oi6Fc0xR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3Oi6Fc0xR .dropdown-item.active,
.cid-v3Oi6Fc0xR .dropdown-item:active {
  background-color: transparent;
}
.cid-v3Oi6Fc0xR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3Oi6Fc0xR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3Oi6Fc0xR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3Oi6Fc0xR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v3Oi6Fc0xR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3Oi6Fc0xR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3Oi6Fc0xR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3Oi6Fc0xR .navbar-buttons {
  text-align: center;
}
.cid-v3Oi6Fc0xR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3Oi6Fc0xR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Oi6Fc0xR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3Oi6Fc0xR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3Oi6Fc0xR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Oi6Fc0xR .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v3Oi6Fc0xR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3Oi6Fc0xR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3Oi6Fc0xR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v3Oi6Fc0xR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3Oi6Fc0xR .navbar {
    height: 77px;
  }
  .cid-v3Oi6Fc0xR .navbar.opened {
    height: auto;
  }
  .cid-v3Oi6Fc0xR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3YHFBVO8f {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3YHFBVO8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YHFBVO8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YHFBVO8f .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3YHFBVO8f .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3YHFBVO8f .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3YHFBVO8f .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3YHFBVO8f .container {
    padding: 0 16px;
  }
}
.cid-v3YHFBVO8f .row {
  padding: 60px 64px;
  background-color: #f4ecdf;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-v3YHFBVO8f .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3YHFBVO8f .row {
    padding: 25px 9px;
  }
}
.cid-v3YHFBVO8f .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3YHFBVO8f .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3YHFBVO8f .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3YHFBVO8f .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-v3YHFBVO8f .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-v3YHFBVO8f .image-wrapper img {
    height: 350px;
  }
}
.cid-v3YHFBVO8f .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3YHFBVO8f .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v3YHFBVO8f .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-v3YHFBVO8f .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-v3YHFBVO8f .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v3YHFBVO8f .items-wrapper {
    display: block;
  }
}
.cid-v3YHFBVO8f .items-wrapper .item {
  padding: 50px;
  background-color: #f95979;
  border-radius: .5rem !important;
}
.cid-v3YHFBVO8f .items-wrapper .item:nth-child(2n) {
  background-color: #f95979;
}
@media (max-width: 992px) {
  .cid-v3YHFBVO8f .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-v3YHFBVO8f .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v3YHFBVO8f .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-v3YHFBVO8f .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-v3YHFBVO8f .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3YHFBVO8f .card {
  justify-content: center;
}
.cid-v3YHFBVO8f .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3YHFBVO8f .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-v3YHFBVO8f .card-title {
  color: #000000;
}
.cid-v3YHFBVO8f .card-text {
  color: #000000;
  text-align: right;
}
.cid-v3YHFBVO8f .card-title,
.cid-v3YHFBVO8f .icon-wrapper {
  text-align: center;
}
.cid-v3YymZodaG {
  background-color: #f95979;
}
.cid-v3YymZodaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YymZodaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YymZodaG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3YymZodaG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3YymZodaG .container {
    padding: 0 16px;
  }
}
.cid-v3YymZodaG .row {
  justify-content: center;
}
.cid-v3YymZodaG .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3YymZodaG .title-wrapper {
  margin-bottom: 32px;
}
.cid-v3YymZodaG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-v3YymZodaG .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-v3YymZodaG .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-v3YymZodaG .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-v3YymZodaG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3YymZodaG .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v3YymZodaG .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v3YymZodaG .lists-wrapper {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .lists-wrapper {
    margin: 0;
  }
}
.cid-v3YymZodaG .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .item {
    margin-bottom: 32px;
  }
}
.cid-v3YymZodaG .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}
.cid-v3YymZodaG .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-v3YymZodaG .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-v3YymZodaG .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3YymZodaG .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-v3YymZodaG .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-v3YymZodaG .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #c90084;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3YymZodaG .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-v3YymZodaG .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v3YymZodaG .mbr-section-title {
  color: #000000;
}
.cid-v3YymZodaG .card-title {
  color: #000000;
}
.cid-v3YymZodaG .list {
  color: #000000;
}
.cid-v3YymZodaG .mbr-soc {
  color: #000000;
}
.cid-v3Oi6Fc0xR .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v3Oi6Fc0xR .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-v3Oi6Fc0xR .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-v3Oi6Fc0xR .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-v3Oi6Fc0xR .navbar-logo {
  margin: 0 !important;
}
.cid-v3Oi6Fc0xR .navbar-brand {
  background-color: #f95979;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3Oi6Fc0xR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3Oi6Fc0xR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3Oi6Fc0xR .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-v3Oi6Fc0xR .navbar-nav {
  min-width: 45%;
}
.cid-v3Oi6Fc0xR .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v3Oi6Fc0xR .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-v3Oi6Fc0xR .dropdown-item {
  color: #000000 !important;
}
.cid-v3Oi6Fc0xR .dropdown-item:hover {
  color: #000000 !important;
}
.cid-v3Oi6Fc0xR .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v3Oi6Fc0xR .nav-link:hover {
  color: #f95979 !important;
}
.cid-v3Oi6Fc0xR .nav-link:hover:before {
  opacity: 1;
}
.cid-v3Oi6Fc0xR .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #f95979;
}
.cid-v3Oi6Fc0xR .btn-white {
  color: #f95979 !important;
}
.cid-v3Oi6Fc0xR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3Oi6Fc0xR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3Oi6Fc0xR .container {
  display: flex;
  margin: auto;
}
.cid-v3Oi6Fc0xR .navbar.opened {
  background: #000000 !important;
}
.cid-v3Oi6Fc0xR .nav-item:focus,
.cid-v3Oi6Fc0xR .nav-link:focus {
  outline: none;
}
.cid-v3Oi6Fc0xR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3Oi6Fc0xR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3Oi6Fc0xR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3Oi6Fc0xR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3Oi6Fc0xR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3Oi6Fc0xR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3Oi6Fc0xR .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-v3Oi6Fc0xR .navbar.opened {
  transition: all 0.3s;
}
.cid-v3Oi6Fc0xR .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-v3Oi6Fc0xR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v3Oi6Fc0xR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3Oi6Fc0xR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3Oi6Fc0xR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v3Oi6Fc0xR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3Oi6Fc0xR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3Oi6Fc0xR .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: 55%;
}
.cid-v3Oi6Fc0xR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3Oi6Fc0xR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3Oi6Fc0xR .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3Oi6Fc0xR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3Oi6Fc0xR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3Oi6Fc0xR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3Oi6Fc0xR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3Oi6Fc0xR .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: 55%;
  }
  .cid-v3Oi6Fc0xR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3Oi6Fc0xR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3Oi6Fc0xR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3Oi6Fc0xR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v3Oi6Fc0xR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3Oi6Fc0xR .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3Oi6Fc0xR .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-v3Oi6Fc0xR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3Oi6Fc0xR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3Oi6Fc0xR .dropdown-item.active,
.cid-v3Oi6Fc0xR .dropdown-item:active {
  background-color: transparent;
}
.cid-v3Oi6Fc0xR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3Oi6Fc0xR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3Oi6Fc0xR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3Oi6Fc0xR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v3Oi6Fc0xR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3Oi6Fc0xR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3Oi6Fc0xR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3Oi6Fc0xR .navbar-buttons {
  text-align: center;
}
.cid-v3Oi6Fc0xR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3Oi6Fc0xR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Oi6Fc0xR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3Oi6Fc0xR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3Oi6Fc0xR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Oi6Fc0xR .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v3Oi6Fc0xR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3Oi6Fc0xR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3Oi6Fc0xR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v3Oi6Fc0xR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3Oi6Fc0xR .navbar {
    height: 77px;
  }
  .cid-v3Oi6Fc0xR .navbar.opened {
    height: auto;
  }
  .cid-v3Oi6Fc0xR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3YIDOHKi7 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v3YIDOHKi7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YIDOHKi7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YIDOHKi7 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v3YIDOHKi7 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-v3YIDOHKi7 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v3YIDOHKi7 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-v3YIDOHKi7 .col-text {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-v3YIDOHKi7 .col-text {
    margin-top: 20px;
  }
}
.cid-v3YIDOHKi7 .text-wrapper {
  width: 100%;
}
.cid-v3YIDOHKi7 .mbr-section-title {
  color: #f95979;
  margin-bottom: 20px;
}
.cid-v3YIDOHKi7 .mbr-section-subtitle {
  color: #f95979;
  margin-bottom: 22px;
}
.cid-v3YIDOHKi7 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-v3YIDOHKi7 .mbr-text {
  color: #C4CFDE;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-v3YIDOHKi7 .mbr-text {
    padding-right: 0;
  }
}
.cid-v3YIDOHKi7 .mbr-section-btn {
  margin-top: 20px;
}
.cid-v3YIDOHKi7 .social-container {
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 991px) {
  .cid-v3YIDOHKi7 .social-container {
    padding-top: 40px;
  }
}
.cid-v3YIDOHKi7 .social-title {
  color: #191b1f;
  margin-bottom: 20px;
}
.cid-v3YIDOHKi7 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-v3YIDOHKi7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #c90084, #23272b);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #d62a5e;
  transition: 0.4s all;
}
.cid-v3YIDOHKi7 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v3YIDOHKi7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-v3YIDOHKi7 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v3YIDOHKi7 .soc-item:hover:before {
  opacity: 1;
}
.cid-v3YIDOHKi7 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-v3YIDOHKi7 .col-img {
    order: 1;
  }
}
.cid-v3YIDOHKi7 .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-v3YIDOHKi7 .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-v3YIDOHKi7 .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #c90084, #d62a5e);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #d62a5e;
  border-radius: 6px;
}
.cid-v3YIDOHKi7 .mbr-text,
.cid-v3YIDOHKi7 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v3YIJUxS0Z {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  background-color: #000000;
}
.cid-v3YIJUxS0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YIJUxS0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YIJUxS0Z .items-wrapper {
  margin: 0 -4px;
}
.cid-v3YIJUxS0Z .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-v3YIJUxS0Z .item:first-child {
  margin-top: 0;
}
.cid-v3YIJUxS0Z .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v3YIJUxS0Z .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-v3YIJUxS0Z .item:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v3YIJUxS0Z .item:nth-child(3) {
    margin-top: 8px;
  }
}
.cid-v3YIJUxS0Z .item:nth-child(4) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v3YIJUxS0Z .item:nth-child(4) {
    margin-top: 8px;
  }
}
.cid-v3YIJUxS0Z .item .item-wrapper {
  height: 100%;
  padding: 32px;
  background-color: #f95979;
}
@media (max-width: 992px) {
  .cid-v3YIJUxS0Z .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v3YIJUxS0Z .item .item-wrapper .item-date {
  margin-bottom: 6px;
}
.cid-v3YIJUxS0Z .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-v3YIJUxS0Z .item .item-wrapper .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-v3YIJUxS0Z .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v3YIJUxS0Z .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v3YIJUxS0Z .item-date {
  color: #f4ecdf;
  text-align: center;
}
.cid-v3YIJUxS0Z .item-title {
  color: #ffb3c1;
}
.cid-v3YIJUxS0Z .item-text {
  color: #ffb3c1;
}
.cid-v3YIJUxS0Z .item-title,
.cid-v3YIJUxS0Z .mbr-section-btn DIV {
  text-align: center;
}
.cid-v3YIJUxS0Z .item-title,
.cid-v3YIJUxS0Z .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v445GRIKfs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f95979;
}
.cid-v445GRIKfs .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v445GRIKfs .container-fluid {
    padding: 0 16px;
  }
}
.cid-v445GRIKfs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-v445GRIKfs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v445GRIKfs .embla__slide .slide-content {
  width: 100%;
}
.cid-v445GRIKfs .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v445GRIKfs .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-v445GRIKfs .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v445GRIKfs .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-v445GRIKfs .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-v445GRIKfs .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-v445GRIKfs .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-v445GRIKfs .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-v445GRIKfs .embla__button--next,
.cid-v445GRIKfs .embla__button--prev {
  display: flex;
}
.cid-v445GRIKfs .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #f95979 !important;
  color: #8a2be2 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-v445GRIKfs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v445GRIKfs .embla__button:hover {
  background-color: #8a2be2 !important;
  color: #f95979 !important;
}
.cid-v445GRIKfs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v445GRIKfs .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v445GRIKfs .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-v445GRIKfs .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v445GRIKfs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v445GRIKfs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v445GRIKfs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v445GRIKfs .item-menu-overlay {
  background-color: transparent;
}
.cid-v445GRIKfs .item-title {
  color: #000000;
}
.cid-v3YIW9oPOZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f95979;
}
.cid-v3YIW9oPOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YIW9oPOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YIW9oPOZ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3YIW9oPOZ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3YIW9oPOZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3YIW9oPOZ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3YIW9oPOZ .container {
    padding: 0 16px;
  }
}
.cid-v3YIW9oPOZ .row {
  justify-content: center;
}
.cid-v3YIW9oPOZ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3YIW9oPOZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3YIW9oPOZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3YIW9oPOZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3YIW9oPOZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3YIW9oPOZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3ZgCb8kpM {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
  background-color: #000000;
}
.cid-v3ZgCb8kpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ZgCb8kpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ZgCb8kpM .items-wrapper {
  margin: 0 -4px;
}
.cid-v3ZgCb8kpM .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-v3ZgCb8kpM .item:first-child {
  margin-top: 0;
}
.cid-v3ZgCb8kpM .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 992px) {
  .cid-v3ZgCb8kpM .item .item-wrapper {
    display: block;
  }
}
.cid-v3ZgCb8kpM .item .item-wrapper .card-box {
  padding: 40px 32px;
  background-color: #f95979;
}
@media (max-width: 992px) {
  .cid-v3ZgCb8kpM .item .item-wrapper .card-box {
    padding: 24px;
    margin-bottom: 8px;
  }
}
.cid-v3ZgCb8kpM .item .item-wrapper .card-box .item-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v3ZgCb8kpM .item .item-wrapper .card-box .item-content {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
.cid-v3ZgCb8kpM .item .item-wrapper .card-box .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 80px;
  display: inline-flex;
}
.cid-v3ZgCb8kpM .item .item-wrapper .card-box .item-content .item-number {
  margin-bottom: 0;
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-v3ZgCb8kpM .item .item-wrapper .card-box .item-content .item-number {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.cid-v3ZgCb8kpM .item .item-wrapper .card-box .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v3ZgCb8kpM .item .item-wrapper .card-box .title-wrap .item-title {
    width: 100%;
  }
}
.cid-v3ZgCb8kpM .item .item-wrapper .card-box .text-wrapper .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3ZgCb8kpM .item .item-wrapper .card-box .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v3ZgCb8kpM .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v3ZgCb8kpM .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v3ZgCb8kpM .item .item-wrapper .item-img {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3ZgCb8kpM .item .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-v3ZgCb8kpM .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3ZgCb8kpM .item .card_2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.cid-v3ZgCb8kpM .item-number {
  color: #949DBD;
}
.cid-v3ZgCb8kpM .item-title {
  color: #0027ba;
}
.cid-v3ZgCb8kpM .item-text {
  color: #0027ba;
}
.cid-v3ZgCb8kpM .item-title,
.cid-v3ZgCb8kpM .mbr-section-btn,
.cid-v3ZgCb8kpM .title-wrap {
  color: #000000;
}
.cid-v3ZgCb8kpM .item-text,
.cid-v3ZgCb8kpM .text-wrapper {
  color: #faf5e8;
}
.cid-v3YJ4OwGx4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3YJ4OwGx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YJ4OwGx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YJ4OwGx4 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v3YJ4OwGx4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3YJ4OwGx4 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v3YJ4OwGx4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3YJ4OwGx4 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v3YJ4OwGx4 .items-wrapper {
  align-items: center;
}
.cid-v3YJ4OwGx4 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3YJ4OwGx4 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-v3YJ4OwGx4 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v3YJ4OwGx4 .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-v3YJ4OwGx4 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-v3YJ4OwGx4 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v3YJ4OwGx4 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v3YJ4OwGx4 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v3YJ4OwGx4 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3YJ4OwGx4 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-v3YJ4OwGx4 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v3YJ4OwGx4 .mbr-label {
  color: #f4ecdf;
  text-align: center;
}
.cid-v3YJ4OwGx4 .mbr-section-title {
  color: #f95979;
  text-align: center;
}
.cid-v3YJ4OwGx4 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v3YJ4OwGx4 .mbr-text,
.cid-v3YJ4OwGx4 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v3YJ4OwGx4 .card-title {
  color: #ffffff;
}
.cid-v3YJ4OwGx4 .card-text {
  color: #ffffff;
}
.cid-v3YJ4OwGx4 .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-v3YJiEMsNP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-v3YJiEMsNP .item:focus,
.cid-v3YJiEMsNP span:focus {
  outline: none;
}
.cid-v3YJiEMsNP .item {
  cursor: pointer;
}
.cid-v3YJiEMsNP .grid-container {
  grid-row-gap: 12px;
}
@media (max-width: 992px) {
  .cid-v3YJiEMsNP .grid-container {
    grid-row-gap: 6px;
  }
}
.cid-v3YJiEMsNP .grid-container-1,
.cid-v3YJiEMsNP .grid-container-2 {
  gap: 0 12px;
}
@media (max-width: 992px) {
  .cid-v3YJiEMsNP .grid-container-1,
  .cid-v3YJiEMsNP .grid-container-2 {
    gap: 0 6px;
  }
}
.cid-v3YJiEMsNP .mbr-section-title {
  margin-bottom: 84px;
  color: #f5f8ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3YJiEMsNP .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3YJiEMsNP .content-head {
  max-width: 800px;
}
.cid-v3YJiEMsNP .container,
.cid-v3YJiEMsNP .container-fluid {
  overflow: hidden;
}
.cid-v3YJiEMsNP .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v3YJiEMsNP .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3YJiEMsNP .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v3YJiEMsNP .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v3YJiEMsNP .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-v3YJiEMsNP .grid-item img {
    height: 150px;
  }
}
.cid-v3YJiEMsNP .grid-container-1,
.cid-v3YJiEMsNP .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v3YJiEMsNP .grid-container-1 {
  align-items: flex-end;
}
.cid-v3YJiEMsNP .grid-container-2 {
  align-items: flex-start;
}
.cid-v3ZfZ5C5OB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f95979;
}
.cid-v3ZfZ5C5OB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ZfZ5C5OB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ZfZ5C5OB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3ZfZ5C5OB .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3ZfZ5C5OB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3ZfZ5C5OB .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3ZfZ5C5OB .container {
    padding: 0 16px;
  }
}
.cid-v3ZfZ5C5OB .row {
  justify-content: center;
}
.cid-v3ZfZ5C5OB .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3ZfZ5C5OB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3ZfZ5C5OB .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3ZfZ5C5OB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3ZfZ5C5OB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3ZfZ5C5OB .form-wrap {
  padding-right: 48px;
}
@media (max-width: 1200px) {
  .cid-v3ZfZ5C5OB .form-wrap {
    padding: 0;
  }
}
.cid-v3ZfZ5C5OB .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-v3ZfZ5C5OB .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-v3ZfZ5C5OB .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-v3ZfZ5C5OB .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: .5rem !important;
  background-color: transparent;
}
.cid-v3ZfZ5C5OB .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v3ZfZ5C5OB .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-v3ZfZ5C5OB .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-v3ZfZ5C5OB .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-v3ZfZ5C5OB .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-v3ZfZ5C5OB .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v3ZfZ5C5OB .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-v3ZfZ5C5OB .image-wrapper {
  height: 100%;
}
.cid-v3ZfZ5C5OB .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-v3ZfZ5C5OB .mbr-section-title {
  color: #f4ecdf;
  text-align: center;
}
.cid-v3ZfZ5C5OB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3ZfZ5C5OB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3ZfZ5C5OB LABEL {
  text-align: right;
  color: #faf5e8;
}
.cid-v3ZfZ5C5OB H5 {
  color: #faf5e8;
}
.cid-v3YymZodaG {
  background-color: #f95979;
}
.cid-v3YymZodaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YymZodaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YymZodaG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3YymZodaG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3YymZodaG .container {
    padding: 0 16px;
  }
}
.cid-v3YymZodaG .row {
  justify-content: center;
}
.cid-v3YymZodaG .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3YymZodaG .title-wrapper {
  margin-bottom: 32px;
}
.cid-v3YymZodaG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-v3YymZodaG .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-v3YymZodaG .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-v3YymZodaG .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-v3YymZodaG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3YymZodaG .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v3YymZodaG .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v3YymZodaG .lists-wrapper {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .lists-wrapper {
    margin: 0;
  }
}
.cid-v3YymZodaG .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .item {
    margin-bottom: 32px;
  }
}
.cid-v3YymZodaG .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}
.cid-v3YymZodaG .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-v3YymZodaG .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-v3YymZodaG .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3YymZodaG .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-v3YymZodaG .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-v3YymZodaG .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #c90084;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3YymZodaG .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-v3YymZodaG .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v3YymZodaG .mbr-section-title {
  color: #000000;
}
.cid-v3YymZodaG .card-title {
  color: #000000;
}
.cid-v3YymZodaG .list {
  color: #000000;
}
.cid-v3YymZodaG .mbr-soc {
  color: #000000;
}
.cid-v3Oi6Fc0xR .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v3Oi6Fc0xR .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-v3Oi6Fc0xR .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-v3Oi6Fc0xR .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-v3Oi6Fc0xR .navbar-logo {
  margin: 0 !important;
}
.cid-v3Oi6Fc0xR .navbar-brand {
  background-color: #f95979;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3Oi6Fc0xR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3Oi6Fc0xR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3Oi6Fc0xR .wrapper {
  display: flex;
  align-items: center;
  min-width: 43.5%;
  justify-content: flex-end;
}
.cid-v3Oi6Fc0xR .navbar-nav {
  min-width: 45%;
}
.cid-v3Oi6Fc0xR .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v3Oi6Fc0xR .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-v3Oi6Fc0xR .dropdown-item {
  color: #000000 !important;
}
.cid-v3Oi6Fc0xR .dropdown-item:hover {
  color: #000000 !important;
}
.cid-v3Oi6Fc0xR .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v3Oi6Fc0xR .nav-link:hover {
  color: #f95979 !important;
}
.cid-v3Oi6Fc0xR .nav-link:hover:before {
  opacity: 1;
}
.cid-v3Oi6Fc0xR .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #f95979;
}
.cid-v3Oi6Fc0xR .btn-white {
  color: #f95979 !important;
}
.cid-v3Oi6Fc0xR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3Oi6Fc0xR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3Oi6Fc0xR .container {
  display: flex;
  margin: auto;
}
.cid-v3Oi6Fc0xR .navbar.opened {
  background: #000000 !important;
}
.cid-v3Oi6Fc0xR .nav-item:focus,
.cid-v3Oi6Fc0xR .nav-link:focus {
  outline: none;
}
.cid-v3Oi6Fc0xR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3Oi6Fc0xR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3Oi6Fc0xR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3Oi6Fc0xR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3Oi6Fc0xR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3Oi6Fc0xR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3Oi6Fc0xR .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-v3Oi6Fc0xR .navbar.opened {
  transition: all 0.3s;
}
.cid-v3Oi6Fc0xR .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-v3Oi6Fc0xR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v3Oi6Fc0xR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3Oi6Fc0xR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3Oi6Fc0xR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v3Oi6Fc0xR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3Oi6Fc0xR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3Oi6Fc0xR .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: 55%;
}
.cid-v3Oi6Fc0xR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3Oi6Fc0xR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3Oi6Fc0xR .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3Oi6Fc0xR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3Oi6Fc0xR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3Oi6Fc0xR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3Oi6Fc0xR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3Oi6Fc0xR .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: 55%;
  }
  .cid-v3Oi6Fc0xR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3Oi6Fc0xR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3Oi6Fc0xR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3Oi6Fc0xR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v3Oi6Fc0xR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v3Oi6Fc0xR .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3Oi6Fc0xR .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-v3Oi6Fc0xR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3Oi6Fc0xR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3Oi6Fc0xR .dropdown-item.active,
.cid-v3Oi6Fc0xR .dropdown-item:active {
  background-color: transparent;
}
.cid-v3Oi6Fc0xR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3Oi6Fc0xR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3Oi6Fc0xR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3Oi6Fc0xR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v3Oi6Fc0xR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3Oi6Fc0xR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3Oi6Fc0xR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3Oi6Fc0xR .navbar-buttons {
  text-align: center;
}
.cid-v3Oi6Fc0xR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Oi6Fc0xR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3Oi6Fc0xR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Oi6Fc0xR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3Oi6Fc0xR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3Oi6Fc0xR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Oi6Fc0xR .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v3Oi6Fc0xR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3Oi6Fc0xR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3Oi6Fc0xR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-v3Oi6Fc0xR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3Oi6Fc0xR .navbar {
    height: 77px;
  }
  .cid-v3Oi6Fc0xR .navbar.opened {
    height: auto;
  }
  .cid-v3Oi6Fc0xR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3ZfiSefwr {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3ZfiSefwr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ZfiSefwr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ZfiSefwr .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v3ZfiSefwr .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-v3ZfiSefwr .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v3ZfiSefwr .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-v3ZfiSefwr .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-v3ZfiSefwr .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-v3ZfiSefwr .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-v3ZfiSefwr .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-v3ZfiSefwr .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3ZfiSefwr .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v3ZfiSefwr .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v3ZfiSefwr .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v3ZfiSefwr .mbr-section-title {
  color: #ffffff;
}
.cid-v3ZfiSefwr .mbr-text {
  color: #ffffff;
}
.cid-v3ZfiSefwr .mbr-section-title,
.cid-v3ZfiSefwr .title-wrapper {
  color: #ffffff;
}
.cid-v3ZfiSefwr .mbr-text,
.cid-v3ZfiSefwr .mbr-section-btn {
  text-align: right;
}
.cid-v445KMSmeN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f95979;
}
.cid-v445KMSmeN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v445KMSmeN .container-fluid {
    padding: 0 16px;
  }
}
.cid-v445KMSmeN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-v445KMSmeN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v445KMSmeN .embla__slide .slide-content {
  width: 100%;
}
.cid-v445KMSmeN .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v445KMSmeN .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-v445KMSmeN .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v445KMSmeN .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-v445KMSmeN .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-v445KMSmeN .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-v445KMSmeN .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-v445KMSmeN .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-v445KMSmeN .embla__button--next,
.cid-v445KMSmeN .embla__button--prev {
  display: flex;
}
.cid-v445KMSmeN .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #f95979 !important;
  color: #8a2be2 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-v445KMSmeN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v445KMSmeN .embla__button:hover {
  background-color: #8a2be2 !important;
  color: #f95979 !important;
}
.cid-v445KMSmeN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v445KMSmeN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v445KMSmeN .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-v445KMSmeN .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v445KMSmeN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v445KMSmeN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v445KMSmeN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v445KMSmeN .item-menu-overlay {
  background-color: transparent;
}
.cid-v445KMSmeN .item-title {
  color: #000000;
}
.cid-v3ZfIHXh4w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f95979;
}
.cid-v3ZfIHXh4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ZfIHXh4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ZfIHXh4w .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3ZfIHXh4w .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3ZfIHXh4w .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3ZfIHXh4w .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3ZfIHXh4w .container {
    padding: 0 16px;
  }
}
.cid-v3ZfIHXh4w .row {
  justify-content: center;
}
.cid-v3ZfIHXh4w .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3ZfIHXh4w .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3ZfIHXh4w .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-v3ZfIHXh4w .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3ZfIHXh4w .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3ZfIHXh4w .form-wrap {
  padding-right: 48px;
}
@media (max-width: 1200px) {
  .cid-v3ZfIHXh4w .form-wrap {
    padding: 0;
  }
}
.cid-v3ZfIHXh4w .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-v3ZfIHXh4w .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-v3ZfIHXh4w .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-v3ZfIHXh4w .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: .5rem !important;
  background-color: transparent;
}
.cid-v3ZfIHXh4w .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v3ZfIHXh4w .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-v3ZfIHXh4w .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-v3ZfIHXh4w .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-v3ZfIHXh4w .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-v3ZfIHXh4w .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v3ZfIHXh4w .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-v3ZfIHXh4w .image-wrapper {
  height: 100%;
}
.cid-v3ZfIHXh4w .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-v3ZfIHXh4w .mbr-section-title {
  color: #f4ecdf;
  text-align: center;
}
.cid-v3ZfIHXh4w .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3ZfIHXh4w .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3ZfIHXh4w LABEL {
  text-align: right;
}
.cid-v3YymZodaG {
  background-color: #f95979;
}
.cid-v3YymZodaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YymZodaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YymZodaG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3YymZodaG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v3YymZodaG .container {
    padding: 0 16px;
  }
}
.cid-v3YymZodaG .row {
  justify-content: center;
}
.cid-v3YymZodaG .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3YymZodaG .title-wrapper {
  margin-bottom: 32px;
}
.cid-v3YymZodaG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-v3YymZodaG .title-wrapper .title-wrap {
    display: inline;
  }
}
.cid-v3YymZodaG .title-wrapper .title-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 0;
  object-fit: contain;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .cid-v3YymZodaG .title-wrapper .title-wrap img {
    margin: 0 0 25px 0;
  }
}
.cid-v3YymZodaG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3YymZodaG .mbr-text {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v3YymZodaG .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v3YymZodaG .lists-wrapper {
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .lists-wrapper {
    margin: 0;
  }
}
.cid-v3YymZodaG .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .item {
    margin-bottom: 32px;
  }
}
.cid-v3YymZodaG .item .item-wrapper .card-box .card-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}
.cid-v3YymZodaG .item .item-wrapper .card-box .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-v3YymZodaG .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 8px;
}
.cid-v3YymZodaG .social-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3YymZodaG .social-wrapper .soc-item {
  margin-bottom: 16px;
}
.cid-v3YymZodaG .social-wrapper .soc-item a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1650px) {
  .cid-v3YymZodaG .social-wrapper .soc-item a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .social-wrapper .soc-item a {
    flex-direction: row;
    align-items: inherit;
  }
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #c90084;
  border: 1px solid #000000;
  transform: translate(-3px, -3px);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
  pointer-events: none;
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap:hover .mbr-iconfont,
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap:focus .mbr-iconfont {
  transform: translate(0);
}
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap:hover::before,
.cid-v3YymZodaG .social-wrapper .soc-item a .icon-wrap:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.cid-v3YymZodaG .social-wrapper .soc-item a .mbr-soc {
  margin-bottom: 0;
}
.cid-v3YymZodaG .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v3YymZodaG .mbr-section-title {
  color: #000000;
}
.cid-v3YymZodaG .card-title {
  color: #000000;
}
.cid-v3YymZodaG .list {
  color: #000000;
}
.cid-v3YymZodaG .mbr-soc {
  color: #000000;
}
