body {
  font-family: Libre Caslon Display;
}
.display-1 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 5.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.71875rem;
}
.display-2 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 3.5625rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.453125rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 1.1875rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.484375rem;
}
/* ---- 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.3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.7625rem;
    font-size: calc( 2.53125rem + (5.375 - 2.53125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.53125rem + (5.375 - 2.53125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.85rem;
    font-size: calc( 1.8968749999999999rem + (3.5625 - 1.8968749999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8968749999999999rem + (3.5625 - 1.8968749999999999) * ((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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.95rem;
    font-size: calc( 1.065625rem + (1.1875 - 1.065625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.065625rem + (1.1875 - 1.065625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.0625rem 3.5625rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #111213 !important;
}
.bg-success {
  background-color: #b18161 !important;
}
.bg-info {
  background-color: #52586a !important;
}
.bg-warning {
  background-color: #909190 !important;
}
.bg-danger {
  background-color: #9d9690 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #111213 !important;
  border-color: #111213 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3843c7 !important;
  border-color: #3843c7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #252c83 !important;
  border-color: #252c83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #252c83 !important;
  border-color: #252c83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #52586a !important;
  border-color: #52586a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2c2f39 !important;
  border-color: #2c2f39 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2c2f39 !important;
  border-color: #2c2f39 !important;
}
.btn-success,
.btn-success:active {
  background-color: #b18161 !important;
  border-color: #b18161 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #7d573e !important;
  border-color: #7d573e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7d573e !important;
  border-color: #7d573e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #909190 !important;
  border-color: #909190 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #656665 !important;
  border-color: #656665 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #656665 !important;
  border-color: #656665 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9d9690 !important;
  border-color: #9d9690 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #726b64 !important;
  border-color: #726b64 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #726b64 !important;
  border-color: #726b64 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #111213;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #111213 !important;
  border-color: #111213 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3843c7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #252c83 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3843c7 !important;
  border-color: #3843c7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #52586a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2c2f39 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #52586a !important;
  border-color: #52586a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b18161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7d573e !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: #b18161 !important;
  border-color: #b18161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #909190;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #656665 !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: #909190 !important;
  border-color: #909190 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9d9690;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #726b64 !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: #9d9690 !important;
  border-color: #9d9690 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #111213 !important;
}
.text-secondary {
  color: #3843c7 !important;
}
.text-success {
  color: #b18161 !important;
}
.text-info {
  color: #52586a !important;
}
.text-warning {
  color: #909190 !important;
}
.text-danger {
  color: #9d9690 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #111213 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3843c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b18161 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #52586a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #909190 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9d9690 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.3s;
  /*position: relative;
        background-image: linear-gradient(currentColor 50%, currentColor 50%);
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: 0 1.2em;*/
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #111213;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #52586a;
}
.alert-warning {
  background-color: #909190;
}
.alert-danger {
  background-color: #9d9690;
}
.mbr-gallery-filter li.active .btn {
  background-color: #111213;
  border-color: #111213;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c1c4c8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dbc5b6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9198aa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0d0d0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d9d6d4;
}
/* Scroll to top button*/
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  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: #111213 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #111213;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #111213;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #111213;
}
.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: #111213;
  border-bottom-color: #111213;
}
.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: #111213 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3843c7 !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='%23111213' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1356px;
}
a {
  transition: color 300ms ease !important;
}
a.btn {
  transition: color 300ms ease !important;
  box-shadow: none !important;
}
.container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1000px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 420px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sPvmfwp2Vt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPvmfwp2Vt nav.navbar {
  position: fixed;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover,
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sPvmfwp2Vt .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sPvmfwp2Vt .container {
  display: flex;
  margin: auto;
}
.cid-sPvmfwp2Vt .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sPvmfwp2Vt .dropdown-menu,
.cid-sPvmfwp2Vt .navbar.opened {
  background: #ffffff !important;
}
.cid-sPvmfwp2Vt .nav-item:focus,
.cid-sPvmfwp2Vt .nav-link:focus {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sPvmfwp2Vt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPvmfwp2Vt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPvmfwp2Vt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPvmfwp2Vt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sPvmfwp2Vt .navbar.opened {
  transition: all 0.3s;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPvmfwp2Vt .navbar .navbar-logo img {
  width: auto;
}
.cid-sPvmfwp2Vt .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar.collapsed {
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPvmfwp2Vt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPvmfwp2Vt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPvmfwp2Vt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPvmfwp2Vt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPvmfwp2Vt .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-sPvmfwp2Vt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPvmfwp2Vt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPvmfwp2Vt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPvmfwp2Vt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPvmfwp2Vt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPvmfwp2Vt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPvmfwp2Vt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPvmfwp2Vt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPvmfwp2Vt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPvmfwp2Vt .dropdown-item.active,
.cid-sPvmfwp2Vt .dropdown-item:active {
  background-color: transparent;
}
.cid-sPvmfwp2Vt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPvmfwp2Vt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPvmfwp2Vt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPvmfwp2Vt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPvmfwp2Vt ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sPvmfwp2Vt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPvmfwp2Vt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #111213;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvmfwp2Vt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPvmfwp2Vt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvmfwp2Vt .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sPvmfwp2Vt a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sPvmfwp2Vt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPvmfwp2Vt .navbar {
    height: 70px;
  }
  .cid-sPvmfwp2Vt .navbar.opened {
    height: auto;
  }
  .cid-sPvmfwp2Vt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPvmfwp2Vt a {
  display: inline;
}
.cid-sPvmfwp2Vt img {
  display: inline;
  padding-right: 10px;
}
.cid-sPvmfwp2Vt .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sPvmfwp2Vt .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sPvmfwp2Vt .dropdown-item:hover {
  color: #52586a !important;
}
@media (max-width: 990px) {
  .cid-sPvmfwp2Vt .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sPvmfwp2Vt .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sPvmfwp2Vt .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sPvmfwp2Vt .nav-item {
  margin-right: 32px;
}
.cid-sPvmfwp2Vt .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sPvmfwp2Vt ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sPvmfwp2Vt .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sPvmfwp2Vt .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sPvmfwp2Vt .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #111213;
}
.cid-sPvmfwp2Vt .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sPvmfwp2Vt .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sPvmfwp2Vt .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-sPvmfwp2Vt .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sPvmfwp2Vt .dropdown-item:focus {
  color: #52586a !important;
}
@media (max-width: 945px) {
  .cid-sPvmfwp2Vt .top {
    margin-top: 25px;
  }
}
.cid-sPvmfwp2Vt .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sPvmfwp2Vt .container,
  .cid-sPvmfwp2Vt .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPvmfwp2Vt li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sPvmfwp2Vt ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sPvmfwp2Vt .icons-menu {
    min-width: initial !important;
  }
  .cid-sPvmfwp2Vt a.btn {
    margin-top: 10px;
  }
}
.cid-sPvmfwp2Vt a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPvmfwp2Vt a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmfwp2Vt a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmfwp2Vt a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmfwp2Vt .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvmfwp2Vt a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvmfwp2Vt .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sPvmfwp2Vt .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-sPvmfNW6U4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sPvmfNW6U4 .carousel {
  height: 800px;
}
.cid-sPvmfNW6U4 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sPvmfNW6U4 .carousel-item,
.cid-sPvmfNW6U4 .carousel-inner {
  height: 100%;
}
.cid-sPvmfNW6U4 .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 100%;
}
.cid-sPvmfNW6U4 .carousel-caption {
  bottom: initial;
  text-align: left;
  position: absolute;
  right: initial;
  left: initial;
  padding-left: 120px;
  padding-right: 120px;
}
.cid-sPvmfNW6U4 .mbr-text {
  margin-bottom: 10px;
}
.cid-sPvmfNW6U4 .mbr-section-text {
  margin-bottom: 10px;
}
.cid-sPvmfNW6U4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sPvmfNW6U4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sPvmfNW6U4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: .8;
}
@media (max-width: 767px) {
  .cid-sPvmfNW6U4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sPvmfNW6U4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sPvmfNW6U4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sPvmfNW6U4 .carousel-control {
  top: 50%;
  width: 67px;
  height: 67px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #07091f;
  transition: all 0.3s;
  opacity: 1;
}
.cid-sPvmfNW6U4 .carousel-control.carousel-control-prev {
  left: -134px;
}
.cid-sPvmfNW6U4 .carousel-control.carousel-control-next {
  left: -67px;
}
.cid-sPvmfNW6U4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3rem !important;
  justify-content: flex-start;
  margin-left: 120px;
}
.cid-sPvmfNW6U4 .carousel-indicators li {
  margin-right: 23px;
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  background-color: #040e17;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
  border: none;
}
.cid-sPvmfNW6U4 .carousel-indicators li:hover {
  background-color: #b18161;
}
.cid-sPvmfNW6U4 .carousel-indicators li.active {
  margin-right: 23px;
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  background-color: #b18161;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
  border: none;
}
@media (max-width: 768px) {
  .cid-sPvmfNW6U4 .carousel-indicators {
    display: none !important;
  }
}
.cid-sPvmfNW6U4 .container {
  margin-right: 70px;
  margin-left: 70px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: initial;
  max-width: initial !important;
}
@media (max-width: 1000px) {
  .cid-sPvmfNW6U4 .container {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .cid-sPvmfNW6U4 .carousel-caption {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cid-sPvmfNW6U4 .carousel-indicators {
    margin-left: 30px;
  }
}
.cid-sPvmfNW6U4 .controls {
  position: absolute;
  top: 50%;
  right: 0;
}
@media (max-width: 1260px) {
  .cid-sPvmfNW6U4 .controls {
    display: none;
  }
}
.cid-sPvmfNW6U4 P {
  color: #111213;
}
.cid-sPvmfNW6U4 .mbr-text,
.cid-sPvmfNW6U4 .mbr-section-btn {
  color: #111213;
}
.cid-sPvmfNW6U4 .active {
  transition: all 0.5s !important;
}
.cid-sPvmfNW6U4 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-sPvmjaGyZZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPvmjaGyZZ .item-wrapper {
  position: relative;
}
.cid-sPvmjaGyZZ .features-image {
  padding-top: 45px;
}
.cid-sPvmjaGyZZ .features-image:first-child {
  padding-top: 0px;
}
.cid-sPvmjaGyZZ .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-sPvmjaGyZZ .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-sPvmjaGyZZ .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-sPvmjaGyZZ .features-image:nth-child(3) {
    padding-top: 45px;
  }
  .cid-sPvmjaGyZZ .features-image:nth-child(4) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-sPvmjaGyZZ .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-sPvmjaGyZZ .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-sPvmjaGyZZ .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-sPvmjaGyZZ .name {
  margin-top: 27px;
  color: #111213;
}
.cid-sPvmjaGyZZ .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-sPvmjaGyZZ .mbr-section-subtitle {
  color: #111213;
  text-align: center;
  margin-bottom: 60px;
}
.cid-sPvmjaGyZZ .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-sPvmjaGyZZ .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-sPvmjaGyZZ .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-sPvmjaGyZZ .mbr-iconfont::before {
  font-size: 14px;
}
.cid-sPvmjaGyZZ .desc1,
.cid-sPvmjaGyZZ .iconfont-wrapper {
  color: #ffffff;
}
.cid-sPvmjaGyZZ .tag1 {
  background-color: #3f37c9;
}
.cid-sPvmjaGyZZ .tag2 {
  background-color: #3f37c9;
}
.cid-sPvmjaGyZZ .tag3 {
  background-color: #3f37c9;
}
.cid-sPvmjaGyZZ .tag4 {
  background-color: #3f37c9;
}
.cid-sPvmoQfj32 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sPvmoQfj32 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-sPvmoQfj32 .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-sPvmoQfj32 .video-wrapper {
  margin-top: 135px;
}
.cid-sPvmoQfj32 .video-wrapper iframe {
  width: 100%;
}
.cid-sPvmoQfj32 .app-video-wrapper:before {
  font-size: 16px;
  padding: 28px 28px 28px 30px;
  background-color: #FFFFFF;
  color: #4D2E12;
  line-height: 15px;
  text-shadow: none;
}
.cid-sPvmoQfj32 .right {
  margin-left: 14%;
}
.cid-sPvmoQfj32 .mbr-text {
  color: #52586a;
}
@media (max-width: 768px) {
  .cid-sPvmoQfj32 .right {
    margin-left: 0;
    margin-right: 0 !important;
    margin-top: 50px;
  }
  .cid-sPvmoQfj32 .video-wrapper {
    margin-top: 30px;
  }
}
.cid-sPvmqYveco {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sPvmqYveco .mbr-text {
  margin: 0;
  padding-bottom: 30px;
  color: #52586a;
}
.cid-sPvmqYveco .mbr-section-title {
  padding-bottom: 17px;
  letter-spacing: 0.7px;
}
.cid-sPvmqYveco .text-element {
  background-color: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sPvmqYveco .row-element,
.cid-sPvmqYveco .image-element {
  padding: 0;
}
.cid-sPvmqYveco .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sPvmqYveco .carousel-item.active,
.cid-sPvmqYveco .carousel-item-next,
.cid-sPvmqYveco .carousel-item-prev {
  display: flex;
}
.cid-sPvmqYveco .carousel-indicators {
  position: initial;
  align-items: center;
  display: flex;
}
.cid-sPvmqYveco .carousel-indicators .active img {
  opacity: 1;
  transform: scale(1.3);
  transition: 0.1s;
}
.cid-sPvmqYveco .carousel-indicators li {
  background-color: transparent;
  margin: 0 20px;
  opacity: 1;
  position: initial;
  width: 3.6em;
  height: 3.6em;
  max-width: initial;
  max-height: initial;
  transition: 0.1s;
}
@media (max-width: 540px) {
  .cid-sPvmqYveco .text-element {
    padding: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPvmqYveco .image-element {
    min-width: 50%;
  }
  .cid-sPvmqYveco .media-container-row {
    width: 100%;
  }
}
.cid-sPvmqYveco img {
  border-radius: 50%;
  object-fit: cover;
  width: 3.6em;
  height: 3.6em;
  transition: 0.1s;
}
.cid-sPvmqYveco .heading {
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0;
}
.cid-sPvmqYveco .title {
  margin-bottom: 23px;
  padding: 0;
  color: #111213;
}
.cid-sPvmqYveco .mbr-section-subtitle {
  margin-bottom: 10px;
  padding: 0;
  font-weight: 600;
  color: #111213;
}
.cid-sPvmqYveco .container {
  padding: 0 15%;
}
@media (max-width: 990px) {
  .cid-sPvmqYveco .text-element {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-sPvmqYveco .container {
    padding: 0 5%;
  }
}
.cid-sPvmqYveco .mbr-iconfont {
  display: block;
  font-size: 28px;
  color: #3f37c9;
}
.cid-sPvmqYveco .iconfont-wrapper {
  margin-bottom: 40px;
}
.cid-sPvmqYveco section {
  overflow: hidden;
}
@media (max-width: 576px) {
  .cid-sPvmqYveco li {
    margin: 10px !important;
    width: 1.5em !important;
    height: 1.5em !important;
  }
  .cid-sPvmqYveco img {
    width: 1.5em !important;
    height: 1.5em !important;
  }
}
.cid-sPvmxojgQF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPvmxojgQF .align {
  align-items: center;
}
.cid-sPvmxojgQF .mbr-section-title {
  text-align: left;
  color: #ffffff;
  margin-bottom: 38px;
}
.cid-sPvmxojgQF .btn {
  border-left: 1px solid #E5E6EF;
  padding: 0.6rem 20px 0.6rem 30px !important;
  transition: color 300ms ease !important;
  margin-top: 13px;
  margin-bottom: 13px;
  height: 30px;
}
.cid-sPvmxojgQF .btn:hover {
  border-left: 1px solid #E5E6EF !important;
  padding: 0.6rem 20px 0.6rem 30px !important;
  color: #3843c7 !important;
}
.cid-sPvmxojgQF .form-group.col-12 {
  padding-left: 26px;
  padding-right: 0 !important;
}
.cid-sPvmxojgQF .button {
  right: 1px;
  top: 11px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-sPvmxojgQF .form-control {
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  padding: 16px 0px;
  height: 50px;
  background-color: transparent !important;
}
.cid-sPvmxojgQF .form-control:hover {
  box-shadow: none;
}
.cid-sPvmxojgQF .form-group {
  margin-bottom: 10px;
  position: relative;
  background-color: #f2f5fb;
  padding-top: 3px;
  padding-bottom: 3px;
}
.cid-sPvmxojgQF textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-sPvmxojgQF input:hover {
  border-color: #14142b !important;
}
.cid-sPvmxojgQF textarea:hover {
  border-color: #14142b !important;
}
.cid-sPvmxojgQF input:focus {
  border-color: #14142b !important;
  box-shadow: none !important;
}
.cid-sPvmxojgQF textarea:focus {
  border-color: #14142b !important;
}
.cid-sPvmxojgQF .col-lg-12.col-md-12.col-sm-12.form-group {
  padding: 30px !important;
}
@media (max-width: 1125px) {
  .cid-sPvmxojgQF .mbr-section-title {
    text-align: center;
    max-width: initial;
    width: 100%;
  }
  .cid-sPvmxojgQF .form-part {
    width: 100%;
  }
  .cid-sPvmxojgQF .text-part {
    max-width: initial;
    width: 100%;
    margin-right: 0;
  }
  .cid-sPvmxojgQF .form-group.col-12 {
    padding-right: 8px;
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 630px) {
  .cid-sPvmxojgQF .form-group.col-12.col-lg {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-sPvmxojgQF input.form-control {
    margin-bottom: 20px;
    height: 64px;
    width: 100%;
    padding: 8px 16px;
  }
  .cid-sPvmxojgQF .dragArea.row {
    margin-right: 1px;
    margin-left: 1px;
  }
  .cid-sPvmxojgQF input[type=email] {
    margin-bottom: 0;
  }
}
.cid-sPvmxojgQF a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPvmxojgQF .form-group.col-12.col-lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sPvmxojgQF input,
.cid-sPvmxojgQF textarea,
.cid-sPvmxojgQF select,
.cid-sPvmxojgQF .form-control-label,
.cid-sPvmxojgQF .form-check,
.cid-sPvmxojgQF label {
  color: #040e17;
  font-family: 'DM Sans';
}
.cid-sPvmxojgQF input::placeholder,
.cid-sPvmxojgQF textarea::placeholder,
.cid-sPvmxojgQF select::placeholder {
  color: #52586A;
  font-family: 'DM Sans' !important;
}
.cid-sPvmxojgQF .form-control,
.cid-sPvmxojgQF form .btn {
  min-height: initial;
}
.cid-sPvmxojgQF .iconfont-wrapper > .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #3f37c9;
  margin-bottom: 25px;
}
.cid-sPvmxojgQF .container {
  max-width: 630px;
}
.cid-sPvmxojgQF .title,
.cid-sPvmxojgQF .iconfont-wrapper {
  color: #111213;
  text-align: center;
}
.cid-sPvmy8DEwu .google-map {
  filter: grayscale(0.9);
  height: 34rem;
  position: relative;
}
.cid-sPvmy8DEwu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sPvmy8DEwu .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-sPvmy8DEwu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sPvmy8DEwu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sPvmB7NG4e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPvmB7NG4e .item-wrapper {
  position: relative;
  overflow: initial;
}
.cid-sPvmB7NG4e .item-img:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cid-sPvmB7NG4e .item:hover .item-img:before {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-sPvmB7NG4e .col-12 {
    margin-top: 30px;
  }
  .cid-sPvmB7NG4e .col-12:first-child {
    margin-top: 0px;
  }
  .cid-sPvmB7NG4e .col-12:nth-child(2) {
    margin-top: 0px;
  }
  .cid-sPvmB7NG4e .col-12:nth-child(3) {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-sPvmB7NG4e .col-12:nth-child(2) {
    margin-top: 30px;
  }
  .cid-sPvmB7NG4e .col-12:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-sPvmC1N8BP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sPvmC1N8BP .l {
  display: inline !important;
}
.cid-sPvmC1N8BP .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sPvmC1N8BP .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sPvmC1N8BP .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sPvmC1N8BP .social-list {
  width: auto;
}
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-sPvmC1N8BP .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sPvmC1N8BP .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sPvmC1N8BP .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-sPvmC1N8BP .social-list {
    text-align: center !important;
  }
}
.cid-sPvmC1N8BP .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvmC1N8BP a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvmC1N8BP a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvmC1N8BP .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-sPvmC1N8BP .nav-link {
  font-weight: 600 !important;
}
.cid-sPvmC1N8BP .inner1 {
  width: auto;
}
.cid-sPvmC1N8BP .mbr-text {
  color: #52586a;
}
.cid-sPvmC1N8BP .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-sPvmC1N8BP a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-sPvmC1N8BP .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-sPvmC1N8BP .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-sPvmC1N8BP .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-sPvmC1N8BP .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-sPvmC1N8BP .mbr-section-title,
.cid-sPvmC1N8BP .social-media {
  text-align: center;
  color: #111213;
}
