body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f781bb !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #faebeb !important;
}
.bg-danger {
  background-color: #91591d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f781bb !important;
  border-color: #f781bb !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #f23994 !important;
  border-color: #f23994 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f23994 !important;
  border-color: #f23994 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #faebeb !important;
  border-color: #faebeb !important;
  color: #b82e2e !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #b82e2e !important;
  background-color: #ebaeae !important;
  border-color: #ebaeae !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #b82e2e !important;
  background-color: #ebaeae !important;
  border-color: #ebaeae !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #91591d !important;
  border-color: #91591d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #513210 !important;
  border-color: #513210 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #513210 !important;
  border-color: #513210 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f12187;
  color: #f12187;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f781bb;
  border-color: #f781bb;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f781bb !important;
  border-color: #f781bb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #e69999;
  color: #e69999;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b82e2e;
  background-color: #faebeb;
  border-color: #faebeb;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #b82e2e !important;
  background-color: #faebeb !important;
  border-color: #faebeb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #3c250c;
  color: #3c250c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #91591d;
  border-color: #91591d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #91591d !important;
  border-color: #91591d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f781bb !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #faebeb !important;
}
.text-danger {
  color: #91591d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f12187 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e69999 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #3c250c !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #faebeb;
}
.alert-danger {
  background-color: #91591d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dc9951;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-sfko9GspNR .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfko9GspNR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfko9GspNR a {
  font-style: normal;
}
.cid-sfko9GspNR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfko9GspNR .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfko9GspNR .nav-item:focus,
.cid-sfko9GspNR .nav-link:focus {
  outline: none;
}
.cid-sfko9GspNR .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfko9GspNR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfko9GspNR .menu-logo {
  margin-right: auto;
}
.cid-sfko9GspNR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfko9GspNR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sfko9GspNR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfko9GspNR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfko9GspNR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfko9GspNR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfko9GspNR .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfko9GspNR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfko9GspNR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfko9GspNR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfko9GspNR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfko9GspNR .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfko9GspNR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfko9GspNR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfko9GspNR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfko9GspNR .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfko9GspNR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sfko9GspNR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfko9GspNR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfko9GspNR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfko9GspNR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfko9GspNR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfko9GspNR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfko9GspNR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfko9GspNR button.navbar-toggler:focus {
  outline: none;
}
.cid-sfko9GspNR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f781bb;
}
.cid-sfko9GspNR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfko9GspNR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfko9GspNR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfko9GspNR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfko9GspNR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfko9GspNR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfko9GspNR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfko9GspNR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfko9GspNR .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfko9GspNR .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfko9GspNR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfko9GspNR .collapsed .navbar-collapse.collapsing,
.cid-sfko9GspNR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfko9GspNR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfko9GspNR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfko9GspNR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfko9GspNR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfko9GspNR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfko9GspNR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfko9GspNR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfko9GspNR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfko9GspNR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfko9GspNR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfko9GspNR .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfko9GspNR .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfko9GspNR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfko9GspNR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfko9GspNR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfko9GspNR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfko9GspNR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfko9GspNR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfko9GspNR.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfko9GspNR img {
    height: 3.8rem !important;
  }
  .cid-sfko9GspNR .btn {
    display: -webkit-flex;
  }
  .cid-sfko9GspNR button.navbar-toggler {
    display: block;
  }
  .cid-sfko9GspNR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfko9GspNR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfko9GspNR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfko9GspNR .navbar-collapse.collapsing,
  .cid-sfko9GspNR .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfko9GspNR .navbar-collapse.collapsing .navbar-nav,
  .cid-sfko9GspNR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfko9GspNR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfko9GspNR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfko9GspNR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfko9GspNR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfko9GspNR .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfko9GspNR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfko9GspNR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfko9GspNR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfko9GspNR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfko9GspNR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfko9GspNR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfko9GspNR .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfko9GspNR .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfko9GspNR .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfko9GspNR .nav-link:hover,
.cid-sfko9GspNR .dropdown-item:hover {
  color: #da7f0a !important;
}
.cid-sflEMc6EgA {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #35b2fc, #1180c2);
}
.cid-sflEMc6EgA .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfl4LteHi4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fcf1f1;
}
.cid-sfl4LteHi4 .mbr-overlay {
  z-index: 1;
}
.cid-sfl4LteHi4 .carousel-caption {
  bottom: 40px;
}
.cid-sfl4LteHi4 .carousel-control .icon-next,
.cid-sfl4LteHi4 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sfl4LteHi4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfl4LteHi4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sfl4LteHi4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sfl4LteHi4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sfl4LteHi4 .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfl4LteHi4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfl4LteHi4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfl4LteHi4 .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sfl4LteHi4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfl4LteHi4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sfl4LteHi4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfl4LteHi4 .carousel-indicators li.active,
.cid-sfl4LteHi4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfl4LteHi4 .carousel-indicators li::after,
.cid-sfl4LteHi4 .carousel-indicators li::before {
  content: none;
}
.cid-sfl4LteHi4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfl4LteHi4 .carousel-indicators {
    display: none !important;
  }
}
.cid-sfl0rEpVCB {
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-sfl0rEpVCB .card-box {
  padding: 0 2rem;
}
.cid-sfl0rEpVCB .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sfl0rEpVCB .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sfl0rEpVCB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sfl0rEpVCB p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sfl0rEpVCB .mbr-text {
  color: #767676;
}
.cid-sfl0rEpVCB .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sfl0rEpVCB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sflEXhjoqA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sflEXhjoqA .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfkytWYgir {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #faebeb;
}
@media (max-width: 991px) {
  .cid-sfkytWYgir .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfkytWYgir img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfkytWYgir .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfkytWYgir .mbr-section-title {
  color: #f781bb;
}
.cid-sfkytWYgir .mbr-text {
  color: #a96013;
  text-align: center;
}
.cid-sfkz0JKZms {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #faebeb;
}
.cid-sfkz0JKZms .item {
  padding-bottom: 2rem;
}
.cid-sfkz0JKZms .item-wrapper {
  position: relative;
}
.cid-sfkz0JKZms .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sfkz0JKZms .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sfkz0JKZms .carousel-control,
.cid-sfkz0JKZms .close {
  background: #1b1b1b;
}
.cid-sfkz0JKZms .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sfkz0JKZms .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sfkz0JKZms .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sfkz0JKZms .carousel-control-next span {
  margin-left: 5px;
}
.cid-sfkz0JKZms .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sfkz0JKZms .close::before {
  content: '\e91a';
}
.cid-sfkz0JKZms .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sfkz0JKZms .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfkz0JKZms .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfkz0JKZms .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfkz0JKZms .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfkz0JKZms .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sfkz0JKZms .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfkz0JKZms .carousel-indicators li.active,
.cid-sfkz0JKZms .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfkz0JKZms .carousel-indicators li::after,
.cid-sfkz0JKZms .carousel-indicators li::before {
  content: none;
}
.cid-sfkz0JKZms .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfkz0JKZms .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sfkz0JKZms .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfkz0JKZms .carousel-indicators {
    display: none;
  }
}
.cid-sfkz0JKZms .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfkz0JKZms .carousel-inner > .active {
  display: block;
}
.cid-sfkz0JKZms .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfkz0JKZms .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfkz0JKZms .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sfkz0JKZms .carousel-control,
  .cid-sfkz0JKZms .carousel-indicators,
  .cid-sfkz0JKZms .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sfkz0JKZms .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sfkz0JKZms .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfkz0JKZms .carousel-indicators .active,
.cid-sfkz0JKZms .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sfkz0JKZms .carousel-indicators .active {
  background: #fff;
}
.cid-sfkz0JKZms .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sfkz0JKZms .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sfkz0JKZms .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sfkz0JKZms .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sfkz0JKZms .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sfkz0JKZms .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sfkz0JKZms .carousel {
  width: 100%;
}
.cid-sfkz0JKZms .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sfkz0JKZms .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sfkz0JKZms .modal.fade .modal-dialog,
.cid-sfkz0JKZms .modal.in .modal-dialog {
  transform: none;
}
.cid-sfkz0JKZms .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sfkz0JKZms H6 {
  text-align: center;
  color: #91591d;
}
.cid-sfl82rVBIw {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #faebeb;
}
.cid-sfl82rVBIw .item {
  padding-bottom: 2rem;
}
.cid-sfl82rVBIw .item-wrapper {
  position: relative;
}
.cid-sfl82rVBIw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sfl82rVBIw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sfl82rVBIw .carousel-control,
.cid-sfl82rVBIw .close {
  background: #1b1b1b;
}
.cid-sfl82rVBIw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sfl82rVBIw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sfl82rVBIw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sfl82rVBIw .carousel-control-next span {
  margin-left: 5px;
}
.cid-sfl82rVBIw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sfl82rVBIw .close::before {
  content: '\e91a';
}
.cid-sfl82rVBIw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sfl82rVBIw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfl82rVBIw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfl82rVBIw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfl82rVBIw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfl82rVBIw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sfl82rVBIw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfl82rVBIw .carousel-indicators li.active,
.cid-sfl82rVBIw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfl82rVBIw .carousel-indicators li::after,
.cid-sfl82rVBIw .carousel-indicators li::before {
  content: none;
}
.cid-sfl82rVBIw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfl82rVBIw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sfl82rVBIw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfl82rVBIw .carousel-indicators {
    display: none;
  }
}
.cid-sfl82rVBIw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfl82rVBIw .carousel-inner > .active {
  display: block;
}
.cid-sfl82rVBIw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfl82rVBIw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfl82rVBIw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sfl82rVBIw .carousel-control,
  .cid-sfl82rVBIw .carousel-indicators,
  .cid-sfl82rVBIw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sfl82rVBIw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sfl82rVBIw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfl82rVBIw .carousel-indicators .active,
.cid-sfl82rVBIw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sfl82rVBIw .carousel-indicators .active {
  background: #fff;
}
.cid-sfl82rVBIw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sfl82rVBIw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sfl82rVBIw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sfl82rVBIw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sfl82rVBIw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sfl82rVBIw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sfl82rVBIw .carousel {
  width: 100%;
}
.cid-sfl82rVBIw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sfl82rVBIw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sfl82rVBIw .modal.fade .modal-dialog,
.cid-sfl82rVBIw .modal.in .modal-dialog {
  transform: none;
}
.cid-sfl82rVBIw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sfl82rVBIw H6 {
  text-align: center;
  color: #91591d;
}
.cid-sflFTItrIT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sflFTItrIT .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfkyzUqOpI {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sfkyzUqOpI .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
.cid-sfkyzUqOpI .item:last-child .icon-box:before {
  display: none;
}
.cid-sfkyzUqOpI .item.last .icon-box:before {
  display: none;
}
.cid-sfkyzUqOpI .icon-box {
  background: #f781bb;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sfkyzUqOpI .icon-box {
    margin-right: 1rem;
  }
}
.cid-sfkyzUqOpI span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sfkyzUqOpI .card {
    margin-bottom: 2rem;
  }
  .cid-sfkyzUqOpI .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sfkyzUqOpI .card-title,
.cid-sfkyzUqOpI .card-box {
  text-align: center;
  color: #a96013;
}
.cid-sfkyzUqOpI .icon-title {
  text-align: left;
}
.cid-sfkyzUqOpI .icon-text {
  color: #465052;
}
.cid-sfkyzUqOpI .icon-text DIV {
  text-align: left;
}
.cid-sfl47SiRt0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #fcf1f1, #fcf1f1);
}
.cid-sfl47SiRt0 .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfkpnSJ4iY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-7.jpg");
}
.cid-sfkpnSJ4iY .title {
  margin-bottom: 2rem;
}
.cid-sfkpnSJ4iY .mbr-section-subtitle {
  color: #ff3366;
}
.cid-sfkpnSJ4iY a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sfkpnSJ4iY a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sfkpnSJ4iY textarea.form-control {
  min-height: 188px;
}
.cid-sfkpnSJ4iY H2 {
  color: #a96013;
}
.cid-sfkpnSJ4iY LABEL {
  color: #a96013;
}
.cid-sR9PyD5cwn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sR9PyD5cwn .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sR9PyD5cwn [class^="socicon-"]:before,
.cid-sR9PyD5cwn [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sR9PyD5cwn .mbr-section-title,
.cid-sR9PyD5cwn .social-list {
  color: #91591d;
}
.cid-sR9RDGaV9Q {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR9RDGaV9Q .mbr-section-subtitle {
  color: #f781bb;
}
.cid-sR9RDGaV9Q H2 {
  color: #f781bb;
}
.cid-sfqtR65TZs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sfqtR65TZs .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sfqtR65TZs .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sfqtR65TZs .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sfqtR65TZs [class^="socicon-"]:before,
.cid-sfqtR65TZs [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sfqtR65TZs .mbr-section-title,
.cid-sfqtR65TZs .social-list {
  color: #f781bb;
  text-align: center;
}
.cid-sfqtR65TZs .mbr-section-title,
.cid-sfqtR65TZs .social-list DIV {
  text-align: center;
}
.cid-sfkLRPKbcS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fdf3f5;
}
@media (max-width: 767px) {
  .cid-sfkLRPKbcS .content {
    text-align: center;
  }
  .cid-sfkLRPKbcS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sfkLRPKbcS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sfkLRPKbcS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sfkLRPKbcS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sfkLRPKbcS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sfkLRPKbcS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sfkLRPKbcS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sfkLRPKbcS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sfkLRPKbcS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sfkLRPKbcS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfkLRPKbcS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfkLRPKbcS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sfkLRPKbcS P {
  color: #f781bb;
}
.cid-sfkLRPKbcS H5 {
  color: #a96013;
}
.cid-sfkLRPKbcS .copyright > p {
  color: #cccccc;
}
.cid-sfl6uOIGg4 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sfl6uOIGg4 .media-container-row .mbr-text {
  color: #767676;
}
.cid-sfwcOhXPNu .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfwcOhXPNu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfwcOhXPNu a {
  font-style: normal;
}
.cid-sfwcOhXPNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfwcOhXPNu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfwcOhXPNu .nav-item:focus,
.cid-sfwcOhXPNu .nav-link:focus {
  outline: none;
}
.cid-sfwcOhXPNu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfwcOhXPNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfwcOhXPNu .menu-logo {
  margin-right: auto;
}
.cid-sfwcOhXPNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfwcOhXPNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sfwcOhXPNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfwcOhXPNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfwcOhXPNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfwcOhXPNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfwcOhXPNu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfwcOhXPNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfwcOhXPNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfwcOhXPNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfwcOhXPNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfwcOhXPNu .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfwcOhXPNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfwcOhXPNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfwcOhXPNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfwcOhXPNu .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfwcOhXPNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sfwcOhXPNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfwcOhXPNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfwcOhXPNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfwcOhXPNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfwcOhXPNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfwcOhXPNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfwcOhXPNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfwcOhXPNu button.navbar-toggler:focus {
  outline: none;
}
.cid-sfwcOhXPNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f781bb;
}
.cid-sfwcOhXPNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfwcOhXPNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfwcOhXPNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfwcOhXPNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfwcOhXPNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfwcOhXPNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfwcOhXPNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfwcOhXPNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfwcOhXPNu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfwcOhXPNu .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfwcOhXPNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfwcOhXPNu .collapsed .navbar-collapse.collapsing,
.cid-sfwcOhXPNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfwcOhXPNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfwcOhXPNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfwcOhXPNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfwcOhXPNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfwcOhXPNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfwcOhXPNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfwcOhXPNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfwcOhXPNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfwcOhXPNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfwcOhXPNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfwcOhXPNu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfwcOhXPNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfwcOhXPNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfwcOhXPNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfwcOhXPNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfwcOhXPNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfwcOhXPNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfwcOhXPNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfwcOhXPNu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfwcOhXPNu img {
    height: 3.8rem !important;
  }
  .cid-sfwcOhXPNu .btn {
    display: -webkit-flex;
  }
  .cid-sfwcOhXPNu button.navbar-toggler {
    display: block;
  }
  .cid-sfwcOhXPNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfwcOhXPNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfwcOhXPNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfwcOhXPNu .navbar-collapse.collapsing,
  .cid-sfwcOhXPNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfwcOhXPNu .navbar-collapse.collapsing .navbar-nav,
  .cid-sfwcOhXPNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfwcOhXPNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfwcOhXPNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfwcOhXPNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfwcOhXPNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfwcOhXPNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfwcOhXPNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfwcOhXPNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfwcOhXPNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfwcOhXPNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfwcOhXPNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfwcOhXPNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfwcOhXPNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfwcOhXPNu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfwcOhXPNu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfwcOhXPNu .nav-link:hover,
.cid-sfwcOhXPNu .dropdown-item:hover {
  color: #da7f0a !important;
}
.cid-sfwcOiEE2N {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #35b2fc, #1180c2);
}
.cid-sfwcOiEE2N .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfwcOjjjxK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fcf1f1;
}
.cid-sfwcOjjjxK .mbr-overlay {
  z-index: 1;
}
.cid-sfwcOjjjxK .carousel-caption {
  bottom: 40px;
}
.cid-sfwcOjjjxK .carousel-control .icon-next,
.cid-sfwcOjjjxK .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sfwcOjjjxK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfwcOjjjxK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sfwcOjjjxK .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sfwcOjjjxK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sfwcOjjjxK .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfwcOjjjxK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfwcOjjjxK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfwcOjjjxK .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sfwcOjjjxK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfwcOjjjxK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sfwcOjjjxK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfwcOjjjxK .carousel-indicators li.active,
.cid-sfwcOjjjxK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfwcOjjjxK .carousel-indicators li::after,
.cid-sfwcOjjjxK .carousel-indicators li::before {
  content: none;
}
.cid-sfwcOjjjxK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfwcOjjjxK .carousel-indicators {
    display: none !important;
  }
}
.cid-sfwcOjN6pw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sfwcOjN6pw .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfwudhDFyT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fde9e9;
}
.cid-sfwudhDFyT .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sfwudhDFyT .container {
    max-width: 1400px;
  }
}
.cid-sfwudhDFyT .card {
  margin: auto;
}
.cid-sfwudhDFyT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f781bb;
  margin-bottom: 2rem;
}
.cid-sfwudhDFyT .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sfwudhDFyT .row {
  justify-content: center;
}
.cid-sfwudhDFyT H3 {
  color: #91591d;
}
.cid-sfwudhDFyT .card-title,
.cid-sfwudhDFyT .card-box {
  color: #91591d;
  text-align: center;
}
.cid-sfwcOkkpGH {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fde9e9;
}
.cid-sfwcOkkpGH .item {
  padding-bottom: 2rem;
}
.cid-sfwcOkkpGH .item-wrapper {
  position: relative;
}
.cid-sfwcOkkpGH .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sfwcOkkpGH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sfwcOkkpGH .carousel-control,
.cid-sfwcOkkpGH .close {
  background: #1b1b1b;
}
.cid-sfwcOkkpGH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sfwcOkkpGH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sfwcOkkpGH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sfwcOkkpGH .carousel-control-next span {
  margin-left: 5px;
}
.cid-sfwcOkkpGH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sfwcOkkpGH .close::before {
  content: '\e91a';
}
.cid-sfwcOkkpGH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sfwcOkkpGH .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfwcOkkpGH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfwcOkkpGH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfwcOkkpGH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfwcOkkpGH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sfwcOkkpGH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfwcOkkpGH .carousel-indicators li.active,
.cid-sfwcOkkpGH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfwcOkkpGH .carousel-indicators li::after,
.cid-sfwcOkkpGH .carousel-indicators li::before {
  content: none;
}
.cid-sfwcOkkpGH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfwcOkkpGH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sfwcOkkpGH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfwcOkkpGH .carousel-indicators {
    display: none;
  }
}
.cid-sfwcOkkpGH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfwcOkkpGH .carousel-inner > .active {
  display: block;
}
.cid-sfwcOkkpGH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfwcOkkpGH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfwcOkkpGH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sfwcOkkpGH .carousel-control,
  .cid-sfwcOkkpGH .carousel-indicators,
  .cid-sfwcOkkpGH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sfwcOkkpGH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sfwcOkkpGH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfwcOkkpGH .carousel-indicators .active,
.cid-sfwcOkkpGH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sfwcOkkpGH .carousel-indicators .active {
  background: #fff;
}
.cid-sfwcOkkpGH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sfwcOkkpGH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sfwcOkkpGH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sfwcOkkpGH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sfwcOkkpGH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sfwcOkkpGH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sfwcOkkpGH .carousel {
  width: 100%;
}
.cid-sfwcOkkpGH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sfwcOkkpGH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sfwcOkkpGH .modal.fade .modal-dialog,
.cid-sfwcOkkpGH .modal.in .modal-dialog {
  transform: none;
}
.cid-sfwcOkkpGH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sfwcOkkpGH H6 {
  text-align: center;
  color: #91591d;
}
.cid-sfwcOkkpGH H3 {
  color: #f13a9c;
}
.cid-sfwcOkkpGH H4 {
  color: #91591d;
}
.cid-sfwcOlqsXe {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #fcf1f1, #fcf1f1);
}
.cid-sfwcOlqsXe .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfwcOlXxlM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-7.jpg");
}
.cid-sfwcOlXxlM .title {
  margin-bottom: 2rem;
}
.cid-sfwcOlXxlM .mbr-section-subtitle {
  color: #ff3366;
}
.cid-sfwcOlXxlM a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sfwcOlXxlM a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sfwcOlXxlM textarea.form-control {
  min-height: 188px;
}
.cid-sfwcOlXxlM H2 {
  color: #a96013;
}
.cid-sfwcOlXxlM LABEL {
  color: #a96013;
}
.cid-sfwcOmC5ay {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #fcf1f1, #fcf1f1);
}
.cid-sfwcOmC5ay .btn {
  margin: 0 0 .5rem 0;
}
.cid-sR9TXiGK4N {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sR9TXiGK4N .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sR9TXiGK4N [class^="socicon-"]:before,
.cid-sR9TXiGK4N [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sR9TXiGK4N .mbr-section-title,
.cid-sR9TXiGK4N .social-list {
  color: #91591d;
}
.cid-sR9TXQxHpy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR9TXQxHpy .mbr-section-subtitle {
  color: #f781bb;
}
.cid-sR9TXQxHpy H2 {
  color: #f781bb;
}
.cid-sR9TYjhLqd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sR9TYjhLqd .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sR9TYjhLqd .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sR9TYjhLqd .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sR9TYjhLqd [class^="socicon-"]:before,
.cid-sR9TYjhLqd [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sR9TYjhLqd .mbr-section-title,
.cid-sR9TYjhLqd .social-list {
  color: #f781bb;
  text-align: center;
}
.cid-sR9TYjhLqd .mbr-section-title,
.cid-sR9TYjhLqd .social-list DIV {
  text-align: center;
}
.cid-uzsk7zaWuP {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fdf3f5;
}
@media (max-width: 767px) {
  .cid-uzsk7zaWuP .content {
    text-align: center;
  }
  .cid-uzsk7zaWuP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzsk7zaWuP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzsk7zaWuP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzsk7zaWuP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uzsk7zaWuP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzsk7zaWuP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uzsk7zaWuP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzsk7zaWuP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uzsk7zaWuP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzsk7zaWuP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzsk7zaWuP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzsk7zaWuP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzsk7zaWuP P {
  color: #f781bb;
}
.cid-uzsk7zaWuP H5 {
  color: #a96013;
}
.cid-uzsk7zaWuP .copyright > p {
  color: #cccccc;
}
.cid-sfwcOoeRJH {
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sfwcOoeRJH .media-container-row .mbr-text {
  color: #767676;
}
.cid-sfwb9HdKyV .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfwb9HdKyV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfwb9HdKyV a {
  font-style: normal;
}
.cid-sfwb9HdKyV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfwb9HdKyV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfwb9HdKyV .nav-item:focus,
.cid-sfwb9HdKyV .nav-link:focus {
  outline: none;
}
.cid-sfwb9HdKyV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfwb9HdKyV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfwb9HdKyV .menu-logo {
  margin-right: auto;
}
.cid-sfwb9HdKyV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfwb9HdKyV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sfwb9HdKyV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfwb9HdKyV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfwb9HdKyV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfwb9HdKyV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfwb9HdKyV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfwb9HdKyV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfwb9HdKyV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfwb9HdKyV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfwb9HdKyV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfwb9HdKyV .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfwb9HdKyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfwb9HdKyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfwb9HdKyV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfwb9HdKyV .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfwb9HdKyV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sfwb9HdKyV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfwb9HdKyV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfwb9HdKyV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfwb9HdKyV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfwb9HdKyV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfwb9HdKyV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfwb9HdKyV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfwb9HdKyV button.navbar-toggler:focus {
  outline: none;
}
.cid-sfwb9HdKyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f781bb;
}
.cid-sfwb9HdKyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfwb9HdKyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfwb9HdKyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfwb9HdKyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfwb9HdKyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfwb9HdKyV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfwb9HdKyV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfwb9HdKyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfwb9HdKyV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfwb9HdKyV .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfwb9HdKyV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfwb9HdKyV .collapsed .navbar-collapse.collapsing,
.cid-sfwb9HdKyV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfwb9HdKyV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfwb9HdKyV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfwb9HdKyV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfwb9HdKyV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfwb9HdKyV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfwb9HdKyV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfwb9HdKyV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfwb9HdKyV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfwb9HdKyV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfwb9HdKyV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfwb9HdKyV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfwb9HdKyV .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfwb9HdKyV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfwb9HdKyV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfwb9HdKyV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfwb9HdKyV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfwb9HdKyV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfwb9HdKyV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfwb9HdKyV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfwb9HdKyV img {
    height: 3.8rem !important;
  }
  .cid-sfwb9HdKyV .btn {
    display: -webkit-flex;
  }
  .cid-sfwb9HdKyV button.navbar-toggler {
    display: block;
  }
  .cid-sfwb9HdKyV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfwb9HdKyV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfwb9HdKyV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfwb9HdKyV .navbar-collapse.collapsing,
  .cid-sfwb9HdKyV .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfwb9HdKyV .navbar-collapse.collapsing .navbar-nav,
  .cid-sfwb9HdKyV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfwb9HdKyV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfwb9HdKyV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfwb9HdKyV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfwb9HdKyV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfwb9HdKyV .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfwb9HdKyV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfwb9HdKyV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfwb9HdKyV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfwb9HdKyV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfwb9HdKyV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfwb9HdKyV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfwb9HdKyV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfwb9HdKyV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfwb9HdKyV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfwb9HdKyV .nav-link:hover,
.cid-sfwb9HdKyV .dropdown-item:hover {
  color: #da7f0a !important;
}
.cid-sfwb9HTFoT {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #35b2fc, #1180c2);
}
.cid-sfwb9HTFoT .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfwb9ImzIC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fcf1f1;
}
.cid-sfwb9ImzIC .mbr-overlay {
  z-index: 1;
}
.cid-sfwb9ImzIC .carousel-caption {
  bottom: 40px;
}
.cid-sfwb9ImzIC .carousel-control .icon-next,
.cid-sfwb9ImzIC .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sfwb9ImzIC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfwb9ImzIC .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sfwb9ImzIC .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sfwb9ImzIC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sfwb9ImzIC .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfwb9ImzIC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfwb9ImzIC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfwb9ImzIC .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sfwb9ImzIC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfwb9ImzIC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sfwb9ImzIC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfwb9ImzIC .carousel-indicators li.active,
.cid-sfwb9ImzIC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfwb9ImzIC .carousel-indicators li::after,
.cid-sfwb9ImzIC .carousel-indicators li::before {
  content: none;
}
.cid-sfwb9ImzIC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfwb9ImzIC .carousel-indicators {
    display: none !important;
  }
}
.cid-sfwb9IWu5r {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sfwb9IWu5r .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfwuw763ZJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fde9e9;
}
.cid-sfwuw763ZJ .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sfwuw763ZJ .container {
    max-width: 1400px;
  }
}
.cid-sfwuw763ZJ .card {
  margin: auto;
}
.cid-sfwuw763ZJ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f781bb;
  margin-bottom: 2rem;
}
.cid-sfwuw763ZJ .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sfwuw763ZJ .row {
  justify-content: center;
}
.cid-sfwuw763ZJ H3 {
  color: #91591d;
}
.cid-sfwuw763ZJ .card-title,
.cid-sfwuw763ZJ .card-box {
  color: #91591d;
  text-align: center;
}
.cid-sfwb9JuIqM {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fde9e9;
}
.cid-sfwb9JuIqM .item {
  padding-bottom: 2rem;
}
.cid-sfwb9JuIqM .item-wrapper {
  position: relative;
}
.cid-sfwb9JuIqM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sfwb9JuIqM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sfwb9JuIqM .carousel-control,
.cid-sfwb9JuIqM .close {
  background: #1b1b1b;
}
.cid-sfwb9JuIqM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sfwb9JuIqM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sfwb9JuIqM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sfwb9JuIqM .carousel-control-next span {
  margin-left: 5px;
}
.cid-sfwb9JuIqM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sfwb9JuIqM .close::before {
  content: '\e91a';
}
.cid-sfwb9JuIqM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sfwb9JuIqM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfwb9JuIqM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfwb9JuIqM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfwb9JuIqM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfwb9JuIqM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sfwb9JuIqM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfwb9JuIqM .carousel-indicators li.active,
.cid-sfwb9JuIqM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfwb9JuIqM .carousel-indicators li::after,
.cid-sfwb9JuIqM .carousel-indicators li::before {
  content: none;
}
.cid-sfwb9JuIqM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfwb9JuIqM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sfwb9JuIqM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfwb9JuIqM .carousel-indicators {
    display: none;
  }
}
.cid-sfwb9JuIqM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfwb9JuIqM .carousel-inner > .active {
  display: block;
}
.cid-sfwb9JuIqM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfwb9JuIqM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfwb9JuIqM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sfwb9JuIqM .carousel-control,
  .cid-sfwb9JuIqM .carousel-indicators,
  .cid-sfwb9JuIqM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sfwb9JuIqM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sfwb9JuIqM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfwb9JuIqM .carousel-indicators .active,
.cid-sfwb9JuIqM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sfwb9JuIqM .carousel-indicators .active {
  background: #fff;
}
.cid-sfwb9JuIqM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sfwb9JuIqM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sfwb9JuIqM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sfwb9JuIqM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sfwb9JuIqM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sfwb9JuIqM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sfwb9JuIqM .carousel {
  width: 100%;
}
.cid-sfwb9JuIqM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sfwb9JuIqM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sfwb9JuIqM .modal.fade .modal-dialog,
.cid-sfwb9JuIqM .modal.in .modal-dialog {
  transform: none;
}
.cid-sfwb9JuIqM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sfwb9JuIqM H6 {
  text-align: center;
  color: #91591d;
}
.cid-sfwb9JuIqM H3 {
  color: #f13a9c;
}
.cid-sfwb9JuIqM H4 {
  color: #91591d;
}
.cid-sfwb9Mrnjd {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #fcf1f1, #fcf1f1);
}
.cid-sfwb9Mrnjd .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfwb9MYh4r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-7.jpg");
}
.cid-sfwb9MYh4r .title {
  margin-bottom: 2rem;
}
.cid-sfwb9MYh4r .mbr-section-subtitle {
  color: #ff3366;
}
.cid-sfwb9MYh4r a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sfwb9MYh4r a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sfwb9MYh4r textarea.form-control {
  min-height: 188px;
}
.cid-sfwb9MYh4r H2 {
  color: #a96013;
}
.cid-sfwb9MYh4r LABEL {
  color: #a96013;
}
.cid-sfwb9NKi95 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #fcf1f1, #fcf1f1);
}
.cid-sfwb9NKi95 .btn {
  margin: 0 0 .5rem 0;
}
.cid-sR9TQQCuWI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sR9TQQCuWI .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sR9TQQCuWI [class^="socicon-"]:before,
.cid-sR9TQQCuWI [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sR9TQQCuWI .mbr-section-title,
.cid-sR9TQQCuWI .social-list {
  color: #91591d;
}
.cid-sR9TRiKqMK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR9TRiKqMK .mbr-section-subtitle {
  color: #f781bb;
}
.cid-sR9TRiKqMK H2 {
  color: #f781bb;
}
.cid-sR9TQevdB0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sR9TQevdB0 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sR9TQevdB0 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sR9TQevdB0 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sR9TQevdB0 [class^="socicon-"]:before,
.cid-sR9TQevdB0 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sR9TQevdB0 .mbr-section-title,
.cid-sR9TQevdB0 .social-list {
  color: #f781bb;
  text-align: center;
}
.cid-sR9TQevdB0 .mbr-section-title,
.cid-sR9TQevdB0 .social-list DIV {
  text-align: center;
}
.cid-uzsjYNw4hm {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fdf3f5;
}
@media (max-width: 767px) {
  .cid-uzsjYNw4hm .content {
    text-align: center;
  }
  .cid-uzsjYNw4hm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzsjYNw4hm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzsjYNw4hm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzsjYNw4hm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uzsjYNw4hm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzsjYNw4hm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uzsjYNw4hm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzsjYNw4hm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uzsjYNw4hm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzsjYNw4hm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzsjYNw4hm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzsjYNw4hm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzsjYNw4hm P {
  color: #f781bb;
}
.cid-uzsjYNw4hm H5 {
  color: #a96013;
}
.cid-uzsjYNw4hm .copyright > p {
  color: #cccccc;
}
.cid-sfwb9Pa1ZU {
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sfwb9Pa1ZU .media-container-row .mbr-text {
  color: #767676;
}
.cid-sfqy1og0Fy .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfqy1og0Fy .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfqy1og0Fy a {
  font-style: normal;
}
.cid-sfqy1og0Fy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfqy1og0Fy .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfqy1og0Fy .nav-item:focus,
.cid-sfqy1og0Fy .nav-link:focus {
  outline: none;
}
.cid-sfqy1og0Fy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfqy1og0Fy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfqy1og0Fy .menu-logo {
  margin-right: auto;
}
.cid-sfqy1og0Fy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfqy1og0Fy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sfqy1og0Fy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfqy1og0Fy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfqy1og0Fy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfqy1og0Fy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfqy1og0Fy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfqy1og0Fy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfqy1og0Fy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfqy1og0Fy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfqy1og0Fy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfqy1og0Fy .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfqy1og0Fy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfqy1og0Fy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfqy1og0Fy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfqy1og0Fy .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfqy1og0Fy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sfqy1og0Fy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfqy1og0Fy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfqy1og0Fy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfqy1og0Fy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfqy1og0Fy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfqy1og0Fy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfqy1og0Fy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfqy1og0Fy button.navbar-toggler:focus {
  outline: none;
}
.cid-sfqy1og0Fy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f781bb;
}
.cid-sfqy1og0Fy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfqy1og0Fy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfqy1og0Fy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfqy1og0Fy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfqy1og0Fy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfqy1og0Fy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfqy1og0Fy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfqy1og0Fy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfqy1og0Fy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfqy1og0Fy .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfqy1og0Fy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfqy1og0Fy .collapsed .navbar-collapse.collapsing,
.cid-sfqy1og0Fy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfqy1og0Fy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfqy1og0Fy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfqy1og0Fy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfqy1og0Fy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfqy1og0Fy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfqy1og0Fy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfqy1og0Fy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfqy1og0Fy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfqy1og0Fy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfqy1og0Fy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfqy1og0Fy .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfqy1og0Fy .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfqy1og0Fy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfqy1og0Fy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfqy1og0Fy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfqy1og0Fy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfqy1og0Fy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfqy1og0Fy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfqy1og0Fy.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfqy1og0Fy img {
    height: 3.8rem !important;
  }
  .cid-sfqy1og0Fy .btn {
    display: -webkit-flex;
  }
  .cid-sfqy1og0Fy button.navbar-toggler {
    display: block;
  }
  .cid-sfqy1og0Fy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfqy1og0Fy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfqy1og0Fy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfqy1og0Fy .navbar-collapse.collapsing,
  .cid-sfqy1og0Fy .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfqy1og0Fy .navbar-collapse.collapsing .navbar-nav,
  .cid-sfqy1og0Fy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfqy1og0Fy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfqy1og0Fy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfqy1og0Fy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfqy1og0Fy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfqy1og0Fy .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfqy1og0Fy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfqy1og0Fy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfqy1og0Fy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfqy1og0Fy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfqy1og0Fy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfqy1og0Fy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfqy1og0Fy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfqy1og0Fy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfqy1og0Fy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfqy1og0Fy .nav-link:hover,
.cid-sfqy1og0Fy .dropdown-item:hover {
  color: #da7f0a !important;
}
.cid-sfqy1oUgwA {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #35b2fc, #1180c2);
}
.cid-sfqy1oUgwA .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfqy1pmfoD {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fcf1f1;
}
.cid-sfqy1pmfoD .mbr-overlay {
  z-index: 1;
}
.cid-sfqy1pmfoD .carousel-caption {
  bottom: 40px;
}
.cid-sfqy1pmfoD .carousel-control .icon-next,
.cid-sfqy1pmfoD .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sfqy1pmfoD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfqy1pmfoD .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sfqy1pmfoD .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sfqy1pmfoD .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sfqy1pmfoD .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfqy1pmfoD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfqy1pmfoD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfqy1pmfoD .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sfqy1pmfoD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfqy1pmfoD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sfqy1pmfoD .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfqy1pmfoD .carousel-indicators li.active,
.cid-sfqy1pmfoD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfqy1pmfoD .carousel-indicators li::after,
.cid-sfqy1pmfoD .carousel-indicators li::before {
  content: none;
}
.cid-sfqy1pmfoD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfqy1pmfoD .carousel-indicators {
    display: none !important;
  }
}
.cid-sfqy1qnRyF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sfqy1qnRyF .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfwuI3Bo62 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sfwuI3Bo62 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sfwuI3Bo62 .container {
    max-width: 1400px;
  }
}
.cid-sfwuI3Bo62 .card {
  margin: auto;
}
.cid-sfwuI3Bo62 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f781bb;
  margin-bottom: 2rem;
}
.cid-sfwuI3Bo62 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sfwuI3Bo62 .row {
  justify-content: center;
}
.cid-sfwuI3Bo62 H3 {
  color: #91591d;
}
.cid-sfwuI3Bo62 .card-title,
.cid-sfwuI3Bo62 .card-box {
  color: #91591d;
  text-align: center;
}
.cid-sfqBuuBeD2 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sfqBuuBeD2 img,
.cid-sfqBuuBeD2 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sfqBuuBeD2 .item:focus,
.cid-sfqBuuBeD2 span:focus {
  outline: none;
}
.cid-sfqBuuBeD2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sfqBuuBeD2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fdf3e9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sfqBuuBeD2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sfqBuuBeD2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sfqBuuBeD2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sfqBuuBeD2 .mbr-section-title {
  color: #91591d;
}
.cid-sfqBuuBeD2 .mbr-text,
.cid-sfqBuuBeD2 .mbr-section-btn {
  text-align: right;
  color: #91591d;
}
.cid-sfqBuuBeD2 .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-sfqBuuBeD2 .item-subtitle {
  text-align: left;
  color: #cfa271;
}
.cid-sfqBuuBeD2 .item-subtitle DIV {
  text-align: left;
}
.cid-sfxzidlxyt {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #fcf1f1, #fcf1f1);
}
.cid-sfxzidlxyt .btn {
  margin: 0 0 .5rem 0;
}
.cid-sR9SVQVL4e {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sR9SVQVL4e .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sR9SVQVL4e [class^="socicon-"]:before,
.cid-sR9SVQVL4e [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sR9SVQVL4e .mbr-section-title,
.cid-sR9SVQVL4e .social-list {
  color: #91591d;
}
.cid-sR9SWiAnAJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR9SWiAnAJ .mbr-section-subtitle {
  color: #f781bb;
}
.cid-sR9SWiAnAJ H2 {
  color: #f781bb;
}
.cid-sR9SWNJGAh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sR9SWNJGAh .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sR9SWNJGAh .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sR9SWNJGAh .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sR9SWNJGAh [class^="socicon-"]:before,
.cid-sR9SWNJGAh [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sR9SWNJGAh .mbr-section-title,
.cid-sR9SWNJGAh .social-list {
  color: #f781bb;
  text-align: center;
}
.cid-sR9SWNJGAh .mbr-section-title,
.cid-sR9SWNJGAh .social-list DIV {
  text-align: center;
}
.cid-uzsiO2tdvd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fdf3f5;
}
@media (max-width: 767px) {
  .cid-uzsiO2tdvd .content {
    text-align: center;
  }
  .cid-uzsiO2tdvd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzsiO2tdvd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzsiO2tdvd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzsiO2tdvd .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uzsiO2tdvd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzsiO2tdvd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uzsiO2tdvd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzsiO2tdvd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uzsiO2tdvd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzsiO2tdvd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzsiO2tdvd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzsiO2tdvd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzsiO2tdvd P {
  color: #f781bb;
}
.cid-uzsiO2tdvd H5 {
  color: #a96013;
}
.cid-uzsiO2tdvd .copyright > p {
  color: #cccccc;
}
.cid-sfqy1vvhCt {
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sfqy1vvhCt .media-container-row .mbr-text {
  color: #767676;
}
.cid-sfruRRzVUq .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfruRRzVUq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfruRRzVUq a {
  font-style: normal;
}
.cid-sfruRRzVUq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfruRRzVUq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfruRRzVUq .nav-item:focus,
.cid-sfruRRzVUq .nav-link:focus {
  outline: none;
}
.cid-sfruRRzVUq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfruRRzVUq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfruRRzVUq .menu-logo {
  margin-right: auto;
}
.cid-sfruRRzVUq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfruRRzVUq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sfruRRzVUq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfruRRzVUq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfruRRzVUq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfruRRzVUq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfruRRzVUq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfruRRzVUq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfruRRzVUq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfruRRzVUq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfruRRzVUq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfruRRzVUq .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfruRRzVUq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfruRRzVUq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfruRRzVUq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfruRRzVUq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfruRRzVUq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sfruRRzVUq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfruRRzVUq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfruRRzVUq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfruRRzVUq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfruRRzVUq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfruRRzVUq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfruRRzVUq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfruRRzVUq button.navbar-toggler:focus {
  outline: none;
}
.cid-sfruRRzVUq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f781bb;
}
.cid-sfruRRzVUq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfruRRzVUq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfruRRzVUq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfruRRzVUq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfruRRzVUq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfruRRzVUq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfruRRzVUq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfruRRzVUq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfruRRzVUq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfruRRzVUq .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfruRRzVUq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfruRRzVUq .collapsed .navbar-collapse.collapsing,
.cid-sfruRRzVUq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfruRRzVUq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfruRRzVUq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfruRRzVUq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfruRRzVUq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfruRRzVUq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfruRRzVUq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfruRRzVUq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfruRRzVUq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfruRRzVUq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfruRRzVUq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfruRRzVUq .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfruRRzVUq .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfruRRzVUq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfruRRzVUq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfruRRzVUq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfruRRzVUq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfruRRzVUq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfruRRzVUq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfruRRzVUq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfruRRzVUq img {
    height: 3.8rem !important;
  }
  .cid-sfruRRzVUq .btn {
    display: -webkit-flex;
  }
  .cid-sfruRRzVUq button.navbar-toggler {
    display: block;
  }
  .cid-sfruRRzVUq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfruRRzVUq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfruRRzVUq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfruRRzVUq .navbar-collapse.collapsing,
  .cid-sfruRRzVUq .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfruRRzVUq .navbar-collapse.collapsing .navbar-nav,
  .cid-sfruRRzVUq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfruRRzVUq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfruRRzVUq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfruRRzVUq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfruRRzVUq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfruRRzVUq .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfruRRzVUq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfruRRzVUq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfruRRzVUq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfruRRzVUq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfruRRzVUq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfruRRzVUq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfruRRzVUq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfruRRzVUq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfruRRzVUq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfruRRzVUq .nav-link:hover,
.cid-sfruRRzVUq .dropdown-item:hover {
  color: #da7f0a !important;
}
.cid-sfruRShPYj {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #35b2fc, #1180c2);
}
.cid-sfruRShPYj .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfruRSUbWz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fcf1f1;
}
.cid-sfruRSUbWz .mbr-overlay {
  z-index: 1;
}
.cid-sfruRSUbWz .carousel-caption {
  bottom: 40px;
}
.cid-sfruRSUbWz .carousel-control .icon-next,
.cid-sfruRSUbWz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sfruRSUbWz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfruRSUbWz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sfruRSUbWz .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sfruRSUbWz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sfruRSUbWz .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfruRSUbWz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfruRSUbWz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfruRSUbWz .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sfruRSUbWz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfruRSUbWz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sfruRSUbWz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfruRSUbWz .carousel-indicators li.active,
.cid-sfruRSUbWz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfruRSUbWz .carousel-indicators li::after,
.cid-sfruRSUbWz .carousel-indicators li::before {
  content: none;
}
.cid-sfruRSUbWz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfruRSUbWz .carousel-indicators {
    display: none !important;
  }
}
.cid-sfruRUezB3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sfruRUezB3 .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfwxQCeQpP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fde9e9;
}
.cid-sfwxQCeQpP .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sfwxQCeQpP .container {
    max-width: 1400px;
  }
}
.cid-sfwxQCeQpP .card {
  margin: auto;
}
.cid-sfwxQCeQpP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f781bb;
  margin-bottom: 2rem;
}
.cid-sfwxQCeQpP .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sfwxQCeQpP .row {
  justify-content: center;
}
.cid-sfwxQCeQpP H3 {
  color: #91591d;
}
.cid-sfwxQCeQpP .card-title,
.cid-sfwxQCeQpP .card-box {
  color: #91591d;
  text-align: center;
}
.cid-sfrGuiwPuJ {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fde9e9;
}
.cid-sfrGuiwPuJ .item {
  padding-bottom: 2rem;
}
.cid-sfrGuiwPuJ .item-wrapper {
  position: relative;
}
.cid-sfrGuiwPuJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sfrGuiwPuJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sfrGuiwPuJ .carousel-control,
.cid-sfrGuiwPuJ .close {
  background: #1b1b1b;
}
.cid-sfrGuiwPuJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sfrGuiwPuJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sfrGuiwPuJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sfrGuiwPuJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sfrGuiwPuJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sfrGuiwPuJ .close::before {
  content: '\e91a';
}
.cid-sfrGuiwPuJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sfrGuiwPuJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfrGuiwPuJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfrGuiwPuJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfrGuiwPuJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfrGuiwPuJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sfrGuiwPuJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfrGuiwPuJ .carousel-indicators li.active,
.cid-sfrGuiwPuJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfrGuiwPuJ .carousel-indicators li::after,
.cid-sfrGuiwPuJ .carousel-indicators li::before {
  content: none;
}
.cid-sfrGuiwPuJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfrGuiwPuJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sfrGuiwPuJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfrGuiwPuJ .carousel-indicators {
    display: none;
  }
}
.cid-sfrGuiwPuJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfrGuiwPuJ .carousel-inner > .active {
  display: block;
}
.cid-sfrGuiwPuJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfrGuiwPuJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfrGuiwPuJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sfrGuiwPuJ .carousel-control,
  .cid-sfrGuiwPuJ .carousel-indicators,
  .cid-sfrGuiwPuJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sfrGuiwPuJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sfrGuiwPuJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfrGuiwPuJ .carousel-indicators .active,
.cid-sfrGuiwPuJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sfrGuiwPuJ .carousel-indicators .active {
  background: #fff;
}
.cid-sfrGuiwPuJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sfrGuiwPuJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sfrGuiwPuJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sfrGuiwPuJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sfrGuiwPuJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sfrGuiwPuJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sfrGuiwPuJ .carousel {
  width: 100%;
}
.cid-sfrGuiwPuJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sfrGuiwPuJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sfrGuiwPuJ .modal.fade .modal-dialog,
.cid-sfrGuiwPuJ .modal.in .modal-dialog {
  transform: none;
}
.cid-sfrGuiwPuJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sfrGuiwPuJ H6 {
  text-align: center;
  color: #91591d;
}
.cid-sfrGuiwPuJ H3 {
  color: #f13a9c;
}
.cid-sfrGuiwPuJ H4 {
  color: #f781bb;
}
.cid-uzsjFmobqt {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzsjFmobqt .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
.cid-uzsjFmobqt .item:last-child .icon-box:before {
  display: none;
}
.cid-uzsjFmobqt .item.last .icon-box:before {
  display: none;
}
.cid-uzsjFmobqt .icon-box {
  background: #f781bb;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uzsjFmobqt .icon-box {
    margin-right: 1rem;
  }
}
.cid-uzsjFmobqt span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uzsjFmobqt .card {
    margin-bottom: 2rem;
  }
  .cid-uzsjFmobqt .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uzsjFmobqt .card-title,
.cid-uzsjFmobqt .card-box {
  text-align: center;
  color: #a96013;
}
.cid-uzsjFmobqt .icon-title {
  text-align: left;
}
.cid-uzsjFmobqt .icon-text {
  color: #465052;
}
.cid-uzsjFmobqt .icon-text DIV {
  text-align: left;
}
.cid-sfrNdHhzJf {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #fcf1f1, #fcf1f1);
}
.cid-sfrNdHhzJf .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfrN5ojvws {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-7.jpg");
}
.cid-sfrN5ojvws .title {
  margin-bottom: 2rem;
}
.cid-sfrN5ojvws .mbr-section-subtitle {
  color: #ff3366;
}
.cid-sfrN5ojvws a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sfrN5ojvws a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sfrN5ojvws textarea.form-control {
  min-height: 188px;
}
.cid-sfrN5ojvws H2 {
  color: #a96013;
}
.cid-sfrN5ojvws LABEL {
  color: #a96013;
}
.cid-sfxzaEEEvs {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #fcf1f1, #fcf1f1);
}
.cid-sfxzaEEEvs .btn {
  margin: 0 0 .5rem 0;
}
.cid-sR9T1PQ9Zk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sR9T1PQ9Zk .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sR9T1PQ9Zk [class^="socicon-"]:before,
.cid-sR9T1PQ9Zk [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sR9T1PQ9Zk .mbr-section-title,
.cid-sR9T1PQ9Zk .social-list {
  color: #91591d;
}
.cid-sR9T2ca7iM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR9T2ca7iM .mbr-section-subtitle {
  color: #f781bb;
}
.cid-sR9T2ca7iM H2 {
  color: #f781bb;
}
.cid-sR9T2DAcqK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sR9T2DAcqK .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sR9T2DAcqK .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sR9T2DAcqK .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sR9T2DAcqK [class^="socicon-"]:before,
.cid-sR9T2DAcqK [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sR9T2DAcqK .mbr-section-title,
.cid-sR9T2DAcqK .social-list {
  color: #f781bb;
  text-align: center;
}
.cid-sR9T2DAcqK .mbr-section-title,
.cid-sR9T2DAcqK .social-list DIV {
  text-align: center;
}
.cid-uzsiWijpP3 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fdf3f5;
}
@media (max-width: 767px) {
  .cid-uzsiWijpP3 .content {
    text-align: center;
  }
  .cid-uzsiWijpP3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzsiWijpP3 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzsiWijpP3 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzsiWijpP3 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uzsiWijpP3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzsiWijpP3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uzsiWijpP3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzsiWijpP3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uzsiWijpP3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzsiWijpP3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzsiWijpP3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzsiWijpP3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzsiWijpP3 P {
  color: #f781bb;
}
.cid-uzsiWijpP3 H5 {
  color: #a96013;
}
.cid-uzsiWijpP3 .copyright > p {
  color: #cccccc;
}
.cid-sfruS1WmQw {
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sfruS1WmQw .media-container-row .mbr-text {
  color: #767676;
}
.cid-sfsfFBn0sF .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfsfFBn0sF .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfsfFBn0sF a {
  font-style: normal;
}
.cid-sfsfFBn0sF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfsfFBn0sF .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfsfFBn0sF .nav-item:focus,
.cid-sfsfFBn0sF .nav-link:focus {
  outline: none;
}
.cid-sfsfFBn0sF .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfsfFBn0sF .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfsfFBn0sF .menu-logo {
  margin-right: auto;
}
.cid-sfsfFBn0sF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfsfFBn0sF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sfsfFBn0sF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfsfFBn0sF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfsfFBn0sF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfsfFBn0sF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfsfFBn0sF .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfsfFBn0sF .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfsfFBn0sF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfsfFBn0sF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfsfFBn0sF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfsfFBn0sF .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfsfFBn0sF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfsfFBn0sF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfsfFBn0sF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfsfFBn0sF .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfsfFBn0sF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sfsfFBn0sF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfsfFBn0sF .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfsfFBn0sF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfsfFBn0sF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfsfFBn0sF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfsfFBn0sF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfsfFBn0sF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfsfFBn0sF button.navbar-toggler:focus {
  outline: none;
}
.cid-sfsfFBn0sF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f781bb;
}
.cid-sfsfFBn0sF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfsfFBn0sF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfsfFBn0sF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfsfFBn0sF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfsfFBn0sF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfsfFBn0sF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfsfFBn0sF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfsfFBn0sF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfsfFBn0sF .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfsfFBn0sF .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfsfFBn0sF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfsfFBn0sF .collapsed .navbar-collapse.collapsing,
.cid-sfsfFBn0sF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfsfFBn0sF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfsfFBn0sF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfsfFBn0sF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfsfFBn0sF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfsfFBn0sF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfsfFBn0sF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfsfFBn0sF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfsfFBn0sF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfsfFBn0sF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfsfFBn0sF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfsfFBn0sF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfsfFBn0sF .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfsfFBn0sF .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfsfFBn0sF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfsfFBn0sF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfsfFBn0sF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfsfFBn0sF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfsfFBn0sF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfsfFBn0sF.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfsfFBn0sF img {
    height: 3.8rem !important;
  }
  .cid-sfsfFBn0sF .btn {
    display: -webkit-flex;
  }
  .cid-sfsfFBn0sF button.navbar-toggler {
    display: block;
  }
  .cid-sfsfFBn0sF .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfsfFBn0sF .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfsfFBn0sF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfsfFBn0sF .navbar-collapse.collapsing,
  .cid-sfsfFBn0sF .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfsfFBn0sF .navbar-collapse.collapsing .navbar-nav,
  .cid-sfsfFBn0sF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfsfFBn0sF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfsfFBn0sF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfsfFBn0sF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfsfFBn0sF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfsfFBn0sF .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfsfFBn0sF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfsfFBn0sF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfsfFBn0sF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfsfFBn0sF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfsfFBn0sF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfsfFBn0sF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfsfFBn0sF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfsfFBn0sF .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfsfFBn0sF .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfsfFBn0sF .nav-link:hover,
.cid-sfsfFBn0sF .dropdown-item:hover {
  color: #da7f0a !important;
}
.cid-sfsfFCVLPM {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #35b2fc, #1180c2);
}
.cid-sfsfFCVLPM .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfsfFDRwss {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fcf1f1;
}
.cid-sfsfFDRwss .mbr-overlay {
  z-index: 1;
}
.cid-sfsfFDRwss .carousel-caption {
  bottom: 40px;
}
.cid-sfsfFDRwss .carousel-control .icon-next,
.cid-sfsfFDRwss .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sfsfFDRwss .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfsfFDRwss .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sfsfFDRwss .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sfsfFDRwss .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sfsfFDRwss .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfsfFDRwss .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfsfFDRwss .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfsfFDRwss .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sfsfFDRwss .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfsfFDRwss .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sfsfFDRwss .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfsfFDRwss .carousel-indicators li.active,
.cid-sfsfFDRwss .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfsfFDRwss .carousel-indicators li::after,
.cid-sfsfFDRwss .carousel-indicators li::before {
  content: none;
}
.cid-sfsfFDRwss .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfsfFDRwss .carousel-indicators {
    display: none !important;
  }
}
.cid-sfsfFFlKdF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sfsfFFlKdF .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfwy1G86w5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fde9e9;
}
.cid-sfwy1G86w5 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sfwy1G86w5 .container {
    max-width: 1400px;
  }
}
.cid-sfwy1G86w5 .card {
  margin: auto;
}
.cid-sfwy1G86w5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f781bb;
  margin-bottom: 2rem;
}
.cid-sfwy1G86w5 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sfwy1G86w5 .row {
  justify-content: center;
}
.cid-sfwy1G86w5 H3 {
  color: #91591d;
}
.cid-sfwy1G86w5 .card-title,
.cid-sfwy1G86w5 .card-box {
  color: #91591d;
  text-align: center;
}
.cid-sfsfFFEcqA {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fde9e9;
}
.cid-sfsfFFEcqA .item {
  padding-bottom: 2rem;
}
.cid-sfsfFFEcqA .item-wrapper {
  position: relative;
}
.cid-sfsfFFEcqA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sfsfFFEcqA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sfsfFFEcqA .carousel-control,
.cid-sfsfFFEcqA .close {
  background: #1b1b1b;
}
.cid-sfsfFFEcqA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sfsfFFEcqA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sfsfFFEcqA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sfsfFFEcqA .carousel-control-next span {
  margin-left: 5px;
}
.cid-sfsfFFEcqA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sfsfFFEcqA .close::before {
  content: '\e91a';
}
.cid-sfsfFFEcqA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sfsfFFEcqA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfsfFFEcqA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfsfFFEcqA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfsfFFEcqA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfsfFFEcqA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sfsfFFEcqA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfsfFFEcqA .carousel-indicators li.active,
.cid-sfsfFFEcqA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfsfFFEcqA .carousel-indicators li::after,
.cid-sfsfFFEcqA .carousel-indicators li::before {
  content: none;
}
.cid-sfsfFFEcqA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfsfFFEcqA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sfsfFFEcqA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfsfFFEcqA .carousel-indicators {
    display: none;
  }
}
.cid-sfsfFFEcqA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfsfFFEcqA .carousel-inner > .active {
  display: block;
}
.cid-sfsfFFEcqA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfsfFFEcqA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfsfFFEcqA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sfsfFFEcqA .carousel-control,
  .cid-sfsfFFEcqA .carousel-indicators,
  .cid-sfsfFFEcqA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sfsfFFEcqA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sfsfFFEcqA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfsfFFEcqA .carousel-indicators .active,
.cid-sfsfFFEcqA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sfsfFFEcqA .carousel-indicators .active {
  background: #fff;
}
.cid-sfsfFFEcqA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sfsfFFEcqA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sfsfFFEcqA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sfsfFFEcqA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sfsfFFEcqA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sfsfFFEcqA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sfsfFFEcqA .carousel {
  width: 100%;
}
.cid-sfsfFFEcqA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sfsfFFEcqA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sfsfFFEcqA .modal.fade .modal-dialog,
.cid-sfsfFFEcqA .modal.in .modal-dialog {
  transform: none;
}
.cid-sfsfFFEcqA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sfsfFFEcqA H6 {
  text-align: center;
  color: #91591d;
}
.cid-sfsfFFEcqA H3 {
  color: #f13a9c;
}
.cid-sfsfFFEcqA H4 {
  color: #f781bb;
}
.cid-uzsjy3NeSm {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzsjy3NeSm .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
.cid-uzsjy3NeSm .item:last-child .icon-box:before {
  display: none;
}
.cid-uzsjy3NeSm .item.last .icon-box:before {
  display: none;
}
.cid-uzsjy3NeSm .icon-box {
  background: #f781bb;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uzsjy3NeSm .icon-box {
    margin-right: 1rem;
  }
}
.cid-uzsjy3NeSm span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uzsjy3NeSm .card {
    margin-bottom: 2rem;
  }
  .cid-uzsjy3NeSm .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uzsjy3NeSm .card-title,
.cid-uzsjy3NeSm .card-box {
  text-align: center;
  color: #a96013;
}
.cid-uzsjy3NeSm .icon-title {
  text-align: left;
}
.cid-uzsjy3NeSm .icon-text {
  color: #465052;
}
.cid-uzsjy3NeSm .icon-text DIV {
  text-align: left;
}
.cid-sfsfFJgwSx {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #fcf1f1, #fcf1f1);
}
.cid-sfsfFJgwSx .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfsfFJymKk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-7.jpg");
}
.cid-sfsfFJymKk .title {
  margin-bottom: 2rem;
}
.cid-sfsfFJymKk .mbr-section-subtitle {
  color: #ff3366;
}
.cid-sfsfFJymKk a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sfsfFJymKk a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sfsfFJymKk textarea.form-control {
  min-height: 188px;
}
.cid-sfsfFJymKk H2 {
  color: #a96013;
}
.cid-sfsfFJymKk LABEL {
  color: #a96013;
}
.cid-sfsfFKf1Gc {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #fcf1f1, #fcf1f1);
}
.cid-sfsfFKf1Gc .btn {
  margin: 0 0 .5rem 0;
}
.cid-sR9Tud8hFy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sR9Tud8hFy .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sR9Tud8hFy [class^="socicon-"]:before,
.cid-sR9Tud8hFy [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sR9Tud8hFy .mbr-section-title,
.cid-sR9Tud8hFy .social-list {
  color: #91591d;
}
.cid-sR9Tv7yn2j {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR9Tv7yn2j .mbr-section-subtitle {
  color: #f781bb;
}
.cid-sR9Tv7yn2j H2 {
  color: #f781bb;
}
.cid-sR9Tuyb89T {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sR9Tuyb89T .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sR9Tuyb89T .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sR9Tuyb89T .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sR9Tuyb89T [class^="socicon-"]:before,
.cid-sR9Tuyb89T [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sR9Tuyb89T .mbr-section-title,
.cid-sR9Tuyb89T .social-list {
  color: #f781bb;
  text-align: center;
}
.cid-sR9Tuyb89T .mbr-section-title,
.cid-sR9Tuyb89T .social-list DIV {
  text-align: center;
}
.cid-uzsj3OTgaa {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fdf3f5;
}
@media (max-width: 767px) {
  .cid-uzsj3OTgaa .content {
    text-align: center;
  }
  .cid-uzsj3OTgaa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzsj3OTgaa .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzsj3OTgaa .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzsj3OTgaa .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uzsj3OTgaa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzsj3OTgaa .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uzsj3OTgaa .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzsj3OTgaa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uzsj3OTgaa .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzsj3OTgaa .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzsj3OTgaa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzsj3OTgaa .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzsj3OTgaa P {
  color: #f781bb;
}
.cid-uzsj3OTgaa H5 {
  color: #a96013;
}
.cid-uzsj3OTgaa .copyright > p {
  color: #cccccc;
}
.cid-sfsfFLLizF {
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sfsfFLLizF .media-container-row .mbr-text {
  color: #767676;
}
.cid-sfsh5xYOXW .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfsh5xYOXW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfsh5xYOXW a {
  font-style: normal;
}
.cid-sfsh5xYOXW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfsh5xYOXW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfsh5xYOXW .nav-item:focus,
.cid-sfsh5xYOXW .nav-link:focus {
  outline: none;
}
.cid-sfsh5xYOXW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfsh5xYOXW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfsh5xYOXW .menu-logo {
  margin-right: auto;
}
.cid-sfsh5xYOXW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfsh5xYOXW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sfsh5xYOXW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfsh5xYOXW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfsh5xYOXW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfsh5xYOXW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfsh5xYOXW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfsh5xYOXW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfsh5xYOXW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfsh5xYOXW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfsh5xYOXW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfsh5xYOXW .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfsh5xYOXW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfsh5xYOXW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfsh5xYOXW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfsh5xYOXW .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfsh5xYOXW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sfsh5xYOXW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfsh5xYOXW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfsh5xYOXW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfsh5xYOXW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfsh5xYOXW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfsh5xYOXW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfsh5xYOXW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfsh5xYOXW button.navbar-toggler:focus {
  outline: none;
}
.cid-sfsh5xYOXW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f781bb;
}
.cid-sfsh5xYOXW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfsh5xYOXW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfsh5xYOXW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfsh5xYOXW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfsh5xYOXW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfsh5xYOXW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfsh5xYOXW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfsh5xYOXW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfsh5xYOXW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfsh5xYOXW .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfsh5xYOXW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfsh5xYOXW .collapsed .navbar-collapse.collapsing,
.cid-sfsh5xYOXW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfsh5xYOXW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfsh5xYOXW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfsh5xYOXW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfsh5xYOXW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfsh5xYOXW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfsh5xYOXW .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfsh5xYOXW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfsh5xYOXW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfsh5xYOXW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfsh5xYOXW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfsh5xYOXW .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfsh5xYOXW .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfsh5xYOXW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfsh5xYOXW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfsh5xYOXW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfsh5xYOXW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfsh5xYOXW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfsh5xYOXW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfsh5xYOXW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfsh5xYOXW img {
    height: 3.8rem !important;
  }
  .cid-sfsh5xYOXW .btn {
    display: -webkit-flex;
  }
  .cid-sfsh5xYOXW button.navbar-toggler {
    display: block;
  }
  .cid-sfsh5xYOXW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfsh5xYOXW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfsh5xYOXW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfsh5xYOXW .navbar-collapse.collapsing,
  .cid-sfsh5xYOXW .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfsh5xYOXW .navbar-collapse.collapsing .navbar-nav,
  .cid-sfsh5xYOXW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfsh5xYOXW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfsh5xYOXW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfsh5xYOXW .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfsh5xYOXW .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfsh5xYOXW .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfsh5xYOXW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfsh5xYOXW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfsh5xYOXW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfsh5xYOXW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfsh5xYOXW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfsh5xYOXW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfsh5xYOXW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfsh5xYOXW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfsh5xYOXW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfsh5xYOXW .nav-link:hover,
.cid-sfsh5xYOXW .dropdown-item:hover {
  color: #da7f0a !important;
}
.cid-sfsh5yAzff {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #35b2fc, #1180c2);
}
.cid-sfsh5yAzff .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfsh5ySUMx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fcf1f1;
}
.cid-sfsh5ySUMx .mbr-overlay {
  z-index: 1;
}
.cid-sfsh5ySUMx .carousel-caption {
  bottom: 40px;
}
.cid-sfsh5ySUMx .carousel-control .icon-next,
.cid-sfsh5ySUMx .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sfsh5ySUMx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfsh5ySUMx .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sfsh5ySUMx .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sfsh5ySUMx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sfsh5ySUMx .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfsh5ySUMx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfsh5ySUMx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfsh5ySUMx .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sfsh5ySUMx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfsh5ySUMx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sfsh5ySUMx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfsh5ySUMx .carousel-indicators li.active,
.cid-sfsh5ySUMx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfsh5ySUMx .carousel-indicators li::after,
.cid-sfsh5ySUMx .carousel-indicators li::before {
  content: none;
}
.cid-sfsh5ySUMx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfsh5ySUMx .carousel-indicators {
    display: none !important;
  }
}
.cid-sfsh5zxaZv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sfsh5zxaZv .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfwy8d3oVH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fde9e9;
}
.cid-sfwy8d3oVH .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sfwy8d3oVH .container {
    max-width: 1400px;
  }
}
.cid-sfwy8d3oVH .card {
  margin: auto;
}
.cid-sfwy8d3oVH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f781bb;
  margin-bottom: 2rem;
}
.cid-sfwy8d3oVH .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sfwy8d3oVH .row {
  justify-content: center;
}
.cid-sfwy8d3oVH H3 {
  color: #91591d;
}
.cid-sfwy8d3oVH .card-title,
.cid-sfwy8d3oVH .card-box {
  color: #91591d;
  text-align: center;
}
.cid-sfsh5zMFPa {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fde9e9;
}
.cid-sfsh5zMFPa .item {
  padding-bottom: 2rem;
}
.cid-sfsh5zMFPa .item-wrapper {
  position: relative;
}
.cid-sfsh5zMFPa .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sfsh5zMFPa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sfsh5zMFPa .carousel-control,
.cid-sfsh5zMFPa .close {
  background: #1b1b1b;
}
.cid-sfsh5zMFPa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sfsh5zMFPa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sfsh5zMFPa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sfsh5zMFPa .carousel-control-next span {
  margin-left: 5px;
}
.cid-sfsh5zMFPa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sfsh5zMFPa .close::before {
  content: '\e91a';
}
.cid-sfsh5zMFPa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sfsh5zMFPa .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfsh5zMFPa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfsh5zMFPa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfsh5zMFPa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfsh5zMFPa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sfsh5zMFPa .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfsh5zMFPa .carousel-indicators li.active,
.cid-sfsh5zMFPa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfsh5zMFPa .carousel-indicators li::after,
.cid-sfsh5zMFPa .carousel-indicators li::before {
  content: none;
}
.cid-sfsh5zMFPa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfsh5zMFPa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sfsh5zMFPa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfsh5zMFPa .carousel-indicators {
    display: none;
  }
}
.cid-sfsh5zMFPa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfsh5zMFPa .carousel-inner > .active {
  display: block;
}
.cid-sfsh5zMFPa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfsh5zMFPa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfsh5zMFPa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sfsh5zMFPa .carousel-control,
  .cid-sfsh5zMFPa .carousel-indicators,
  .cid-sfsh5zMFPa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sfsh5zMFPa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sfsh5zMFPa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfsh5zMFPa .carousel-indicators .active,
.cid-sfsh5zMFPa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sfsh5zMFPa .carousel-indicators .active {
  background: #fff;
}
.cid-sfsh5zMFPa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sfsh5zMFPa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sfsh5zMFPa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sfsh5zMFPa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sfsh5zMFPa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sfsh5zMFPa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sfsh5zMFPa .carousel {
  width: 100%;
}
.cid-sfsh5zMFPa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sfsh5zMFPa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sfsh5zMFPa .modal.fade .modal-dialog,
.cid-sfsh5zMFPa .modal.in .modal-dialog {
  transform: none;
}
.cid-sfsh5zMFPa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sfsh5zMFPa H6 {
  text-align: center;
  color: #91591d;
}
.cid-sfsh5zMFPa H3 {
  color: #f13a9c;
}
.cid-sfsh5zMFPa H4 {
  color: #f781bb;
}
.cid-sUbxTWtJbT {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sUbxTWtJbT .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
.cid-sUbxTWtJbT .item:last-child .icon-box:before {
  display: none;
}
.cid-sUbxTWtJbT .item.last .icon-box:before {
  display: none;
}
.cid-sUbxTWtJbT .icon-box {
  background: #f781bb;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sUbxTWtJbT .icon-box {
    margin-right: 1rem;
  }
}
.cid-sUbxTWtJbT span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sUbxTWtJbT .card {
    margin-bottom: 2rem;
  }
  .cid-sUbxTWtJbT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUbxTWtJbT .card-title,
.cid-sUbxTWtJbT .card-box {
  text-align: center;
  color: #a96013;
}
.cid-sUbxTWtJbT .icon-title {
  text-align: left;
}
.cid-sUbxTWtJbT .icon-text {
  color: #465052;
}
.cid-sUbxTWtJbT .icon-text DIV {
  text-align: left;
}
.cid-sfsh5BEzvs {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #fcf1f1, #fcf1f1);
}
.cid-sfsh5BEzvs .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfsh5BVkhW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-7.jpg");
}
.cid-sfsh5BVkhW .title {
  margin-bottom: 2rem;
}
.cid-sfsh5BVkhW .mbr-section-subtitle {
  color: #ff3366;
}
.cid-sfsh5BVkhW a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sfsh5BVkhW a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sfsh5BVkhW textarea.form-control {
  min-height: 188px;
}
.cid-sfsh5BVkhW H2 {
  color: #a96013;
}
.cid-sfsh5BVkhW LABEL {
  color: #a96013;
}
.cid-sfsh5CK3pT {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #fcf1f1, #fcf1f1);
}
.cid-sfsh5CK3pT .btn {
  margin: 0 0 .5rem 0;
}
.cid-sR9TyL8FBH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sR9TyL8FBH .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sR9TyL8FBH [class^="socicon-"]:before,
.cid-sR9TyL8FBH [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sR9TyL8FBH .mbr-section-title,
.cid-sR9TyL8FBH .social-list {
  color: #91591d;
}
.cid-sR9TALPNHQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR9TALPNHQ .mbr-section-subtitle {
  color: #f781bb;
}
.cid-sR9TALPNHQ H2 {
  color: #f781bb;
}
.cid-sR9TAmmX53 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sR9TAmmX53 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sR9TAmmX53 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sR9TAmmX53 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sR9TAmmX53 [class^="socicon-"]:before,
.cid-sR9TAmmX53 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sR9TAmmX53 .mbr-section-title,
.cid-sR9TAmmX53 .social-list {
  color: #f781bb;
  text-align: center;
}
.cid-sR9TAmmX53 .mbr-section-title,
.cid-sR9TAmmX53 .social-list DIV {
  text-align: center;
}
.cid-uzsj9mLvEk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fdf3f5;
}
@media (max-width: 767px) {
  .cid-uzsj9mLvEk .content {
    text-align: center;
  }
  .cid-uzsj9mLvEk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzsj9mLvEk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzsj9mLvEk .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzsj9mLvEk .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uzsj9mLvEk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzsj9mLvEk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uzsj9mLvEk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzsj9mLvEk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uzsj9mLvEk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzsj9mLvEk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzsj9mLvEk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzsj9mLvEk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzsj9mLvEk P {
  color: #f781bb;
}
.cid-uzsj9mLvEk H5 {
  color: #a96013;
}
.cid-uzsj9mLvEk .copyright > p {
  color: #cccccc;
}
.cid-sfsh5E8CiT {
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sfsh5E8CiT .media-container-row .mbr-text {
  color: #767676;
}
.cid-sfw63qt3CR .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfw63qt3CR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfw63qt3CR a {
  font-style: normal;
}
.cid-sfw63qt3CR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfw63qt3CR .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfw63qt3CR .nav-item:focus,
.cid-sfw63qt3CR .nav-link:focus {
  outline: none;
}
.cid-sfw63qt3CR .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfw63qt3CR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfw63qt3CR .menu-logo {
  margin-right: auto;
}
.cid-sfw63qt3CR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfw63qt3CR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sfw63qt3CR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfw63qt3CR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfw63qt3CR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfw63qt3CR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfw63qt3CR .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfw63qt3CR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfw63qt3CR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfw63qt3CR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfw63qt3CR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfw63qt3CR .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfw63qt3CR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfw63qt3CR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfw63qt3CR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfw63qt3CR .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfw63qt3CR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sfw63qt3CR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfw63qt3CR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfw63qt3CR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfw63qt3CR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfw63qt3CR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfw63qt3CR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfw63qt3CR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfw63qt3CR button.navbar-toggler:focus {
  outline: none;
}
.cid-sfw63qt3CR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f781bb;
}
.cid-sfw63qt3CR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfw63qt3CR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfw63qt3CR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfw63qt3CR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfw63qt3CR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfw63qt3CR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfw63qt3CR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfw63qt3CR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfw63qt3CR .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfw63qt3CR .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfw63qt3CR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfw63qt3CR .collapsed .navbar-collapse.collapsing,
.cid-sfw63qt3CR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfw63qt3CR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfw63qt3CR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfw63qt3CR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfw63qt3CR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfw63qt3CR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfw63qt3CR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfw63qt3CR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfw63qt3CR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfw63qt3CR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfw63qt3CR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfw63qt3CR .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfw63qt3CR .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfw63qt3CR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfw63qt3CR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfw63qt3CR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfw63qt3CR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfw63qt3CR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfw63qt3CR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfw63qt3CR.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfw63qt3CR img {
    height: 3.8rem !important;
  }
  .cid-sfw63qt3CR .btn {
    display: -webkit-flex;
  }
  .cid-sfw63qt3CR button.navbar-toggler {
    display: block;
  }
  .cid-sfw63qt3CR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfw63qt3CR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfw63qt3CR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfw63qt3CR .navbar-collapse.collapsing,
  .cid-sfw63qt3CR .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfw63qt3CR .navbar-collapse.collapsing .navbar-nav,
  .cid-sfw63qt3CR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfw63qt3CR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfw63qt3CR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfw63qt3CR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfw63qt3CR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfw63qt3CR .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfw63qt3CR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfw63qt3CR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfw63qt3CR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfw63qt3CR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfw63qt3CR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfw63qt3CR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfw63qt3CR .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfw63qt3CR .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfw63qt3CR .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfw63qt3CR .nav-link:hover,
.cid-sfw63qt3CR .dropdown-item:hover {
  color: #da7f0a !important;
}
.cid-sfw63rAmv3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #35b2fc, #1180c2);
}
.cid-sfw63rAmv3 .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfw63s7p1a {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fcf1f1;
}
.cid-sfw63s7p1a .mbr-overlay {
  z-index: 1;
}
.cid-sfw63s7p1a .carousel-caption {
  bottom: 40px;
}
.cid-sfw63s7p1a .carousel-control .icon-next,
.cid-sfw63s7p1a .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sfw63s7p1a .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfw63s7p1a .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sfw63s7p1a .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sfw63s7p1a .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sfw63s7p1a .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfw63s7p1a .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfw63s7p1a .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfw63s7p1a .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sfw63s7p1a .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfw63s7p1a .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sfw63s7p1a .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfw63s7p1a .carousel-indicators li.active,
.cid-sfw63s7p1a .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfw63s7p1a .carousel-indicators li::after,
.cid-sfw63s7p1a .carousel-indicators li::before {
  content: none;
}
.cid-sfw63s7p1a .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfw63s7p1a .carousel-indicators {
    display: none !important;
  }
}
.cid-sfw63sJZeo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sfw63sJZeo .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfwyfElQtw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fde9e9;
}
.cid-sfwyfElQtw .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sfwyfElQtw .container {
    max-width: 1400px;
  }
}
.cid-sfwyfElQtw .card {
  margin: auto;
}
.cid-sfwyfElQtw .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f781bb;
  margin-bottom: 2rem;
}
.cid-sfwyfElQtw .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sfwyfElQtw .row {
  justify-content: center;
}
.cid-sfwyfElQtw H3 {
  color: #91591d;
}
.cid-sfwyfElQtw .card-title,
.cid-sfwyfElQtw .card-box {
  color: #91591d;
  text-align: center;
}
.cid-sfw63thSdf {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fde9e9;
}
.cid-sfw63thSdf .item {
  padding-bottom: 2rem;
}
.cid-sfw63thSdf .item-wrapper {
  position: relative;
}
.cid-sfw63thSdf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sfw63thSdf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sfw63thSdf .carousel-control,
.cid-sfw63thSdf .close {
  background: #1b1b1b;
}
.cid-sfw63thSdf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sfw63thSdf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sfw63thSdf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sfw63thSdf .carousel-control-next span {
  margin-left: 5px;
}
.cid-sfw63thSdf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sfw63thSdf .close::before {
  content: '\e91a';
}
.cid-sfw63thSdf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sfw63thSdf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfw63thSdf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfw63thSdf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfw63thSdf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfw63thSdf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sfw63thSdf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfw63thSdf .carousel-indicators li.active,
.cid-sfw63thSdf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfw63thSdf .carousel-indicators li::after,
.cid-sfw63thSdf .carousel-indicators li::before {
  content: none;
}
.cid-sfw63thSdf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfw63thSdf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sfw63thSdf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfw63thSdf .carousel-indicators {
    display: none;
  }
}
.cid-sfw63thSdf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfw63thSdf .carousel-inner > .active {
  display: block;
}
.cid-sfw63thSdf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfw63thSdf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfw63thSdf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sfw63thSdf .carousel-control,
  .cid-sfw63thSdf .carousel-indicators,
  .cid-sfw63thSdf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sfw63thSdf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sfw63thSdf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfw63thSdf .carousel-indicators .active,
.cid-sfw63thSdf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sfw63thSdf .carousel-indicators .active {
  background: #fff;
}
.cid-sfw63thSdf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sfw63thSdf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sfw63thSdf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sfw63thSdf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sfw63thSdf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sfw63thSdf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sfw63thSdf .carousel {
  width: 100%;
}
.cid-sfw63thSdf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sfw63thSdf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sfw63thSdf .modal.fade .modal-dialog,
.cid-sfw63thSdf .modal.in .modal-dialog {
  transform: none;
}
.cid-sfw63thSdf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sfw63thSdf H6 {
  text-align: center;
  color: #91591d;
}
.cid-sfw63thSdf H3 {
  color: #f13a9c;
}
.cid-sfw63thSdf H4 {
  color: #f781bb;
}
.cid-uzsjMm6gAc {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzsjMm6gAc .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
.cid-uzsjMm6gAc .item:last-child .icon-box:before {
  display: none;
}
.cid-uzsjMm6gAc .item.last .icon-box:before {
  display: none;
}
.cid-uzsjMm6gAc .icon-box {
  background: #f781bb;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uzsjMm6gAc .icon-box {
    margin-right: 1rem;
  }
}
.cid-uzsjMm6gAc span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uzsjMm6gAc .card {
    margin-bottom: 2rem;
  }
  .cid-uzsjMm6gAc .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uzsjMm6gAc .card-title,
.cid-uzsjMm6gAc .card-box {
  text-align: center;
  color: #a96013;
}
.cid-uzsjMm6gAc .icon-title {
  text-align: left;
}
.cid-uzsjMm6gAc .icon-text {
  color: #465052;
}
.cid-uzsjMm6gAc .icon-text DIV {
  text-align: left;
}
.cid-sfw63vK1kE {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #fcf1f1, #fcf1f1);
}
.cid-sfw63vK1kE .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfw63w3O7u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-7.jpg");
}
.cid-sfw63w3O7u .title {
  margin-bottom: 2rem;
}
.cid-sfw63w3O7u .mbr-section-subtitle {
  color: #ff3366;
}
.cid-sfw63w3O7u a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sfw63w3O7u a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sfw63w3O7u textarea.form-control {
  min-height: 188px;
}
.cid-sfw63w3O7u H2 {
  color: #a96013;
}
.cid-sfw63w3O7u LABEL {
  color: #a96013;
}
.cid-sfw63wVf5P {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #fcf1f1, #fcf1f1);
}
.cid-sfw63wVf5P .btn {
  margin: 0 0 .5rem 0;
}
.cid-sR9TK1eSr3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sR9TK1eSr3 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sR9TK1eSr3 [class^="socicon-"]:before,
.cid-sR9TK1eSr3 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sR9TK1eSr3 .mbr-section-title,
.cid-sR9TK1eSr3 .social-list {
  color: #91591d;
}
.cid-sR9TKM15m3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR9TKM15m3 .mbr-section-subtitle {
  color: #f781bb;
}
.cid-sR9TKM15m3 H2 {
  color: #f781bb;
}
.cid-sR9TKqkiQb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sR9TKqkiQb .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sR9TKqkiQb .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sR9TKqkiQb .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sR9TKqkiQb [class^="socicon-"]:before,
.cid-sR9TKqkiQb [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sR9TKqkiQb .mbr-section-title,
.cid-sR9TKqkiQb .social-list {
  color: #f781bb;
  text-align: center;
}
.cid-sR9TKqkiQb .mbr-section-title,
.cid-sR9TKqkiQb .social-list DIV {
  text-align: center;
}
.cid-uzsjND0CXL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fdf3f5;
}
@media (max-width: 767px) {
  .cid-uzsjND0CXL .content {
    text-align: center;
  }
  .cid-uzsjND0CXL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzsjND0CXL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzsjND0CXL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzsjND0CXL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uzsjND0CXL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzsjND0CXL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uzsjND0CXL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzsjND0CXL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uzsjND0CXL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzsjND0CXL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzsjND0CXL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzsjND0CXL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzsjND0CXL P {
  color: #f781bb;
}
.cid-uzsjND0CXL H5 {
  color: #a96013;
}
.cid-uzsjND0CXL .copyright > p {
  color: #cccccc;
}
.cid-sfw63yquTn {
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sfw63yquTn .media-container-row .mbr-text {
  color: #767676;
}
.cid-sfwhGUwEHr .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfwhGUwEHr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sfwhGUwEHr a {
  font-style: normal;
}
.cid-sfwhGUwEHr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfwhGUwEHr .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfwhGUwEHr .nav-item:focus,
.cid-sfwhGUwEHr .nav-link:focus {
  outline: none;
}
.cid-sfwhGUwEHr .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfwhGUwEHr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfwhGUwEHr .menu-logo {
  margin-right: auto;
}
.cid-sfwhGUwEHr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfwhGUwEHr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sfwhGUwEHr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfwhGUwEHr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfwhGUwEHr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfwhGUwEHr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfwhGUwEHr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfwhGUwEHr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfwhGUwEHr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfwhGUwEHr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfwhGUwEHr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfwhGUwEHr .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfwhGUwEHr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfwhGUwEHr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfwhGUwEHr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfwhGUwEHr .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfwhGUwEHr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sfwhGUwEHr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfwhGUwEHr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfwhGUwEHr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfwhGUwEHr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfwhGUwEHr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfwhGUwEHr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfwhGUwEHr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfwhGUwEHr button.navbar-toggler:focus {
  outline: none;
}
.cid-sfwhGUwEHr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f781bb;
}
.cid-sfwhGUwEHr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfwhGUwEHr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfwhGUwEHr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfwhGUwEHr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfwhGUwEHr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfwhGUwEHr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfwhGUwEHr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfwhGUwEHr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfwhGUwEHr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfwhGUwEHr .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfwhGUwEHr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfwhGUwEHr .collapsed .navbar-collapse.collapsing,
.cid-sfwhGUwEHr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfwhGUwEHr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfwhGUwEHr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfwhGUwEHr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfwhGUwEHr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfwhGUwEHr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sfwhGUwEHr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sfwhGUwEHr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfwhGUwEHr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfwhGUwEHr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfwhGUwEHr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfwhGUwEHr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfwhGUwEHr .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfwhGUwEHr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfwhGUwEHr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfwhGUwEHr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfwhGUwEHr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfwhGUwEHr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfwhGUwEHr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfwhGUwEHr.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfwhGUwEHr img {
    height: 3.8rem !important;
  }
  .cid-sfwhGUwEHr .btn {
    display: -webkit-flex;
  }
  .cid-sfwhGUwEHr button.navbar-toggler {
    display: block;
  }
  .cid-sfwhGUwEHr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfwhGUwEHr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfwhGUwEHr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfwhGUwEHr .navbar-collapse.collapsing,
  .cid-sfwhGUwEHr .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfwhGUwEHr .navbar-collapse.collapsing .navbar-nav,
  .cid-sfwhGUwEHr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfwhGUwEHr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfwhGUwEHr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfwhGUwEHr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sfwhGUwEHr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfwhGUwEHr .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfwhGUwEHr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfwhGUwEHr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfwhGUwEHr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfwhGUwEHr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfwhGUwEHr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfwhGUwEHr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfwhGUwEHr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfwhGUwEHr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfwhGUwEHr .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfwhGUwEHr .nav-link:hover,
.cid-sfwhGUwEHr .dropdown-item:hover {
  color: #da7f0a !important;
}
.cid-sfwhGVwiuM {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #35b2fc, #1180c2);
}
.cid-sfwhGVwiuM .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfwhGWdYJc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fcf1f1;
}
.cid-sfwhGWdYJc .mbr-overlay {
  z-index: 1;
}
.cid-sfwhGWdYJc .carousel-caption {
  bottom: 40px;
}
.cid-sfwhGWdYJc .carousel-control .icon-next,
.cid-sfwhGWdYJc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sfwhGWdYJc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfwhGWdYJc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sfwhGWdYJc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sfwhGWdYJc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sfwhGWdYJc .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfwhGWdYJc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfwhGWdYJc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfwhGWdYJc .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sfwhGWdYJc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfwhGWdYJc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sfwhGWdYJc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfwhGWdYJc .carousel-indicators li.active,
.cid-sfwhGWdYJc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfwhGWdYJc .carousel-indicators li::after,
.cid-sfwhGWdYJc .carousel-indicators li::before {
  content: none;
}
.cid-sfwhGWdYJc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfwhGWdYJc .carousel-indicators {
    display: none !important;
  }
}
.cid-sfwhGWMkyt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sfwhGWMkyt .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfwqmaKEiy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fde9e9;
}
.cid-sfwqmaKEiy .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sfwqmaKEiy .container {
    max-width: 1400px;
  }
}
.cid-sfwqmaKEiy .card {
  margin: auto;
}
.cid-sfwqmaKEiy .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f781bb;
  margin-bottom: 2rem;
}
.cid-sfwqmaKEiy .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sfwqmaKEiy .row {
  justify-content: center;
}
.cid-sfwqmaKEiy H3 {
  color: #91591d;
}
.cid-sfwqmaKEiy .card-title,
.cid-sfwqmaKEiy .card-box {
  color: #91591d;
}
.cid-sfwhGYBm3V {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fde9e9;
}
.cid-sfwhGYBm3V .item {
  padding-bottom: 2rem;
}
.cid-sfwhGYBm3V .item-wrapper {
  position: relative;
}
.cid-sfwhGYBm3V .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sfwhGYBm3V .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sfwhGYBm3V .carousel-control,
.cid-sfwhGYBm3V .close {
  background: #1b1b1b;
}
.cid-sfwhGYBm3V .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sfwhGYBm3V .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sfwhGYBm3V .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sfwhGYBm3V .carousel-control-next span {
  margin-left: 5px;
}
.cid-sfwhGYBm3V .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sfwhGYBm3V .close::before {
  content: '\e91a';
}
.cid-sfwhGYBm3V .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sfwhGYBm3V .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfwhGYBm3V .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfwhGYBm3V .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfwhGYBm3V .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfwhGYBm3V .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sfwhGYBm3V .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfwhGYBm3V .carousel-indicators li.active,
.cid-sfwhGYBm3V .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfwhGYBm3V .carousel-indicators li::after,
.cid-sfwhGYBm3V .carousel-indicators li::before {
  content: none;
}
.cid-sfwhGYBm3V .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfwhGYBm3V .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sfwhGYBm3V .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sfwhGYBm3V .carousel-indicators {
    display: none;
  }
}
.cid-sfwhGYBm3V .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfwhGYBm3V .carousel-inner > .active {
  display: block;
}
.cid-sfwhGYBm3V .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfwhGYBm3V .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfwhGYBm3V .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sfwhGYBm3V .carousel-control,
  .cid-sfwhGYBm3V .carousel-indicators,
  .cid-sfwhGYBm3V .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sfwhGYBm3V .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sfwhGYBm3V .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfwhGYBm3V .carousel-indicators .active,
.cid-sfwhGYBm3V .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sfwhGYBm3V .carousel-indicators .active {
  background: #fff;
}
.cid-sfwhGYBm3V .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sfwhGYBm3V .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sfwhGYBm3V .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sfwhGYBm3V .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sfwhGYBm3V .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sfwhGYBm3V .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sfwhGYBm3V .carousel {
  width: 100%;
}
.cid-sfwhGYBm3V .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sfwhGYBm3V .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sfwhGYBm3V .modal.fade .modal-dialog,
.cid-sfwhGYBm3V .modal.in .modal-dialog {
  transform: none;
}
.cid-sfwhGYBm3V .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sfwhGYBm3V H6 {
  text-align: center;
  color: #91591d;
}
.cid-sfwhGYBm3V H3 {
  color: #f13a9c;
}
.cid-sfwhGYBm3V H4 {
  color: #91591d;
}
.cid-sfwhGZSWJG {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #fcf1f1, #fcf1f1);
}
.cid-sfwhGZSWJG .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfwhH0ciQl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-7.jpg");
}
.cid-sfwhH0ciQl .title {
  margin-bottom: 2rem;
}
.cid-sfwhH0ciQl .mbr-section-subtitle {
  color: #ff3366;
}
.cid-sfwhH0ciQl a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sfwhH0ciQl a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sfwhH0ciQl textarea.form-control {
  min-height: 188px;
}
.cid-sfwhH0ciQl H2 {
  color: #a96013;
}
.cid-sfwhH0ciQl LABEL {
  color: #a96013;
}
.cid-sfwhH10KE2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #fcf1f1, #fcf1f1);
}
.cid-sfwhH10KE2 .btn {
  margin: 0 0 .5rem 0;
}
.cid-sR9U3ttRG4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sR9U3ttRG4 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sR9U3ttRG4 [class^="socicon-"]:before,
.cid-sR9U3ttRG4 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sR9U3ttRG4 .mbr-section-title,
.cid-sR9U3ttRG4 .social-list {
  color: #91591d;
}
.cid-sR9U4u871N {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR9U4u871N .mbr-section-subtitle {
  color: #f781bb;
}
.cid-sR9U4u871N H2 {
  color: #f781bb;
}
.cid-sR9U3XamiI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sR9U3XamiI .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sR9U3XamiI .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sR9U3XamiI .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sR9U3XamiI [class^="socicon-"]:before,
.cid-sR9U3XamiI [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sR9U3XamiI .mbr-section-title,
.cid-sR9U3XamiI .social-list {
  color: #f781bb;
  text-align: center;
}
.cid-sR9U3XamiI .mbr-section-title,
.cid-sR9U3XamiI .social-list DIV {
  text-align: center;
}
.cid-uzskhbdOWw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fdf3f5;
}
@media (max-width: 767px) {
  .cid-uzskhbdOWw .content {
    text-align: center;
  }
  .cid-uzskhbdOWw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzskhbdOWw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzskhbdOWw .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzskhbdOWw .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uzskhbdOWw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzskhbdOWw .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uzskhbdOWw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzskhbdOWw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uzskhbdOWw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzskhbdOWw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzskhbdOWw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzskhbdOWw .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzskhbdOWw P {
  color: #f781bb;
}
.cid-uzskhbdOWw H5 {
  color: #a96013;
}
.cid-uzskhbdOWw .copyright > p {
  color: #cccccc;
}
.cid-sfwhH2q10E {
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/top-bg.jpg");
}
.cid-sfwhH2q10E .media-container-row .mbr-text {
  color: #767676;
}
