.btn {
  border-width: 2px;
}
body {
  font-family: Atkinson Hyperlegible;
}
.display-1 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}
.display-2 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 6.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 26rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 26rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: #787692 !important;
}
.bg-success {
  background-color: #189d8b !important;
}
.bg-info {
  background-color: #2655a6 !important;
}
.bg-warning {
  background-color: #413e65 !important;
}
.bg-danger {
  background-color: #8e97a1 !important;
}
.btn-primary,
.btn-primary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #707070 0, #585868 100%) !important;
  border: 1px solid #787692 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(122, 122, 122, 0.35);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #707070 0, #585868 100%) !important;
  box-shadow: 0 6px 40px #7a7a7a;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #504f63 !important;
  border-color: #787692 !important;
}
.btn-secondary,
.btn-secondary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  border: 1px solid #faae26 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(227, 160, 41, 0.35);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  box-shadow: 0 6px 40px #e3a029;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c58005 !important;
  border-color: #faae26 !important;
}
.btn-info,
.btn-info:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  border: 1px solid #2655a6 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(52, 81, 132, 0.35);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  box-shadow: 0 6px 40px #345184;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #16315f !important;
  border-color: #2655a6 !important;
}
.btn-success,
.btn-success:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #1f6d64 0, #105d4d 100%) !important;
  border: 1px solid #189d8b !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(37, 124, 112, 0.35);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #1f6d64 0, #105d4d 100%) !important;
  box-shadow: 0 6px 40px #257c70;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d5248 !important;
  border-color: #189d8b !important;
}
.btn-warning,
.btn-warning:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #3a3941 0, #242437 100%) !important;
  border: 1px solid #413e65 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(68, 68, 75, 0.35);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #3a3941 0, #242437 100%) !important;
  box-shadow: 0 6px 40px #44444b;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1e1d2f !important;
  border-color: #413e65 !important;
}
.btn-danger,
.btn-danger:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #838383 0, #6d757b 100%) !important;
  border: 1px solid #8e97a1 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(141, 141, 141, 0.35);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #838383 0, #6d757b 100%) !important;
  box-shadow: 0 6px 40px #8d8d8d;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #626c76 !important;
  border-color: #8e97a1 !important;
}
.btn-white,
.btn-white:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  border: 1px solid #e3ebf3 !important;
  color: #416b96 !important;
  box-shadow: 0 6px 30px rgba(218, 225, 231, 0.35);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  box-shadow: 0 6px 40px #dae1e7;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #416b96 !important;
  background-color: #a6c0d9 !important;
  border-color: #e3ebf3 !important;
}
.btn-black,
.btn-black:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  border: 1px solid #1a1e21 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(19, 19, 19, 0.35);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  box-shadow: 0 6px 40px #131313;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #1a1e21 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #787692;
  color: #787692;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #504f63 !important;
  background-color: transparent!important;
  border-color: #504f63 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #787692 !important;
  border-color: #787692 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #faae26;
  color: #faae26;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c58005 !important;
  background-color: transparent!important;
  border-color: #c58005 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #faae26 !important;
  border-color: #faae26 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #2655a6;
  color: #2655a6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #16315f !important;
  background-color: transparent!important;
  border-color: #16315f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2655a6 !important;
  border-color: #2655a6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #189d8b;
  color: #189d8b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0d5248 !important;
  background-color: transparent!important;
  border-color: #0d5248 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #189d8b !important;
  border-color: #189d8b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #413e65;
  color: #413e65;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1e1d2f !important;
  background-color: transparent!important;
  border-color: #1e1d2f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #413e65 !important;
  border-color: #413e65 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #8e97a1;
  color: #8e97a1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #626c76 !important;
  background-color: transparent!important;
  border-color: #626c76 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8e97a1 !important;
  border-color: #8e97a1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #1a1e21;
  color: #1a1e21;
}
.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: #1a1e21 !important;
  border-color: #1a1e21 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #e3ebf3;
  color: #e3ebf3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #a6c0d9 !important;
  background-color: transparent!important;
  border-color: #a6c0d9 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #416b96 !important;
  background-color: #e3ebf3 !important;
  border-color: #e3ebf3 !important;
}
.text-primary {
  color: #787692 !important;
}
.text-secondary {
  color: #faae26 !important;
}
.text-success {
  color: #189d8b !important;
}
.text-info {
  color: #2655a6 !important;
}
.text-warning {
  color: #413e65 !important;
}
.text-danger {
  color: #8e97a1 !important;
}
.text-white {
  color: #e3ebf3 !important;
}
.text-black {
  color: #1a1e21 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #49485a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b67604 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0a453d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #132a53 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #181726 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5b646e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #9cb8d4 !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: #787692;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1e21;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2655a6;
}
.alert-warning {
  background-color: #413e65;
}
.alert-danger {
  background-color: #8e97a1;
}
.mbr-gallery-filter li.active .btn {
  background-color: #787692;
  border-color: #787692;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #787692;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bebdca;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #50e4d0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6e97de;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #7b77ac;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d4d7db;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #787692 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #787692;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #787692;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #787692;
}
.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: #787692;
  border-bottom-color: #787692;
}
.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: #787692 !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: #faae26 !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='%23787692' %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: .3s all;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1670px;
  padding-left: 16px;
  padding-right: 16px;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container-fluid,
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.border-item {
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .border-item {
    padding: 20px !important;
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .border-item {
    border-radius: 12px;
  }
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 20px 25px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
.mbr-section-btn .btn-black {
  background: #1a1e21 !important;
  border: 2px solid #1a1e21 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black:hover {
  background: transparent !important;
  border-color: #e3ebf3 !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background: #787692 !important;
  border-color: #787692 !important;
  color: #e3ebf3 !important;
}
.cid-u0NmqptzL7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
}
.cid-u0NmqptzL7 .nav-item,
.cid-u0NmqptzL7 .nav-link,
.cid-u0NmqptzL7 .navbar-caption {
  font-weight: normal;
}
.cid-u0NmqptzL7 .nav-item:focus,
.cid-u0NmqptzL7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u0NmqptzL7 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-u0NmqptzL7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-u0NmqptzL7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NmqptzL7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-u0NmqptzL7 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u0NmqptzL7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u0NmqptzL7 .dropdown .dropdown-menu .dropdown-item .soc-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-u0NmqptzL7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NmqptzL7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NmqptzL7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u0NmqptzL7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u0NmqptzL7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u0NmqptzL7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-u0NmqptzL7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NmqptzL7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0NmqptzL7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.9rem);
  }
}
.cid-u0NmqptzL7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u0NmqptzL7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NmqptzL7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NmqptzL7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u0NmqptzL7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NmqptzL7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u0NmqptzL7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u0NmqptzL7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NmqptzL7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NmqptzL7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u0NmqptzL7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NmqptzL7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0NmqptzL7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u0NmqptzL7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u0NmqptzL7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0NmqptzL7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0NmqptzL7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u0NmqptzL7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u0NmqptzL7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u0NmqptzL7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u0NmqptzL7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u0NmqptzL7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u0NmqptzL7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u0NmqptzL7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0NmqptzL7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NmqptzL7 .dropdown-item.active,
.cid-u0NmqptzL7 .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NmqptzL7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NmqptzL7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NmqptzL7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NmqptzL7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0NmqptzL7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NmqptzL7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NmqptzL7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u0NmqptzL7 .navbar-buttons {
  text-align: center;
}
.cid-u0NmqptzL7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0NmqptzL7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u0NmqptzL7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u0NmqptzL7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u0NmqptzL7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u0NmqptzL7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u0NmqptzL7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0NmqptzL7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u0NmqptzL7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u0NmqptzL7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0NmqptzL7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u0NmqptzL7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u0NmqptzL7 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-u0NmqptzL7 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u0NmqptzL7 .soc-item {
  margin: .5rem .3rem;
}
.cid-u0NmqptzL7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u0NmqptzL7 a.nav-link,
.cid-u0NmqptzL7 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-u0NmqptzL7 a.nav-link .mbr-iconfont-btn,
.cid-u0NmqptzL7 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-u0NmqptzL7 a.nav-link:hover .mbr-iconfont-btn,
.cid-u0NmqptzL7 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-u0NmqptzL7 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NmqptzL7 .navbar {
    height: 77px;
  }
  .cid-u0NmqptzL7 .navbar.opened {
    height: auto;
  }
  .cid-u0NmqptzL7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NrYvFr5K {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0NrYvFr5K .carousel {
  min-height: 600px;
}
.cid-u0NrYvFr5K .carousel img {
  max-height: 600px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u0NrYvFr5K .carousel {
    min-height: 300px;
  }
  .cid-u0NrYvFr5K .carousel img {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-u0NrYvFr5K .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u0NrYvFr5K .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u0NrYvFr5K .slide {
  height: 100%;
}
.cid-u0NrYvFr5K .carousel,
.cid-u0NrYvFr5K .carousel-inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-u0NrYvFr5K .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-u0NrYvFr5K .carousel-caption {
  bottom: 0px;
}
.cid-u0NrYvFr5K .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u0NrYvFr5K .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: black;
  font-size: 1rem;
}
.cid-u0NrYvFr5K .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: black;
  font-size: 1rem;
}
.cid-u0NrYvFr5K .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u0NrYvFr5K .carousel-item {
  height: 100%;
}
.cid-u0NrYvFr5K .carousel-control {
  bottom: -50px;
  top: auto;
  width: 35px;
  height: 35px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 1px solid black;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-u0NrYvFr5K .carousel-control.carousel-control-prev {
  right: 50px;
  left: auto;
}
.cid-u0NrYvFr5K .carousel-control.carousel-control-next {
  right: 0;
}
.cid-u0NrYvFr5K .carousel-control:hover {
  background: white;
}
.cid-u0NsCAhoR7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0NsCAhoR7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u0NsCAhoR7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u0NsCAhoR7 .container {
    padding: 0 24px;
  }
}
.cid-u0NsCAhoR7 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u0NsCAhoR7 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u0NsCAhoR7 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u0NsCAhoR7 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u0NsCAhoR7 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u0NsCAhoR7 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u0NsCAhoR7 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NsCAhoR7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NsCAhoR7 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u0NsCAhoR7 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u0NsCAhoR7 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u0NsCAhoR7 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u0NsCAhoR7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u0NsCAhoR7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u0NsCAhoR7 .embla__slide .slide-content {
  width: 100%;
}
.cid-u0NsCAhoR7 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u0NsCAhoR7 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u0NsCAhoR7 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u0NsCAhoR7 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u0NsCAhoR7 .embla__button--next,
.cid-u0NsCAhoR7 .embla__button--prev {
  display: flex;
}
.cid-u0NsCAhoR7 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #141414 !important;
  color: #ffffff !important;
  border: 1px solid #141414 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u0NsCAhoR7 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-u0NsCAhoR7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u0NsCAhoR7 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #ffffff;
  border-color: #ffffff !important;
}
.cid-u0NsCAhoR7 .embla__button:hover::before {
  width: 30%;
}
.cid-u0NsCAhoR7 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u0NsCAhoR7 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u0NsCAhoR7 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u0NsCAhoR7 .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  background-image: linear-gradient(90deg, #ffffff -25%, #8e97a1 47%);
  width: 100%;
  z-index: 1;
}
.cid-u0NsCAhoR7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u0NsCAhoR7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u0NsCAhoR7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u0NsCAhoR7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u0NsCAhoR7 .mbr-section-title {
  color: #141414;
}
.cid-u0NsCAhoR7 .mbr-text {
  color: #141414;
}
.cid-ty22AJXlkA {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ty22AJXlkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty22AJXlkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty22AJXlkA .row {
  gap: 20px;
  margin: 0 !important;
}
.cid-ty22AJXlkA .item {
  width: calc(50% - 10px);
  border-radius: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .cid-ty22AJXlkA .item {
    width: 100%;
  }
}
.cid-ty22AJXlkA .item-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 32px;
  border: 1px solid #ffffff;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .cid-ty22AJXlkA .item-wrapper {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-ty22AJXlkA .item-wrapper {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-ty22AJXlkA .item-wrapper {
    gap: 40px;
    flex-wrap: wrap;
    padding: 12px;
    border-radius: 12px;
  }
}
@media (min-width: 992px) {
  .cid-ty22AJXlkA .item-wrapper:hover .image-wrapper img {
    transform: scale(1.1);
  }
}
.cid-ty22AJXlkA .col-text {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 10px);
}
@media (max-width: 1199px) {
  .cid-ty22AJXlkA .col-text {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-ty22AJXlkA .col-text {
    width: 100%;
  }
}
.cid-ty22AJXlkA .date-wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}
.cid-ty22AJXlkA .day-text {
  color: #e3ebf3;
}
.cid-ty22AJXlkA .month-text {
  color: #e3ebf3;
}
.cid-ty22AJXlkA .year-text {
  color: #e3ebf3;
}
.cid-ty22AJXlkA .card-title {
  color: #6c7a88;
}
.cid-ty22AJXlkA .mbr-text {
  margin-top: 12px;
  color: #e3ebf3;
}
.cid-ty22AJXlkA .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-ty22AJXlkA .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-ty22AJXlkA .col-img {
  width: calc(50% - 10px);
}
@media (max-width: 1199px) {
  .cid-ty22AJXlkA .col-img {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 767px) {
  .cid-ty22AJXlkA .col-img {
    width: 100%;
  }
}
.cid-ty22AJXlkA .image-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ty22AJXlkA .image-wrapper {
    border-radius: 12px;
  }
}
.cid-ty22AJXlkA .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
@media (min-width: 1200px) {
  .cid-ty22AJXlkA .image-wrapper img {
    aspect-ratio: 0.68577982;
  }
}
@media (max-width: 1199px) {
  .cid-ty22AJXlkA .image-wrapper img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-ty22AJXlkA .image-wrapper img {
    height: 220px;
  }
}
.cid-u7B6IGblrc {
  display: flex;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-u7B6IGblrc {
    align-items: center;
  }
  .cid-u7B6IGblrc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u7B6IGblrc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u7B6IGblrc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u7B6IGblrc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u7B6IGblrc .content-wrap {
    width: 100%;
  }
}
.cid-u7B6IGblrc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u7B6IGblrc .mbr-text,
.cid-u7B6IGblrc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u7B2qcrvZC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u7B2qcrvZC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u7B2qcrvZC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7B2qcrvZC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7B2qcrvZC .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u7B2qcrvZC .container {
  padding: 0;
}
.cid-u7B2qcrvZC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u7B2qcrvZC .icon-focus {
  display: none;
}
.cid-u7B2qcrvZC .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-u7B2qcrvZC .btn-primary-outline:hover {
  background: transparent !important;
  color: #787692 !important;
}
.cid-u7B2qcrvZC li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-u7B2qcrvZC li {
  position: relative;
}
.cid-u7B2qcrvZC .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-u7B2qcrvZC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u7B2qcrvZC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u7B2qcrvZC .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-u7B2qcrvZC .btn {
  font-family: Atkinson Hyperlegible !important;
}
.cid-u7B2qcrvZC .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-u7B2qcrvZC .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-u7B2qcrvZC .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-u7B2qcrvZC li:not(:last-child):after {
    top: 9px;
  }
  .cid-u7B2qcrvZC .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-ty26v6PBh2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ty26v6PBh2 .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-ty26v6PBh2 .row {
    padding: 0;
  }
}
.cid-ty26v6PBh2 .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-ty26v6PBh2 .item-text {
    max-width: 100%;
  }
}
.cid-ty26v6PBh2 .item-title {
  position: relative;
  color: #8e97a1;
}
.cid-ty26v6PBh2 .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-ty26v6PBh2 .mbr-text {
  color: #000000;
}
.cid-ty26v6PBh2 .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-ty26v6PBh2 .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-ty26v6PBh2 .item-img {
    display: none;
  }
}
.cid-ty26v6PBh2 .item-img-1 {
  transform: rotate(-15deg);
}
.cid-ty26v6PBh2 .item-img-2 {
  transform: rotate(15deg);
}
.cid-ty26v6PBh2 .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
.cid-ty25lgXPgC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-ty25lgXPgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty25lgXPgC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty25lgXPgC .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-ty25lgXPgC .mbr-section-title {
  color: #1a1e21;
  margin-bottom: 0;
}
.cid-ty25lgXPgC .mbr-section-subtitle {
  color: #1a1e21;
  margin-top: 8px;
}
.cid-ty25lgXPgC .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-ty25lgXPgC form {
  width: 100%;
}
.cid-ty25lgXPgC form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-ty25lgXPgC form p {
  color: #1a1e21;
}
.cid-ty25lgXPgC form .mbr-section-btn {
  margin-top: 10px;
}
.cid-ty25lgXPgC form .mbr-section-btn .btn {
  width: 100% !important;
}
.cid-ty25lgXPgC form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-ty25lgXPgC form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-ty25lgXPgC form .form-control {
  height: 55px;
  border: 1px solid #e3ebf3 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 6px !important;
  margin-bottom: 0;
  padding: 24px 16px;
  font-size: 18px;
  line-height: 1;
  color: #6c7a88;
  font-weight: 500;
  transition: .3s;
}
.cid-ty25lgXPgC form .form-control::-webkit-input-placeholder {
  color: #6c7a88;
}
.cid-ty25lgXPgC form .form-control::-moz-placeholder {
  color: #6c7a88;
}
.cid-ty25lgXPgC form .form-control:-moz-placeholder {
  color: #6c7a88;
}
.cid-ty25lgXPgC form .form-control:-ms-input-placeholder {
  color: #6c7a88;
}
.cid-ty25lgXPgC form select {
  color: #6c7a88 !important;
}
.cid-ty25lgXPgC form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 24px 16px;
  resize: none;
}
.cid-ty25lgXPgC form textarea::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-ty25lgXPgC form textarea::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-ty25lgXPgC form textarea:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-ty25lgXPgC form textarea:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-ty25lgXPgC form input,
.cid-ty25lgXPgC form textarea {
  transition: .3s all;
}
.cid-ty25lgXPgC form input:active,
.cid-ty25lgXPgC form textarea:active,
.cid-ty25lgXPgC form input:focus,
.cid-ty25lgXPgC form textarea:focus {
  background-color: transparent !important;
  border-color: #e3ebf3 !important;
  outline: none !important;
}
.cid-ty25lgXPgC form input:active::-webkit-input-placeholder,
.cid-ty25lgXPgC form textarea:active::-webkit-input-placeholder,
.cid-ty25lgXPgC form input:focus::-webkit-input-placeholder,
.cid-ty25lgXPgC form textarea:focus::-webkit-input-placeholder {
  color: #6c7a88 !important;
}
.cid-ty25lgXPgC form input:active::-moz-placeholder,
.cid-ty25lgXPgC form textarea:active::-moz-placeholder,
.cid-ty25lgXPgC form input:focus::-moz-placeholder,
.cid-ty25lgXPgC form textarea:focus::-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-ty25lgXPgC form input:active:-moz-placeholder,
.cid-ty25lgXPgC form textarea:active:-moz-placeholder,
.cid-ty25lgXPgC form input:focus:-moz-placeholder,
.cid-ty25lgXPgC form textarea:focus:-moz-placeholder {
  color: #6c7a88 !important;
}
.cid-ty25lgXPgC form input:active:-ms-input-placeholder,
.cid-ty25lgXPgC form textarea:active:-ms-input-placeholder,
.cid-ty25lgXPgC form input:focus:-ms-input-placeholder,
.cid-ty25lgXPgC form textarea:focus:-ms-input-placeholder {
  color: #6c7a88 !important;
}
.cid-ty25lgXPgC form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-ty25lgXPgC form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-ty25lgXPgC form label {
  width: 100%;
  color: #1a1e21;
  margin-bottom: 8px;
}
.cid-ty25lgXPgC form .form-check label {
  color: #1a1e21;
}
.cid-ty25lgXPgC form .form-check-input {
  border-color: #e3ebf3 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-ty25lgXPgC form .form-check-input:focus,
.cid-ty25lgXPgC form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #6c7a88 !important;
}
.cid-ty25lgXPgC form .form-check-input:checked {
  border-color: #6c7a88 !important;
  background-color: #6c7a88 !important;
}
.cid-ty25lXMXpm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ty25lXMXpm .mbr-text {
  color: #e3ebf3;
}
.cid-u0NuF6ofXj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
}
.cid-u0NuF6ofXj .nav-item,
.cid-u0NuF6ofXj .nav-link,
.cid-u0NuF6ofXj .navbar-caption {
  font-weight: normal;
}
.cid-u0NuF6ofXj .nav-item:focus,
.cid-u0NuF6ofXj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u0NuF6ofXj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-u0NuF6ofXj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-u0NuF6ofXj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NuF6ofXj .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-u0NuF6ofXj .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u0NuF6ofXj .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u0NuF6ofXj .dropdown .dropdown-menu .dropdown-item .soc-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-u0NuF6ofXj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NuF6ofXj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NuF6ofXj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u0NuF6ofXj .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u0NuF6ofXj .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u0NuF6ofXj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-u0NuF6ofXj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NuF6ofXj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0NuF6ofXj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.9rem);
  }
}
.cid-u0NuF6ofXj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u0NuF6ofXj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NuF6ofXj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NuF6ofXj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u0NuF6ofXj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NuF6ofXj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u0NuF6ofXj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u0NuF6ofXj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NuF6ofXj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NuF6ofXj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u0NuF6ofXj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NuF6ofXj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0NuF6ofXj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u0NuF6ofXj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u0NuF6ofXj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0NuF6ofXj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0NuF6ofXj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u0NuF6ofXj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u0NuF6ofXj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u0NuF6ofXj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u0NuF6ofXj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u0NuF6ofXj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u0NuF6ofXj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u0NuF6ofXj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0NuF6ofXj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NuF6ofXj .dropdown-item.active,
.cid-u0NuF6ofXj .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NuF6ofXj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NuF6ofXj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NuF6ofXj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NuF6ofXj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0NuF6ofXj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NuF6ofXj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NuF6ofXj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u0NuF6ofXj .navbar-buttons {
  text-align: center;
}
.cid-u0NuF6ofXj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0NuF6ofXj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u0NuF6ofXj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u0NuF6ofXj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u0NuF6ofXj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u0NuF6ofXj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u0NuF6ofXj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0NuF6ofXj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u0NuF6ofXj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u0NuF6ofXj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0NuF6ofXj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u0NuF6ofXj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u0NuF6ofXj .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-u0NuF6ofXj .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u0NuF6ofXj .soc-item {
  margin: .5rem .3rem;
}
.cid-u0NuF6ofXj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u0NuF6ofXj a.nav-link,
.cid-u0NuF6ofXj a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-u0NuF6ofXj a.nav-link .mbr-iconfont-btn,
.cid-u0NuF6ofXj a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-u0NuF6ofXj a.nav-link:hover .mbr-iconfont-btn,
.cid-u0NuF6ofXj a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-u0NuF6ofXj a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NuF6ofXj .navbar {
    height: 77px;
  }
  .cid-u0NuF6ofXj .navbar.opened {
    height: auto;
  }
  .cid-u0NuF6ofXj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NM8fQQ5l {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NM8fQQ5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NM8fQQ5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NM8fQQ5l .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u0NM8fQQ5l .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u0NM8fQQ5l .container {
    padding: 0 24px;
  }
}
.cid-u0NM8fQQ5l .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u0NM8fQQ5l .content-wrapper {
    padding: 0;
  }
}
.cid-u0NM8fQQ5l .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0NM8fQQ5l .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u0NM8fQQ5l .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u0NM8fQQ5l .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u0NM8fQQ5l .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u0NM8fQQ5l .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u0NM8fQQ5l .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u0NM8fQQ5l .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u0NM8fQQ5l .mbr-section-title {
  color: #141414;
}
.cid-u0NM8fQQ5l .mbr-desc {
  color: #141414;
}
.cid-u0NM8fQQ5l .mbr-text {
  color: #141414;
}
.cid-u0NvjXq6ma {
  padding-top: 30px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-u0NvjXq6ma .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u0NvjXq6ma .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0NvjXq6ma .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u0NvjXq6ma .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u0NvjXq6ma .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e3ebf3;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #e3ebf3, #f7e4d6);
}
.cid-u0NvjXq6ma .icon-focus,
.cid-u0NvjXq6ma .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-u0NvjXq6ma .icon-focus:before,
.cid-u0NvjXq6ma .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NvjXq6ma .icon-video {
  font-size: 1.5rem !important;
}
.cid-u0NvjXq6ma .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u0NvjXq6ma ul {
  font-size: 0;
}
.cid-u0NvjXq6ma .mbr-gallery-filter ul {
  text-align: left;
}
.cid-u0NvjXq6ma .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-u0NvjXq6ma .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #f23801 !important;
}
.cid-u0NvjXq6ma .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-u0NvjXq6ma .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-u0NvjXq6ma .mbr-gallery-filter ul li.active .btn:after {
  border-color: #f23801;
}
.cid-u0NvjXq6ma .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-u0NvjXq6ma .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-u0NvjXq6ma .mbr-gallery-filter ul li:first-child,
.cid-u0NvjXq6ma .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-u0NvjXq6ma .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-u0NvjXq6ma .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u0NvjXq6ma .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-u0NvjXq6ma .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-u0NvjXq6ma .mbr-section-title b:last-child,
.cid-u0NvjXq6ma .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-u0NvjXq6ma .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-u0NvjXq6ma .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-u0NvjXq6ma .mbr-section-title,
.cid-u0NvjXq6ma .mbr-gallery-filter ul {
  text-align: center;
  color: #7b2626;
}
.cid-u0NuFcebMV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0NuFcebMV .mbr-text {
  color: #e3ebf3;
}
.cid-u0NMtb87Q6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  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;
}
.cid-u0NMtb87Q6 .nav-item,
.cid-u0NMtb87Q6 .nav-link,
.cid-u0NMtb87Q6 .navbar-caption {
  font-weight: normal;
}
.cid-u0NMtb87Q6 .nav-item:focus,
.cid-u0NMtb87Q6 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u0NMtb87Q6 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-u0NMtb87Q6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-u0NMtb87Q6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NMtb87Q6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-u0NMtb87Q6 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u0NMtb87Q6 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u0NMtb87Q6 .dropdown .dropdown-menu .dropdown-item .soc-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-u0NMtb87Q6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NMtb87Q6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NMtb87Q6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u0NMtb87Q6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u0NMtb87Q6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u0NMtb87Q6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-u0NMtb87Q6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NMtb87Q6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0NMtb87Q6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.9rem);
  }
}
.cid-u0NMtb87Q6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u0NMtb87Q6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NMtb87Q6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NMtb87Q6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u0NMtb87Q6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NMtb87Q6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u0NMtb87Q6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u0NMtb87Q6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NMtb87Q6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NMtb87Q6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u0NMtb87Q6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NMtb87Q6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0NMtb87Q6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u0NMtb87Q6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u0NMtb87Q6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0NMtb87Q6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0NMtb87Q6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u0NMtb87Q6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u0NMtb87Q6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u0NMtb87Q6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u0NMtb87Q6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u0NMtb87Q6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u0NMtb87Q6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u0NMtb87Q6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0NMtb87Q6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NMtb87Q6 .dropdown-item.active,
.cid-u0NMtb87Q6 .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NMtb87Q6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NMtb87Q6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NMtb87Q6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NMtb87Q6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0NMtb87Q6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NMtb87Q6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NMtb87Q6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u0NMtb87Q6 .navbar-buttons {
  text-align: center;
}
.cid-u0NMtb87Q6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0NMtb87Q6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u0NMtb87Q6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u0NMtb87Q6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u0NMtb87Q6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u0NMtb87Q6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u0NMtb87Q6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0NMtb87Q6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u0NMtb87Q6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u0NMtb87Q6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0NMtb87Q6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u0NMtb87Q6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u0NMtb87Q6 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-u0NMtb87Q6 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u0NMtb87Q6 .soc-item {
  margin: .5rem .3rem;
}
.cid-u0NMtb87Q6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u0NMtb87Q6 a.nav-link,
.cid-u0NMtb87Q6 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-u0NMtb87Q6 a.nav-link .mbr-iconfont-btn,
.cid-u0NMtb87Q6 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-u0NMtb87Q6 a.nav-link:hover .mbr-iconfont-btn,
.cid-u0NMtb87Q6 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-u0NMtb87Q6 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NMtb87Q6 .navbar {
    height: 77px;
  }
  .cid-u0NMtb87Q6 .navbar.opened {
    height: auto;
  }
  .cid-u0NMtb87Q6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NMtcnGDc {
  padding-top: 8rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NMtcnGDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NMtcnGDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NMtcnGDc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u0NMtcnGDc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u0NMtcnGDc .container {
    padding: 0 24px;
  }
}
.cid-u0NMtcnGDc .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u0NMtcnGDc .content-wrapper {
    padding: 0;
  }
}
.cid-u0NMtcnGDc .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0NMtcnGDc .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u0NMtcnGDc .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u0NMtcnGDc .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u0NMtcnGDc .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u0NMtcnGDc .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u0NMtcnGDc .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u0NMtcnGDc .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u0NMtcnGDc .mbr-section-title {
  color: #141414;
}
.cid-u0NMtcnGDc .mbr-desc {
  color: #141414;
}
.cid-u0NMtcnGDc .mbr-text {
  color: #141414;
}
.cid-u0NMtcJt8F {
  padding-top: 30px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-u0NMtcJt8F .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u0NMtcJt8F .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0NMtcJt8F .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u0NMtcJt8F .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u0NMtcJt8F .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e3ebf3;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #e3ebf3, #f7e4d6);
}
.cid-u0NMtcJt8F .icon-focus,
.cid-u0NMtcJt8F .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-u0NMtcJt8F .icon-focus:before,
.cid-u0NMtcJt8F .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u0NMtcJt8F .icon-video {
  font-size: 1.5rem !important;
}
.cid-u0NMtcJt8F .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u0NMtcJt8F ul {
  font-size: 0;
}
.cid-u0NMtcJt8F .mbr-gallery-filter ul {
  text-align: left;
}
.cid-u0NMtcJt8F .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-u0NMtcJt8F .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #f23801 !important;
}
.cid-u0NMtcJt8F .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-u0NMtcJt8F .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-u0NMtcJt8F .mbr-gallery-filter ul li.active .btn:after {
  border-color: #f23801;
}
.cid-u0NMtcJt8F .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-u0NMtcJt8F .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-u0NMtcJt8F .mbr-gallery-filter ul li:first-child,
.cid-u0NMtcJt8F .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-u0NMtcJt8F .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-u0NMtcJt8F .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u0NMtcJt8F .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-u0NMtcJt8F .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-u0NMtcJt8F .mbr-section-title b:last-child,
.cid-u0NMtcJt8F .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-u0NMtcJt8F .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-u0NMtcJt8F .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-u0NMtcJt8F .mbr-section-title,
.cid-u0NMtcJt8F .mbr-gallery-filter ul {
  text-align: center;
  color: #7b2626;
}
.cid-u0NMtdymzB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u0NMtdymzB .mbr-text {
  color: #e3ebf3;
}
