body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #7f1933 !important;
}
.bg-success {
  background-color: #7f1933 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-secondary {
  border: 0px!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #003bff !important;
  border-color: #003bff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0029b3 !important;
  border-color: #0029b3 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0029b3 !important;
  border-color: #0029b3 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-info {
  border: 0px!important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-success {
  border: 0px!important;
}
.btn-success,
.btn-success:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-warning {
  border: 0px!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-danger {
  border: 0px!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-white {
  border: 0px!important;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-black {
  border: 0px!important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-primary-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #7f1933;
  color: #7f1933;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: white!important;
  color: #7f1933 !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-secondary-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003bff;
  color: #003bff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #003bff;
  border-color: #003bff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #003bff !important;
  border-color: #003bff !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: white!important;
  color: #7f1933 !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-info-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: white!important;
  color: #7f1933 !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-success-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #7f1933;
  color: #7f1933;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: white!important;
  color: #7f1933 !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-warning-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: white!important;
  color: #7f1933 !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-danger-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: white!important;
  color: #7f1933 !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-black-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: white!important;
  color: #7f1933 !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #7f1933 !important;
}
.text-secondary {
  color: #003bff !important;
}
.text-success {
  color: #7f1933 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d42a55 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #6689ff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d42a55 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7f1933;
  border-color: #7f1933;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7f1933;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d93e66;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d93e66;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #7f1933;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7f1933;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7f1933;
  border-bottom-color: #7f1933;
}
.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: #7f1933 !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: #003bff !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='%237f1933' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s28lPdKSCr {
  padding-top: 450px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dane-deaner-ij1lw8iniy8-unsplash-2000x1600.jpg");
}
.cid-s28lPdKSCr .link-wrap {
  width: 100%;
}
.cid-s28lPdKSCr .link {
  display: inline-block;
}
.cid-s28lPdKSCr .card-wrapper {
  background: white;
  padding: 4rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.cid-s28lPdKSCr .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-s28lPdKSCr .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #071fb4;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s28lPdKSCr .link a:hover {
  text-decoration: underline;
}
.cid-s28lPdKSCr .link,
.cid-s28lPdKSCr .link-wrap {
  color: #0077ff;
}
.cid-s28lPdKSCr .mbr-text,
.cid-s28lPdKSCr .mbr-section-btn {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-s28lPdKSCr {
    padding-top: 150px;
  }
  .cid-s28lPdKSCr .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s28lPdKSCr .card-title,
.cid-s28lPdKSCr .card-box {
  color: #7f1933;
}
.cid-s28lPdKSCr .mbr-text,
.cid-s28lPdKSCr .link-wrap {
  color: #000000;
}
.cid-s2Ji3CFim1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-s2Ji3CFim1 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-s2Ji3CFim1 .container {
    max-width: 1400px;
  }
}
.cid-s2Ji3CFim1 .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-s2Ji3CFim1 .card:hover {
  transform: translateY(-10px);
}
.cid-s2Ji3CFim1 .card:hover .card-wrapper {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.cid-s2Ji3CFim1 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #fafafa;
  margin-bottom: 2rem;
}
.cid-s2Ji3CFim1 .card-wrapper {
  background-position: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1rem;
  cursor: pointer;
  background: #071fb4;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s2Ji3CFim1 .card-title,
.cid-s2Ji3CFim1 .card-box {
  color: #fafafa;
}
.cid-s2IU4K5QC8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2IU4K5QC8 .link-wrap {
  width: 100%;
}
.cid-s2IU4K5QC8 .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.4rem;
}
.cid-s2IU4K5QC8 .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #7f1933;
  font-size: 0.8rem;
}
.cid-s2IU4K5QC8 .link,
.cid-s2IU4K5QC8 .link-wrap {
  color: #555555;
}
.cid-s2IU4K5QC8 img {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-s2IU4K5QC8 .card {
    margin-bottom: 2rem!important;
  }
}
.cid-s2IU4K5QC8 .card-title,
.cid-s2IU4K5QC8 .card-box {
  color: #7f1933;
  text-align: center;
}
.cid-s2IU4K5QC8 .mbr-text,
.cid-s2IU4K5QC8 .link-wrap,
.cid-s2IU4K5QC8 .mbr-section-btn {
  text-align: center;
}
.cid-s2IQNrScKs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2IQNrScKs .card-box {
  padding: 2rem;
  padding-top: 3rem;
}
@media (min-width: 1500px) {
  .cid-s2IQNrScKs .container {
    max-width: 1400px;
  }
}
.cid-s2IQNrScKs img {
  width: 100%;
}
.cid-s2IQNrScKs .link-wrap {
  width: 100%;
}
.cid-s2IQNrScKs .link {
  display: inline-block;
}
.cid-s2IQNrScKs .card {
  transition: all 0.3s;
}
.cid-s2IQNrScKs .card:hover {
  transform: translateY(-10px);
}
.cid-s2IQNrScKs .card-wrapper {
  background-position: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-s2IQNrScKs .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-s2IQNrScKs .main-title {
  color: #071fb4;
}
.cid-s2IQNrScKs .card-title,
.cid-s2IQNrScKs .card-box {
  color: #000000;
}
.cid-s2J0epOCub {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2J0epOCub .link-wrap {
  width: 100%;
}
.cid-s2J0epOCub .link {
  display: inline-block;
}
.cid-s2J0epOCub .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-s2J0epOCub .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-s2J0epOCub .link a:hover {
  text-decoration: underline;
}
.cid-s2J0epOCub .link,
.cid-s2J0epOCub .link-wrap {
  color: #ffffff;
}
.cid-s2J0epOCub .mbr-text,
.cid-s2J0epOCub .mbr-section-btn {
  color: #333333;
}
.cid-s2J0epOCub .card-title,
.cid-s2J0epOCub .card-box {
  color: #7f1933;
  text-align: center;
}
.cid-s2IXBTNRBh {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #fafafa;
}
.cid-s2IXBTNRBh .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-s2IXBTNRBh h4 {
  margin: 0;
}
.cid-s2IXBTNRBh .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-s2IXBTNRBh .plan-body {
  padding-bottom: 2rem;
}
.cid-s2IXBTNRBh .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s2IXBTNRBh .plan {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: fit-content;
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.3s;
}
.cid-s2IXBTNRBh .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-s2IXBTNRBh .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-s2IXBTNRBh .plan .list-group-item:last-child::after {
  display: none;
}
.cid-s2IXBTNRBh .plan:hover {
  transform: translateY(-10px);
}
.cid-s2IXBTNRBh .plan-header,
.cid-s2IXBTNRBh .plan-body {
  background-color: #fff;
}
.cid-s2IXBTNRBh .price-figure {
  font-weight: 700;
}
.cid-s2IXBTNRBh .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-s2IXBTNRBh .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s2IXBTNRBh .color1 {
  color: #071fb4;
}
.cid-s2IXBTNRBh LI {
  color: #767676;
}
.cid-s2IXBTNRBh .price-term {
  color: #555555;
}
.cid-s2IXBTNRBh .plan-title {
  color: #c1c1c1;
}
.cid-s2IXBTNRBh UL {
  color: #000000;
}
.cid-se2l1xp06N {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-se2l1xp06N .link-wrap {
  width: 100%;
}
.cid-se2l1xp06N .link {
  display: inline-block;
}
.cid-se2l1xp06N .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-se2l1xp06N .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-se2l1xp06N .link a:hover {
  text-decoration: underline;
}
.cid-se2l1xp06N .mbr-text,
.cid-se2l1xp06N .link-wrap {
  color: #000000;
  text-align: center;
}
.cid-se2l1xp06N .card-title,
.cid-se2l1xp06N .card-box {
  color: #7f1933;
}
.cid-s2IYYcBXwX {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #fafafa;
}
.cid-s2IYYcBXwX .mbr-text,
.cid-s2IYYcBXwX .mbr-section-btn {
  color: #7f1933;
  text-align: center;
}
@keyframes scroll2 {
  0% {
    transform: translateX(0px) translateY(-50%);
  }
  50% {
    transform: translateX(8px) translateY(-50%);
  }
  100% {
    transform: translateX(0px) translateY(-50%);
  }
}
.cid-s2IYYcBXwX a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 3.5rem;
  font-weight: 600;
}
.cid-s2IYYcBXwX a:before {
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 2.5rem;
  animation: scroll2 2s infinite;
}
.cid-s2IYYcBXwX a:after {
  position: absolute;
  right: -10px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 2.5rem;
  animation: scroll2 2s infinite;
}
.cid-s2IYYcBXwX h1,
.cid-s2IYYcBXwX p {
  letter-spacing: -4px;
}
@media (max-width: 767px) {
  .cid-s2IYYcBXwX h1,
  .cid-s2IYYcBXwX p {
    letter-spacing: -2px;
  }
}
.cid-s2IYYcBXwX H1 {
  color: #c1c1c1;
  text-align: center;
}
.cid-rOMqxRimQc {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fafafa;
}
.cid-rOMqxRimQc .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-rOMqxRimQc .team-card:hover {
  transform: translateY(-10px);
}
.cid-rOMqxRimQc .card-wrap {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-rOMqxRimQc .card-wrap .image-wrap img {
  width: 100%;
}
.cid-rOMqxRimQc .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-rOMqxRimQc .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rOMqxRimQc .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rOMqxRimQc .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-rOMqxRimQc .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-rOMqxRimQc .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-rOMqxRimQc .card-title {
  color: #000000;
}
.cid-rOMqxRimQc .main-title {
  color: #071fb4;
}
.cid-s2J28OHJu4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-s2J28OHJu4 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-s2J28OHJu4 .container {
    max-width: 1400px;
  }
}
.cid-s2J28OHJu4 .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-s2J28OHJu4 .card:hover {
  transform: translateY(-10px);
}
.cid-s2J28OHJu4 .card:hover .card-wrapper {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.cid-s2J28OHJu4 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #071fb4;
  margin-bottom: 2rem;
}
.cid-s2J28OHJu4 .card-wrapper {
  background-position: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1rem;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s2J1FhzBD1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/tingey-injury-law-firm-6sl88x150xs-unsplash-2000x1333.jpg");
}
.cid-s2J1FhzBD1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-s2J1FhzBD1 .form-control,
.cid-s2J1FhzBD1 .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s2J1FhzBD1 .form-control::-webkit-input-placeholder,
.cid-s2J1FhzBD1 .field-input::-webkit-input-placeholder,
.cid-s2J1FhzBD1 .form-control::-webkit-input-placeholder,
.cid-s2J1FhzBD1 .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s2J1FhzBD1 .form-control:-moz-placeholder,
.cid-s2J1FhzBD1 .field-input:-moz-placeholder,
.cid-s2J1FhzBD1 .form-control:-moz-placeholder,
.cid-s2J1FhzBD1 .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s2J1FhzBD1 .form-control:hover,
.cid-s2J1FhzBD1 .field-input:hover,
.cid-s2J1FhzBD1 .form-control:focus,
.cid-s2J1FhzBD1 .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s2J1FhzBD1 .form-control:hover::-webkit-input-placeholder,
.cid-s2J1FhzBD1 .field-input:hover::-webkit-input-placeholder,
.cid-s2J1FhzBD1 .form-control:focus::-webkit-input-placeholder,
.cid-s2J1FhzBD1 .field-input:focus::-webkit-input-placeholder,
.cid-s2J1FhzBD1 .form-control:hover::-webkit-input-placeholder,
.cid-s2J1FhzBD1 .field-input:hover::-webkit-input-placeholder,
.cid-s2J1FhzBD1 .form-control:focus::-webkit-input-placeholder,
.cid-s2J1FhzBD1 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s2J1FhzBD1 .form-control:hover:-moz-placeholder,
.cid-s2J1FhzBD1 .field-input:hover:-moz-placeholder,
.cid-s2J1FhzBD1 .form-control:focus:-moz-placeholder,
.cid-s2J1FhzBD1 .field-input:focus:-moz-placeholder,
.cid-s2J1FhzBD1 .form-control:hover:-moz-placeholder,
.cid-s2J1FhzBD1 .field-input:hover:-moz-placeholder,
.cid-s2J1FhzBD1 .form-control:focus:-moz-placeholder,
.cid-s2J1FhzBD1 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s2J1FhzBD1 textarea {
  padding-top: 1rem!important;
}
.cid-s2J1FhzBD1 .jq-number__spin:hover,
.cid-s2J1FhzBD1 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s2J1FhzBD1 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s2J1FhzBD1 .jq-selectbox li,
.cid-s2J1FhzBD1 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2J1FhzBD1 .jq-selectbox li:hover,
.cid-s2J1FhzBD1 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2J1FhzBD1 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s2J1FhzBD1 .jq-number__spin.minus:hover:after,
.cid-s2J1FhzBD1 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s2J1FhzBD1 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s2J1FhzBD1 .jq-number__spin.minus:after,
.cid-s2J1FhzBD1 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s2J1FhzBD1 input::-webkit-clear-button {
  display: none;
}
.cid-s2J1FhzBD1 input::-webkit-inner-spin-button {
  display: none;
}
.cid-s2J1FhzBD1 input::-webkit-outer-spin-button {
  display: none;
}
.cid-s2J1FhzBD1 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s2J1FhzBD1 H5 {
  text-align: center;
  color: #ffffff;
}
.cid-rOMqywGyjJ .google-map {
  height: 30rem;
  position: relative;
}
.cid-rOMqywGyjJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rOMqywGyjJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rOMqywGyjJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rOMqywGyjJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rOMqzZYNMx {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #7f1933;
}
@media (min-width: 1500px) {
  .cid-rOMqzZYNMx .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rOMqzZYNMx .copyright {
    margin-bottom: 1rem;
  }
}
.cid-s2IL8IwaZh .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2IL8IwaZh .dropdown-menu {
  padding: 0;
}
.cid-s2IL8IwaZh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s2IL8IwaZh .dropdown-item:hover,
.cid-s2IL8IwaZh .dropdown-item:focus {
  background: #7f1933 !important;
  color: white!important;
}
.cid-s2IL8IwaZh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s2IL8IwaZh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s2IL8IwaZh .nav-link {
  position: relative;
}
.cid-s2IL8IwaZh .container {
  display: flex;
  margin: auto;
}
.cid-s2IL8IwaZh .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s2IL8IwaZh .navbar-caption {
  padding-right: 4rem;
}
.cid-s2IL8IwaZh .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-s2IL8IwaZh .dropdown-menu,
.cid-s2IL8IwaZh .navbar.opened {
  background: #7f1933 !important;
}
.cid-s2IL8IwaZh .nav-item:focus,
.cid-s2IL8IwaZh .nav-link:focus {
  outline: none;
}
.cid-s2IL8IwaZh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2IL8IwaZh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2IL8IwaZh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2IL8IwaZh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2IL8IwaZh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2IL8IwaZh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2IL8IwaZh .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #7f1933;
}
.cid-s2IL8IwaZh .navbar.opened {
  transition: all .3s;
}
.cid-s2IL8IwaZh .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s2IL8IwaZh .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s2IL8IwaZh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2IL8IwaZh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2IL8IwaZh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-s2IL8IwaZh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2IL8IwaZh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s2IL8IwaZh .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: 55%;
}
.cid-s2IL8IwaZh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2IL8IwaZh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s2IL8IwaZh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2IL8IwaZh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2IL8IwaZh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2IL8IwaZh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2IL8IwaZh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2IL8IwaZh .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: 55%;
  }
  .cid-s2IL8IwaZh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2IL8IwaZh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2IL8IwaZh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s2IL8IwaZh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s2IL8IwaZh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2IL8IwaZh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2IL8IwaZh .navbar.navbar-short {
  background: #7f1933 !important;
  min-height: 60px;
}
.cid-s2IL8IwaZh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2IL8IwaZh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2IL8IwaZh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2IL8IwaZh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2IL8IwaZh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2IL8IwaZh .dropdown-item.active,
.cid-s2IL8IwaZh .dropdown-item:active {
  background-color: transparent;
}
.cid-s2IL8IwaZh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2IL8IwaZh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2IL8IwaZh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2IL8IwaZh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7f1933;
}
.cid-s2IL8IwaZh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2IL8IwaZh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2IL8IwaZh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2IL8IwaZh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s2IL8IwaZh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2IL8IwaZh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2IL8IwaZh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2IL8IwaZh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2IL8IwaZh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2IL8IwaZh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2IL8IwaZh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2IL8IwaZh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2IL8IwaZh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2IL8IwaZh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2IL8IwaZh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2IL8IwaZh a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2IL8IwaZh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s2IL8IwaZh .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2IL8IwaZh .navbar {
    height: 77px;
  }
  .cid-s2IL8IwaZh .navbar.opened {
    height: auto;
  }
  .cid-s2IL8IwaZh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
