.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'LibreCaslonText-Italic';
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'foundersgrotesk-medium-webfont';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'foundersgrotesk-medium-webfont';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'LibreCaslonText-Italic';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'foundersgroteskcond-lt-webfont';
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #dc3f37 !important;
}
.bg-success {
  background-color: #ebebe3 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #dd742d !important;
}
.bg-danger {
  background-color: #dfe1db !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dc3f37 !important;
  border-color: #dc3f37 !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: #a0221c !important;
  border-color: #a0221c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a0221c !important;
  border-color: #a0221c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffbd16 !important;
  border-color: #ffbd16 !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: #be8800 !important;
  border-color: #be8800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #be8800 !important;
  border-color: #be8800 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.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-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ebebe3 !important;
  border-color: #ebebe3 !important;
  color: #797956 !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: #c7c7b0 !important;
  border-color: #c7c7b0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #797956 !important;
  background-color: #c7c7b0 !important;
  border-color: #c7c7b0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dd742d !important;
  border-color: #dd742d !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: #9a4d19 !important;
  border-color: #9a4d19 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9a4d19 !important;
  border-color: #9a4d19 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dfe1db !important;
  border-color: #dfe1db !important;
  color: #616756 !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: #b5baac !important;
  border-color: #b5baac !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #616756 !important;
  background-color: #b5baac !important;
  border-color: #b5baac !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: #dc3f37;
  color: #dc3f37;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a0221c !important;
  background-color: transparent!important;
  border-color: #a0221c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #dc3f37 !important;
  border-color: #dc3f37 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffbd16;
  color: #ffbd16;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #be8800 !important;
  background-color: transparent!important;
  border-color: #be8800 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbd16 !important;
  border-color: #ffbd16 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ebebe3;
  color: #ebebe3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c7c7b0 !important;
  background-color: transparent!important;
  border-color: #c7c7b0 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #797956 !important;
  background-color: #ebebe3 !important;
  border-color: #ebebe3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dd742d;
  color: #dd742d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9a4d19 !important;
  background-color: transparent!important;
  border-color: #9a4d19 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #dd742d !important;
  border-color: #dd742d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dfe1db;
  color: #dfe1db;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b5baac !important;
  background-color: transparent!important;
  border-color: #b5baac !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #616756 !important;
  background-color: #dfe1db !important;
  border-color: #dfe1db !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #dc3f37 !important;
}
.text-secondary {
  color: #ffbd16 !important;
}
.text-success {
  color: #ebebe3 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #dd742d !important;
}
.text-danger {
  color: #dfe1db !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #93201a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #af7d00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c1c1a7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8d4717 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #aeb3a3 !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: #dc3f37;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #dd742d;
}
.alert-danger {
  background-color: #dfe1db;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dc3f37;
  border-color: #dc3f37;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #dc3f37;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fae6e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f9e8dd;
}
.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: 'foundersgrotesk-medium-webfont';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #dc3f37 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'foundersgrotesk-medium-webfont';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #dc3f37;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #dc3f37;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #dc3f37;
}
.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: #dc3f37;
  border-bottom-color: #dc3f37;
}
.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: #dc3f37 !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: #ffbd16 !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='%23dc3f37' %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-tAFq9wYMIr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tAFq9wYMIr nav.navbar {
  position: fixed;
}
.cid-tAFq9wYMIr .nav-link,
.cid-tAFq9wYMIr .dropdown-item {
  font-weight: 400;
}
.cid-tAFq9wYMIr .nav-link:hover,
.cid-tAFq9wYMIr .dropdown-item:hover {
  color: #dc3f37 !important;
}
.cid-tAFq9wYMIr .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-tAFq9wYMIr .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-tAFq9wYMIr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAFq9wYMIr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAFq9wYMIr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAFq9wYMIr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAFq9wYMIr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAFq9wYMIr .nav-link {
  position: relative;
}
.cid-tAFq9wYMIr .container {
  display: flex;
  margin: auto;
}
.cid-tAFq9wYMIr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAFq9wYMIr .dropdown-menu,
.cid-tAFq9wYMIr .navbar.opened {
  background: #ffffff !important;
}
.cid-tAFq9wYMIr .nav-item:focus,
.cid-tAFq9wYMIr .nav-link:focus {
  outline: none;
}
.cid-tAFq9wYMIr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAFq9wYMIr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAFq9wYMIr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAFq9wYMIr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAFq9wYMIr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAFq9wYMIr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAFq9wYMIr .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tAFq9wYMIr .navbar.opened {
  transition: all .3s;
}
.cid-tAFq9wYMIr .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAFq9wYMIr .navbar .navbar-logo img {
  width: auto;
}
.cid-tAFq9wYMIr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAFq9wYMIr .navbar.collapsed {
  justify-content: center;
}
.cid-tAFq9wYMIr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAFq9wYMIr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAFq9wYMIr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tAFq9wYMIr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAFq9wYMIr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAFq9wYMIr .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-tAFq9wYMIr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAFq9wYMIr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAFq9wYMIr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAFq9wYMIr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAFq9wYMIr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAFq9wYMIr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAFq9wYMIr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAFq9wYMIr .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-tAFq9wYMIr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAFq9wYMIr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAFq9wYMIr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAFq9wYMIr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAFq9wYMIr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAFq9wYMIr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAFq9wYMIr .navbar.navbar-short {
  min-height: 80px;
}
.cid-tAFq9wYMIr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAFq9wYMIr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAFq9wYMIr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAFq9wYMIr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAFq9wYMIr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAFq9wYMIr .dropdown-item.active,
.cid-tAFq9wYMIr .dropdown-item:active {
  background-color: transparent;
}
.cid-tAFq9wYMIr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAFq9wYMIr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAFq9wYMIr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAFq9wYMIr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAFq9wYMIr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAFq9wYMIr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAFq9wYMIr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAFq9wYMIr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAFq9wYMIr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAFq9wYMIr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-tAFq9wYMIr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAFq9wYMIr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAFq9wYMIr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAFq9wYMIr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAFq9wYMIr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAFq9wYMIr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAFq9wYMIr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAFq9wYMIr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAFq9wYMIr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAFq9wYMIr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAFq9wYMIr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAFq9wYMIr .navbar {
    height: 70px;
  }
  .cid-tAFq9wYMIr .navbar.opened {
    height: auto;
  }
  .cid-tAFq9wYMIr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tArf09llkR {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-tArf09llkR .carousel {
  width: 100%;
}
.cid-tArf09llkR .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tArf09llkR .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tArf09llkR .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 60%;
  overflow: hidden;
  bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 50px;
}
@media (max-width: 767px) {
  .cid-tArf09llkR .carousel-caption {
    height: 102%;
  }
}
.cid-tArf09llkR .carousel-control {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s;
  top: calc(50% + 60%/2 + 1rem);
  transform: translateY(-50%);
  left: 0;
  margin-left: 50px;
  color: #dc3f37;
  opacity: 1;
}
.cid-tArf09llkR .carousel-control.carousel-control-next {
  margin-left: 100px;
}
.cid-tArf09llkR .carousel-control > span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tArf09llkR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tArf09llkR .carousel-control:hover {
  opacity: 0.6;
}
.cid-tArf09llkR .item-wrapper {
  width: 100%;
}
.cid-tArf09llkR .mbr-section-subtitle,
.cid-tArf09llkR .slider-subtitle {
  margin-bottom: 30px;
}
.cid-tArf09llkR .caption-text {
  margin-bottom: 20.4px;
}
@media (max-width: 767px) {
  .cid-tArf09llkR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tArf09llkR .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tArf09llkR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tArf09llkR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tArf09llkR .carousel-indicators li.active,
.cid-tArf09llkR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tArf09llkR .carousel-indicators li::after,
.cid-tArf09llkR .carousel-indicators li::before {
  content: none;
}
.cid-tArf09llkR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tArf09llkR .carousel-indicators {
    display: none !important;
  }
}
.cid-tArf09llkR H5 {
  color: #ffffff;
}
.cid-tArf09llkR .mbr-section-subtitle {
  color: #dc3f37;
}
.cid-tArf09llkR P {
  color: #dfe1db;
}
.cid-tAz1TJn0l7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tAz1TJn0l7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAz1TJn0l7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAz1TJn0l7 .mbr-section-title {
  color: #000000;
}
.cid-tAEy7ixoGI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAEy7ixoGI h2,
.cid-tAEy7ixoGI h3,
.cid-tAEy7ixoGI h4,
.cid-tAEy7ixoGI h5 {
  margin: 0;
}
.cid-tAEy7ixoGI .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-tAEy7ixoGI .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-tAEy7ixoGI .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-tAEy7ixoGI .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-tAEy7ixoGI .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-tAEy7ixoGI .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-tAEy7ixoGI .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-tAEy7ixoGI .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-tAEy7ixoGI .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-tAEy7ixoGI .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tAEy7ixoGI .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-tAEy7ixoGI .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-tAEy7ixoGI .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tAEy7ixoGI .mbr-card-title {
  color: #dd742d;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-tAEy7ixoGI .mbr-card-subtitle {
  color: #ebebe3;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-tAEy7ixoGI .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-tADfUdsOC0 {
  background-color: #353535;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tADfUdsOC0 .row {
    background-color: transparent;
    background-color: #353535;
  }
}
@media (min-width: 992px) {
  .cid-tADfUdsOC0 .content-wrapper {
    max-width: 600px;
    height: 560px;
    background-color: transparent;
    background-color: #353535;
  }
}
@media (max-width: 991px) {
  .cid-tADfUdsOC0 .wrapper {
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-tADfUdsOC0 .wrapper {
    padding: 0 28px;
  }
}
.cid-tADfUdsOC0 .text {
  position: relative;
}
.cid-tADfUdsOC0 .card-header {
  padding: 15px 0 !important;
  border-bottom: none;
  margin-bottom: 0px !important;
  background-color: transparent;
  border-top: 1px solid rgba(61, 61, 61, 0.3);
}
@media (min-width: 768px) {
  .cid-tADfUdsOC0 .card-header {
    padding: 15px 0 15px 0 !important;
  }
}
.cid-tADfUdsOC0 .panel-body {
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
}
.cid-tADfUdsOC0 span {
  transform: rotate(45deg);
  transition: all 0.5s;
  font-size: 20px;
}
.cid-tADfUdsOC0 .collapsed span {
  transform: rotate(0deg);
}
@media (min-width: 992px) {
  .cid-tADfUdsOC0 .content-block {
    padding-left: 60px;
  }
}
.cid-tADfUdsOC0 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tADfUdsOC0 .panel-group {
  width: 100%;
}
.cid-tADfUdsOC0 .sign {
  font-family: 'Moririse2' !important;
}
.cid-tADfUdsOC0 .card {
  border-radius: 0px;
}
.cid-tADfUdsOC0 .card .card-header {
  border-radius: 0px;
  padding: 0;
}
.cid-tADfUdsOC0 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tADfUdsOC0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tADfUdsOC0 .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tADfUdsOC0 .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cid-tADfUdsOC0 .link-title {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3);
  padding-bottom: 33px;
}
.cid-tADfUdsOC0 .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tADfUdsOC0 .mbr-text {
  margin-bottom: 84px;
}
.cid-tADfUdsOC0 .header-text,
.cid-tADfUdsOC0 .sign {
  color: #ffffff;
}
.cid-tADfUdsOC0 .panel-text {
  color: #dfe1db;
  text-align: left;
}
.cid-tADfUdsOC0 .title {
  color: #ffffff;
}
.cid-tADfUdsOC0 .mbr-section-title {
  color: #dd742d;
}
.cid-tACOHrN8c4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ebebe3;
}
.cid-tACOHrN8c4 .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-tACOHrN8c4 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tACOHrN8c4 .mbr-section-subtitle {
  color: #000000;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tACOHrN8c4 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tACOHrN8c4 .card {
  margin-bottom: 30px;
}
.cid-tACOHrN8c4 img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-tACPO9si4k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ebebe3;
}
.cid-tACPO9si4k .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-tACPO9si4k .mbr-section-title {
  color: #C4CFDE;
}
.cid-tACPO9si4k .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tACPO9si4k .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tACPO9si4k .card {
  margin-bottom: 30px;
}
.cid-tACPO9si4k img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-tACQl2LDyU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ebebe3;
}
.cid-tACQl2LDyU .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-tACQl2LDyU .mbr-section-title {
  color: #C4CFDE;
}
.cid-tACQl2LDyU .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tACQl2LDyU .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tACQl2LDyU .card {
  margin-bottom: 30px;
}
.cid-tACQl2LDyU img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-tArHmqxqHM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ec732f;
}
.cid-tArHmqxqHM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tArHmqxqHM textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-tArHmqxqHM .text {
    max-width: 360px;
  }
}
.cid-tArHmqxqHM .align-right {
  width: 100%;
}
.cid-tArHmqxqHM .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tArHmqxqHM .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tArHmqxqHM .form-control,
.cid-tArHmqxqHM .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 1px solid #000000 !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tArHmqxqHM .form-control::-webkit-input-placeholder,
.cid-tArHmqxqHM .field-input::-webkit-input-placeholder,
.cid-tArHmqxqHM .form-control::-webkit-input-placeholder,
.cid-tArHmqxqHM .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-tArHmqxqHM .form-control:-moz-placeholder,
.cid-tArHmqxqHM .field-input:-moz-placeholder,
.cid-tArHmqxqHM .form-control:-moz-placeholder,
.cid-tArHmqxqHM .field-input:-moz-placeholder {
  color: #000000;
}
.cid-tArHmqxqHM .form-control:hover,
.cid-tArHmqxqHM .field-input:hover,
.cid-tArHmqxqHM .form-control:focus,
.cid-tArHmqxqHM .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-tArHmqxqHM .form-control:hover::-webkit-input-placeholder,
.cid-tArHmqxqHM .field-input:hover::-webkit-input-placeholder,
.cid-tArHmqxqHM .form-control:focus::-webkit-input-placeholder,
.cid-tArHmqxqHM .field-input:focus::-webkit-input-placeholder,
.cid-tArHmqxqHM .form-control:hover::-webkit-input-placeholder,
.cid-tArHmqxqHM .field-input:hover::-webkit-input-placeholder,
.cid-tArHmqxqHM .form-control:focus::-webkit-input-placeholder,
.cid-tArHmqxqHM .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tArHmqxqHM .form-control:hover:-moz-placeholder,
.cid-tArHmqxqHM .field-input:hover:-moz-placeholder,
.cid-tArHmqxqHM .form-control:focus:-moz-placeholder,
.cid-tArHmqxqHM .field-input:focus:-moz-placeholder,
.cid-tArHmqxqHM .form-control:hover:-moz-placeholder,
.cid-tArHmqxqHM .field-input:hover:-moz-placeholder,
.cid-tArHmqxqHM .form-control:focus:-moz-placeholder,
.cid-tArHmqxqHM .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-tArHmqxqHM .jq-number__spin:hover,
.cid-tArHmqxqHM .jq-number__spin:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tArHmqxqHM .jq-number__spin {
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tArHmqxqHM input::-webkit-clear-button {
  display: none;
}
.cid-tArHmqxqHM input::-webkit-inner-spin-button {
  display: none;
}
.cid-tArHmqxqHM input::-webkit-outer-spin-button {
  display: none;
}
.cid-tArHmqxqHM input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tArHmqxqHM .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tArHmqxqHM .socicon-wrap {
    margin: auto;
  }
}
.cid-tArHmqxqHM .mbr-text {
  color: #000000;
}
.cid-tArx7pwbgn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tArx7pwbgn .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 3rem;
}
@media (max-width: 991px) {
  .cid-tArx7pwbgn .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tArx7pwbgn .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-tArx7pwbgn .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-tArx7pwbgn .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-tArx7pwbgn .footer-top {
  border-bottom: 1px solid #ebebe3;
}
.cid-tArx7pwbgn .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-tArx7pwbgn .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #ebebe3;
}
.cid-tArx7pwbgn .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-tArx7pwbgn .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-tArx7pwbgn .soc-item a {
  color: #ebebe3;
}
.cid-tArx7pwbgn .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ebebe3;
  border: 1px solid #000000;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tArx7pwbgn .soc-item span:hover {
  border-color: #dc3f37;
  color: #dc3f37;
}
.cid-tArx7pwbgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tArx7pwbgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tArx7pwbgn .copyright {
  text-align: left;
  color: #9e9e9e;
}
.cid-tArx7pwbgn .mbr-tag,
.cid-tArx7pwbgn .social-row {
  color: #9e9e9e;
}
.cid-tABNouTHsa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tABNouTHsa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tABNouTHsa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tABNouTHsa .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tABNouTHsa .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tABNouTHsa .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tABNouTHsa .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tABNouTHsa .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #000000 !important;
}
.cid-tABNouTHsa .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tABNouTHsa .text-wrapper {
  margin-right: 160px;
  padding: 60px;
  background-color: #124ad6;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tABNouTHsa .text-wrapper {
    margin: 0 30px 30px;
    padding: 30px;
  }
}
.cid-tABNouTHsa .text-wrapper .mbr-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tABNouTHsa .text-wrapper .mbr-desc {
    margin-bottom: 12px;
  }
}
.cid-tABNouTHsa .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tABNouTHsa .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-tABNouTHsa .image-wrapper {
  margin: -28rem 160px 13rem;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tABNouTHsa .image-wrapper {
    margin: 0 30px 5rem;
  }
}
.cid-tABNouTHsa .image-wrapper img {
  width: 420px;
  height: 560px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tABNouTHsa .image-wrapper img {
    width: 210px;
    height: 280px;
  }
}
.cid-tABNouTHsa .image-wrapper .img-absolute {
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 878px;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tABNouTHsa .image-wrapper .img-absolute {
    max-width: 450px;
    height: 300px;
    right: 0;
    bottom: -5px;
  }
}
@media (max-width: 600px) {
  .cid-tABNouTHsa .image-wrapper .img-absolute {
    max-width: 250px;
  }
}
.cid-tABNouTHsa .mbr-desc {
  color: #FFFFFF;
}
.cid-tABNouTHsa .mbr-text {
  color: #FFFFFF;
}
.cid-tABNz8D7Qs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9fc;
}
.cid-tABNz8D7Qs .row {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
.cid-tABNz8D7Qs .card {
  padding: 0;
  height: 422px;
  position: relative;
}
.cid-tABNz8D7Qs .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
}
.cid-tABNz8D7Qs .item-wrapper {
  height: 100%;
}
.cid-tABNz8D7Qs .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tABNz8D7Qs .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 54px 49px;
  transition: all .4s ease;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-tABNz8D7Qs .card-wrapper {
    padding: 34px 31px;
  }
}
@media (max-width: 425px) {
  .cid-tABNz8D7Qs .card-wrapper {
    padding: 31px;
  }
}
.cid-tABNz8D7Qs .mbr-number {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  transform: translate(0, -30%);
  pointer-events: visible;
  color: #fff;
  text-align: center;
}
.cid-tABNz8D7Qs .mbr-title {
  pointer-events: visible;
}
@media (max-width: 768px) {
  .cid-tABNz8D7Qs .mbr-title {
    margin-bottom: .5rem;
  }
}
.cid-tABNz8D7Qs .mbr-text {
  margin: 0;
  pointer-events: visible;
  color: #EAEAEA;
  text-align: center;
}
.cid-tABNz8D7Qs .card-text {
  transform: translate(0, 30%);
  transition: all .4s ease;
}
.cid-tABNz8D7Qs .card-text span {
  display: block;
  font-size: 24px;
  margin: 2rem auto 0;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: visible;
}
@media (max-width: 768px) {
  .cid-tABNz8D7Qs .card-text span {
    margin: 2px auto 0;
  }
}
.cid-tABNz8D7Qs .card:hover .mbr-number {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-tABNz8D7Qs .card:hover .mbr-text {
  opacity: .7;
}
.cid-tABNz8D7Qs .card:hover span {
  opacity: 1;
}
.cid-tABNz8D7Qs .card:hover .card-text {
  transform: translate(0, -10%);
}
.cid-tABNz8D7Qs .card:hover .card-wrapper {
  background: #dc3f37;
}
.cid-tABNz8D7Qs .mbr-title,
.cid-tABNz8D7Qs .mbr-iconfont {
  color: #fff;
  text-align: center;
}
.cid-tArx7pwbgn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tArx7pwbgn .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 3rem;
}
@media (max-width: 991px) {
  .cid-tArx7pwbgn .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tArx7pwbgn .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-tArx7pwbgn .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-tArx7pwbgn .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-tArx7pwbgn .footer-top {
  border-bottom: 1px solid #ebebe3;
}
.cid-tArx7pwbgn .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-tArx7pwbgn .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #ebebe3;
}
.cid-tArx7pwbgn .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-tArx7pwbgn .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-tArx7pwbgn .soc-item a {
  color: #ebebe3;
}
.cid-tArx7pwbgn .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ebebe3;
  border: 1px solid #000000;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tArx7pwbgn .soc-item span:hover {
  border-color: #dc3f37;
  color: #dc3f37;
}
.cid-tArx7pwbgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tArx7pwbgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tArx7pwbgn .copyright {
  text-align: left;
  color: #9e9e9e;
}
.cid-tArx7pwbgn .mbr-tag,
.cid-tArx7pwbgn .social-row {
  color: #9e9e9e;
}
.cid-tAFq9wYMIr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tAFq9wYMIr nav.navbar {
  position: fixed;
}
.cid-tAFq9wYMIr .nav-link,
.cid-tAFq9wYMIr .dropdown-item {
  font-weight: 400;
}
.cid-tAFq9wYMIr .nav-link:hover,
.cid-tAFq9wYMIr .dropdown-item:hover {
  color: #dc3f37 !important;
}
.cid-tAFq9wYMIr .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-tAFq9wYMIr .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-tAFq9wYMIr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAFq9wYMIr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAFq9wYMIr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAFq9wYMIr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAFq9wYMIr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAFq9wYMIr .nav-link {
  position: relative;
}
.cid-tAFq9wYMIr .container {
  display: flex;
  margin: auto;
}
.cid-tAFq9wYMIr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAFq9wYMIr .dropdown-menu,
.cid-tAFq9wYMIr .navbar.opened {
  background: #ffffff !important;
}
.cid-tAFq9wYMIr .nav-item:focus,
.cid-tAFq9wYMIr .nav-link:focus {
  outline: none;
}
.cid-tAFq9wYMIr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAFq9wYMIr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAFq9wYMIr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAFq9wYMIr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAFq9wYMIr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAFq9wYMIr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAFq9wYMIr .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tAFq9wYMIr .navbar.opened {
  transition: all .3s;
}
.cid-tAFq9wYMIr .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAFq9wYMIr .navbar .navbar-logo img {
  width: auto;
}
.cid-tAFq9wYMIr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAFq9wYMIr .navbar.collapsed {
  justify-content: center;
}
.cid-tAFq9wYMIr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAFq9wYMIr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAFq9wYMIr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tAFq9wYMIr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAFq9wYMIr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAFq9wYMIr .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-tAFq9wYMIr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAFq9wYMIr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAFq9wYMIr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAFq9wYMIr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAFq9wYMIr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAFq9wYMIr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAFq9wYMIr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAFq9wYMIr .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-tAFq9wYMIr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAFq9wYMIr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAFq9wYMIr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAFq9wYMIr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAFq9wYMIr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAFq9wYMIr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAFq9wYMIr .navbar.navbar-short {
  min-height: 80px;
}
.cid-tAFq9wYMIr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAFq9wYMIr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAFq9wYMIr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAFq9wYMIr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAFq9wYMIr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAFq9wYMIr .dropdown-item.active,
.cid-tAFq9wYMIr .dropdown-item:active {
  background-color: transparent;
}
.cid-tAFq9wYMIr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAFq9wYMIr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAFq9wYMIr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAFq9wYMIr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAFq9wYMIr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAFq9wYMIr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAFq9wYMIr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAFq9wYMIr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAFq9wYMIr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAFq9wYMIr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-tAFq9wYMIr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAFq9wYMIr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAFq9wYMIr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAFq9wYMIr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAFq9wYMIr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAFq9wYMIr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAFq9wYMIr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAFq9wYMIr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAFq9wYMIr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAFq9wYMIr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAFq9wYMIr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAFq9wYMIr .navbar {
    height: 70px;
  }
  .cid-tAFq9wYMIr .navbar.opened {
    height: auto;
  }
  .cid-tAFq9wYMIr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAFq9wYMIr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tAFq9wYMIr nav.navbar {
  position: fixed;
}
.cid-tAFq9wYMIr .nav-link,
.cid-tAFq9wYMIr .dropdown-item {
  font-weight: 400;
}
.cid-tAFq9wYMIr .nav-link:hover,
.cid-tAFq9wYMIr .dropdown-item:hover {
  color: #dc3f37 !important;
}
.cid-tAFq9wYMIr .navbar-short {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}
.cid-tAFq9wYMIr .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-tAFq9wYMIr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAFq9wYMIr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAFq9wYMIr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAFq9wYMIr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tAFq9wYMIr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAFq9wYMIr .nav-link {
  position: relative;
}
.cid-tAFq9wYMIr .container {
  display: flex;
  margin: auto;
}
.cid-tAFq9wYMIr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tAFq9wYMIr .dropdown-menu,
.cid-tAFq9wYMIr .navbar.opened {
  background: #ffffff !important;
}
.cid-tAFq9wYMIr .nav-item:focus,
.cid-tAFq9wYMIr .nav-link:focus {
  outline: none;
}
.cid-tAFq9wYMIr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAFq9wYMIr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAFq9wYMIr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tAFq9wYMIr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAFq9wYMIr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAFq9wYMIr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAFq9wYMIr .navbar {
  min-height: 90px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tAFq9wYMIr .navbar.opened {
  transition: all .3s;
}
.cid-tAFq9wYMIr .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tAFq9wYMIr .navbar .navbar-logo img {
  width: auto;
}
.cid-tAFq9wYMIr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAFq9wYMIr .navbar.collapsed {
  justify-content: center;
}
.cid-tAFq9wYMIr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAFq9wYMIr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAFq9wYMIr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tAFq9wYMIr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAFq9wYMIr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAFq9wYMIr .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-tAFq9wYMIr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAFq9wYMIr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tAFq9wYMIr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAFq9wYMIr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAFq9wYMIr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAFq9wYMIr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAFq9wYMIr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAFq9wYMIr .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-tAFq9wYMIr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAFq9wYMIr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAFq9wYMIr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAFq9wYMIr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAFq9wYMIr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAFq9wYMIr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAFq9wYMIr .navbar.navbar-short {
  min-height: 80px;
}
.cid-tAFq9wYMIr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAFq9wYMIr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAFq9wYMIr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAFq9wYMIr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAFq9wYMIr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAFq9wYMIr .dropdown-item.active,
.cid-tAFq9wYMIr .dropdown-item:active {
  background-color: transparent;
}
.cid-tAFq9wYMIr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAFq9wYMIr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAFq9wYMIr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAFq9wYMIr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAFq9wYMIr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAFq9wYMIr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAFq9wYMIr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAFq9wYMIr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAFq9wYMIr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tAFq9wYMIr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #121212;
}
.cid-tAFq9wYMIr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAFq9wYMIr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAFq9wYMIr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAFq9wYMIr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAFq9wYMIr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAFq9wYMIr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAFq9wYMIr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAFq9wYMIr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAFq9wYMIr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAFq9wYMIr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAFq9wYMIr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAFq9wYMIr .navbar {
    height: 70px;
  }
  .cid-tAFq9wYMIr .navbar.opened {
    height: auto;
  }
  .cid-tAFq9wYMIr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAIDDtmmNz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAIDDtmmNz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAIDDtmmNz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAIDDtmmNz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tAIDDtmmNz .mbr-section-subtitle {
  text-align: center;
}
.cid-tAIDDtmmNz .mbr-text,
.cid-tAIDDtmmNz .mbr-section-btn {
  text-align: center;
}
.cid-tAIrkNlztA {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tAIrkNlztA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tAIrkNlztA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAIrkNlztA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tAIrkNlztA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tAIrkNlztA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tAIrkNlztA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tAIrkNlztA .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tAIrkNlztA .mbr-gallery-title {
  font-size: 1.1em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tAIrkNlztA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tAIrkNlztA ul {
  font-size: 0;
}
.cid-tAIrkNlztA .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #dc3f37;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-tAIrkNlztA .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #dc3f37 solid;
  border-radius: 0 !important;
}
.cid-tAIrkNlztA .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tArx7pwbgn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tArx7pwbgn .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 3rem;
}
@media (max-width: 991px) {
  .cid-tArx7pwbgn .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tArx7pwbgn .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-tArx7pwbgn .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-tArx7pwbgn .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-tArx7pwbgn .footer-top {
  border-bottom: 1px solid #ebebe3;
}
.cid-tArx7pwbgn .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-tArx7pwbgn .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #ebebe3;
}
.cid-tArx7pwbgn .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #ffffff;
}
.cid-tArx7pwbgn .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-tArx7pwbgn .soc-item a {
  color: #ebebe3;
}
.cid-tArx7pwbgn .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ebebe3;
  border: 1px solid #000000;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tArx7pwbgn .soc-item span:hover {
  border-color: #dc3f37;
  color: #dc3f37;
}
.cid-tArx7pwbgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tArx7pwbgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tArx7pwbgn .copyright {
  text-align: left;
  color: #9e9e9e;
}
.cid-tArx7pwbgn .mbr-tag,
.cid-tArx7pwbgn .social-row {
  color: #9e9e9e;
}
