body {
  font-family: 'Quicksand', sans-serif;
}
.display-1 {
  font-family: 'Kiwi Maru', serif;
  font-size: 5.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Kiwi Maru', serif;
  font-size: 2.8rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Kiwi Maru', serif;
  font-size: 1rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Kiwi Maru', serif;
  font-size: 1.25rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2.4rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff0066 !important;
}
.bg-success {
  background-color: #84b134 !important;
}
.bg-info {
  background-color: #f9eb72 !important;
}
.bg-warning {
  background-color: #ff9966 !important;
}
.bg-danger {
  background-color: #fab6c6 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0066 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a80043 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a80043 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #1d1d1b !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f9eb72 !important;
  color: #685d04 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #141201 !important;
  background-color: #f5df1f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #685d04 !important;
  background-color: #f5df1f !important;
}
.btn-success,
.btn-success:active {
  background-color: #84b134 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #526e20 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #526e20 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fab6c6 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #f46587 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f46587 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #ff0066 !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d1d1b !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0066;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a80043 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0066 !important;
  border-color: #ff0066 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9eb72;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f5df1f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #685d04 !important;
  background-color: #f9eb72 !important;
  border-color: #f9eb72 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #84b134;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #526e20 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #84b134 !important;
  border-color: #84b134 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fab6c6;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f46587 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fab6c6 !important;
  border-color: #fab6c6 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d1d1b;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1d1b !important;
  border-color: #1d1d1b !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff0066 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #84b134 !important;
}
.text-info {
  color: #f9eb72 !important;
}
.text-warning {
  color: #ff9966 !important;
}
.text-danger {
  color: #fab6c6 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #1d1d1b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #99003d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #49621d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f5dd10 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff5500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f3577b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff0066;
}
.nav-tabs .nav-link:not(.active) {
  color: #1d1d1b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f9eb72;
}
.alert-warning {
  background-color: #ff9966;
}
.alert-danger {
  background-color: #fab6c6;
}
.btn {
  border-radius: 60px;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 60px;
}
.mbr-gallery-filter li a {
  border-radius: 60px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0066;
  border-color: #ff0066;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 60px !important;
}
a,
a:hover {
  color: #ff0066;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcce0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bedc88;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kiwi Maru', serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff0066 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kiwi Maru', serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff0066;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 60px !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: 60px !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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff0066;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0066;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff0066;
  border-bottom-color: #ff0066;
}
.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: #ff0066 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff0066' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tkBHiaJl2M .navbar-dropdown {
  position: relative !important;
}
.cid-tkBHiaJl2M .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-tkBHiaJl2M .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tkBHiaJl2M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tkBHiaJl2M .navbar-caption {
  font-weight: 500;
}
.cid-tkBHiaJl2M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkBHiaJl2M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tkBHiaJl2M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkBHiaJl2M .dropdown-item:hover,
.cid-tkBHiaJl2M .dropdown-item:focus {
  color: #ff0066 !important;
}
.cid-tkBHiaJl2M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkBHiaJl2M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkBHiaJl2M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkBHiaJl2M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkBHiaJl2M .nav-link {
  position: relative;
}
.cid-tkBHiaJl2M .nav-link:hover {
  color: #ff0066 !important;
}
.cid-tkBHiaJl2M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tkBHiaJl2M .container,
  .cid-tkBHiaJl2M .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkBHiaJl2M .dropdown-menu,
.cid-tkBHiaJl2M .navbar.opened {
  background: #ffffff !important;
}
.cid-tkBHiaJl2M .nav-item:focus,
.cid-tkBHiaJl2M .nav-link:focus {
  outline: none;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkBHiaJl2M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkBHiaJl2M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkBHiaJl2M .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tkBHiaJl2M .navbar.opened {
  transition: all 0.3s;
}
.cid-tkBHiaJl2M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkBHiaJl2M .navbar .navbar-logo img {
  width: auto;
}
.cid-tkBHiaJl2M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkBHiaJl2M .navbar.collapsed {
  justify-content: center;
}
.cid-tkBHiaJl2M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkBHiaJl2M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkBHiaJl2M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tkBHiaJl2M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkBHiaJl2M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkBHiaJl2M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tkBHiaJl2M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkBHiaJl2M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkBHiaJl2M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkBHiaJl2M .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tkBHiaJl2M .navbar.navbar-short {
  min-height: 80px;
}
.cid-tkBHiaJl2M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkBHiaJl2M .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tkBHiaJl2M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkBHiaJl2M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkBHiaJl2M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkBHiaJl2M .dropdown-item.active,
.cid-tkBHiaJl2M .dropdown-item:active {
  background-color: transparent;
}
.cid-tkBHiaJl2M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkBHiaJl2M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkBHiaJl2M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkBHiaJl2M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkBHiaJl2M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkBHiaJl2M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkBHiaJl2M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkBHiaJl2M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkBHiaJl2M .navbar {
    height: 70px;
  }
  .cid-tkBHiaJl2M .navbar.opened {
    height: auto;
  }
  .cid-tkBHiaJl2M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkBHiaJl2M .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tkBHiaJl2M .addr {
    margin: 0 auto;
  }
}
.cid-tkBHiaJl2M .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tkBHiaJl2M .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-sRQIkCawRA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ot-land-header-1423x693.jpg");
}
.cid-sRQIkCawRA .card {
  background: #ffffff;
  display: inline-block;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-sRQIkCawRA .card .card-body {
  display: flex;
  align-items: center;
  padding: 20px 30px;
}
.cid-sRQIkCawRA .card .card-body .card-img-top {
  margin: 0 20px 0 0;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.cid-sRQIkCawRA .btn {
  box-shadow: none;
}
.cid-sRQIkCawRA .title-margin {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-sRQIkCawRA .title-margin {
    margin-bottom: 2rem;
  }
}
.cid-sRQIkCawRA .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tkr74DDi4Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tkr74DDi4Q .row {
  align-items: center;
}
.cid-tkr74DDi4Q .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tkr74DDi4Q .mbr-text,
.cid-tkr74DDi4Q .mbr-section-btn {
  color: #000000;
}
.cid-tkr74DDi4Q .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkr74DDi4Q .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-tkr74DDi4Q .social-list .mbr-iconfont-social:hover {
  background: #ff0066;
  color: white;
}
.cid-tkr74DDi4Q .social-list .soc-item {
  margin-right: 1rem;
}
.cid-tkr74DDi4Q .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-tkr74DDi4Q .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkr74DDi4Q .mbr-text-title {
  color: #bbbbbb;
}
.cid-tijTp2d4ve {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: #2ee6fa;
}
@media (max-width: 767px) {
  .cid-tijTp2d4ve {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-tijTp2d4ve img {
  width: 100%;
  border-radius: 30px;
}
.cid-tijTp2d4ve .mbr-section-title {
  color: #ffffff;
}
.cid-tijTp2d4ve .mbr-section-subtitle {
  background-color: #ffffff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Kiwi Maru', serif;
  font-weight: 900;
  color: #ffffff;
}
.cid-tijTp2d4ve .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tijTp2d4ve .svg-1 path {
  fill: #ffffff;
}
.cid-tijTp2d4ve .container-fluid {
  max-width: 1200px;
}
.cid-tijTp2d4ve .mbr-arrow {
  z-index: 1;
}
.cid-tijTp2d4ve .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-tijTp2d4ve .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-tijTp2d4ve .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tijTp2d4ve .container-fluid {
    padding: 0 1rem;
  }
  .cid-tijTp2d4ve .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-tifJnJoITI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tifJnJoITI .card {
  background: transparent;
}
.cid-tifJnJoITI .img-container img {
  border-radius: 20px;
  width: 355px;
  height: 90%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tifJnJoITI .img-container img {
    width: 100%;
  }
}
.cid-tifJnJoITI .card-img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.cid-tifJnJoITI .col.img {
  margin-right: -10px;
  flex: 0 0 18px;
}
.cid-tifJnJoITI .card-body {
  padding: 10px;
}
.cid-tifJnJoITI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tifJnJoITI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tifHW6hF5i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tifHW6hF5i .wrapper {
  background-color: #ffffff;
  padding: 100px 90px 50px 90px;
}
@media (max-width: 992px) {
  .cid-tifHW6hF5i .wrapper {
    padding: 20px 30px;
  }
}
.cid-tifHW6hF5i .title-section {
  margin-bottom: 50px;
}
.cid-tifHW6hF5i .card-1 {
  background-color: #f5e74c;
}
.cid-tifHW6hF5i .card-2 {
  background-color: #fe458a;
}
.cid-tifHW6hF5i .card-3 {
  background-color: #2ee6fa;
}
.cid-tifHW6hF5i .card-4 {
  background-color: #cc81f2;
}
.cid-tifHW6hF5i .card-img-top {
  width: 35px;
  height: 35px;
}
.cid-tifHW6hF5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tifHW6hF5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiesuwnMKA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tiesuwnMKA .decor {
  width: 90px;
  height: 90px;
  position: relative;
  flex: 0 0 100px;
}
.cid-tiesuwnMKA .decor svg {
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #84b134;
  transform: rotate(210deg) scale(1, -1);
}
.cid-tiesuwnMKA .mbr-text {
  color: #1d1d1b;
}
.cid-tiesuwnMKA .mbr-section-title {
  color: #1d1d1b;
}
.cid-tiesuwnMKA .mbr-section-subtitle {
  color: #1d1d1b;
}
.cid-tiesuwnMKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiesuwnMKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sRQJtw4eqY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRQJtw4eqY .wrapper {
  padding: 40px;
  background-color: transparent;
}
@media (min-width: 992px) {
  .cid-sRQJtw4eqY .wrapper {
    padding: 80px 80px 60px 80px;
  }
}
.cid-sRQJtw4eqY .card-1 {
  background-color: #fab6c6;
}
.cid-sRQJtw4eqY .card-2 {
  background-color: #a8d657;
}
.cid-sRQJtw4eqY .card-3 {
  background-color: #f5e74c;
}
.cid-sRQJtw4eqY .card-body {
  align-items: start;
  flex: 0 0 auto;
}
.cid-sRQJtw4eqY .card-icon {
  flex: 0 0 28px;
  width: 28px;
  height: auto;
  margin-right: 18px;
}
.cid-sRQJtw4eqY .card-content {
  flex: 1 1 auto;
}
.cid-sRQJtw4eqY .card {
  height: auto;
}
.cid-tieoQIMV1t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tieoQIMV1t .wrapper {
  padding: 40px;
  background-color: transparent;
}
@media (min-width: 992px) {
  .cid-tieoQIMV1t .wrapper {
    padding: 80px 80px 60px 80px;
  }
}
.cid-tieoQIMV1t .card-1 {
  background-color: #dba5f7;
}
.cid-tieoQIMV1t .card-2 {
  background-color: #ffb895;
}
.cid-tieoQIMV1t .card-3 {
  background-color: #88f0fc;
}
.cid-tieoQIMV1t .card-body {
  align-items: start;
  flex: 0 0 auto;
}
.cid-tieoQIMV1t .card-icon {
  flex: 0 0 28px;
  width: 28px;
  height: auto;
  margin-right: 18px;
}
.cid-tieoQIMV1t .card-content {
  flex: 1 1 auto;
}
.cid-tieoQIMV1t .card {
  height: auto;
}
.cid-tiewysRVIH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b8c1;
}
.cid-tiewysRVIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiewysRVIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiewysRVIH .text-container {
  width: 100%;
}
.cid-tiewysRVIH .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  width: 100%;
}
.cid-tiewysRVIH .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-tiewysRVIH .mbr-section-btn {
  margin-top: 10px;
}
.cid-tiewysRVIH .mbr-text,
.cid-tiewysRVIH .mbr-section-btn {
  text-align: right;
}
.cid-sRQMg9ltnT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg3-1920x1380.jpg");
}
.cid-sRQMg9ltnT .title-section {
  padding: 0px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-sRQMg9ltnT .title-section {
    padding: 0 90px;
    margin-bottom: 40px;
  }
}
.cid-sRQMg9ltnT .btn {
  display: flex;
}
.cid-sRQMg9ltnT .card {
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-sRQMg9ltnT .card-body {
  padding: 40px 55px 30px 55px;
}
.cid-sRQMg9ltnT .col-img {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  margin-right: 22px;
}
.cid-sRQMg9ltnT .card-title {
  flex: 1 1 auto;
  width: auto;
}
.cid-sRQMg9ltnT .price {
  text-align: left;
}
.cid-sRQMg9ltnT .title-section .mbr-section-subtitle {
  text-align: center;
}
.cid-sRQMg9ltnT .title-section .mbr-section-title DIV {
  text-align: left;
}
.cid-sRQMg9ltnT .title-section .mbr-section-title {
  color: #000000;
}
.cid-tieAAhGdhk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tieAAhGdhk .card {
  padding: 40px;
  background-color: #ebeae2;
}
.cid-tieAAhGdhk .mbr-section-btn {
  margin: 0 -0.6rem;
}
.cid-tieAAhGdhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tieAAhGdhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tifw7ZZ4s7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tifw7ZZ4s7 .card {
  height: auto;
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
  transition: all 0.6s ease;
}
.cid-tifw7ZZ4s7 .card:hover {
  transform: scale(1.03);
}
.cid-tifw7ZZ4s7 .card-padding {
  padding: 0.72rem 0.75rem;
}
.cid-tifw7ZZ4s7 .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-tifw7ZZ4s7 .title-section {
    padding: 0 6rem;
    margin-bottom: 4rem;
  }
}
.cid-tifw7ZZ4s7 .img-container {
  display: flex;
  justify-content: center;
}
.cid-tifw7ZZ4s7 .card-img-top {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tifw7ZZ4s7 .mbr-section-subtitle {
  text-align: center;
}
.cid-tifw7ZZ4s7 .mbr-text {
  text-align: center;
}
.cid-tifw7ZZ4s7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tifw7ZZ4s7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sRQLSaeaUA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRQLSaeaUA .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-sRQLSaeaUA .title-section {
    padding: 0 6rem;
    margin-bottom: 6.5rem;
  }
}
.cid-sRQLSaeaUA img {
  object-fit: cover;
}
.cid-sRQLSaeaUA .carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sRQLSaeaUA .carousel .carousel-container {
  width: 100%;
  position: relative;
}
.cid-sRQLSaeaUA .carousel .carousel-container .carousel-inner {
  border-radius: 20px;
  max-height: 1000px;
  height: 100vh;
}
@media (max-width: 768px) {
  .cid-sRQLSaeaUA .carousel .carousel-container .carousel-inner {
    height: 60vh;
  }
}
.cid-sRQLSaeaUA .carousel .carousel-container .carousel-inner .carousel-item,
.cid-sRQLSaeaUA .carousel .carousel-container .carousel-inner img {
  height: 100%;
}
.cid-sRQLSaeaUA .carousel .carousel-container .carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
  margin: 0;
  display: flex;
}
.cid-sRQLSaeaUA .carousel .carousel-container .carousel-indicators button {
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin: 0 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #ffcce0;
  opacity: 1;
  transition: 0.4s ease;
}
.cid-sRQLSaeaUA .carousel .carousel-container .carousel-indicators .active {
  background-clip: padding-box;
  background-color: #ff0066;
}
.cid-sRQLSaeaUA .carousel .buttons-container {
  width: 80px;
  display: flex;
  justify-content: space-between;
}
.cid-sRQLSaeaUA .carousel .buttons-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0066;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.cid-sRQLSaeaUA .carousel .buttons-container button span {
  line-height: 2px;
  color: white;
}
.cid-sRQLSaeaUA .mbr-section-title {
  text-align: center;
}
.cid-tieCi4iViJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #51add0;
}
@media (max-width: 991px) {
  .cid-tieCi4iViJ .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tieCi4iViJ .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tieCi4iViJ .google-map {
  height: 100%;
  position: relative;
}
.cid-tieCi4iViJ .google-map iframe {
  border-radius: 30px;
  height: 100%;
  width: 100%;
}
.cid-tieCi4iViJ .google-map [data-state-details] {
  color: #fafafa;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tieCi4iViJ .google-map[data-state] {
  background: #fafafa;
}
.cid-tieCi4iViJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tieCi4iViJ .card-wrapper {
  display: flex;
  border-radius: 30px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tieCi4iViJ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tieCi4iViJ .card-wrapper {
    padding: 44px 40px;
  }
}
.cid-tieCi4iViJ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff0066;
}
.cid-tieBy1QOMa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfbfb;
}
.cid-tieBy1QOMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tieBy1QOMa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tieBy1QOMa .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tieBy1QOMa .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-tieBy1QOMa .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-tieBy1QOMa .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tieBy1QOMa .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tieBy1QOMa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-tieBy1QOMa .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tieBy1QOMa .navbar-brand {
    justify-content: center !important;
  }
}
.cid-tieBy1QOMa .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-tieBy1QOMa .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-tieBy1QOMa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-tieBy1QOMa .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-tieBy1QOMa .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tieBy1QOMa .copyright-col {
    flex-direction: column;
  }
}
.cid-tieBy1QOMa .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tieBy1QOMa .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-tkBHiaJl2M .navbar-dropdown {
  position: relative !important;
}
.cid-tkBHiaJl2M .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-tkBHiaJl2M .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tkBHiaJl2M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tkBHiaJl2M .navbar-caption {
  font-weight: 500;
}
.cid-tkBHiaJl2M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkBHiaJl2M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tkBHiaJl2M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkBHiaJl2M .dropdown-item:hover,
.cid-tkBHiaJl2M .dropdown-item:focus {
  color: #ff0066 !important;
}
.cid-tkBHiaJl2M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkBHiaJl2M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkBHiaJl2M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkBHiaJl2M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkBHiaJl2M .nav-link {
  position: relative;
}
.cid-tkBHiaJl2M .nav-link:hover {
  color: #ff0066 !important;
}
.cid-tkBHiaJl2M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tkBHiaJl2M .container,
  .cid-tkBHiaJl2M .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkBHiaJl2M .dropdown-menu,
.cid-tkBHiaJl2M .navbar.opened {
  background: #ffffff !important;
}
.cid-tkBHiaJl2M .nav-item:focus,
.cid-tkBHiaJl2M .nav-link:focus {
  outline: none;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkBHiaJl2M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkBHiaJl2M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkBHiaJl2M .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tkBHiaJl2M .navbar.opened {
  transition: all 0.3s;
}
.cid-tkBHiaJl2M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkBHiaJl2M .navbar .navbar-logo img {
  width: auto;
}
.cid-tkBHiaJl2M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkBHiaJl2M .navbar.collapsed {
  justify-content: center;
}
.cid-tkBHiaJl2M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkBHiaJl2M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkBHiaJl2M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tkBHiaJl2M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkBHiaJl2M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkBHiaJl2M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tkBHiaJl2M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkBHiaJl2M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkBHiaJl2M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkBHiaJl2M .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tkBHiaJl2M .navbar.navbar-short {
  min-height: 80px;
}
.cid-tkBHiaJl2M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkBHiaJl2M .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tkBHiaJl2M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkBHiaJl2M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkBHiaJl2M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkBHiaJl2M .dropdown-item.active,
.cid-tkBHiaJl2M .dropdown-item:active {
  background-color: transparent;
}
.cid-tkBHiaJl2M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkBHiaJl2M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkBHiaJl2M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkBHiaJl2M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkBHiaJl2M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkBHiaJl2M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkBHiaJl2M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkBHiaJl2M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkBHiaJl2M .navbar {
    height: 70px;
  }
  .cid-tkBHiaJl2M .navbar.opened {
    height: auto;
  }
  .cid-tkBHiaJl2M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkBHiaJl2M .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tkBHiaJl2M .addr {
    margin: 0 auto;
  }
}
.cid-tkBHiaJl2M .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tkBHiaJl2M .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tieGMi1icn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tieGMi1icn .card {
  background: #ffffff;
  display: inline-block;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-tieGMi1icn .card .card-body {
  display: flex;
  align-items: center;
  padding: 20px 30px;
}
.cid-tieGMi1icn .card .card-body .card-img-top {
  margin: 0 20px 0 0;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.cid-tieGMi1icn .btn {
  box-shadow: none;
}
.cid-tieGMi1icn .title-margin {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-tieGMi1icn .title-margin {
    margin-bottom: 2rem;
  }
}
.cid-tieGMi1icn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tieGMi1icn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tieGMi1icn .mbr-section-title {
  text-align: left;
}
.cid-tiwaxzeZE4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tiwaxzeZE4 .row {
  justify-content: center;
}
.cid-tiwaxzeZE4 .col-title {
  margin-bottom: 2.5rem;
}
.cid-tiwaxzeZE4 .mbr-section-title {
  color: #000000;
}
.cid-tiwaxzeZE4 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tiwaxzeZE4 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tiwaxzeZE4 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tiwaxzeZE4 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tiwaxzeZE4 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 372px;
}
@media (max-width: 639px) {
  .cid-tiwaxzeZE4 .card {
    min-height: 276px;
  }
}
.cid-tiwaxzeZE4 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tiwaxzeZE4 .card:hover .card-title {
  text-decoration: underline;
}
.cid-tiwaxzeZE4 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tiwaxzeZE4 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tiwaxzeZE4 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tiwaxzeZE4 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tiwaxzeZE4 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tiwaxzeZE4 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tiwaxzeZE4 .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tiwaxzeZE4 .card-title-1 {
  color: #dba5f7;
}
.cid-tiw6U7X6Tq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tiw6U7X6Tq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiw6U7X6Tq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiw6U7X6Tq .container {
  max-width: 1140px;
}
.cid-tiw6U7X6Tq .row {
  align-items: stretch;
}
.cid-tiw6U7X6Tq .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-tiw6U7X6Tq .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-tiw6U7X6Tq .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tiw6U7X6Tq .title-container {
    position: static;
  }
}
.cid-tiw6U7X6Tq .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tiw6U7X6Tq .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tiw6U7X6Tq .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tiw6U7X6Tq .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-tiw6U7X6Tq .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-tiw6U7X6Tq .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-tiwfAuCM4n {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tiwfAuCM4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiwfAuCM4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiwfAuCM4n .container {
  max-width: 1140px;
}
.cid-tiwfAuCM4n .row {
  align-items: stretch;
}
.cid-tiwfAuCM4n .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-tiwfAuCM4n .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-tiwfAuCM4n .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tiwfAuCM4n .title-container {
    position: static;
  }
}
.cid-tiwfAuCM4n .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tiwfAuCM4n .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tiwfAuCM4n .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tiwfAuCM4n .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-tiwfAuCM4n .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-tiwfAuCM4n .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-tiwDwCyOqw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiwDwCyOqw .container {
  max-width: 1140px;
}
.cid-tiwDwCyOqw .row {
  align-items: center;
}
.cid-tiwDwCyOqw .content-container {
  display: flex;
  align-items: center;
  padding: 10px 65px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #003629;
}
@media (max-width: 767px) {
  .cid-tiwDwCyOqw .content-container {
    padding: 40px 20px;
    flex-wrap: wrap;
  }
}
.cid-tiwDwCyOqw .title-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 10px !important;
  min-height: 200px;
}
@media (max-width: 767px) {
  .cid-tiwDwCyOqw .title-container {
    width: 100%;
    min-height: auto;
  }
}
.cid-tiwDwCyOqw .main-title {
  color: #ffffff;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tiwDwCyOqw .main-title {
    text-align: center;
  }
}
.cid-tiwDwCyOqw .main-subtitle {
  margin-top: 20px;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tiwDwCyOqw .main-subtitle {
    text-align: center;
  }
}
.cid-tiwDwCyOqw .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 10px !important;
  min-height: 200px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-tiwDwCyOqw .form-container {
    width: 100%;
    min-height: auto;
  }
}
.cid-tiwDwCyOqw form {
  width: 100%;
}
.cid-tiwDwCyOqw form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tiwDwCyOqw form p {
  color: #ffffff;
}
.cid-tiwDwCyOqw form .mbr-section-btn {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tiwDwCyOqw form .mbr-section-btn {
    width: 100%;
  }
}
.cid-tiwDwCyOqw form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
  border: none !important;
}
.cid-tiwDwCyOqw form .mbr-section-btn .btn:hover {
  background-color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tiwDwCyOqw form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tiwDwCyOqw form .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  flex-grow: 1;
}
.cid-tiwDwCyOqw form .form-control {
  height: 51px;
  border: 1px solid #ffffff;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 30px !important;
  margin-bottom: 0;
  padding: 8px 8px 8px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}
.cid-tiwDwCyOqw form .form-control::-webkit-input-placeholder {
  color: #1d191f;
}
.cid-tiwDwCyOqw form .form-control::-moz-placeholder {
  color: #1d191f;
}
.cid-tiwDwCyOqw form .form-control:-moz-placeholder {
  color: #1d191f;
}
.cid-tiwDwCyOqw form .form-control:-ms-input-placeholder {
  color: #1d191f;
}
.cid-tiwDwCyOqw form select {
  color: #ffffff !important;
}
.cid-tiwDwCyOqw form textarea {
  height: 100px;
}
.cid-tiwDwCyOqw form input:active,
.cid-tiwDwCyOqw form textarea:active,
.cid-tiwDwCyOqw form input:focus,
.cid-tiwDwCyOqw form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #ffffff !important;
}
.cid-tiwDwCyOqw form input:active::-webkit-input-placeholder,
.cid-tiwDwCyOqw form textarea:active::-webkit-input-placeholder,
.cid-tiwDwCyOqw form input:focus::-webkit-input-placeholder,
.cid-tiwDwCyOqw form textarea:focus::-webkit-input-placeholder {
  color: #1d191f;
}
.cid-tiwDwCyOqw form input:active::-moz-placeholder,
.cid-tiwDwCyOqw form textarea:active::-moz-placeholder,
.cid-tiwDwCyOqw form input:focus::-moz-placeholder,
.cid-tiwDwCyOqw form textarea:focus::-moz-placeholder {
  color: #1d191f;
}
.cid-tiwDwCyOqw form input:active:-moz-placeholder,
.cid-tiwDwCyOqw form textarea:active:-moz-placeholder,
.cid-tiwDwCyOqw form input:focus:-moz-placeholder,
.cid-tiwDwCyOqw form textarea:focus:-moz-placeholder {
  color: #1d191f;
}
.cid-tiwDwCyOqw form input:active:-ms-input-placeholder,
.cid-tiwDwCyOqw form textarea:active:-ms-input-placeholder,
.cid-tiwDwCyOqw form input:focus:-ms-input-placeholder,
.cid-tiwDwCyOqw form textarea:focus:-ms-input-placeholder {
  color: #1d191f;
}
.cid-tiwDwCyOqw form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tiwDwCyOqw form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tiwDwCyOqw form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-tiwDwCyOqw form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tiwDwCyOqw form .form-check-input:focus,
.cid-tiwDwCyOqw form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-tiwDwCyOqw form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-tiwDwCyOqw .form-text-container {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tiwDwCyOqw .form-text-container {
    justify-content: center;
  }
}
.cid-tiwDwCyOqw .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 4px;
  margin-right: 8px;
  background-color: #fff86d;
}
.cid-tiwDwCyOqw .iconfont-wrapper .mbr-iconfont {
  font-size: 8px;
  color: #000000;
}
.cid-tiwDwCyOqw .form-text {
  color: #FFFFFF;
  margin-top: 0 !important;
}
.cid-tkBHiaJl2M .navbar-dropdown {
  position: relative !important;
}
.cid-tkBHiaJl2M .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-tkBHiaJl2M .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tkBHiaJl2M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tkBHiaJl2M .navbar-caption {
  font-weight: 500;
}
.cid-tkBHiaJl2M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkBHiaJl2M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tkBHiaJl2M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkBHiaJl2M .dropdown-item:hover,
.cid-tkBHiaJl2M .dropdown-item:focus {
  color: #ff0066 !important;
}
.cid-tkBHiaJl2M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkBHiaJl2M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkBHiaJl2M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkBHiaJl2M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkBHiaJl2M .nav-link {
  position: relative;
}
.cid-tkBHiaJl2M .nav-link:hover {
  color: #ff0066 !important;
}
.cid-tkBHiaJl2M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tkBHiaJl2M .container,
  .cid-tkBHiaJl2M .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkBHiaJl2M .dropdown-menu,
.cid-tkBHiaJl2M .navbar.opened {
  background: #ffffff !important;
}
.cid-tkBHiaJl2M .nav-item:focus,
.cid-tkBHiaJl2M .nav-link:focus {
  outline: none;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkBHiaJl2M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkBHiaJl2M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkBHiaJl2M .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tkBHiaJl2M .navbar.opened {
  transition: all 0.3s;
}
.cid-tkBHiaJl2M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkBHiaJl2M .navbar .navbar-logo img {
  width: auto;
}
.cid-tkBHiaJl2M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkBHiaJl2M .navbar.collapsed {
  justify-content: center;
}
.cid-tkBHiaJl2M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkBHiaJl2M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkBHiaJl2M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tkBHiaJl2M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkBHiaJl2M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkBHiaJl2M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tkBHiaJl2M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkBHiaJl2M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkBHiaJl2M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkBHiaJl2M .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tkBHiaJl2M .navbar.navbar-short {
  min-height: 80px;
}
.cid-tkBHiaJl2M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkBHiaJl2M .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tkBHiaJl2M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkBHiaJl2M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkBHiaJl2M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkBHiaJl2M .dropdown-item.active,
.cid-tkBHiaJl2M .dropdown-item:active {
  background-color: transparent;
}
.cid-tkBHiaJl2M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkBHiaJl2M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkBHiaJl2M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkBHiaJl2M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkBHiaJl2M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkBHiaJl2M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkBHiaJl2M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkBHiaJl2M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkBHiaJl2M .navbar {
    height: 70px;
  }
  .cid-tkBHiaJl2M .navbar.opened {
    height: auto;
  }
  .cid-tkBHiaJl2M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkBHiaJl2M .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tkBHiaJl2M .addr {
    margin: 0 auto;
  }
}
.cid-tkBHiaJl2M .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tkBHiaJl2M .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tjEcbtIRMg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjEcbtIRMg .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-tjEcbtIRMg .card {
  background: transparent;
}
.cid-tjEcbtIRMg .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-tjEcbtIRMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjEcbtIRMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjEcco8tVc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjEcco8tVc .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-tjEcco8tVc .card {
  background: transparent;
}
.cid-tjEcco8tVc .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-tjEcco8tVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjEcco8tVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjEcUuLPFv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tjEcUuLPFv .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-tjEcUuLPFv .card {
  background: transparent;
}
.cid-tjEcUuLPFv .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-tjEcUuLPFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjEcUuLPFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkBHiaJl2M .navbar-dropdown {
  position: relative !important;
}
.cid-tkBHiaJl2M .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-tkBHiaJl2M .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tkBHiaJl2M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tkBHiaJl2M .navbar-caption {
  font-weight: 500;
}
.cid-tkBHiaJl2M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkBHiaJl2M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tkBHiaJl2M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkBHiaJl2M .dropdown-item:hover,
.cid-tkBHiaJl2M .dropdown-item:focus {
  color: #ff0066 !important;
}
.cid-tkBHiaJl2M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkBHiaJl2M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkBHiaJl2M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkBHiaJl2M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkBHiaJl2M .nav-link {
  position: relative;
}
.cid-tkBHiaJl2M .nav-link:hover {
  color: #ff0066 !important;
}
.cid-tkBHiaJl2M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tkBHiaJl2M .container,
  .cid-tkBHiaJl2M .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkBHiaJl2M .dropdown-menu,
.cid-tkBHiaJl2M .navbar.opened {
  background: #ffffff !important;
}
.cid-tkBHiaJl2M .nav-item:focus,
.cid-tkBHiaJl2M .nav-link:focus {
  outline: none;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkBHiaJl2M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkBHiaJl2M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkBHiaJl2M .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tkBHiaJl2M .navbar.opened {
  transition: all 0.3s;
}
.cid-tkBHiaJl2M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkBHiaJl2M .navbar .navbar-logo img {
  width: auto;
}
.cid-tkBHiaJl2M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkBHiaJl2M .navbar.collapsed {
  justify-content: center;
}
.cid-tkBHiaJl2M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkBHiaJl2M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkBHiaJl2M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tkBHiaJl2M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkBHiaJl2M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkBHiaJl2M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tkBHiaJl2M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkBHiaJl2M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkBHiaJl2M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkBHiaJl2M .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tkBHiaJl2M .navbar.navbar-short {
  min-height: 80px;
}
.cid-tkBHiaJl2M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkBHiaJl2M .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tkBHiaJl2M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkBHiaJl2M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkBHiaJl2M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkBHiaJl2M .dropdown-item.active,
.cid-tkBHiaJl2M .dropdown-item:active {
  background-color: transparent;
}
.cid-tkBHiaJl2M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkBHiaJl2M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkBHiaJl2M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkBHiaJl2M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkBHiaJl2M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkBHiaJl2M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkBHiaJl2M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkBHiaJl2M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkBHiaJl2M .navbar {
    height: 70px;
  }
  .cid-tkBHiaJl2M .navbar.opened {
    height: auto;
  }
  .cid-tkBHiaJl2M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkBHiaJl2M .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tkBHiaJl2M .addr {
    margin: 0 auto;
  }
}
.cid-tkBHiaJl2M .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tkBHiaJl2M .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tkBHH8GP2h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tkBHH8GP2h .main-col {
  display: flex;
}
.cid-tkBHH8GP2h .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: #ffffff;
  box-shadow: 0 0 80px rgba(0, 29, 56, 0.03);
}
.cid-tkBHH8GP2h .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tkBHH8GP2h .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tkBHH8GP2h .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-tkBHH8GP2h .text-wrapper {
    width: 52%;
  }
}
.cid-tkBHH8GP2h .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-tkBHH8GP2h .prof-text {
  color: #00284E;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tkBHH8GP2h .mbr-section-subtitle {
  color: #010d4c;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-tkBHH8GP2h .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tkBHH8GP2h .mbr-text {
  color: #00284E;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-tkBHH8GP2h .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkBHH8GP2h .image-wrapper {
    width: 48%;
  }
}
.cid-tkBHH8GP2h .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tkBHH8GP2h .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-tkBHH8GP2h .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-tkBHH8GP2h .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-tkBHH8GP2h .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkBHH8GP2h .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tkBHH8GP2h .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-tkBHH8GP2h .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-tkBHH8GP2h .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-tkBHH8GP2h .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-tkBHH8GP2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkBHH8GP2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkBHiaJl2M .navbar-dropdown {
  position: relative !important;
}
.cid-tkBHiaJl2M .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-tkBHiaJl2M .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tkBHiaJl2M .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tkBHiaJl2M .navbar-caption {
  font-weight: 500;
}
.cid-tkBHiaJl2M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkBHiaJl2M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tkBHiaJl2M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkBHiaJl2M .dropdown-item:hover,
.cid-tkBHiaJl2M .dropdown-item:focus {
  color: #ff0066 !important;
}
.cid-tkBHiaJl2M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkBHiaJl2M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkBHiaJl2M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkBHiaJl2M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkBHiaJl2M .nav-link {
  position: relative;
}
.cid-tkBHiaJl2M .nav-link:hover {
  color: #ff0066 !important;
}
.cid-tkBHiaJl2M .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tkBHiaJl2M .container,
  .cid-tkBHiaJl2M .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkBHiaJl2M .dropdown-menu,
.cid-tkBHiaJl2M .navbar.opened {
  background: #ffffff !important;
}
.cid-tkBHiaJl2M .nav-item:focus,
.cid-tkBHiaJl2M .nav-link:focus {
  outline: none;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkBHiaJl2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkBHiaJl2M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkBHiaJl2M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkBHiaJl2M .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tkBHiaJl2M .navbar.opened {
  transition: all 0.3s;
}
.cid-tkBHiaJl2M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkBHiaJl2M .navbar .navbar-logo img {
  width: auto;
}
.cid-tkBHiaJl2M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkBHiaJl2M .navbar.collapsed {
  justify-content: center;
}
.cid-tkBHiaJl2M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkBHiaJl2M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkBHiaJl2M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tkBHiaJl2M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkBHiaJl2M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkBHiaJl2M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkBHiaJl2M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tkBHiaJl2M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkBHiaJl2M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkBHiaJl2M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkBHiaJl2M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkBHiaJl2M .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tkBHiaJl2M .navbar.navbar-short {
  min-height: 80px;
}
.cid-tkBHiaJl2M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkBHiaJl2M .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tkBHiaJl2M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkBHiaJl2M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkBHiaJl2M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkBHiaJl2M .dropdown-item.active,
.cid-tkBHiaJl2M .dropdown-item:active {
  background-color: transparent;
}
.cid-tkBHiaJl2M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkBHiaJl2M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkBHiaJl2M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkBHiaJl2M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkBHiaJl2M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkBHiaJl2M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkBHiaJl2M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkBHiaJl2M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkBHiaJl2M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkBHiaJl2M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkBHiaJl2M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkBHiaJl2M .navbar {
    height: 70px;
  }
  .cid-tkBHiaJl2M .navbar.opened {
    height: auto;
  }
  .cid-tkBHiaJl2M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkBHiaJl2M .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tkBHiaJl2M .addr {
    margin: 0 auto;
  }
}
.cid-tkBHiaJl2M .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tkBHiaJl2M .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tieBy1QOMa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfbfb;
}
.cid-tieBy1QOMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tieBy1QOMa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tieBy1QOMa .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tieBy1QOMa .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-tieBy1QOMa .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-tieBy1QOMa .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tieBy1QOMa .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tieBy1QOMa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-tieBy1QOMa .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tieBy1QOMa .navbar-brand {
    justify-content: center !important;
  }
}
.cid-tieBy1QOMa .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-tieBy1QOMa .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-tieBy1QOMa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-tieBy1QOMa .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-tieBy1QOMa .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tieBy1QOMa .copyright-col {
    flex-direction: column;
  }
}
.cid-tieBy1QOMa .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tieBy1QOMa .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-ub0Wfg2B98 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
}
.cid-ub0Wfg2B98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0Wfg2B98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub0Wfg2B98 .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-ub0Wfg2B98 .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ub0Wfg2B98 .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-ub0Wfg2B98 .image-wrapper {
  padding: 0;
}
.cid-ub0Wfg2B98 .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-ub26GXBQ5g {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ub26GXBQ5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub26GXBQ5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub26GXBQ5g .col-12 {
  position: relative;
}
.cid-ub26GXBQ5g img {
  margin: auto;
}
.cid-ub26GXBQ5g .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-ub26GXBQ5g .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ub26GXBQ5g .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ub26GXBQ5g .image-wrapper {
    padding: 1rem;
  }
}
.cid-ub26GXBQ5g .mbr-section-title {
  color: #ffffff;
}
.cid-ub26GXBQ5g .mbr-text,
.cid-ub26GXBQ5g .mbr-section-btn {
  color: #ffffff;
}
.cid-ub27YYhUI8 {
  background-color: #ffffff;
}
.cid-ub27YYhUI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub27YYhUI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub27YYhUI8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-ub27YYhUI8 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-ub27YYhUI8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub27YYhUI8 .container {
    padding: 0 16px;
  }
}
.cid-ub27YYhUI8 .row {
  justify-content: center;
}
.cid-ub27YYhUI8 .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ub27YYhUI8 .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-ub27YYhUI8 .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-ub27YYhUI8 .mbr-section-title {
  color: #f0f0f0;
}
.cid-ub27YYhUI8 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ub27YYhUI8 .mbr-section-title,
.cid-ub27YYhUI8 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ub0WzSE2gB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ub0WzSE2gB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub0WzSE2gB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub0WzSE2gB .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ub0WzSE2gB .container-fluid {
    padding: 0 20px;
  }
}
.cid-ub0WzSE2gB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub0WzSE2gB .container {
    padding: 0 20px;
  }
}
.cid-ub0WzSE2gB .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ub0WzSE2gB .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ub0WzSE2gB .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ub0WzSE2gB .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-ub0WzSE2gB .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-ub0WzSE2gB .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-ub0WzSE2gB .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-ub0WzSE2gB .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-ub0WzSE2gB .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #dcdde0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-ub0WzSE2gB .dragArea.row .form-group .form-control:hover,
.cid-ub0WzSE2gB .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-ub0WzSE2gB .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-ub0WzSE2gB .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-ub0WzSE2gB .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ub0WzSE2gB .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-ub0WzSE2gB .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ub0WzSE2gB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ub0WzSE2gB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ub0WzSE2gB .mbr-text,
.cid-ub0WzSE2gB .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ub0WzSE2gB label {
  color: #000000;
}
.cid-ub0WzSE2gB .mbr-section-btn {
  text-align: center;
}
