body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 5.63rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 9.008rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.941rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.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: #ff0000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #354463 !important;
}
.bg-warning {
  background-color: #d4903c !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #354463 !important;
}
.btn-primary:hover {
  color: #354463 !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #354463 !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #ff3333 !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
  color: #354463 !important;
}
.btn-secondary:hover {
  color: #354463 !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #354463 !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #354463 !important;
  border-color: #354463 !important;
  color: #354463 !important;
}
.btn-info:hover {
  color: #354463 !important;
  background-color: #1a2231 !important;
  border-color: #1a2231 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #354463 !important;
  background-color: #1a2231 !important;
  border-color: #1a2231 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #354463 !important;
}
.btn-success:hover {
  color: #354463 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #354463 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #d4903c !important;
  border-color: #d4903c !important;
  color: #354463 !important;
}
.btn-warning:hover {
  color: #354463 !important;
  background-color: #a06823 !important;
  border-color: #a06823 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #354463 !important;
  background-color: #a06823 !important;
  border-color: #a06823 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #354463 !important;
}
.btn-danger:hover {
  color: #354463 !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #354463 !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #354463 !important;
}
.btn-white:hover {
  color: #354463 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #354463 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #354463 !important;
}
.btn-black:hover {
  color: #354463 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #354463 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #ff0000 !important;
  color: #ffffff !important;
  color: #ff0000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #ff0000 !important;
  color: #354463 !important;
}
.btn-primary-outline:hover {
  color: #354463 !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #4a4c70 !important;
  color: #ffffff !important;
  color: #4a4c70 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4a4c70;
  color: #4a4c70;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4a4c70;
  border-color: #4a4c70;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #4a4c70 !important;
  color: #354463 !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #354463 !important;
  color: #ffffff !important;
  color: #354463 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #354463;
  color: #354463;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #354463;
  border-color: #354463;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #354463 !important;
  border-color: #354463 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #354463 !important;
  color: #354463 !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #ffffff !important;
  color: #354463 !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #d4903c !important;
  color: #ffffff !important;
  color: #d4903c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #d4903c;
  color: #d4903c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d4903c;
  border-color: #d4903c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d4903c !important;
  border-color: #d4903c !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #d4903c !important;
  color: #354463 !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #b1a374 !important;
  color: #ffffff !important;
  color: #b1a374 !important;
}
.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: #b1a374 !important;
  color: #354463 !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.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: #333333 !important;
  color: #354463 !important;
}
.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: #ff0000 !important;
}
.text-secondary {
  color: #4a4c70 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #354463 !important;
}
.text-warning {
  color: #d4903c !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: #ff6666 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #797ca7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffffff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #354463 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e6c090 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ff0000;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #354463;
}
.alert-warning {
  background-color: #d4903c;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff0000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6980af;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f9efe3;
}
.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: 'Quicksand', sans-serif;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
blockquote {
  border-color: #ff0000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff0000;
  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: #ff0000;
  border-bottom-color: #ff0000;
}
.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: #ff0000 !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: #4a4c70 !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='%23ff0000' %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-tYjv5D6rhU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYjv5D6rhU nav.navbar {
  position: fixed;
}
.cid-tYjv5D6rhU .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-tYjv5D6rhU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYjv5D6rhU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYjv5D6rhU .dropdown-item:hover,
.cid-tYjv5D6rhU .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-tYjv5D6rhU .dropdown-item:hover span {
  color: white;
}
.cid-tYjv5D6rhU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYjv5D6rhU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYjv5D6rhU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYjv5D6rhU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYjv5D6rhU .nav-link {
  position: relative;
}
.cid-tYjv5D6rhU .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYjv5D6rhU .container {
    flex-wrap: wrap;
  }
}
.cid-tYjv5D6rhU .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYjv5D6rhU .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tYjv5D6rhU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYjv5D6rhU .dropdown-menu,
.cid-tYjv5D6rhU .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-tYjv5D6rhU .nav-item:focus,
.cid-tYjv5D6rhU .nav-link:focus {
  outline: none;
}
.cid-tYjv5D6rhU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYjv5D6rhU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYjv5D6rhU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYjv5D6rhU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYjv5D6rhU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYjv5D6rhU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYjv5D6rhU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-tYjv5D6rhU .navbar.opened {
  transition: all 0.3s;
}
.cid-tYjv5D6rhU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYjv5D6rhU .navbar .navbar-logo img {
  width: auto;
}
.cid-tYjv5D6rhU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYjv5D6rhU .navbar.collapsed {
  justify-content: center;
}
.cid-tYjv5D6rhU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYjv5D6rhU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYjv5D6rhU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tYjv5D6rhU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYjv5D6rhU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYjv5D6rhU .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-tYjv5D6rhU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYjv5D6rhU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYjv5D6rhU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYjv5D6rhU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYjv5D6rhU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYjv5D6rhU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYjv5D6rhU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYjv5D6rhU .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-tYjv5D6rhU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYjv5D6rhU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYjv5D6rhU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYjv5D6rhU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYjv5D6rhU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYjv5D6rhU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYjv5D6rhU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYjv5D6rhU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYjv5D6rhU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYjv5D6rhU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYjv5D6rhU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYjv5D6rhU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYjv5D6rhU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYjv5D6rhU .dropdown-item.active,
.cid-tYjv5D6rhU .dropdown-item:active {
  background-color: transparent;
}
.cid-tYjv5D6rhU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYjv5D6rhU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYjv5D6rhU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYjv5D6rhU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-tYjv5D6rhU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYjv5D6rhU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYjv5D6rhU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYjv5D6rhU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYjv5D6rhU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYjv5D6rhU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYjv5D6rhU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYjv5D6rhU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYjv5D6rhU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYjv5D6rhU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYjv5D6rhU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYjv5D6rhU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYjv5D6rhU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYjv5D6rhU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYjv5D6rhU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYjv5D6rhU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYjv5D6rhU .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-tYjv5D6rhU .navbar {
    height: 70px;
  }
  .cid-tYjv5D6rhU .navbar.opened {
    height: auto;
  }
  .cid-tYjv5D6rhU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s8MJiC0tSh {
  background-image: url("../../../assets/images/abogados-1920x1330.jpg");
}
.cid-s8MJiC0tSh .mbr-section-title {
  font-family: 'Quicksand', sans-serif;
}
.cid-s8MJiC0tSh .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-s8MJiC0tSh .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Quicksand', sans-serif;
}
.cid-s8MJiC0tSh .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #ffffff;
}
.cid-s8MJiC0tSh .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #e00485;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-s8MJiC0tSh .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-s8MJiC0tSh .bottom-title {
    margin-right: 9rem;
    font-size: 71px;
  }
}
.cid-s8MJiC0tSh .bottom-title {
  letter-spacing: 0px;
}
.cid-s8MJiC0tSh .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s8MJiC0tSh .btn-primary-outline {
  color: #ffffff !important;
}
.cid-s8MJiC0tSh .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-s8MJiC0tSh H1 {
  color: #ffffff;
}
.cid-tYjweGRPZ4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYjweGRPZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYjweGRPZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYjweGRPZ4 .mbr-section-title {
  color: #000000;
}
.cid-s8QsZYsXDn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8QsZYsXDn .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s8QsZYsXDn .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-s8QsZYsXDn .mbr-text,
.cid-s8QsZYsXDn .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s8QsZYsXDn img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-s8QsZYsXDn H1 {
  color: #000000;
}
.cid-s8QsZYsXDn H2 {
  color: #000000;
}
.cid-s8QxMrtWlB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8QxMrtWlB .mbr-section-subtitle {
  color: #000000;
  font-weight: 700;
}
.cid-s8QxMrtWlB .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-s8QxMrtWlB .mbr-text,
.cid-s8QxMrtWlB .mbr-section-btn {
  color: #000000;
}
.cid-tYkQPO110P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYkQPO110P img,
.cid-tYkQPO110P .item-img {
  width: 100%;
}
.cid-tYkQPO110P .item:focus,
.cid-tYkQPO110P span:focus {
  outline: none;
}
.cid-tYkQPO110P .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYkQPO110P .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYkQPO110P .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYkQPO110P .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tYkQPO110P .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYkQPO110P .mbr-section-title {
  color: #232323;
}
.cid-tYkQPO110P .mbr-text,
.cid-tYkQPO110P .mbr-section-btn {
  text-align: left;
}
.cid-tYkQPO110P .item-title {
  text-align: left;
}
.cid-tYkQPO110P .item-subtitle {
  text-align: left;
}
.cid-s8QSI2nTEQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8QSI2nTEQ .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  color: #e00485;
}
.cid-s8QSI2nTEQ .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-s8QSI2nTEQ .card-img {
  margin-bottom: 1rem;
}
.cid-s8QSI2nTEQ .card-img span {
  font-size: 60px;
}
.cid-s8QSI2nTEQ H1 {
  color: #000000;
}
.cid-s8QSI2nTEQ .mbr-text,
.cid-s8QSI2nTEQ .mbr-section-btn {
  text-align: center;
  color: #19212f;
}
.cid-s8QSI2nTEQ H2 {
  color: #000000;
}
.cid-s8RjTGwqSW {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-s8RjTGwqSW .container-fluid {
  padding: 0rem;
}
.cid-s8RjTGwqSW .image-block {
  margin: auto;
}
.cid-s8RjTGwqSW .image-block img {
  width: 100%;
  filter: grayscale(1);
}
@media (max-width: 767px) {
  .cid-s8RjTGwqSW .image-block {
    width: 100% !important;
  }
}
@media (min-width: 767px) {
  .cid-s8RjTGwqSW .row {
    margin: 0rem;
  }
}
.cid-s8QTqShmZR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8QTqShmZR .mbr-text,
.cid-s8QTqShmZR .ornament {
  color: #000000;
}
.cid-tYkW5A0men {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-tYkW5A0men .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-tYkW5A0men .item-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-tYkW5A0men img,
.cid-tYkW5A0men .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tYkW5A0men .item:focus,
.cid-tYkW5A0men span:focus {
  outline: none;
}
.cid-tYkW5A0men .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tYkW5A0men .item {
    margin-bottom: 1rem;
  }
}
.cid-tYkW5A0men .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tYkW5A0men .mbr-section-title {
  color: #232323;
}
.cid-tYkW5A0men .mbr-text,
.cid-tYkW5A0men .mbr-section-btn {
  color: #000000;
}
.cid-tYkW5A0men .content-head {
  max-width: 800px;
}
.cid-s8QXOYlnwq {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s8QXOYlnwq .mbr-section-subtitle {
  font-weight: 700;
}
.cid-s8QXOYlnwq .btn-primary-outline {
  color: #ffffff !important;
}
.cid-s8QXOYlnwq .btn-primary-outline:hover {
  color: #354463 !important;
}
.cid-s8QXOYlnwq .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-s8QXOYlnwq .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-s8QXOYlnwq .link:hover {
  color: #ff0000 !important;
}
.cid-s8QXOYlnwq .link:hover::after {
  opacity: 0;
}
.cid-s8QXOYlnwq .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity .3s;
}
.cid-s8QXOYlnwq .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
  text-align: right;
  color: #000000;
}
.cid-s8QXOYlnwq .img-mbr-section-text {
  position: relative;
}
.cid-s8QXOYlnwq .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
  color: #000000;
}
.cid-s8QXOYlnwq img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
  filter: grayscale(1);
}
.cid-s8QXOYlnwq .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-s8QXOYlnwq .row {
  margin: 0;
}
.cid-s8QXOYlnwq .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-s8QXOYlnwq .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-s8QXOYlnwq .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-s8QXOYlnwq .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-s8QXOYlnwq .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-s8QXOYlnwq .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-s8QXOYlnwq .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-s8QXOYlnwq .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-s8QXOYlnwq .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-s8QXOYlnwq .img-block {
    padding-left: 6rem;
  }
}
.cid-s8QXOYlnwq .paragraph,
.cid-s8QXOYlnwq .link {
  color: #000000;
}
.cid-s8QXOYlnwq .mbr-text-1,
.cid-s8QXOYlnwq .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-s8R0x1NJ2F {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s8R0x1NJ2F .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s8R0x1NJ2F .mbr-section-subtitle {
  font-weight: 700;
}
.cid-s8R0x1NJ2F .btn-primary-outline {
  color: #ffffff !important;
}
.cid-s8R0x1NJ2F .btn-primary-outline:hover {
  color: #354463 !important;
}
.cid-s8R0x1NJ2F .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-s8R0x1NJ2F .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-s8R0x1NJ2F .link:hover {
  color: #ff0000 !important;
}
.cid-s8R0x1NJ2F .link:hover::after {
  opacity: 0;
}
.cid-s8R0x1NJ2F .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity .3s;
}
.cid-s8R0x1NJ2F .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
  color: #000000;
}
.cid-s8R0x1NJ2F .img-mbr-section-text {
  position: relative;
}
.cid-s8R0x1NJ2F .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
  color: #000000;
}
.cid-s8R0x1NJ2F img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
  filter: grayscale(1);
}
.cid-s8R0x1NJ2F .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-s8R0x1NJ2F .row {
  margin: 0;
}
.cid-s8R0x1NJ2F .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-s8R0x1NJ2F .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-s8R0x1NJ2F .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-s8R0x1NJ2F .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-s8R0x1NJ2F .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-s8R0x1NJ2F .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-s8R0x1NJ2F .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-s8R0x1NJ2F .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-s8R0x1NJ2F .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-s8R0x1NJ2F .img-block {
    padding-left: 6rem;
  }
}
.cid-s8R0x1NJ2F .mbr-text-1,
.cid-s8R0x1NJ2F .mbr-section-btn {
  color: #000000;
}
.cid-s8R0x1NJ2F .paragraph,
.cid-s8R0x1NJ2F .link {
  color: #000000;
}
.cid-s8R9NqY7lQ {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s8R9NqY7lQ .mbr-section-subtitle {
  font-weight: 700;
}
.cid-s8R9NqY7lQ .btn-primary-outline {
  color: #ffffff !important;
}
.cid-s8R9NqY7lQ .btn-primary-outline:hover {
  color: #354463 !important;
}
.cid-s8R9NqY7lQ .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-s8R9NqY7lQ .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-s8R9NqY7lQ .link:hover {
  color: #ff0000 !important;
}
.cid-s8R9NqY7lQ .link:hover::after {
  opacity: 0;
}
.cid-s8R9NqY7lQ .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity .3s;
}
.cid-s8R9NqY7lQ .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
  color: #000000;
  text-align: right;
}
.cid-s8R9NqY7lQ .img-mbr-section-text {
  position: relative;
}
.cid-s8R9NqY7lQ .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
  color: #ffffff;
}
.cid-s8R9NqY7lQ img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
  filter: grayscale(1);
}
.cid-s8R9NqY7lQ .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-s8R9NqY7lQ .row {
  margin: 0;
}
.cid-s8R9NqY7lQ .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-s8R9NqY7lQ .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-s8R9NqY7lQ .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-s8R9NqY7lQ .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-s8R9NqY7lQ .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-s8R9NqY7lQ .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-s8R9NqY7lQ .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-s8R9NqY7lQ .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-s8R9NqY7lQ .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-s8R9NqY7lQ .img-block {
    padding-left: 6rem;
  }
}
.cid-s8R9NqY7lQ .mbr-text-1,
.cid-s8R9NqY7lQ .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-s8R9NqY7lQ .paragraph,
.cid-s8R9NqY7lQ .link {
  color: #ffffff;
}
.cid-s8Rbvc5do8 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s8Rbvc5do8 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s8Rbvc5do8 .mbr-section-subtitle {
  font-weight: 700;
}
.cid-s8Rbvc5do8 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-s8Rbvc5do8 .btn-primary-outline:hover {
  color: #354463 !important;
}
.cid-s8Rbvc5do8 .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-s8Rbvc5do8 .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-s8Rbvc5do8 .link:hover {
  color: #ff0000 !important;
}
.cid-s8Rbvc5do8 .link:hover::after {
  opacity: 0;
}
.cid-s8Rbvc5do8 .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity .3s;
}
.cid-s8Rbvc5do8 .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
  color: #000000;
}
.cid-s8Rbvc5do8 .img-mbr-section-text {
  position: relative;
}
.cid-s8Rbvc5do8 .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
  color: #ffffff;
}
.cid-s8Rbvc5do8 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
  filter: grayscale(1);
}
.cid-s8Rbvc5do8 .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-s8Rbvc5do8 .row {
  margin: 0;
}
.cid-s8Rbvc5do8 .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-s8Rbvc5do8 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-s8Rbvc5do8 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-s8Rbvc5do8 .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-s8Rbvc5do8 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-s8Rbvc5do8 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-s8Rbvc5do8 .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-s8Rbvc5do8 .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-s8Rbvc5do8 .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-s8Rbvc5do8 .img-block {
    padding-left: 6rem;
  }
}
.cid-s8Rbvc5do8 .mbr-text-1,
.cid-s8Rbvc5do8 .mbr-section-btn {
  color: #000000;
}
.cid-s8RdLuKYxA {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s8RdLuKYxA .mbr-section-subtitle {
  font-weight: 700;
}
.cid-s8RdLuKYxA .btn-primary-outline {
  color: #ffffff !important;
}
.cid-s8RdLuKYxA .btn-primary-outline:hover {
  color: #354463 !important;
}
.cid-s8RdLuKYxA .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-s8RdLuKYxA .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-s8RdLuKYxA .link:hover {
  color: #ff0000 !important;
}
.cid-s8RdLuKYxA .link:hover::after {
  opacity: 0;
}
.cid-s8RdLuKYxA .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity .3s;
}
.cid-s8RdLuKYxA .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
  color: #000000;
  text-align: right;
}
.cid-s8RdLuKYxA .img-mbr-section-text {
  position: relative;
}
.cid-s8RdLuKYxA .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
  color: #ffffff;
}
.cid-s8RdLuKYxA img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
  filter: grayscale(1);
}
.cid-s8RdLuKYxA .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-s8RdLuKYxA .row {
  margin: 0;
}
.cid-s8RdLuKYxA .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-s8RdLuKYxA .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-s8RdLuKYxA .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-s8RdLuKYxA .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-s8RdLuKYxA .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-s8RdLuKYxA .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-s8RdLuKYxA .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-s8RdLuKYxA .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-s8RdLuKYxA .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-s8RdLuKYxA .img-block {
    padding-left: 6rem;
  }
}
.cid-s8RdLuKYxA .mbr-text-1,
.cid-s8RdLuKYxA .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-s8StWY2xq6 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8StWY2xq6 .text-content .btn-bgr {
  z-index: 0;
}
.cid-s8StWY2xq6 .mbr-overlay {
  background: #d7e8f6;
}
.cid-s8StWY2xq6 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s8StWY2xq6 .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-s8StWY2xq6 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s8StWY2xq6 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s8StWY2xq6 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s8StWY2xq6 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s8StWY2xq6 P {
  text-align: right;
}
.cid-s8StWY2xq6 .mbr-section-btn,
.cid-s8StWY2xq6 .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-sH7tFn8mxM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sH7tFn8mxM .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sH7tFn8mxM .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sH7tFn8mxM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sH7tFn8mxM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sH7tFn8mxM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sH7tFn8mxM .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sH7tFn8mxM .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sH7tFn8mxM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sH7tFn8mxM .card-title {
  color: #000000;
}
.cid-sH7tFn8mxM .mbr-text,
.cid-sH7tFn8mxM .mbr-section-btn {
  color: #000000;
}
.cid-s8RtPXCYUP {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s8RtPXCYUP .title {
  padding-bottom: 2.5rem;
}
.cid-s8RtPXCYUP .mbr-text {
  color: #000000;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-s8RtPXCYUP .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-s8RtPXCYUP .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-s8RtPXCYUP .wrapper {
    flex-wrap: wrap;
  }
  .cid-s8RtPXCYUP .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-s8RtPXCYUP .wrapper .b-info {
  width: 100%;
}
.cid-s8RtPXCYUP H4 {
  color: #000000;
}
.cid-s8RtPXCYUP .mbr-section-subtitle {
  color: #19212f;
}
.cid-s8RtPXCYUP H6 {
  color: #000000;
}
.cid-s8RtPXCYUP H2 {
  text-align: left;
  color: #354463;
}
.cid-s8RtPXCYUP P {
  color: #000000;
}
.cid-s8RvvDYV33 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8RvvDYV33 .google-map {
  height: 25rem;
  position: relative;
}
.cid-s8RvvDYV33 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s8RvvDYV33 .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-s8RvvDYV33 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s8RvvDYV33 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s8RvvDYV33 .container-fluid {
  padding: 0;
}
.cid-s8RvvDYV33 .relative {
  position: relative;
  width: 100%;
}
.cid-s8RvvDYV33 .mbr-section-title {
  color: #656565;
}
.cid-s8RvvDYV33 .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-s8RvvDYV33 .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-s8RvvDYV33 .title {
  text-align: center;
  color: #ffffff;
}
.cid-s8RvvDYV33 .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-s8RvvDYV33 .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sH7wrAJSwL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #354463;
}
.cid-sH7wrAJSwL .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sH7wrAJSwL .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sH7wrAJSwL .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sH7wrAJSwL [class^="socicon-"]:before,
.cid-sH7wrAJSwL [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sH7wrAJSwL .mbr-section-title,
.cid-sH7wrAJSwL .social-list {
  color: #ffffff;
}
.cid-sH7twGOrOC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #354463;
}
.cid-sH7twGOrOC h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sH7twGOrOC p {
  color: #767676;
  text-align: left;
}
.cid-sH7twGOrOC .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-sH7twGOrOC .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sH7twGOrOC .card-title {
  margin-bottom: 0;
}
.cid-sH7twGOrOC .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sH7twGOrOC .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-sH7twGOrOC .card-img span {
    font-size: 40px !important;
  }
}
.cid-sH7twGOrOC P {
  color: #ffffff;
}
.cid-sH7twGOrOC .card-title,
.cid-sH7twGOrOC .card-img {
  color: #ffffff;
}
.cid-s8RAYnd8wB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #354463;
}
@media (max-width: 767px) {
  .cid-s8RAYnd8wB .content {
    text-align: center;
  }
  .cid-s8RAYnd8wB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s8RAYnd8wB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s8RAYnd8wB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s8RAYnd8wB .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s8RAYnd8wB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s8RAYnd8wB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s8RAYnd8wB .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-s8RAYnd8wB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s8RAYnd8wB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s8RAYnd8wB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8RAYnd8wB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s8RAYnd8wB .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s8RAYnd8wB H5 {
  color: #767676;
}
.cid-s8RAYnd8wB P {
  color: #efefef;
}
.cid-s8RAYnd8wB .copyright > p {
  color: #efefef;
}
.cid-sH7v9bV1g7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #354463;
}
.cid-tYjv5D6rhU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYjv5D6rhU nav.navbar {
  position: fixed;
}
.cid-tYjv5D6rhU .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-tYjv5D6rhU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYjv5D6rhU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYjv5D6rhU .dropdown-item:hover,
.cid-tYjv5D6rhU .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-tYjv5D6rhU .dropdown-item:hover span {
  color: white;
}
.cid-tYjv5D6rhU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYjv5D6rhU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYjv5D6rhU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYjv5D6rhU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYjv5D6rhU .nav-link {
  position: relative;
}
.cid-tYjv5D6rhU .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYjv5D6rhU .container {
    flex-wrap: wrap;
  }
}
.cid-tYjv5D6rhU .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYjv5D6rhU .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tYjv5D6rhU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYjv5D6rhU .dropdown-menu,
.cid-tYjv5D6rhU .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-tYjv5D6rhU .nav-item:focus,
.cid-tYjv5D6rhU .nav-link:focus {
  outline: none;
}
.cid-tYjv5D6rhU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYjv5D6rhU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYjv5D6rhU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYjv5D6rhU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYjv5D6rhU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYjv5D6rhU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYjv5D6rhU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}
.cid-tYjv5D6rhU .navbar.opened {
  transition: all 0.3s;
}
.cid-tYjv5D6rhU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYjv5D6rhU .navbar .navbar-logo img {
  width: auto;
}
.cid-tYjv5D6rhU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYjv5D6rhU .navbar.collapsed {
  justify-content: center;
}
.cid-tYjv5D6rhU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYjv5D6rhU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYjv5D6rhU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tYjv5D6rhU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYjv5D6rhU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYjv5D6rhU .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-tYjv5D6rhU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYjv5D6rhU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYjv5D6rhU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYjv5D6rhU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYjv5D6rhU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYjv5D6rhU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYjv5D6rhU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYjv5D6rhU .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-tYjv5D6rhU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYjv5D6rhU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYjv5D6rhU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYjv5D6rhU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYjv5D6rhU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYjv5D6rhU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYjv5D6rhU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYjv5D6rhU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYjv5D6rhU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYjv5D6rhU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYjv5D6rhU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYjv5D6rhU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYjv5D6rhU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYjv5D6rhU .dropdown-item.active,
.cid-tYjv5D6rhU .dropdown-item:active {
  background-color: transparent;
}
.cid-tYjv5D6rhU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYjv5D6rhU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYjv5D6rhU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYjv5D6rhU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-tYjv5D6rhU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYjv5D6rhU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYjv5D6rhU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYjv5D6rhU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYjv5D6rhU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYjv5D6rhU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYjv5D6rhU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYjv5D6rhU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYjv5D6rhU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYjv5D6rhU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYjv5D6rhU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYjv5D6rhU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYjv5D6rhU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYjv5D6rhU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYjv5D6rhU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYjv5D6rhU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYjv5D6rhU .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-tYjv5D6rhU .navbar {
    height: 70px;
  }
  .cid-tYjv5D6rhU .navbar.opened {
    height: auto;
  }
  .cid-tYjv5D6rhU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s8SRigFs8n {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s8SRigFs8n .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8SRigFs8n .mbr-text {
  margin: 0;
  text-align: left;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-s8SRigFs8n .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-s8SStzfEDM {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s8SStzfEDM .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8SStzfEDM .mbr-text {
  margin: 0;
  text-align: left;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-s8SStzfEDM .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-s8SSvmRcZY {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #354463;
}
@media (max-width: 767px) {
  .cid-s8SSvmRcZY .content {
    text-align: center;
  }
  .cid-s8SSvmRcZY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s8SSvmRcZY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s8SSvmRcZY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s8SSvmRcZY .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s8SSvmRcZY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s8SSvmRcZY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s8SSvmRcZY .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-s8SSvmRcZY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s8SSvmRcZY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s8SSvmRcZY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8SSvmRcZY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s8SSvmRcZY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s8SSvmRcZY H5 {
  color: #767676;
}
.cid-s8SSvmRcZY P {
  color: #efefef;
}
.cid-s8SSvmRcZY .copyright > p {
  color: #efefef;
}
.cid-sH7v9bV1g7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #354463;
}
