body {
  font-family: Finlandica;
}
.display-1 {
  font-family: 'Finlandica', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Finlandica', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Finlandica', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ec1722 !important;
}
.bg-success {
  background-color: #8fff32 !important;
}
.bg-info {
  background-color: #312ca8 !important;
}
.bg-warning {
  background-color: #ec1722 !important;
}
.bg-danger {
  background-color: #13171f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ec1722 !important;
  border-color: #ec1722 !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: #9f0d15 !important;
  border-color: #9f0d15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9f0d15 !important;
  border-color: #9f0d15 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6b67ce !important;
  border-color: #6b67ce !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: #3b36a8 !important;
  border-color: #3b36a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b36a8 !important;
  border-color: #3b36a8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #312ca8 !important;
  border-color: #312ca8 !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: #1d1a63 !important;
  border-color: #1d1a63 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1d1a63 !important;
  border-color: #1d1a63 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8fff32 !important;
  border-color: #8fff32 !important;
  color: #173200 !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: #63da00 !important;
  border-color: #63da00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #173200 !important;
  background-color: #63da00 !important;
  border-color: #63da00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ec1722 !important;
  border-color: #ec1722 !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: #9f0d15 !important;
  border-color: #9f0d15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9f0d15 !important;
  border-color: #9f0d15 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #13171f !important;
  border-color: #13171f !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
  color: #3a4e69 !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: #ffffff !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #3a4e69 !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
}
.btn-black,
.btn-black:active {
  background-color: #212428 !important;
  border-color: #212428 !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: #ec1722;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9f0d15 !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: #ec1722 !important;
  border-color: #ec1722 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6b67ce;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3b36a8 !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: #6b67ce !important;
  border-color: #6b67ce !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #312ca8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1d1a63 !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: #312ca8 !important;
  border-color: #312ca8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8fff32;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #63da00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #173200 !important;
  background-color: #8fff32 !important;
  border-color: #8fff32 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec1722;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9f0d15 !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: #ec1722 !important;
  border-color: #ec1722 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #13171f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !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: #13171f !important;
  border-color: #13171f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212428;
}
.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: #212428 !important;
  border-color: #212428 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c4cfde;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #8ca2bf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #3a4e69 !important;
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
}
.text-primary {
  color: #ec1722 !important;
}
.text-secondary {
  color: #6b67ce !important;
}
.text-success {
  color: #8fff32 !important;
}
.text-info {
  color: #312ca8 !important;
}
.text-warning {
  color: #ec1722 !important;
}
.text-danger {
  color: #13171f !important;
}
.text-white {
  color: #C4CFDE !important;
}
.text-black {
  color: #212428 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #910c13 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #37329d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5ccb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #191757 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #910c13 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #839ab9 !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: #ec1722;
}
.nav-tabs .nav-link:not(.active) {
  color: #212428;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #312ca8;
}
.alert-warning {
  background-color: #ec1722;
}
.alert-danger {
  background-color: #13171f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ec1722;
  border-color: #ec1722;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ec1722;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbd4d6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fefffe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7c78dc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbd4d6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bfc7d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ec1722 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ec1722;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ec1722;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ec1722;
}
.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: #ec1722;
  border-bottom-color: #ec1722;
}
.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: #ec1722 !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: #6b67ce !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='%23ec1722' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.mbr-section-btn .btn {
  min-width: 70px;
  min-height: 57px;
  padding: 18px 40px;
  border-radius: 6px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
  transform-style: preserve-3d;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  transition: 0.4s all !important;
  border: none !important;
  align-items: baseline;
}
.custom-section-btn .btn-black {
  color: #ec1722 !important;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
}
.custom-section-btn .btn-black:hover {
  color: #ec1722 !important;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  transform: translateY(-5px);
}
.custom-section-btn .btn-white {
  color: #ec1722 !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}
.custom-section-btn .btn-white:hover {
  color: #ec1722 !important;
  background: #FFFFFF !important;
  transform: translateY(-5px);
}
.cid-thY9GeqdPa .navbar-dropdown {
  position: relative !important;
}
.cid-thY9GeqdPa .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-thY9GeqdPa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thY9GeqdPa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thY9GeqdPa .dropdown-item:hover,
.cid-thY9GeqdPa .dropdown-item:focus {
  background: #ec1722 !important;
  color: white !important;
}
.cid-thY9GeqdPa .dropdown-item:hover span {
  color: white;
}
.cid-thY9GeqdPa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thY9GeqdPa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thY9GeqdPa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thY9GeqdPa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thY9GeqdPa .nav-link {
  position: relative;
}
.cid-thY9GeqdPa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thY9GeqdPa .container {
    flex-wrap: nowrap;
  }
}
.cid-thY9GeqdPa .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thY9GeqdPa .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-thY9GeqdPa .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-thY9GeqdPa .navbar-nav .nav-item .nav-link:hover,
.cid-thY9GeqdPa .navbar-nav .nav-item .nav-link:focus,
.cid-thY9GeqdPa .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-thY9GeqdPa .dropdown-menu,
.cid-thY9GeqdPa .navbar.opened {
  background: #212428 !important;
}
.cid-thY9GeqdPa .nav-item:focus,
.cid-thY9GeqdPa .nav-link:focus {
  outline: none;
}
.cid-thY9GeqdPa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thY9GeqdPa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thY9GeqdPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thY9GeqdPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thY9GeqdPa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thY9GeqdPa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thY9GeqdPa .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-thY9GeqdPa .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-thY9GeqdPa .navbar.opened {
  transition: all 0.3s;
}
.cid-thY9GeqdPa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thY9GeqdPa .navbar .navbar-logo img {
  width: auto;
}
.cid-thY9GeqdPa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thY9GeqdPa .navbar.collapsed {
  justify-content: center;
}
.cid-thY9GeqdPa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thY9GeqdPa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thY9GeqdPa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-thY9GeqdPa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thY9GeqdPa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thY9GeqdPa .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-thY9GeqdPa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thY9GeqdPa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thY9GeqdPa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thY9GeqdPa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thY9GeqdPa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thY9GeqdPa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thY9GeqdPa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thY9GeqdPa .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-thY9GeqdPa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thY9GeqdPa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thY9GeqdPa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thY9GeqdPa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thY9GeqdPa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thY9GeqdPa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thY9GeqdPa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thY9GeqdPa .navbar.navbar-short {
  min-height: 90px;
}
.cid-thY9GeqdPa .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-thY9GeqdPa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-thY9GeqdPa .navbar {
    min-height: 80px;
  }
}
.cid-thY9GeqdPa .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-thY9GeqdPa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thY9GeqdPa .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-thY9GeqdPa .navbar-brand {
    min-height: 69px;
  }
}
.cid-thY9GeqdPa .dropdown-item.active,
.cid-thY9GeqdPa .dropdown-item:active {
  background-color: transparent;
}
.cid-thY9GeqdPa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thY9GeqdPa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thY9GeqdPa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thY9GeqdPa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-thY9GeqdPa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thY9GeqdPa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thY9GeqdPa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thY9GeqdPa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thY9GeqdPa button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-thY9GeqdPa button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-thY9GeqdPa button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-thY9GeqdPa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-thY9GeqdPa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-thY9GeqdPa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thY9GeqdPa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thY9GeqdPa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thY9GeqdPa nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thY9GeqdPa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thY9GeqdPa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thY9GeqdPa nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thY9GeqdPa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-thY9GeqdPa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thY9GeqdPa .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-thY9GeqdPa .navbar {
    height: 70px;
  }
  .cid-thY9GeqdPa .navbar.opened {
    height: auto;
  }
  .cid-thY9GeqdPa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thY9GeqdPa .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-thY9GeqdPa .navbar-short {
    min-height: 70px;
  }
}
.cid-thY9GeqdPa .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-thY9GeqdPa .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-thY9GeqdPa .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-thY9GeqdPa .container-fluid {
    padding: 0 3px;
  }
}
.cid-thY9GeqdPa .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-thY9GeqdPa .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-thY9GeqdPa .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-thY9GeqdPa .container-fluid {
    flex-wrap: wrap;
  }
  .cid-thY9GeqdPa button.navbar-toggler {
    display: flex;
  }
  .cid-thY9GeqdPa .navbar-brand {
    width: auto !important;
  }
  .cid-thY9GeqdPa .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-thY9GeqdPa .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-thY9GeqdPa .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-thY9GeqdPa .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-thY9GeqdPa .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-thY9GeqdPa .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-thY9GShril {
  background-image: url("../../../assets/images/86d5bdb858b11f08b3002bd535dd912-3-1152x896.jpg");
}
.cid-thY9GShril .mbr-fallback-image.disabled {
  display: none;
}
.cid-thY9GShril .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thY9GShril .mbr-section-title {
  color: #ffffff;
}
.cid-thY9GShril .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-thY9GShril .mbr-section-btn {
  margin-top: 30px;
}
.cid-thY9GShril .mbr-text,
.cid-thY9GShril .mbr-section-btn {
  color: #ffffff;
}
.cid-uWcFLsKGKt {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c4cfde;
}
.cid-uWcFLsKGKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcFLsKGKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcFLsKGKt .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uWcFLsKGKt .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uWcFLsKGKt .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uWcFLsKGKt .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWcFLsKGKt .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uWcFLsKGKt .text-wrapper {
  width: 100%;
}
.cid-uWcFLsKGKt .mbr-section-title {
  color: #ec1722;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uWcFLsKGKt .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-uWcFLsKGKt .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uWcFLsKGKt .mbr-section-subtitle {
  color: #212428;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uWcFLsKGKt .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uWcFLsKGKt .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uWcFLsKGKt .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-uWcFLsKGKt .mbr-text {
    padding-right: 0;
  }
}
.cid-uWcFLsKGKt .mbr-section-btn {
  margin-top: 40px;
}
.cid-uWcFLsKGKt .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWcFLsKGKt .col-img {
    order: 1;
  }
}
.cid-uWcFLsKGKt .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWcFLsKGKt .img-container {
    padding-right: 20px;
  }
}
.cid-uWcFLsKGKt .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #c4cfde, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uWcFLsKGKt .image-wrapper {
    padding: 15px;
  }
}
.cid-uWcFLsKGKt .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uWcFLsKGKt .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uWcFLsKGKt .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uWcFLsKGKt .mbr-text,
.cid-uWcFLsKGKt .mbr-section-btn {
  color: #212428;
}
.cid-uWcEmSKxpm {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c4cfde;
  overflow: hidden;
}
.cid-uWcEmSKxpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcEmSKxpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcEmSKxpm .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uWcEmSKxpm .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uWcEmSKxpm .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uWcEmSKxpm .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uWcEmSKxpm .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uWcEmSKxpm .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uWcEmSKxpm .mbr-section-head {
  width: 100%;
}
.cid-uWcEmSKxpm .mbr-section-title {
  color: #212428;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWcEmSKxpm .mbr-section-title {
    text-align: center;
  }
}
.cid-uWcEmSKxpm .mbr-section-subtitle {
  color: #212428;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWcEmSKxpm .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uWcEmSKxpm .card-row {
  align-items: stretch;
}
.cid-uWcEmSKxpm .card {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uWcEmSKxpm .card {
    margin-top: 30px;
  }
}
.cid-uWcEmSKxpm .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #c4cfde, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uWcEmSKxpm .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uWcEmSKxpm .card-wrapper {
    padding: 20px;
  }
}
.cid-uWcEmSKxpm .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uWcEmSKxpm .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-uWcEmSKxpm .card-wrapper:hover .card-title {
  color: #212428 !important;
}
.cid-uWcEmSKxpm .card-wrapper:hover .card-text {
  color: #212428 !important;
}
.cid-uWcEmSKxpm .card-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-uWcEmSKxpm .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #c4cfde, #9ca5b1);
  opacity: 0;
  transition: .5s all;
}
.cid-uWcEmSKxpm .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-uWcEmSKxpm .iconfont-wrapper {
  display: flex;
  align-items: center  !important;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uWcEmSKxpm .iconfont-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uWcEmSKxpm .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ec1722;
  align-items: center;
}
.cid-uWcEmSKxpm .card-title {
  color: #212428;
  margin-bottom: 20px;
  transition: .5s all;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uWcEmSKxpm .card-title {
    margin-bottom: 15px;
  }
}
.cid-uWcEmSKxpm .card-text {
  color: #212428;
  margin-bottom: 22px;
  transition: .5s all;
  text-align: left;
}
.cid-uWcEmSKxpm .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-uWcEmSKxpm .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-uWcFZaMvXV {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c4cfde;
}
.cid-uWcFZaMvXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcFZaMvXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcFZaMvXV .row {
  flex-direction: row-reverse;
}
.cid-uWcFZaMvXV .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uWcFZaMvXV .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uWcFZaMvXV .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uWcFZaMvXV .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWcFZaMvXV .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uWcFZaMvXV .text-wrapper {
  width: 100%;
}
.cid-uWcFZaMvXV .mbr-section-title {
  color: #ec1722;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uWcFZaMvXV .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-uWcFZaMvXV .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uWcFZaMvXV .mbr-section-subtitle {
  color: #212428;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uWcFZaMvXV .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uWcFZaMvXV .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uWcFZaMvXV .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-uWcFZaMvXV .mbr-text {
    padding-right: 0;
  }
}
.cid-uWcFZaMvXV .mbr-section-btn {
  margin-top: 40px;
}
.cid-uWcFZaMvXV .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWcFZaMvXV .col-img {
    order: 1;
  }
}
.cid-uWcFZaMvXV .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWcFZaMvXV .img-container {
    padding-left: 20px;
  }
}
.cid-uWcFZaMvXV .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #c4cfde, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uWcFZaMvXV .image-wrapper {
    padding: 15px;
  }
}
.cid-uWcFZaMvXV .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uWcFZaMvXV .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uWcFZaMvXV .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uWcFZaMvXV .mbr-text,
.cid-uWcFZaMvXV .mbr-section-btn {
  color: #212428;
}
.cid-thYgYraYRR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c4cfde;
}
.cid-thYgYraYRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYgYraYRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYgYraYRR .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-thYgYraYRR .mbr-section-title {
  color: #212428;
}
.cid-thYgYraYRR .mbr-section-subtitle {
  color: #212428;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYgYraYRR .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thYgYraYRR .card-row {
  align-items: stretch;
}
.cid-thYgYraYRR .card {
  margin-top: 30px;
}
.cid-thYgYraYRR .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #c4cfde, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-thYgYraYRR .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-thYgYraYRR .card-wrapper {
    padding: 20px;
  }
}
.cid-thYgYraYRR .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thYgYraYRR .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-thYgYraYRR .card-wrapper:hover .card-title {
  color: #000000 !important;
}
.cid-thYgYraYRR .card-wrapper:hover .card-text {
  color: #000000 !important;
}
.cid-thYgYraYRR .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #c4cfde, #9ca5b1);
  opacity: 0;
  transition: .5s all;
}
.cid-thYgYraYRR .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-thYgYraYRR .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-thYgYraYRR .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ec1722;
}
.cid-thYgYraYRR .card-title {
  color: #212428;
  margin-bottom: 20px;
  transition: .5s all;
  text-align: center;
}
.cid-thYgYraYRR .card-text {
  color: #212428;
  margin-bottom: 22px;
  transition: .5s all;
  text-align: center;
}
.cid-uWcHCt8cuF {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c4cfde;
}
.cid-uWcHCt8cuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcHCt8cuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcHCt8cuF .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-uWcHCt8cuF .mbr-section-title {
  color: #212428;
}
.cid-uWcHCt8cuF .mbr-section-subtitle {
  color: #212428;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uWcHCt8cuF .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uWcHCt8cuF .card-row {
  align-items: stretch;
}
.cid-uWcHCt8cuF .card {
  margin-top: 30px;
}
.cid-uWcHCt8cuF .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #c4cfde, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-uWcHCt8cuF .card-wrapper {
    padding: 20px 30px;
  }
}
.cid-uWcHCt8cuF .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uWcHCt8cuF .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #c4cfde, #9ca5b1);
  opacity: 0;
  transition: .5s all;
}
.cid-uWcHCt8cuF .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uWcHCt8cuF .avatar-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cid-uWcHCt8cuF .avatar-container .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.cid-uWcHCt8cuF .avatar-container .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWcHCt8cuF .card-title {
  color: #212428;
  margin-bottom: 0;
}
.cid-uWcHCt8cuF .card-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uWcHCt8cuF .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-thYaWFjPel {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c4cfde;
}
.cid-thYaWFjPel .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYaWFjPel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYaWFjPel .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-thYaWFjPel .mbr-section-title {
  color: #212428;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-thYaWFjPel .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-thYaWFjPel .mbr-section-subtitle {
  color: #212428;
}
.cid-thYaWFjPel .card-row {
  align-items: stretch;
}
.cid-thYaWFjPel .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-thYaWFjPel .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-thYaWFjPel .card-box {
  height: 100%;
}
.cid-thYaWFjPel .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-thYaWFjPel .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #ec1722;
}
.cid-thYaWFjPel .card-title {
  color: #212428;
  margin-bottom: 20px;
}
.cid-thYaWFjPel .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uWcIgjtfvg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4cfde;
}
.cid-uWcIgjtfvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcIgjtfvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcIgjtfvg .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uWcIgjtfvg .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uWcIgjtfvg .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uWcIgjtfvg .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uWcIkwXOU9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #c4cfde;
}
@media (max-width: 767px) {
  .cid-uWcIkwXOU9 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcIkwXOU9 .mbr-text {
  color: #767676;
}
.cid-uWcIkwXOU9 .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWcIkwXOU9 .links {
    text-align: center !important;
  }
}
.cid-uWcIkwXOU9 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uWcIkwXOU9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcIkwXOU9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uWcIkwXOU9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uWcIkwXOU9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ec1722;
}
.cid-uWcIkwXOU9 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uWcIkwXOU9 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWcIkwXOU9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWcIkwXOU9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWcIkwXOU9 .copyright > p {
  color: #212428;
  text-align: center;
}
.cid-uWcRHSuQCH .navbar-dropdown {
  position: relative !important;
}
.cid-uWcRHSuQCH .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-uWcRHSuQCH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWcRHSuQCH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWcRHSuQCH .dropdown-item:hover,
.cid-uWcRHSuQCH .dropdown-item:focus {
  background: #ec1722 !important;
  color: white !important;
}
.cid-uWcRHSuQCH .dropdown-item:hover span {
  color: white;
}
.cid-uWcRHSuQCH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWcRHSuQCH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWcRHSuQCH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWcRHSuQCH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWcRHSuQCH .nav-link {
  position: relative;
}
.cid-uWcRHSuQCH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWcRHSuQCH .container {
    flex-wrap: nowrap;
  }
}
.cid-uWcRHSuQCH .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWcRHSuQCH .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-uWcRHSuQCH .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-uWcRHSuQCH .navbar-nav .nav-item .nav-link:hover,
.cid-uWcRHSuQCH .navbar-nav .nav-item .nav-link:focus,
.cid-uWcRHSuQCH .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uWcRHSuQCH .dropdown-menu,
.cid-uWcRHSuQCH .navbar.opened {
  background: #212428 !important;
}
.cid-uWcRHSuQCH .nav-item:focus,
.cid-uWcRHSuQCH .nav-link:focus {
  outline: none;
}
.cid-uWcRHSuQCH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWcRHSuQCH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWcRHSuQCH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWcRHSuQCH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWcRHSuQCH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWcRHSuQCH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWcRHSuQCH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uWcRHSuQCH .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uWcRHSuQCH .navbar.opened {
  transition: all 0.3s;
}
.cid-uWcRHSuQCH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWcRHSuQCH .navbar .navbar-logo img {
  width: auto;
}
.cid-uWcRHSuQCH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWcRHSuQCH .navbar.collapsed {
  justify-content: center;
}
.cid-uWcRHSuQCH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWcRHSuQCH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWcRHSuQCH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uWcRHSuQCH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWcRHSuQCH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWcRHSuQCH .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-uWcRHSuQCH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWcRHSuQCH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWcRHSuQCH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWcRHSuQCH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWcRHSuQCH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWcRHSuQCH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWcRHSuQCH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWcRHSuQCH .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-uWcRHSuQCH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWcRHSuQCH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWcRHSuQCH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWcRHSuQCH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWcRHSuQCH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWcRHSuQCH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWcRHSuQCH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWcRHSuQCH .navbar.navbar-short {
  min-height: 90px;
}
.cid-uWcRHSuQCH .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uWcRHSuQCH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uWcRHSuQCH .navbar {
    min-height: 80px;
  }
}
.cid-uWcRHSuQCH .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uWcRHSuQCH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWcRHSuQCH .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uWcRHSuQCH .navbar-brand {
    min-height: 69px;
  }
}
.cid-uWcRHSuQCH .dropdown-item.active,
.cid-uWcRHSuQCH .dropdown-item:active {
  background-color: transparent;
}
.cid-uWcRHSuQCH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWcRHSuQCH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWcRHSuQCH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWcRHSuQCH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uWcRHSuQCH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWcRHSuQCH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWcRHSuQCH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWcRHSuQCH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWcRHSuQCH button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uWcRHSuQCH button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uWcRHSuQCH button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uWcRHSuQCH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uWcRHSuQCH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uWcRHSuQCH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcRHSuQCH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcRHSuQCH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWcRHSuQCH nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcRHSuQCH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWcRHSuQCH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWcRHSuQCH nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcRHSuQCH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWcRHSuQCH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWcRHSuQCH .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-uWcRHSuQCH .navbar {
    height: 70px;
  }
  .cid-uWcRHSuQCH .navbar.opened {
    height: auto;
  }
  .cid-uWcRHSuQCH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWcRHSuQCH .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uWcRHSuQCH .navbar-short {
    min-height: 70px;
  }
}
.cid-uWcRHSuQCH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uWcRHSuQCH .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uWcRHSuQCH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uWcRHSuQCH .container-fluid {
    padding: 0 3px;
  }
}
.cid-uWcRHSuQCH .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWcRHSuQCH .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uWcRHSuQCH .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uWcRHSuQCH .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uWcRHSuQCH button.navbar-toggler {
    display: flex;
  }
  .cid-uWcRHSuQCH .navbar-brand {
    width: auto !important;
  }
  .cid-uWcRHSuQCH .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uWcRHSuQCH .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uWcRHSuQCH .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uWcRHSuQCH .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uWcRHSuQCH .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uWcRHSuQCH .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uWcRHT89f3 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c4cfde;
}
.cid-uWcRHT89f3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcRHT89f3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcRHT89f3 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWcRHT89f3 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uWcRHT89f3 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #c4cfde;
}
.cid-uWcRHT89f3 .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWcRHT89f3 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uWcRHT89f3 .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uWcRHT89f3 .items-wrapper .item {
  padding: 0 15px;
}
.cid-uWcRHT89f3 .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWcRHT89f3 .item {
    margin-bottom: 30px;
  }
}
.cid-uWcRHT89f3 .item .item-wrapper {
  height: 100%;
}
.cid-uWcRHT89f3 .item .item-wrapper:hover .image-wrapper .item-img img,
.cid-uWcRHT89f3 .item .item-wrapper:focus .image-wrapper .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uWcRHT89f3 .item .item-wrapper:hover .image-wrapper .item-img img,
  .cid-uWcRHT89f3 .item .item-wrapper:focus .image-wrapper .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uWcRHT89f3 .item .item-wrapper:hover .item-content .border-wrap::after,
.cid-uWcRHT89f3 .item .item-wrapper:focus .item-content .border-wrap::after {
  width: 100%;
}
.cid-uWcRHT89f3 .item .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWcRHT89f3 .item .item-wrapper .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWcRHT89f3 .item .item-wrapper .image-wrapper .label-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWcRHT89f3 .item .item-wrapper .image-wrapper .label-wrap {
    padding: 30px 15px;
  }
}
.cid-uWcRHT89f3 .item .item-wrapper .image-wrapper .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.cid-uWcRHT89f3 .item .item-wrapper .image-wrapper .item-img {
  overflow: hidden;
}
.cid-uWcRHT89f3 .item .item-wrapper .image-wrapper .item-img img {
  height: 500px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
@media (max-width: 992px) {
  .cid-uWcRHT89f3 .item .item-wrapper .image-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWcRHT89f3 .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uWcRHT89f3 .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-uWcRHT89f3 .item .item-wrapper .item-content .border-wrap {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 3px;
  transition: all .6s ease;
}
.cid-uWcRHT89f3 .item .item-wrapper .item-content .border-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #212428;
}
.cid-uWcRHT89f3 .item .item-wrapper .item-content .border-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #ec1722;
  transition: all .9s ease;
}
.cid-uWcRHT89f3 .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uWcRHT89f3 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWcRHT89f3 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWcRHT89f3 .mbr-label,
.cid-uWcRHT89f3 .label-wrapper {
  color: #212428;
  text-align: center;
}
.cid-uWcRHT89f3 .mbr-section-title,
.cid-uWcRHT89f3 .title-wrapper {
  color: #000000;
}
.cid-uWcRHT89f3 .card-label {
  color: #000000;
}
.cid-uWcRHT89f3 .card-price {
  color: #212428;
  text-align: center;
}
.cid-uWcRHT89f3 .card-title {
  color: #000000;
}
.cid-uWcRHT89f3 .card-desc {
  color: #212428;
  text-align: center;
}
.cid-uWcRHT89f3 .card-title,
.cid-uWcRHT89f3 .mbr-section-btn {
  color: #212428;
  text-align: center;
  margin-bottom: 35px;
}
.cid-uWcRHT89f3 .mbr-section-title,
.cid-uWcRHT89f3 .title-wrap {
  text-align: center;
  color: #212428;
}
.cid-uWcRHTyNEw.popup-builder {
  background-color: #ffffff;
}
.cid-uWcRHTyNEw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uWcRHTyNEw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uWcRHTyNEw .modal-content,
.cid-uWcRHTyNEw .modal-dialog {
  height: auto;
}
.cid-uWcRHTyNEw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uWcRHTyNEw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uWcRHTyNEw .form-wrapper .mbr-form .form-group,
  .cid-uWcRHTyNEw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uWcRHTyNEw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uWcRHTyNEw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWcRHTyNEw .mbr-text {
  text-align: center;
  color: #212428;
}
.cid-uWcRHTyNEw .pt-0 {
  padding-top: 0 !important;
}
.cid-uWcRHTyNEw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uWcRHTyNEw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uWcRHTyNEw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uWcRHTyNEw .modal-open {
  overflow: hidden;
}
.cid-uWcRHTyNEw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uWcRHTyNEw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uWcRHTyNEw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uWcRHTyNEw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uWcRHTyNEw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uWcRHTyNEw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uWcRHTyNEw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uWcRHTyNEw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uWcRHTyNEw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uWcRHTyNEw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uWcRHTyNEw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uWcRHTyNEw .modal-backdrop.show {
  opacity: .5;
}
.cid-uWcRHTyNEw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uWcRHTyNEw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWcRHTyNEw .modal-header {
    padding: 1rem;
  }
}
.cid-uWcRHTyNEw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uWcRHTyNEw .modal-header .close svg {
  fill: #353535;
}
.cid-uWcRHTyNEw .modal-header .close:hover {
  opacity: 1;
}
.cid-uWcRHTyNEw .modal-header .close:focus {
  outline: none;
}
.cid-uWcRHTyNEw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #212428;
}
.cid-uWcRHTyNEw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uWcRHTyNEw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWcRHTyNEw .modal-body {
    padding: 1rem;
  }
}
.cid-uWcRHTyNEw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uWcRHTyNEw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWcRHTyNEw .modal-footer {
    padding: 1rem;
  }
}
.cid-uWcRHTyNEw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uWcRHTyNEw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uWcRHTyNEw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uWcRHTyNEw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uWcRHTyNEw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uWcRHTyNEw .modal-lg,
  .cid-uWcRHTyNEw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uWcRHTyNEw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uWcRHTyNEw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uWcRHTyNEw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uWcRHTyNEw .form-group {
  margin-bottom: 1rem;
}
.cid-uWcRHTyNEw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uWcRHTyNEw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uWcRHTyNEw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uWcRHTyNEw .mbr-section-btn {
  margin: 0;
}
.cid-uWcRHTyNEw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uWcRHY8Q0l {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c4cfde;
}
.cid-uWcRHY8Q0l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcRHY8Q0l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcRHY8Q0l .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-uWcRHY8Q0l .mbr-section-title {
  color: #212428;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uWcRHY8Q0l .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uWcRHY8Q0l .mbr-section-subtitle {
  color: #212428;
}
.cid-uWcRHY8Q0l .card-row {
  align-items: stretch;
}
.cid-uWcRHY8Q0l .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uWcRHY8Q0l .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-uWcRHY8Q0l .card-box {
  height: 100%;
}
.cid-uWcRHY8Q0l .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-uWcRHY8Q0l .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #ec1722;
}
.cid-uWcRHY8Q0l .card-title {
  color: #212428;
  margin-bottom: 20px;
}
.cid-uWcRHY8Q0l .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uWcRHYyeW1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4cfde;
}
.cid-uWcRHYyeW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcRHYyeW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcRHYyeW1 .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uWcRHYyeW1 .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uWcRHYyeW1 .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uWcRHYyeW1 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uWcRHZlKxu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #c4cfde;
}
@media (max-width: 767px) {
  .cid-uWcRHZlKxu .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcRHZlKxu .mbr-text {
  color: #767676;
}
.cid-uWcRHZlKxu .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWcRHZlKxu .links {
    text-align: center !important;
  }
}
.cid-uWcRHZlKxu .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uWcRHZlKxu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcRHZlKxu .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uWcRHZlKxu .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uWcRHZlKxu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ec1722;
}
.cid-uWcRHZlKxu .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uWcRHZlKxu .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWcRHZlKxu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWcRHZlKxu .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWcRHZlKxu .copyright > p {
  color: #212428;
  text-align: center;
}
.cid-uWcRRUqBQW .navbar-dropdown {
  position: relative !important;
}
.cid-uWcRRUqBQW .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-uWcRRUqBQW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWcRRUqBQW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWcRRUqBQW .dropdown-item:hover,
.cid-uWcRRUqBQW .dropdown-item:focus {
  background: #ec1722 !important;
  color: white !important;
}
.cid-uWcRRUqBQW .dropdown-item:hover span {
  color: white;
}
.cid-uWcRRUqBQW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWcRRUqBQW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWcRRUqBQW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWcRRUqBQW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWcRRUqBQW .nav-link {
  position: relative;
}
.cid-uWcRRUqBQW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWcRRUqBQW .container {
    flex-wrap: nowrap;
  }
}
.cid-uWcRRUqBQW .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWcRRUqBQW .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-uWcRRUqBQW .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-uWcRRUqBQW .navbar-nav .nav-item .nav-link:hover,
.cid-uWcRRUqBQW .navbar-nav .nav-item .nav-link:focus,
.cid-uWcRRUqBQW .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uWcRRUqBQW .dropdown-menu,
.cid-uWcRRUqBQW .navbar.opened {
  background: #212428 !important;
}
.cid-uWcRRUqBQW .nav-item:focus,
.cid-uWcRRUqBQW .nav-link:focus {
  outline: none;
}
.cid-uWcRRUqBQW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWcRRUqBQW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWcRRUqBQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWcRRUqBQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWcRRUqBQW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWcRRUqBQW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWcRRUqBQW .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uWcRRUqBQW .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uWcRRUqBQW .navbar.opened {
  transition: all 0.3s;
}
.cid-uWcRRUqBQW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWcRRUqBQW .navbar .navbar-logo img {
  width: auto;
}
.cid-uWcRRUqBQW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWcRRUqBQW .navbar.collapsed {
  justify-content: center;
}
.cid-uWcRRUqBQW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWcRRUqBQW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWcRRUqBQW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uWcRRUqBQW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWcRRUqBQW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWcRRUqBQW .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-uWcRRUqBQW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWcRRUqBQW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWcRRUqBQW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWcRRUqBQW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWcRRUqBQW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWcRRUqBQW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWcRRUqBQW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWcRRUqBQW .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-uWcRRUqBQW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWcRRUqBQW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWcRRUqBQW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWcRRUqBQW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWcRRUqBQW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWcRRUqBQW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWcRRUqBQW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWcRRUqBQW .navbar.navbar-short {
  min-height: 90px;
}
.cid-uWcRRUqBQW .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uWcRRUqBQW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uWcRRUqBQW .navbar {
    min-height: 80px;
  }
}
.cid-uWcRRUqBQW .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uWcRRUqBQW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWcRRUqBQW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uWcRRUqBQW .navbar-brand {
    min-height: 69px;
  }
}
.cid-uWcRRUqBQW .dropdown-item.active,
.cid-uWcRRUqBQW .dropdown-item:active {
  background-color: transparent;
}
.cid-uWcRRUqBQW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWcRRUqBQW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWcRRUqBQW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWcRRUqBQW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uWcRRUqBQW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWcRRUqBQW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWcRRUqBQW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWcRRUqBQW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWcRRUqBQW button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uWcRRUqBQW button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uWcRRUqBQW button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uWcRRUqBQW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uWcRRUqBQW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uWcRRUqBQW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcRRUqBQW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcRRUqBQW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWcRRUqBQW nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcRRUqBQW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWcRRUqBQW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWcRRUqBQW nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcRRUqBQW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWcRRUqBQW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWcRRUqBQW .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-uWcRRUqBQW .navbar {
    height: 70px;
  }
  .cid-uWcRRUqBQW .navbar.opened {
    height: auto;
  }
  .cid-uWcRRUqBQW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWcRRUqBQW .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uWcRRUqBQW .navbar-short {
    min-height: 70px;
  }
}
.cid-uWcRRUqBQW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uWcRRUqBQW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uWcRRUqBQW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uWcRRUqBQW .container-fluid {
    padding: 0 3px;
  }
}
.cid-uWcRRUqBQW .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWcRRUqBQW .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uWcRRUqBQW .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uWcRRUqBQW .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uWcRRUqBQW button.navbar-toggler {
    display: flex;
  }
  .cid-uWcRRUqBQW .navbar-brand {
    width: auto !important;
  }
  .cid-uWcRRUqBQW .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uWcRRUqBQW .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uWcRRUqBQW .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uWcRRUqBQW .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uWcRRUqBQW .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uWcRRUqBQW .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uWcRRVYJkM {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c4cfde;
}
.cid-uWcRRVYJkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcRRVYJkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcRRVYJkM .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uWcRRVYJkM .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uWcRRVYJkM .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uWcRRVYJkM .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWcRRVYJkM .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uWcRRVYJkM .text-wrapper {
  width: 100%;
}
.cid-uWcRRVYJkM .mbr-section-title {
  color: #ec1722;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uWcRRVYJkM .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-uWcRRVYJkM .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uWcRRVYJkM .mbr-section-subtitle {
  color: #212428;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uWcRRVYJkM .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uWcRRVYJkM .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uWcRRVYJkM .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-uWcRRVYJkM .mbr-text {
    padding-right: 0;
  }
}
.cid-uWcRRVYJkM .mbr-section-btn {
  margin-top: 40px;
}
.cid-uWcRRVYJkM .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWcRRVYJkM .col-img {
    order: 1;
  }
}
.cid-uWcRRVYJkM .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWcRRVYJkM .img-container {
    padding-right: 20px;
  }
}
.cid-uWcRRVYJkM .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #c4cfde, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uWcRRVYJkM .image-wrapper {
    padding: 15px;
  }
}
.cid-uWcRRVYJkM .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uWcRRVYJkM .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uWcRRVYJkM .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uWcRRVYJkM .mbr-text,
.cid-uWcRRVYJkM .mbr-section-btn {
  color: #212428;
}
.cid-uWcRRXtk6Z {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c4cfde;
}
.cid-uWcRRXtk6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcRRXtk6Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcRRXtk6Z .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-uWcRRXtk6Z .mbr-section-title {
  color: #212428;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uWcRRXtk6Z .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uWcRRXtk6Z .mbr-section-subtitle {
  color: #212428;
}
.cid-uWcRRXtk6Z .card-row {
  align-items: stretch;
}
.cid-uWcRRXtk6Z .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uWcRRXtk6Z .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-uWcRRXtk6Z .card-box {
  height: 100%;
}
.cid-uWcRRXtk6Z .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-uWcRRXtk6Z .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #ec1722;
}
.cid-uWcRRXtk6Z .card-title {
  color: #212428;
  margin-bottom: 20px;
}
.cid-uWcRRXtk6Z .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uWcRRXSWCu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4cfde;
}
.cid-uWcRRXSWCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcRRXSWCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcRRXSWCu .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uWcRRXSWCu .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uWcRRXSWCu .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uWcRRXSWCu .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uWcRRYsPU5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #c4cfde;
}
@media (max-width: 767px) {
  .cid-uWcRRYsPU5 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcRRYsPU5 .mbr-text {
  color: #767676;
}
.cid-uWcRRYsPU5 .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWcRRYsPU5 .links {
    text-align: center !important;
  }
}
.cid-uWcRRYsPU5 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uWcRRYsPU5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcRRYsPU5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uWcRRYsPU5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uWcRRYsPU5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ec1722;
}
.cid-uWcRRYsPU5 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uWcRRYsPU5 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWcRRYsPU5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWcRRYsPU5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWcRRYsPU5 .copyright > p {
  color: #212428;
  text-align: center;
}
.cid-uWcRTRW1xC .navbar-dropdown {
  position: relative !important;
}
.cid-uWcRTRW1xC .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-uWcRTRW1xC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWcRTRW1xC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWcRTRW1xC .dropdown-item:hover,
.cid-uWcRTRW1xC .dropdown-item:focus {
  background: #ec1722 !important;
  color: white !important;
}
.cid-uWcRTRW1xC .dropdown-item:hover span {
  color: white;
}
.cid-uWcRTRW1xC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWcRTRW1xC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWcRTRW1xC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWcRTRW1xC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWcRTRW1xC .nav-link {
  position: relative;
}
.cid-uWcRTRW1xC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWcRTRW1xC .container {
    flex-wrap: nowrap;
  }
}
.cid-uWcRTRW1xC .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWcRTRW1xC .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-uWcRTRW1xC .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-uWcRTRW1xC .navbar-nav .nav-item .nav-link:hover,
.cid-uWcRTRW1xC .navbar-nav .nav-item .nav-link:focus,
.cid-uWcRTRW1xC .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uWcRTRW1xC .dropdown-menu,
.cid-uWcRTRW1xC .navbar.opened {
  background: #212428 !important;
}
.cid-uWcRTRW1xC .nav-item:focus,
.cid-uWcRTRW1xC .nav-link:focus {
  outline: none;
}
.cid-uWcRTRW1xC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWcRTRW1xC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWcRTRW1xC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWcRTRW1xC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWcRTRW1xC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWcRTRW1xC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWcRTRW1xC .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uWcRTRW1xC .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uWcRTRW1xC .navbar.opened {
  transition: all 0.3s;
}
.cid-uWcRTRW1xC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWcRTRW1xC .navbar .navbar-logo img {
  width: auto;
}
.cid-uWcRTRW1xC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWcRTRW1xC .navbar.collapsed {
  justify-content: center;
}
.cid-uWcRTRW1xC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWcRTRW1xC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWcRTRW1xC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uWcRTRW1xC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWcRTRW1xC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWcRTRW1xC .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-uWcRTRW1xC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWcRTRW1xC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWcRTRW1xC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWcRTRW1xC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWcRTRW1xC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWcRTRW1xC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWcRTRW1xC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWcRTRW1xC .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-uWcRTRW1xC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWcRTRW1xC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWcRTRW1xC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWcRTRW1xC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWcRTRW1xC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWcRTRW1xC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWcRTRW1xC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWcRTRW1xC .navbar.navbar-short {
  min-height: 90px;
}
.cid-uWcRTRW1xC .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uWcRTRW1xC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uWcRTRW1xC .navbar {
    min-height: 80px;
  }
}
.cid-uWcRTRW1xC .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uWcRTRW1xC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWcRTRW1xC .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uWcRTRW1xC .navbar-brand {
    min-height: 69px;
  }
}
.cid-uWcRTRW1xC .dropdown-item.active,
.cid-uWcRTRW1xC .dropdown-item:active {
  background-color: transparent;
}
.cid-uWcRTRW1xC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWcRTRW1xC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWcRTRW1xC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWcRTRW1xC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uWcRTRW1xC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWcRTRW1xC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWcRTRW1xC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWcRTRW1xC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWcRTRW1xC button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uWcRTRW1xC button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uWcRTRW1xC button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uWcRTRW1xC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uWcRTRW1xC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uWcRTRW1xC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcRTRW1xC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcRTRW1xC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWcRTRW1xC nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcRTRW1xC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWcRTRW1xC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWcRTRW1xC nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcRTRW1xC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWcRTRW1xC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWcRTRW1xC .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-uWcRTRW1xC .navbar {
    height: 70px;
  }
  .cid-uWcRTRW1xC .navbar.opened {
    height: auto;
  }
  .cid-uWcRTRW1xC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWcRTRW1xC .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uWcRTRW1xC .navbar-short {
    min-height: 70px;
  }
}
.cid-uWcRTRW1xC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uWcRTRW1xC .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uWcRTRW1xC .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uWcRTRW1xC .container-fluid {
    padding: 0 3px;
  }
}
.cid-uWcRTRW1xC .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWcRTRW1xC .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uWcRTRW1xC .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uWcRTRW1xC .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uWcRTRW1xC button.navbar-toggler {
    display: flex;
  }
  .cid-uWcRTRW1xC .navbar-brand {
    width: auto !important;
  }
  .cid-uWcRTRW1xC .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uWcRTRW1xC .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uWcRTRW1xC .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uWcRTRW1xC .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uWcRTRW1xC .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uWcRTRW1xC .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uWcRTTEqUO {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #c4cfde;
}
.cid-uWcRTTEqUO .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-uWcRTTEqUO .item:last-child .icon-box:before {
  display: none;
}
.cid-uWcRTTEqUO .item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  background: #ec1722;
  transform: translate(-50%, 0);
}
.cid-uWcRTTEqUO .last:before {
  display: none;
}
.cid-uWcRTTEqUO .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #212428;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uWcRTTEqUO .icon-box {
    margin-right: 1rem;
  }
}
.cid-uWcRTTEqUO span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-uWcRTTEqUO span .card {
    margin-bottom: 2rem;
  }
  .cid-uWcRTTEqUO span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uWcRTTEqUO span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uWcRTTEqUO .icon-box::before {
    top: 114%;
  }
}
.cid-uWcRTTEqUO SPAN {
  color: #0196e3;
}
.cid-uWcRTTEqUO .icon-text {
  color: #212428;
}
.cid-uWcRTTEqUO .icon-title {
  color: #212428;
}
.cid-uWcRTTEqUO .icon-subtitle {
  color: #ec1722;
}
.cid-uWcRTTEqUO .main-title {
  color: #212428;
}
.cid-uWcRTTEqUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcRTTEqUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcRTTEqUO .step-number {
  color: #ec1722;
}
.cid-uWcRTUO7Ie {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c4cfde;
}
.cid-uWcRTUO7Ie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcRTUO7Ie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcRTUO7Ie .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-uWcRTUO7Ie .mbr-section-title {
  color: #212428;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uWcRTUO7Ie .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uWcRTUO7Ie .mbr-section-subtitle {
  color: #212428;
}
.cid-uWcRTUO7Ie .card-row {
  align-items: stretch;
}
.cid-uWcRTUO7Ie .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uWcRTUO7Ie .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-uWcRTUO7Ie .card-box {
  height: 100%;
}
.cid-uWcRTUO7Ie .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-uWcRTUO7Ie .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #ec1722;
}
.cid-uWcRTUO7Ie .card-title {
  color: #212428;
  margin-bottom: 20px;
}
.cid-uWcRTUO7Ie .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uWcRTVbsL4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4cfde;
}
.cid-uWcRTVbsL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcRTVbsL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcRTVbsL4 .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uWcRTVbsL4 .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uWcRTVbsL4 .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uWcRTVbsL4 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uWcRTVNESP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #c4cfde;
}
@media (max-width: 767px) {
  .cid-uWcRTVNESP .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcRTVNESP .mbr-text {
  color: #767676;
}
.cid-uWcRTVNESP .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWcRTVNESP .links {
    text-align: center !important;
  }
}
.cid-uWcRTVNESP .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uWcRTVNESP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcRTVNESP .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uWcRTVNESP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uWcRTVNESP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ec1722;
}
.cid-uWcRTVNESP .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uWcRTVNESP .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWcRTVNESP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWcRTVNESP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWcRTVNESP .copyright > p {
  color: #212428;
  text-align: center;
}
.cid-uWcRVAe7zY .navbar-dropdown {
  position: relative !important;
}
.cid-uWcRVAe7zY .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-uWcRVAe7zY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWcRVAe7zY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWcRVAe7zY .dropdown-item:hover,
.cid-uWcRVAe7zY .dropdown-item:focus {
  background: #ec1722 !important;
  color: white !important;
}
.cid-uWcRVAe7zY .dropdown-item:hover span {
  color: white;
}
.cid-uWcRVAe7zY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWcRVAe7zY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWcRVAe7zY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWcRVAe7zY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWcRVAe7zY .nav-link {
  position: relative;
}
.cid-uWcRVAe7zY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWcRVAe7zY .container {
    flex-wrap: nowrap;
  }
}
.cid-uWcRVAe7zY .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWcRVAe7zY .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-uWcRVAe7zY .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-uWcRVAe7zY .navbar-nav .nav-item .nav-link:hover,
.cid-uWcRVAe7zY .navbar-nav .nav-item .nav-link:focus,
.cid-uWcRVAe7zY .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uWcRVAe7zY .dropdown-menu,
.cid-uWcRVAe7zY .navbar.opened {
  background: #212428 !important;
}
.cid-uWcRVAe7zY .nav-item:focus,
.cid-uWcRVAe7zY .nav-link:focus {
  outline: none;
}
.cid-uWcRVAe7zY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWcRVAe7zY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWcRVAe7zY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWcRVAe7zY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWcRVAe7zY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWcRVAe7zY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWcRVAe7zY .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uWcRVAe7zY .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uWcRVAe7zY .navbar.opened {
  transition: all 0.3s;
}
.cid-uWcRVAe7zY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWcRVAe7zY .navbar .navbar-logo img {
  width: auto;
}
.cid-uWcRVAe7zY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWcRVAe7zY .navbar.collapsed {
  justify-content: center;
}
.cid-uWcRVAe7zY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWcRVAe7zY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWcRVAe7zY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uWcRVAe7zY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWcRVAe7zY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWcRVAe7zY .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-uWcRVAe7zY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWcRVAe7zY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWcRVAe7zY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWcRVAe7zY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWcRVAe7zY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWcRVAe7zY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWcRVAe7zY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWcRVAe7zY .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-uWcRVAe7zY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWcRVAe7zY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWcRVAe7zY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWcRVAe7zY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWcRVAe7zY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWcRVAe7zY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWcRVAe7zY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWcRVAe7zY .navbar.navbar-short {
  min-height: 90px;
}
.cid-uWcRVAe7zY .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uWcRVAe7zY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uWcRVAe7zY .navbar {
    min-height: 80px;
  }
}
.cid-uWcRVAe7zY .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uWcRVAe7zY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWcRVAe7zY .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uWcRVAe7zY .navbar-brand {
    min-height: 69px;
  }
}
.cid-uWcRVAe7zY .dropdown-item.active,
.cid-uWcRVAe7zY .dropdown-item:active {
  background-color: transparent;
}
.cid-uWcRVAe7zY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWcRVAe7zY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWcRVAe7zY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWcRVAe7zY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uWcRVAe7zY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWcRVAe7zY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWcRVAe7zY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWcRVAe7zY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWcRVAe7zY button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uWcRVAe7zY button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uWcRVAe7zY button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uWcRVAe7zY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uWcRVAe7zY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uWcRVAe7zY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcRVAe7zY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcRVAe7zY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWcRVAe7zY nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcRVAe7zY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWcRVAe7zY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWcRVAe7zY nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcRVAe7zY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWcRVAe7zY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWcRVAe7zY .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-uWcRVAe7zY .navbar {
    height: 70px;
  }
  .cid-uWcRVAe7zY .navbar.opened {
    height: auto;
  }
  .cid-uWcRVAe7zY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWcRVAe7zY .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uWcRVAe7zY .navbar-short {
    min-height: 70px;
  }
}
.cid-uWcRVAe7zY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uWcRVAe7zY .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uWcRVAe7zY .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uWcRVAe7zY .container-fluid {
    padding: 0 3px;
  }
}
.cid-uWcRVAe7zY .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWcRVAe7zY .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uWcRVAe7zY .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uWcRVAe7zY .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uWcRVAe7zY button.navbar-toggler {
    display: flex;
  }
  .cid-uWcRVAe7zY .navbar-brand {
    width: auto !important;
  }
  .cid-uWcRVAe7zY .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uWcRVAe7zY .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uWcRVAe7zY .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uWcRVAe7zY .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uWcRVAe7zY .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uWcRVAe7zY .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uWcRVCsSiY {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #c4cfde;
}
.cid-uWcRVCsSiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcRVCsSiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcRVCsSiY .row {
  flex-direction: row-reverse;
}
.cid-uWcRVCsSiY .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uWcRVCsSiY .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uWcRVCsSiY .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uWcRVCsSiY .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWcRVCsSiY .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-uWcRVCsSiY .text-wrapper {
  width: 100%;
}
.cid-uWcRVCsSiY .mbr-section-title {
  color: #ec1722;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uWcRVCsSiY .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-uWcRVCsSiY .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-uWcRVCsSiY .mbr-section-subtitle {
  color: #212428;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uWcRVCsSiY .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uWcRVCsSiY .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uWcRVCsSiY .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-uWcRVCsSiY .mbr-text {
    padding-right: 0;
  }
}
.cid-uWcRVCsSiY .mbr-section-btn {
  margin-top: 40px;
}
.cid-uWcRVCsSiY .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWcRVCsSiY .col-img {
    order: 1;
  }
}
.cid-uWcRVCsSiY .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWcRVCsSiY .img-container {
    padding-left: 20px;
  }
}
.cid-uWcRVCsSiY .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #c4cfde, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uWcRVCsSiY .image-wrapper {
    padding: 15px;
  }
}
.cid-uWcRVCsSiY .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uWcRVCsSiY .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uWcRVCsSiY .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uWcRVCsSiY .mbr-text,
.cid-uWcRVCsSiY .mbr-section-btn {
  color: #212428;
}
.cid-uWcRVD7VwI {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c4cfde;
}
.cid-uWcRVD7VwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcRVD7VwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcRVD7VwI .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-uWcRVD7VwI .mbr-section-title {
  color: #212428;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uWcRVD7VwI .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uWcRVD7VwI .mbr-section-subtitle {
  color: #212428;
}
.cid-uWcRVD7VwI .card-row {
  align-items: stretch;
}
.cid-uWcRVD7VwI .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uWcRVD7VwI .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-uWcRVD7VwI .card-box {
  height: 100%;
}
.cid-uWcRVD7VwI .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-uWcRVD7VwI .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #ec1722;
}
.cid-uWcRVD7VwI .card-title {
  color: #212428;
  margin-bottom: 20px;
}
.cid-uWcRVD7VwI .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uWcRVDx2qk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4cfde;
}
.cid-uWcRVDx2qk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcRVDx2qk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcRVDx2qk .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uWcRVDx2qk .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uWcRVDx2qk .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uWcRVDx2qk .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uWcRVE8Rks {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #c4cfde;
}
@media (max-width: 767px) {
  .cid-uWcRVE8Rks .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcRVE8Rks .mbr-text {
  color: #767676;
}
.cid-uWcRVE8Rks .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWcRVE8Rks .links {
    text-align: center !important;
  }
}
.cid-uWcRVE8Rks .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uWcRVE8Rks .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcRVE8Rks .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uWcRVE8Rks .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uWcRVE8Rks .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ec1722;
}
.cid-uWcRVE8Rks .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uWcRVE8Rks .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWcRVE8Rks .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWcRVE8Rks .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWcRVE8Rks .copyright > p {
  color: #212428;
  text-align: center;
}
.cid-uWcRY5kuf8 .navbar-dropdown {
  position: relative !important;
}
.cid-uWcRY5kuf8 .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-uWcRY5kuf8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWcRY5kuf8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWcRY5kuf8 .dropdown-item:hover,
.cid-uWcRY5kuf8 .dropdown-item:focus {
  background: #ec1722 !important;
  color: white !important;
}
.cid-uWcRY5kuf8 .dropdown-item:hover span {
  color: white;
}
.cid-uWcRY5kuf8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWcRY5kuf8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWcRY5kuf8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWcRY5kuf8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWcRY5kuf8 .nav-link {
  position: relative;
}
.cid-uWcRY5kuf8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWcRY5kuf8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uWcRY5kuf8 .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWcRY5kuf8 .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-uWcRY5kuf8 .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-uWcRY5kuf8 .navbar-nav .nav-item .nav-link:hover,
.cid-uWcRY5kuf8 .navbar-nav .nav-item .nav-link:focus,
.cid-uWcRY5kuf8 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uWcRY5kuf8 .dropdown-menu,
.cid-uWcRY5kuf8 .navbar.opened {
  background: #212428 !important;
}
.cid-uWcRY5kuf8 .nav-item:focus,
.cid-uWcRY5kuf8 .nav-link:focus {
  outline: none;
}
.cid-uWcRY5kuf8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWcRY5kuf8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWcRY5kuf8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWcRY5kuf8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWcRY5kuf8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWcRY5kuf8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWcRY5kuf8 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uWcRY5kuf8 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uWcRY5kuf8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWcRY5kuf8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWcRY5kuf8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWcRY5kuf8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWcRY5kuf8 .navbar.collapsed {
  justify-content: center;
}
.cid-uWcRY5kuf8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWcRY5kuf8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWcRY5kuf8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uWcRY5kuf8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWcRY5kuf8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWcRY5kuf8 .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-uWcRY5kuf8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWcRY5kuf8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWcRY5kuf8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWcRY5kuf8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWcRY5kuf8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWcRY5kuf8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWcRY5kuf8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWcRY5kuf8 .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-uWcRY5kuf8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWcRY5kuf8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWcRY5kuf8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWcRY5kuf8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWcRY5kuf8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWcRY5kuf8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWcRY5kuf8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWcRY5kuf8 .navbar.navbar-short {
  min-height: 90px;
}
.cid-uWcRY5kuf8 .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uWcRY5kuf8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uWcRY5kuf8 .navbar {
    min-height: 80px;
  }
}
.cid-uWcRY5kuf8 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uWcRY5kuf8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWcRY5kuf8 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uWcRY5kuf8 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uWcRY5kuf8 .dropdown-item.active,
.cid-uWcRY5kuf8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWcRY5kuf8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWcRY5kuf8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWcRY5kuf8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWcRY5kuf8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uWcRY5kuf8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWcRY5kuf8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWcRY5kuf8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWcRY5kuf8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWcRY5kuf8 button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uWcRY5kuf8 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uWcRY5kuf8 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uWcRY5kuf8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uWcRY5kuf8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uWcRY5kuf8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcRY5kuf8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcRY5kuf8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWcRY5kuf8 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcRY5kuf8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWcRY5kuf8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWcRY5kuf8 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcRY5kuf8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWcRY5kuf8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWcRY5kuf8 .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-uWcRY5kuf8 .navbar {
    height: 70px;
  }
  .cid-uWcRY5kuf8 .navbar.opened {
    height: auto;
  }
  .cid-uWcRY5kuf8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWcRY5kuf8 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uWcRY5kuf8 .navbar-short {
    min-height: 70px;
  }
}
.cid-uWcRY5kuf8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uWcRY5kuf8 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uWcRY5kuf8 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uWcRY5kuf8 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uWcRY5kuf8 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWcRY5kuf8 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uWcRY5kuf8 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uWcRY5kuf8 .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uWcRY5kuf8 button.navbar-toggler {
    display: flex;
  }
  .cid-uWcRY5kuf8 .navbar-brand {
    width: auto !important;
  }
  .cid-uWcRY5kuf8 .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uWcRY5kuf8 .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uWcRY5kuf8 .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uWcRY5kuf8 .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uWcRY5kuf8 .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uWcRY5kuf8 .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uWcRY6o3lo {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c4cfde;
}
.cid-uWcRY6o3lo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcRY6o3lo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcRY6o3lo .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWcRY6o3lo .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWcRY6o3lo .title .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uWcRY6o3lo .title .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uWcRY6o3lo .title .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uWcRY6o3lo .title .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uWcRY6o3lo .items-wrap {
  justify-content: center;
  margin: 0 -10px;
  row-gap: 25px;
}
.cid-uWcRY6o3lo .items-wrap .card {
  padding: 0 10px;
}
.cid-uWcRY6o3lo .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uWcRY6o3lo .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uWcRY6o3lo .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uWcRY6o3lo .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uWcRY6o3lo .card .item-wrapper {
  background-color: #9ca5b1;
  transition: all 0.3s ease;
}
.cid-uWcRY6o3lo .card .item-wrapper .card-box {
  padding: 3rem 1.5rem;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-uWcRY6o3lo .card .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uWcRY6o3lo .card .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uWcRY6o3lo .card .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uWcRY6o3lo .card .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.66;
}
.cid-uWcRY6o3lo .card .item-wrapper .card-box .icon-wrap {
  font-size: 3rem;
  color: #ec1722;
}
.cid-uWcRY6o3lo .card .item-wrapper:hover {
  box-shadow: 5px 5px 0 0 #878e99;
  transform: translateY(-1.15rem);
}
.cid-uWcRY6o3lo .mbr-section-title {
  color: #212428;
  text-align: center;
}
.cid-uWcRY6o3lo .item-title {
  color: #212428;
}
.cid-uWcRY6o3lo .item-number {
  color: #ffffff;
}
.cid-uWcRY6o3lo .item-text {
  color: #212428;
}
.cid-uWcRY87qC4 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c4cfde;
}
.cid-uWcRY87qC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcRY87qC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcRY87qC4 .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-uWcRY87qC4 .mbr-section-title {
  color: #212428;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uWcRY87qC4 .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uWcRY87qC4 .mbr-section-subtitle {
  color: #212428;
}
.cid-uWcRY87qC4 .card-row {
  align-items: stretch;
}
.cid-uWcRY87qC4 .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uWcRY87qC4 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-uWcRY87qC4 .card-box {
  height: 100%;
}
.cid-uWcRY87qC4 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-uWcRY87qC4 .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #ec1722;
}
.cid-uWcRY87qC4 .card-title {
  color: #212428;
  margin-bottom: 20px;
}
.cid-uWcRY87qC4 .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uWcRY8uFGM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4cfde;
}
.cid-uWcRY8uFGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcRY8uFGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcRY8uFGM .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uWcRY8uFGM .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uWcRY8uFGM .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uWcRY8uFGM .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uWcRY94vKg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #c4cfde;
}
@media (max-width: 767px) {
  .cid-uWcRY94vKg .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcRY94vKg .mbr-text {
  color: #767676;
}
.cid-uWcRY94vKg .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWcRY94vKg .links {
    text-align: center !important;
  }
}
.cid-uWcRY94vKg .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uWcRY94vKg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcRY94vKg .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uWcRY94vKg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uWcRY94vKg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ec1722;
}
.cid-uWcRY94vKg .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uWcRY94vKg .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWcRY94vKg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWcRY94vKg .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWcRY94vKg .copyright > p {
  color: #212428;
  text-align: center;
}
.cid-uWcS0SLr18 .navbar-dropdown {
  position: relative !important;
}
.cid-uWcS0SLr18 .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-uWcS0SLr18 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWcS0SLr18 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWcS0SLr18 .dropdown-item:hover,
.cid-uWcS0SLr18 .dropdown-item:focus {
  background: #ec1722 !important;
  color: white !important;
}
.cid-uWcS0SLr18 .dropdown-item:hover span {
  color: white;
}
.cid-uWcS0SLr18 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWcS0SLr18 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWcS0SLr18 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWcS0SLr18 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWcS0SLr18 .nav-link {
  position: relative;
}
.cid-uWcS0SLr18 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWcS0SLr18 .container {
    flex-wrap: nowrap;
  }
}
.cid-uWcS0SLr18 .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWcS0SLr18 .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-uWcS0SLr18 .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-uWcS0SLr18 .navbar-nav .nav-item .nav-link:hover,
.cid-uWcS0SLr18 .navbar-nav .nav-item .nav-link:focus,
.cid-uWcS0SLr18 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uWcS0SLr18 .dropdown-menu,
.cid-uWcS0SLr18 .navbar.opened {
  background: #212428 !important;
}
.cid-uWcS0SLr18 .nav-item:focus,
.cid-uWcS0SLr18 .nav-link:focus {
  outline: none;
}
.cid-uWcS0SLr18 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWcS0SLr18 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWcS0SLr18 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWcS0SLr18 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWcS0SLr18 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWcS0SLr18 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWcS0SLr18 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uWcS0SLr18 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uWcS0SLr18 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWcS0SLr18 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWcS0SLr18 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWcS0SLr18 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWcS0SLr18 .navbar.collapsed {
  justify-content: center;
}
.cid-uWcS0SLr18 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWcS0SLr18 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWcS0SLr18 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uWcS0SLr18 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWcS0SLr18 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWcS0SLr18 .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-uWcS0SLr18 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWcS0SLr18 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWcS0SLr18 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWcS0SLr18 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWcS0SLr18 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWcS0SLr18 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWcS0SLr18 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWcS0SLr18 .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-uWcS0SLr18 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWcS0SLr18 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWcS0SLr18 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWcS0SLr18 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWcS0SLr18 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWcS0SLr18 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWcS0SLr18 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWcS0SLr18 .navbar.navbar-short {
  min-height: 90px;
}
.cid-uWcS0SLr18 .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uWcS0SLr18 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uWcS0SLr18 .navbar {
    min-height: 80px;
  }
}
.cid-uWcS0SLr18 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uWcS0SLr18 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWcS0SLr18 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uWcS0SLr18 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uWcS0SLr18 .dropdown-item.active,
.cid-uWcS0SLr18 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWcS0SLr18 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWcS0SLr18 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWcS0SLr18 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWcS0SLr18 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uWcS0SLr18 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWcS0SLr18 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWcS0SLr18 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWcS0SLr18 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWcS0SLr18 button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uWcS0SLr18 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uWcS0SLr18 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uWcS0SLr18 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uWcS0SLr18 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uWcS0SLr18 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcS0SLr18 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcS0SLr18 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWcS0SLr18 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcS0SLr18 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWcS0SLr18 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWcS0SLr18 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcS0SLr18 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWcS0SLr18 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWcS0SLr18 .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-uWcS0SLr18 .navbar {
    height: 70px;
  }
  .cid-uWcS0SLr18 .navbar.opened {
    height: auto;
  }
  .cid-uWcS0SLr18 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWcS0SLr18 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uWcS0SLr18 .navbar-short {
    min-height: 70px;
  }
}
.cid-uWcS0SLr18 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uWcS0SLr18 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uWcS0SLr18 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uWcS0SLr18 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uWcS0SLr18 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWcS0SLr18 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uWcS0SLr18 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uWcS0SLr18 .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uWcS0SLr18 button.navbar-toggler {
    display: flex;
  }
  .cid-uWcS0SLr18 .navbar-brand {
    width: auto !important;
  }
  .cid-uWcS0SLr18 .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uWcS0SLr18 .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uWcS0SLr18 .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uWcS0SLr18 .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uWcS0SLr18 .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uWcS0SLr18 .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uWcS0Vdrpl {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c4cfde;
}
.cid-uWcS0Vdrpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcS0Vdrpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcS0Vdrpl .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-uWcS0Vdrpl .mbr-section-title {
  color: #212428;
  text-align: center;
}
.cid-uWcS0Vdrpl .mbr-section-subtitle {
  color: #212428;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWcS0Vdrpl .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uWcS0Vdrpl .card {
  margin-top: 35px;
}
.cid-uWcS0Vdrpl .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-uWcS0Vdrpl .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWcS0Vdrpl .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #16181c 0%, #16181c 100%);
}
.cid-uWcS0Vdrpl .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #ec1722 0%, #ec1722 100%);
}
.cid-uWcS0Vdrpl .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-uWcS0Vdrpl .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-uWcS0Vdrpl .panel-group {
  border: none;
}
.cid-uWcS0Vdrpl .panel-body {
  padding: 20px 0 0;
}
.cid-uWcS0Vdrpl .panel-text {
  color: #878e99;
}
.cid-uWcS0Vdrpl .panel-title-edit {
  color: #212428;
}
.cid-uWcS0Vdrpl .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-uWcS0Vdrpl .panel-text,
.cid-uWcS0Vdrpl .mbr-section-btn {
  color: #212428;
}
.cid-uWcS0VAJiT {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #c4cfde;
}
.cid-uWcS0VAJiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcS0VAJiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcS0VAJiT .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-uWcS0VAJiT .mbr-section-title {
  color: #212428;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uWcS0VAJiT .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uWcS0VAJiT .mbr-section-subtitle {
  color: #212428;
}
.cid-uWcS0VAJiT .card-row {
  align-items: stretch;
}
.cid-uWcS0VAJiT .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uWcS0VAJiT .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-uWcS0VAJiT .card-box {
  height: 100%;
}
.cid-uWcS0VAJiT .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-uWcS0VAJiT .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #ec1722;
}
.cid-uWcS0VAJiT .card-title {
  color: #212428;
  margin-bottom: 20px;
}
.cid-uWcS0VAJiT .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uWcS0VXCiU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4cfde;
}
.cid-uWcS0VXCiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcS0VXCiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcS0VXCiU .card-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uWcS0VXCiU .card-wrapper {
    margin: 3px 0;
  }
}
.cid-uWcS0VXCiU .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uWcS0VXCiU .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uWcS0WzJI7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #c4cfde;
}
@media (max-width: 767px) {
  .cid-uWcS0WzJI7 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcS0WzJI7 .mbr-text {
  color: #767676;
}
.cid-uWcS0WzJI7 .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWcS0WzJI7 .links {
    text-align: center !important;
  }
}
.cid-uWcS0WzJI7 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uWcS0WzJI7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcS0WzJI7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uWcS0WzJI7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uWcS0WzJI7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ec1722;
}
.cid-uWcS0WzJI7 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uWcS0WzJI7 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWcS0WzJI7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWcS0WzJI7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWcS0WzJI7 .copyright > p {
  color: #212428;
  text-align: center;
}
.cid-uWcSCk3rzg .navbar-dropdown {
  position: relative !important;
}
.cid-uWcSCk3rzg .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-uWcSCk3rzg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWcSCk3rzg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWcSCk3rzg .dropdown-item:hover,
.cid-uWcSCk3rzg .dropdown-item:focus {
  background: #ec1722 !important;
  color: white !important;
}
.cid-uWcSCk3rzg .dropdown-item:hover span {
  color: white;
}
.cid-uWcSCk3rzg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWcSCk3rzg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWcSCk3rzg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWcSCk3rzg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWcSCk3rzg .nav-link {
  position: relative;
}
.cid-uWcSCk3rzg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWcSCk3rzg .container {
    flex-wrap: nowrap;
  }
}
.cid-uWcSCk3rzg .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWcSCk3rzg .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-uWcSCk3rzg .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-uWcSCk3rzg .navbar-nav .nav-item .nav-link:hover,
.cid-uWcSCk3rzg .navbar-nav .nav-item .nav-link:focus,
.cid-uWcSCk3rzg .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uWcSCk3rzg .dropdown-menu,
.cid-uWcSCk3rzg .navbar.opened {
  background: #212428 !important;
}
.cid-uWcSCk3rzg .nav-item:focus,
.cid-uWcSCk3rzg .nav-link:focus {
  outline: none;
}
.cid-uWcSCk3rzg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWcSCk3rzg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWcSCk3rzg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWcSCk3rzg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWcSCk3rzg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWcSCk3rzg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWcSCk3rzg .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uWcSCk3rzg .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uWcSCk3rzg .navbar.opened {
  transition: all 0.3s;
}
.cid-uWcSCk3rzg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWcSCk3rzg .navbar .navbar-logo img {
  width: auto;
}
.cid-uWcSCk3rzg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWcSCk3rzg .navbar.collapsed {
  justify-content: center;
}
.cid-uWcSCk3rzg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWcSCk3rzg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWcSCk3rzg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uWcSCk3rzg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWcSCk3rzg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWcSCk3rzg .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-uWcSCk3rzg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWcSCk3rzg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWcSCk3rzg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWcSCk3rzg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWcSCk3rzg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWcSCk3rzg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWcSCk3rzg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWcSCk3rzg .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-uWcSCk3rzg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWcSCk3rzg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWcSCk3rzg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWcSCk3rzg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWcSCk3rzg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWcSCk3rzg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWcSCk3rzg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWcSCk3rzg .navbar.navbar-short {
  min-height: 90px;
}
.cid-uWcSCk3rzg .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uWcSCk3rzg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uWcSCk3rzg .navbar {
    min-height: 80px;
  }
}
.cid-uWcSCk3rzg .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uWcSCk3rzg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWcSCk3rzg .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uWcSCk3rzg .navbar-brand {
    min-height: 69px;
  }
}
.cid-uWcSCk3rzg .dropdown-item.active,
.cid-uWcSCk3rzg .dropdown-item:active {
  background-color: transparent;
}
.cid-uWcSCk3rzg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWcSCk3rzg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWcSCk3rzg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWcSCk3rzg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uWcSCk3rzg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWcSCk3rzg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWcSCk3rzg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWcSCk3rzg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWcSCk3rzg button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uWcSCk3rzg button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uWcSCk3rzg button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uWcSCk3rzg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uWcSCk3rzg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uWcSCk3rzg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcSCk3rzg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcSCk3rzg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWcSCk3rzg nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcSCk3rzg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWcSCk3rzg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWcSCk3rzg nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcSCk3rzg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWcSCk3rzg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWcSCk3rzg .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-uWcSCk3rzg .navbar {
    height: 70px;
  }
  .cid-uWcSCk3rzg .navbar.opened {
    height: auto;
  }
  .cid-uWcSCk3rzg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWcSCk3rzg .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uWcSCk3rzg .navbar-short {
    min-height: 70px;
  }
}
.cid-uWcSCk3rzg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uWcSCk3rzg .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uWcSCk3rzg .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uWcSCk3rzg .container-fluid {
    padding: 0 3px;
  }
}
.cid-uWcSCk3rzg .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWcSCk3rzg .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uWcSCk3rzg .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uWcSCk3rzg .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uWcSCk3rzg button.navbar-toggler {
    display: flex;
  }
  .cid-uWcSCk3rzg .navbar-brand {
    width: auto !important;
  }
  .cid-uWcSCk3rzg .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uWcSCk3rzg .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uWcSCk3rzg .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uWcSCk3rzg .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uWcSCk3rzg .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uWcSCk3rzg .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uWcSFO8ilP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #c4cfde;
}
.cid-uWcSFO8ilP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcSFO8ilP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcSFO8ilP .card-wrapper {
  background: #c4cfde;
}
@media (max-width: 767px) {
  .cid-uWcSFO8ilP .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWcSFO8ilP .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWcSFO8ilP .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWcSFO8ilP .mbr-text,
.cid-uWcSFO8ilP .mbr-section-btn {
  color: #212428;
  text-align: left;
}
.cid-uWcSFO8ilP .card-title,
.cid-uWcSFO8ilP .card-box {
  text-align: left;
  color: #212428;
}
.cid-uWcSCllXVa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #c4cfde;
}
@media (max-width: 767px) {
  .cid-uWcSCllXVa .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcSCllXVa .mbr-text {
  color: #767676;
}
.cid-uWcSCllXVa .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWcSCllXVa .links {
    text-align: center !important;
  }
}
.cid-uWcSCllXVa .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uWcSCllXVa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcSCllXVa .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uWcSCllXVa .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uWcSCllXVa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ec1722;
}
.cid-uWcSCllXVa .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uWcSCllXVa .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWcSCllXVa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWcSCllXVa .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWcSCllXVa .copyright > p {
  color: #212428;
  text-align: center;
}
.cid-uWcSJSyDuz .navbar-dropdown {
  position: relative !important;
}
.cid-uWcSJSyDuz .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-uWcSJSyDuz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWcSJSyDuz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWcSJSyDuz .dropdown-item:hover,
.cid-uWcSJSyDuz .dropdown-item:focus {
  background: #ec1722 !important;
  color: white !important;
}
.cid-uWcSJSyDuz .dropdown-item:hover span {
  color: white;
}
.cid-uWcSJSyDuz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWcSJSyDuz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWcSJSyDuz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWcSJSyDuz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWcSJSyDuz .nav-link {
  position: relative;
}
.cid-uWcSJSyDuz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWcSJSyDuz .container {
    flex-wrap: nowrap;
  }
}
.cid-uWcSJSyDuz .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWcSJSyDuz .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-uWcSJSyDuz .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-uWcSJSyDuz .navbar-nav .nav-item .nav-link:hover,
.cid-uWcSJSyDuz .navbar-nav .nav-item .nav-link:focus,
.cid-uWcSJSyDuz .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uWcSJSyDuz .dropdown-menu,
.cid-uWcSJSyDuz .navbar.opened {
  background: #212428 !important;
}
.cid-uWcSJSyDuz .nav-item:focus,
.cid-uWcSJSyDuz .nav-link:focus {
  outline: none;
}
.cid-uWcSJSyDuz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWcSJSyDuz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWcSJSyDuz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWcSJSyDuz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWcSJSyDuz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWcSJSyDuz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWcSJSyDuz .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uWcSJSyDuz .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uWcSJSyDuz .navbar.opened {
  transition: all 0.3s;
}
.cid-uWcSJSyDuz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWcSJSyDuz .navbar .navbar-logo img {
  width: auto;
}
.cid-uWcSJSyDuz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWcSJSyDuz .navbar.collapsed {
  justify-content: center;
}
.cid-uWcSJSyDuz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWcSJSyDuz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWcSJSyDuz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uWcSJSyDuz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWcSJSyDuz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWcSJSyDuz .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-uWcSJSyDuz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWcSJSyDuz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWcSJSyDuz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWcSJSyDuz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWcSJSyDuz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWcSJSyDuz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWcSJSyDuz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWcSJSyDuz .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-uWcSJSyDuz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWcSJSyDuz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWcSJSyDuz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWcSJSyDuz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWcSJSyDuz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWcSJSyDuz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWcSJSyDuz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWcSJSyDuz .navbar.navbar-short {
  min-height: 90px;
}
.cid-uWcSJSyDuz .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uWcSJSyDuz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uWcSJSyDuz .navbar {
    min-height: 80px;
  }
}
.cid-uWcSJSyDuz .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uWcSJSyDuz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWcSJSyDuz .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uWcSJSyDuz .navbar-brand {
    min-height: 69px;
  }
}
.cid-uWcSJSyDuz .dropdown-item.active,
.cid-uWcSJSyDuz .dropdown-item:active {
  background-color: transparent;
}
.cid-uWcSJSyDuz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWcSJSyDuz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWcSJSyDuz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWcSJSyDuz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uWcSJSyDuz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWcSJSyDuz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWcSJSyDuz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWcSJSyDuz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWcSJSyDuz button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uWcSJSyDuz button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uWcSJSyDuz button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uWcSJSyDuz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uWcSJSyDuz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uWcSJSyDuz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcSJSyDuz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcSJSyDuz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWcSJSyDuz nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcSJSyDuz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWcSJSyDuz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWcSJSyDuz nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcSJSyDuz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWcSJSyDuz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWcSJSyDuz .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-uWcSJSyDuz .navbar {
    height: 70px;
  }
  .cid-uWcSJSyDuz .navbar.opened {
    height: auto;
  }
  .cid-uWcSJSyDuz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWcSJSyDuz .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uWcSJSyDuz .navbar-short {
    min-height: 70px;
  }
}
.cid-uWcSJSyDuz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uWcSJSyDuz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uWcSJSyDuz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uWcSJSyDuz .container-fluid {
    padding: 0 3px;
  }
}
.cid-uWcSJSyDuz .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWcSJSyDuz .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uWcSJSyDuz .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uWcSJSyDuz .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uWcSJSyDuz button.navbar-toggler {
    display: flex;
  }
  .cid-uWcSJSyDuz .navbar-brand {
    width: auto !important;
  }
  .cid-uWcSJSyDuz .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uWcSJSyDuz .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uWcSJSyDuz .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uWcSJSyDuz .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uWcSJSyDuz .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uWcSJSyDuz .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uWcSJSTLX4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4cfde;
}
.cid-uWcSJSTLX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcSJSTLX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcSJSTLX4 .card-wrapper {
  background: #c4cfde;
}
@media (max-width: 767px) {
  .cid-uWcSJSTLX4 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWcSJSTLX4 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWcSJSTLX4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWcSJSTLX4 .mbr-text,
.cid-uWcSJSTLX4 .mbr-section-btn {
  color: #212428;
  text-align: left;
}
.cid-uWcSJSTLX4 .card-title,
.cid-uWcSJSTLX4 .card-box {
  text-align: left;
  color: #212428;
}
.cid-uWcSJT95Dy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #c4cfde;
}
@media (max-width: 767px) {
  .cid-uWcSJT95Dy .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcSJT95Dy .mbr-text {
  color: #767676;
}
.cid-uWcSJT95Dy .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWcSJT95Dy .links {
    text-align: center !important;
  }
}
.cid-uWcSJT95Dy .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uWcSJT95Dy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcSJT95Dy .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uWcSJT95Dy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uWcSJT95Dy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ec1722;
}
.cid-uWcSJT95Dy .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uWcSJT95Dy .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWcSJT95Dy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWcSJT95Dy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWcSJT95Dy .copyright > p {
  color: #212428;
  text-align: center;
}
.cid-uWcSTeYUZE .navbar-dropdown {
  position: relative !important;
}
.cid-uWcSTeYUZE .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-uWcSTeYUZE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWcSTeYUZE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWcSTeYUZE .dropdown-item:hover,
.cid-uWcSTeYUZE .dropdown-item:focus {
  background: #ec1722 !important;
  color: white !important;
}
.cid-uWcSTeYUZE .dropdown-item:hover span {
  color: white;
}
.cid-uWcSTeYUZE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWcSTeYUZE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWcSTeYUZE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWcSTeYUZE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWcSTeYUZE .nav-link {
  position: relative;
}
.cid-uWcSTeYUZE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWcSTeYUZE .container {
    flex-wrap: nowrap;
  }
}
.cid-uWcSTeYUZE .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWcSTeYUZE .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-uWcSTeYUZE .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-uWcSTeYUZE .navbar-nav .nav-item .nav-link:hover,
.cid-uWcSTeYUZE .navbar-nav .nav-item .nav-link:focus,
.cid-uWcSTeYUZE .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uWcSTeYUZE .dropdown-menu,
.cid-uWcSTeYUZE .navbar.opened {
  background: #212428 !important;
}
.cid-uWcSTeYUZE .nav-item:focus,
.cid-uWcSTeYUZE .nav-link:focus {
  outline: none;
}
.cid-uWcSTeYUZE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWcSTeYUZE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWcSTeYUZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWcSTeYUZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWcSTeYUZE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWcSTeYUZE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWcSTeYUZE .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uWcSTeYUZE .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uWcSTeYUZE .navbar.opened {
  transition: all 0.3s;
}
.cid-uWcSTeYUZE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWcSTeYUZE .navbar .navbar-logo img {
  width: auto;
}
.cid-uWcSTeYUZE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWcSTeYUZE .navbar.collapsed {
  justify-content: center;
}
.cid-uWcSTeYUZE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWcSTeYUZE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWcSTeYUZE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uWcSTeYUZE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWcSTeYUZE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWcSTeYUZE .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-uWcSTeYUZE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWcSTeYUZE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWcSTeYUZE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWcSTeYUZE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWcSTeYUZE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWcSTeYUZE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWcSTeYUZE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWcSTeYUZE .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-uWcSTeYUZE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWcSTeYUZE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWcSTeYUZE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWcSTeYUZE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWcSTeYUZE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWcSTeYUZE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWcSTeYUZE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWcSTeYUZE .navbar.navbar-short {
  min-height: 90px;
}
.cid-uWcSTeYUZE .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uWcSTeYUZE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uWcSTeYUZE .navbar {
    min-height: 80px;
  }
}
.cid-uWcSTeYUZE .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uWcSTeYUZE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWcSTeYUZE .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uWcSTeYUZE .navbar-brand {
    min-height: 69px;
  }
}
.cid-uWcSTeYUZE .dropdown-item.active,
.cid-uWcSTeYUZE .dropdown-item:active {
  background-color: transparent;
}
.cid-uWcSTeYUZE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWcSTeYUZE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWcSTeYUZE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWcSTeYUZE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uWcSTeYUZE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWcSTeYUZE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWcSTeYUZE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWcSTeYUZE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWcSTeYUZE button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uWcSTeYUZE button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uWcSTeYUZE button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uWcSTeYUZE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uWcSTeYUZE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uWcSTeYUZE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcSTeYUZE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcSTeYUZE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWcSTeYUZE nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcSTeYUZE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWcSTeYUZE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWcSTeYUZE nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcSTeYUZE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWcSTeYUZE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWcSTeYUZE .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-uWcSTeYUZE .navbar {
    height: 70px;
  }
  .cid-uWcSTeYUZE .navbar.opened {
    height: auto;
  }
  .cid-uWcSTeYUZE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWcSTeYUZE .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uWcSTeYUZE .navbar-short {
    min-height: 70px;
  }
}
.cid-uWcSTeYUZE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uWcSTeYUZE .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uWcSTeYUZE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uWcSTeYUZE .container-fluid {
    padding: 0 3px;
  }
}
.cid-uWcSTeYUZE .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWcSTeYUZE .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uWcSTeYUZE .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uWcSTeYUZE .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uWcSTeYUZE button.navbar-toggler {
    display: flex;
  }
  .cid-uWcSTeYUZE .navbar-brand {
    width: auto !important;
  }
  .cid-uWcSTeYUZE .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uWcSTeYUZE .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uWcSTeYUZE .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uWcSTeYUZE .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uWcSTeYUZE .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uWcSTeYUZE .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uWcSTfjgnI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4cfde;
}
.cid-uWcSTfjgnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcSTfjgnI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcSTfjgnI .card-wrapper {
  background: #c4cfde;
}
@media (max-width: 767px) {
  .cid-uWcSTfjgnI .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWcSTfjgnI .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWcSTfjgnI .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWcSTfjgnI .mbr-text,
.cid-uWcSTfjgnI .mbr-section-btn {
  color: #212428;
  text-align: left;
}
.cid-uWcSTfjgnI .card-title,
.cid-uWcSTfjgnI .card-box {
  text-align: left;
  color: #212428;
}
.cid-uWcSTfDvXv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #c4cfde;
}
@media (max-width: 767px) {
  .cid-uWcSTfDvXv .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcSTfDvXv .mbr-text {
  color: #767676;
}
.cid-uWcSTfDvXv .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWcSTfDvXv .links {
    text-align: center !important;
  }
}
.cid-uWcSTfDvXv .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uWcSTfDvXv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcSTfDvXv .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uWcSTfDvXv .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uWcSTfDvXv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ec1722;
}
.cid-uWcSTfDvXv .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uWcSTfDvXv .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWcSTfDvXv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWcSTfDvXv .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWcSTfDvXv .copyright > p {
  color: #212428;
  text-align: center;
}
.cid-uWcT1GEv3Q .navbar-dropdown {
  position: relative !important;
}
.cid-uWcT1GEv3Q .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-uWcT1GEv3Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWcT1GEv3Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWcT1GEv3Q .dropdown-item:hover,
.cid-uWcT1GEv3Q .dropdown-item:focus {
  background: #ec1722 !important;
  color: white !important;
}
.cid-uWcT1GEv3Q .dropdown-item:hover span {
  color: white;
}
.cid-uWcT1GEv3Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWcT1GEv3Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWcT1GEv3Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWcT1GEv3Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWcT1GEv3Q .nav-link {
  position: relative;
}
.cid-uWcT1GEv3Q .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWcT1GEv3Q .container {
    flex-wrap: nowrap;
  }
}
.cid-uWcT1GEv3Q .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWcT1GEv3Q .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-uWcT1GEv3Q .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-uWcT1GEv3Q .navbar-nav .nav-item .nav-link:hover,
.cid-uWcT1GEv3Q .navbar-nav .nav-item .nav-link:focus,
.cid-uWcT1GEv3Q .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uWcT1GEv3Q .dropdown-menu,
.cid-uWcT1GEv3Q .navbar.opened {
  background: #212428 !important;
}
.cid-uWcT1GEv3Q .nav-item:focus,
.cid-uWcT1GEv3Q .nav-link:focus {
  outline: none;
}
.cid-uWcT1GEv3Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWcT1GEv3Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWcT1GEv3Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWcT1GEv3Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWcT1GEv3Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWcT1GEv3Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWcT1GEv3Q .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  box-shadow: none !important;
  background: #212428;
}
.cid-uWcT1GEv3Q .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uWcT1GEv3Q .navbar.opened {
  transition: all 0.3s;
}
.cid-uWcT1GEv3Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWcT1GEv3Q .navbar .navbar-logo img {
  width: auto;
}
.cid-uWcT1GEv3Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWcT1GEv3Q .navbar.collapsed {
  justify-content: center;
}
.cid-uWcT1GEv3Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWcT1GEv3Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWcT1GEv3Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uWcT1GEv3Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWcT1GEv3Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWcT1GEv3Q .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-uWcT1GEv3Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWcT1GEv3Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWcT1GEv3Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWcT1GEv3Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWcT1GEv3Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWcT1GEv3Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWcT1GEv3Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWcT1GEv3Q .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-uWcT1GEv3Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWcT1GEv3Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWcT1GEv3Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWcT1GEv3Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWcT1GEv3Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWcT1GEv3Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWcT1GEv3Q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWcT1GEv3Q .navbar.navbar-short {
  min-height: 90px;
}
.cid-uWcT1GEv3Q .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uWcT1GEv3Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uWcT1GEv3Q .navbar {
    min-height: 80px;
  }
}
.cid-uWcT1GEv3Q .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uWcT1GEv3Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWcT1GEv3Q .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uWcT1GEv3Q .navbar-brand {
    min-height: 69px;
  }
}
.cid-uWcT1GEv3Q .dropdown-item.active,
.cid-uWcT1GEv3Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uWcT1GEv3Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWcT1GEv3Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWcT1GEv3Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWcT1GEv3Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uWcT1GEv3Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWcT1GEv3Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWcT1GEv3Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWcT1GEv3Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWcT1GEv3Q button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uWcT1GEv3Q button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uWcT1GEv3Q button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uWcT1GEv3Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-uWcT1GEv3Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uWcT1GEv3Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcT1GEv3Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uWcT1GEv3Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWcT1GEv3Q nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcT1GEv3Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWcT1GEv3Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWcT1GEv3Q nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWcT1GEv3Q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWcT1GEv3Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWcT1GEv3Q .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-uWcT1GEv3Q .navbar {
    height: 70px;
  }
  .cid-uWcT1GEv3Q .navbar.opened {
    height: auto;
  }
  .cid-uWcT1GEv3Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWcT1GEv3Q .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
}
@media (max-width: 575px) {
  .cid-uWcT1GEv3Q .navbar-short {
    min-height: 70px;
  }
}
.cid-uWcT1GEv3Q .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uWcT1GEv3Q .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uWcT1GEv3Q .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uWcT1GEv3Q .container-fluid {
    padding: 0 3px;
  }
}
.cid-uWcT1GEv3Q .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWcT1GEv3Q .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uWcT1GEv3Q .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uWcT1GEv3Q .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uWcT1GEv3Q button.navbar-toggler {
    display: flex;
  }
  .cid-uWcT1GEv3Q .navbar-brand {
    width: auto !important;
  }
  .cid-uWcT1GEv3Q .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uWcT1GEv3Q .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uWcT1GEv3Q .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uWcT1GEv3Q .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uWcT1GEv3Q .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uWcT1GEv3Q .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uWcT1H1kif {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c4cfde;
}
.cid-uWcT1H1kif .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcT1H1kif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcT1H1kif .card-wrapper {
  background: #c4cfde;
}
@media (max-width: 767px) {
  .cid-uWcT1H1kif .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWcT1H1kif .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWcT1H1kif .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWcT1H1kif .mbr-text,
.cid-uWcT1H1kif .mbr-section-btn {
  color: #212428;
  text-align: left;
}
.cid-uWcT1H1kif .card-title,
.cid-uWcT1H1kif .card-box {
  text-align: left;
  color: #212428;
}
.cid-uWcT1HkXPh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #c4cfde;
}
@media (max-width: 767px) {
  .cid-uWcT1HkXPh .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcT1HkXPh .mbr-text {
  color: #767676;
}
.cid-uWcT1HkXPh .links {
  color: #6c758f;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uWcT1HkXPh .links {
    text-align: center !important;
  }
}
.cid-uWcT1HkXPh .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uWcT1HkXPh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWcT1HkXPh .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uWcT1HkXPh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uWcT1HkXPh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ec1722;
}
.cid-uWcT1HkXPh .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uWcT1HkXPh .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uWcT1HkXPh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWcT1HkXPh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWcT1HkXPh .copyright > p {
  color: #212428;
  text-align: center;
}
