body {
  font-family: 'Lexend', sans-serif;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.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.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5300ab !important;
}
.bg-success {
  background-color: #4a6586 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  background-color: #5300ab !important;
  background: linear-gradient(90deg, #5300ab 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-primary,
.btn-primary:active {
  background-color: #5300ab;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #290054;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #290054;
}
.btn-primary:hover {
  transform: translateY(-3px);
}
.btn-secondary {
  background-color: #919ace !important;
  background: linear-gradient(90deg, #919ace 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #919ace;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #5563b3;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5563b3;
}
.btn-secondary:hover {
  transform: translateY(-3px);
}
.btn-info {
  background-color: #47b5ed !important;
  background: linear-gradient(90deg, #47b5ed 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info:hover {
  transform: translateY(-3px);
}
.btn-success {
  background-color: #4a6586 !important;
  background: linear-gradient(90deg, #4a6586 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-success,
.btn-success:active {
  background-color: #4a6586;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2b3b4e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2b3b4e;
}
.btn-success:hover {
  transform: translateY(-3px);
}
.btn-warning {
  background-color: #ffe161 !important;
  background: linear-gradient(90deg, #ffe161 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a;
}
.btn-warning:hover {
  transform: translateY(-3px);
}
.btn-danger {
  background-color: #ff9966 !important;
  background: linear-gradient(90deg, #ff9966 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f;
}
.btn-danger:hover {
  transform: translateY(-3px);
}
.btn-white {
  background-color: #fafafa !important;
  background: linear-gradient(90deg, #fafafa 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf;
}
.btn-white:hover {
  transform: translateY(-3px);
}
.btn-black {
  background-color: #232323 !important;
  background: linear-gradient(90deg, #232323 0%, #919ace 100%);
  border: none;
  transition: all 0.3s;
}
.btn-black,
.btn-black:active {
  background-color: #232323;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black:hover {
  transform: translateY(-3px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5300ab;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #290054 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5300ab !important;
  border-color: #5300ab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #919ace;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5563b3 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #919ace !important;
  border-color: #919ace !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4a6586;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2b3b4e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4a6586 !important;
  border-color: #4a6586 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #5300ab !important;
}
.text-secondary {
  color: #919ace !important;
}
.text-success {
  color: #4a6586 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #210045 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4d5bac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #263344 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #5300ab;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5300ab;
  border-color: #5300ab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5300ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #922bff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8fa5c1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #5300ab !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #5300ab;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5300ab;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5300ab;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5300ab;
  border-bottom-color: #5300ab;
}
.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: #5300ab !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #919ace !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='%235300ab' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 445px) {
  .container-banner {
    height: 11.5rem!important;
  }
}
.cid-sz55TXuY2C {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sz55TXuY2C nav.navbar {
  position: fixed;
}
.cid-sz55TXuY2C .navbar-nav {
  margin: auto;
}
.cid-sz55TXuY2C .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sz55TXuY2C .dropdown-item:hover,
.cid-sz55TXuY2C .dropdown-item:focus {
  background: #5300ab !important;
  color: white !important;
}
.cid-sz55TXuY2C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sz55TXuY2C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sz55TXuY2C .navbar-short,
.cid-sz55TXuY2C .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sz55TXuY2C .navbar-short .nav-link,
.cid-sz55TXuY2C .opened .nav-link,
.cid-sz55TXuY2C .navbar-short .navbar-caption,
.cid-sz55TXuY2C .opened .navbar-caption,
.cid-sz55TXuY2C .navbar-short .mbr-iconfont,
.cid-sz55TXuY2C .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sz55TXuY2C .navbar-short .hamburger span,
.cid-sz55TXuY2C .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sz55TXuY2C .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sz55TXuY2C .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-sz55TXuY2C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sz55TXuY2C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sz55TXuY2C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sz55TXuY2C .container {
  display: flex;
  margin: auto;
}
.cid-sz55TXuY2C .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sz55TXuY2C .dropdown-menu,
.cid-sz55TXuY2C .navbar.opened {
  background: #ffffff !important;
}
.cid-sz55TXuY2C .nav-item:focus,
.cid-sz55TXuY2C .nav-link:focus {
  outline: none;
}
.cid-sz55TXuY2C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sz55TXuY2C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sz55TXuY2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sz55TXuY2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sz55TXuY2C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sz55TXuY2C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sz55TXuY2C .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sz55TXuY2C .navbar.opened {
  transition: all 0.3s;
}
.cid-sz55TXuY2C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sz55TXuY2C .navbar .navbar-logo img {
  width: auto;
}
.cid-sz55TXuY2C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sz55TXuY2C .navbar.collapsed {
  justify-content: center;
}
.cid-sz55TXuY2C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sz55TXuY2C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sz55TXuY2C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sz55TXuY2C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sz55TXuY2C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sz55TXuY2C .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-sz55TXuY2C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sz55TXuY2C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sz55TXuY2C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sz55TXuY2C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sz55TXuY2C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sz55TXuY2C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sz55TXuY2C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sz55TXuY2C .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-sz55TXuY2C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sz55TXuY2C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sz55TXuY2C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sz55TXuY2C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sz55TXuY2C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sz55TXuY2C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sz55TXuY2C .navbar.navbar-short {
  min-height: 60px;
}
.cid-sz55TXuY2C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sz55TXuY2C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sz55TXuY2C .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-sz55TXuY2C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sz55TXuY2C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sz55TXuY2C .dropdown-item.active,
.cid-sz55TXuY2C .dropdown-item:active {
  background-color: transparent;
}
.cid-sz55TXuY2C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sz55TXuY2C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sz55TXuY2C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sz55TXuY2C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sz55TXuY2C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sz55TXuY2C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sz55TXuY2C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sz55TXuY2C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sz55TXuY2C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sz55TXuY2C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sz55TXuY2C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sz55TXuY2C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sz55TXuY2C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sz55TXuY2C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sz55TXuY2C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sz55TXuY2C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sz55TXuY2C .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-sz55TXuY2C .navbar {
    height: 70px;
  }
  .cid-sz55TXuY2C .navbar.opened {
    height: auto;
  }
  .cid-sz55TXuY2C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sz55N7vCP2 {
  background-image: url("../../../assets/images/personal-injury-lawyer13-2000x1334.jpg");
}
.cid-sz55N7vCP2 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-sz55N7vCP2 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz55N7vCP2 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sz55N7vCP2 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-sz55N7vCP2 .col-12 {
  position: relative;
}
.cid-sz55N7vCP2 .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-sz55N7vCP2 .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-sz55N7vCP2 .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-sz55N7vCP2 .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-sz55N7vCP2 .mbr-section-title {
  color: #000000;
}
.cid-sz55N7vCP2 .mbr-text,
.cid-sz55N7vCP2 .mbr-section-btn {
  color: #000000;
}
.cid-sz58oYjBZ7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #aef1a1;
}
.cid-sz58oYjBZ7 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-sz58oYjBZ7 .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sz58oYjBZ7 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sz58oYjBZ7 img {
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-sz58oYjBZ7 .glass {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 2rem 1rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sz58oYjBZ7 .glass {
    padding: 1rem 0rem;
  }
}
.cid-sz58oYjBZ7 .glass:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sz58oYjBZ7 .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-sz58oYjBZ7 .card-text {
  color: #000000;
}
.cid-sz58oYjBZ7 .card-title,
.cid-sz58oYjBZ7 .iconfont-wrapper {
  color: #000000;
}
.cid-sz58oYjBZ7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sz58oYjBZ7 .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-sz58oYjBZ7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ujIjLP6Brj {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ujIjLP6Brj .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ujIjLP6Brj .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ujIjLP6Brj .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-ujIjLP6Brj .mbr-text,
.cid-ujIjLP6Brj .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ujIjLP6Brj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sz583xO0z3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/personal-injury-lawyer16-1254x836.jpg");
}
.cid-sz583xO0z3 img {
  width: 150px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sz583xO0z3 img {
    width: 120px;
  }
}
.cid-sz583xO0z3 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin-bottom: 2rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz583xO0z3 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sz583xO0z3 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sz583xO0z3 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sz583xO0z3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sz583xO0z3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ujIgfhLWYq {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-ujIgfhLWYq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ujIgfhLWYq .row {
  justify-content: center;
}
.cid-ujIgfhLWYq .card-text {
  color: #000000;
  text-align: center;
}
.cid-ujIgfhLWYq .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  padding: 1rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-ujIgfhLWYq .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-ujIgfhLWYq .inner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding: 2rem 1rem;
  box-shadow: none;
  backdrop-filter: blur(0px);
}
.cid-ujIgfhLWYq .card-box {
  padding: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ujIgfhLWYq .card {
    padding-bottom: 2rem;
  }
}
.cid-ujIgfhLWYq .card-title,
.cid-ujIgfhLWYq .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ujIgfhLWYq .card-subtitle {
  color: #263d5a;
}
.cid-ujIgfhLWYq .mbr-section-title {
  text-align: center;
}
.cid-tFWE18yOig {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/personal-injury-lawyer17-1920x1280.jpg");
}
.cid-tFWE18yOig .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tFWE18yOig .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tFWE18yOig .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tFWE18yOig .mbr-text,
.cid-tFWE18yOig .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tFWE18yOig .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tFWEj0vRyE {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFWEj0vRyE .content {
    text-align: center;
  }
  .cid-tFWEj0vRyE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tFWEj0vRyE .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tFWEj0vRyE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tFWEj0vRyE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tFWEj0vRyE .google-map {
  height: 25rem;
  position: relative;
}
.cid-tFWEj0vRyE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tFWEj0vRyE .google-map [data-state-details] {
  color: #919ace;
  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-tFWEj0vRyE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFWEj0vRyE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tFWEj0vRyE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 993px) {
  .cid-tFWEj0vRyE .social-list {
    margin-left: -7px;
  }
}
.cid-tFWEj0vRyE .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tFWEj0vRyE .social-list .soc-item {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 0.5rem 0.5rem;
  filter: invert(1);
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
@media (max-width: 992px) {
  .cid-tFWEj0vRyE .social-list .soc-item {
    margin: 0 0.1rem 0.2rem;
  }
}
.cid-tFWEj0vRyE .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tFWEj0vRyE .social-list a:hover {
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-tFWEj0vRyE .social-list {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .cid-tFWEj0vRyE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tFWEj0vRyE .list {
  list-style-type: none;
  padding: 0;
}
.cid-tFWEj0vRyE .socicon {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-tFWEj0vRyE .mbr-section-head {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .cid-tFWEj0vRyE .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tFWEj0vRyE H5 {
  color: #000000;
}
.cid-tFWEj0vRyE .mbr-text {
  color: #000000;
}
.cid-tFWEj0vRyE .mbr-section-title {
  text-align: center;
}
.cid-tFWEj0vRyE .copyright > p {
  text-align: center;
}
.cid-ujIoujycTd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujIoujycTd nav.navbar {
  position: fixed;
}
.cid-ujIoujycTd .navbar-nav {
  margin: auto;
}
.cid-ujIoujycTd .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujIoujycTd .dropdown-item:hover,
.cid-ujIoujycTd .dropdown-item:focus {
  background: #5300ab !important;
  color: white !important;
}
.cid-ujIoujycTd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujIoujycTd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujIoujycTd .navbar-short,
.cid-ujIoujycTd .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ujIoujycTd .navbar-short .nav-link,
.cid-ujIoujycTd .opened .nav-link,
.cid-ujIoujycTd .navbar-short .navbar-caption,
.cid-ujIoujycTd .opened .navbar-caption,
.cid-ujIoujycTd .navbar-short .mbr-iconfont,
.cid-ujIoujycTd .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-ujIoujycTd .navbar-short .hamburger span,
.cid-ujIoujycTd .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-ujIoujycTd .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-ujIoujycTd .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-ujIoujycTd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujIoujycTd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujIoujycTd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujIoujycTd .container {
  display: flex;
  margin: auto;
}
.cid-ujIoujycTd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujIoujycTd .dropdown-menu,
.cid-ujIoujycTd .navbar.opened {
  background: #ffffff !important;
}
.cid-ujIoujycTd .nav-item:focus,
.cid-ujIoujycTd .nav-link:focus {
  outline: none;
}
.cid-ujIoujycTd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujIoujycTd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujIoujycTd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujIoujycTd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujIoujycTd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujIoujycTd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujIoujycTd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujIoujycTd .navbar.opened {
  transition: all 0.3s;
}
.cid-ujIoujycTd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujIoujycTd .navbar .navbar-logo img {
  width: auto;
}
.cid-ujIoujycTd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujIoujycTd .navbar.collapsed {
  justify-content: center;
}
.cid-ujIoujycTd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujIoujycTd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujIoujycTd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ujIoujycTd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujIoujycTd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujIoujycTd .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-ujIoujycTd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujIoujycTd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujIoujycTd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujIoujycTd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujIoujycTd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujIoujycTd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujIoujycTd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujIoujycTd .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-ujIoujycTd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujIoujycTd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujIoujycTd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujIoujycTd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujIoujycTd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujIoujycTd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujIoujycTd .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujIoujycTd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujIoujycTd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujIoujycTd .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-ujIoujycTd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujIoujycTd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujIoujycTd .dropdown-item.active,
.cid-ujIoujycTd .dropdown-item:active {
  background-color: transparent;
}
.cid-ujIoujycTd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujIoujycTd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujIoujycTd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujIoujycTd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujIoujycTd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujIoujycTd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujIoujycTd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujIoujycTd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujIoujycTd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujIoujycTd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujIoujycTd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujIoujycTd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujIoujycTd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujIoujycTd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujIoujycTd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujIoujycTd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujIoujycTd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujIoujycTd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujIoujycTd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujIoujycTd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujIoujycTd .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-ujIoujycTd .navbar {
    height: 70px;
  }
  .cid-ujIoujycTd .navbar.opened {
    height: auto;
  }
  .cid-ujIoujycTd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujIoukpCKV {
  background-image: url("../../../assets/images/personal-injury-lawyer115.webp");
}
.cid-ujIoukpCKV .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-ujIoukpCKV .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ujIoukpCKV .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ujIoukpCKV .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-ujIoukpCKV .col-12 {
  position: relative;
}
.cid-ujIoukpCKV .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-ujIoukpCKV .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-ujIoukpCKV .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-ujIoukpCKV .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-ujIoukpCKV .mbr-section-title {
  color: #000000;
}
.cid-ujIoukpCKV .mbr-text,
.cid-ujIoukpCKV .mbr-section-btn {
  color: #000000;
}
.cid-ujIoulopre {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #aef1a1;
}
.cid-ujIoulopre .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ujIoulopre .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ujIoulopre .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-ujIoulopre .mbr-text,
.cid-ujIoulopre .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujIoulopre .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ujIoumX3aw {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujIoumX3aw .content {
    text-align: center;
  }
  .cid-ujIoumX3aw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujIoumX3aw .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ujIoumX3aw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujIoumX3aw .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ujIoumX3aw .google-map {
  height: 25rem;
  position: relative;
}
.cid-ujIoumX3aw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ujIoumX3aw .google-map [data-state-details] {
  color: #919ace;
  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-ujIoumX3aw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujIoumX3aw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ujIoumX3aw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 993px) {
  .cid-ujIoumX3aw .social-list {
    margin-left: -7px;
  }
}
.cid-ujIoumX3aw .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ujIoumX3aw .social-list .soc-item {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 0.5rem 0.5rem;
  filter: invert(1);
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
@media (max-width: 992px) {
  .cid-ujIoumX3aw .social-list .soc-item {
    margin: 0 0.1rem 0.2rem;
  }
}
.cid-ujIoumX3aw .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ujIoumX3aw .social-list a:hover {
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-ujIoumX3aw .social-list {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .cid-ujIoumX3aw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujIoumX3aw .list {
  list-style-type: none;
  padding: 0;
}
.cid-ujIoumX3aw .socicon {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-ujIoumX3aw .mbr-section-head {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .cid-ujIoumX3aw .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-ujIoumX3aw H5 {
  color: #000000;
}
.cid-ujIoumX3aw .mbr-text {
  color: #000000;
}
.cid-ujIoumX3aw .mbr-section-title {
  text-align: center;
}
.cid-ujIoumX3aw .copyright > p {
  text-align: center;
}
.cid-ujIphQYt78 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujIphQYt78 nav.navbar {
  position: fixed;
}
.cid-ujIphQYt78 .navbar-nav {
  margin: auto;
}
.cid-ujIphQYt78 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujIphQYt78 .dropdown-item:hover,
.cid-ujIphQYt78 .dropdown-item:focus {
  background: #5300ab !important;
  color: white !important;
}
.cid-ujIphQYt78 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujIphQYt78 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujIphQYt78 .navbar-short,
.cid-ujIphQYt78 .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ujIphQYt78 .navbar-short .nav-link,
.cid-ujIphQYt78 .opened .nav-link,
.cid-ujIphQYt78 .navbar-short .navbar-caption,
.cid-ujIphQYt78 .opened .navbar-caption,
.cid-ujIphQYt78 .navbar-short .mbr-iconfont,
.cid-ujIphQYt78 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-ujIphQYt78 .navbar-short .hamburger span,
.cid-ujIphQYt78 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-ujIphQYt78 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-ujIphQYt78 .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-ujIphQYt78 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujIphQYt78 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujIphQYt78 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujIphQYt78 .container {
  display: flex;
  margin: auto;
}
.cid-ujIphQYt78 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujIphQYt78 .dropdown-menu,
.cid-ujIphQYt78 .navbar.opened {
  background: #ffffff !important;
}
.cid-ujIphQYt78 .nav-item:focus,
.cid-ujIphQYt78 .nav-link:focus {
  outline: none;
}
.cid-ujIphQYt78 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujIphQYt78 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujIphQYt78 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujIphQYt78 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujIphQYt78 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujIphQYt78 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujIphQYt78 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujIphQYt78 .navbar.opened {
  transition: all 0.3s;
}
.cid-ujIphQYt78 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujIphQYt78 .navbar .navbar-logo img {
  width: auto;
}
.cid-ujIphQYt78 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujIphQYt78 .navbar.collapsed {
  justify-content: center;
}
.cid-ujIphQYt78 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujIphQYt78 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujIphQYt78 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ujIphQYt78 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujIphQYt78 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujIphQYt78 .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-ujIphQYt78 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujIphQYt78 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujIphQYt78 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujIphQYt78 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujIphQYt78 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujIphQYt78 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujIphQYt78 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujIphQYt78 .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-ujIphQYt78 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujIphQYt78 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujIphQYt78 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujIphQYt78 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujIphQYt78 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujIphQYt78 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujIphQYt78 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujIphQYt78 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujIphQYt78 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujIphQYt78 .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-ujIphQYt78 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujIphQYt78 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujIphQYt78 .dropdown-item.active,
.cid-ujIphQYt78 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujIphQYt78 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujIphQYt78 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujIphQYt78 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujIphQYt78 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujIphQYt78 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujIphQYt78 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujIphQYt78 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujIphQYt78 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujIphQYt78 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujIphQYt78 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujIphQYt78 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujIphQYt78 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujIphQYt78 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujIphQYt78 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujIphQYt78 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujIphQYt78 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujIphQYt78 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujIphQYt78 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujIphQYt78 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujIphQYt78 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujIphQYt78 .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-ujIphQYt78 .navbar {
    height: 70px;
  }
  .cid-ujIphQYt78 .navbar.opened {
    height: auto;
  }
  .cid-ujIphQYt78 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujIphRHQp8 {
  background-image: url("../../../assets/images/personal-injury-lawyer115.webp");
}
.cid-ujIphRHQp8 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-ujIphRHQp8 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ujIphRHQp8 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ujIphRHQp8 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-ujIphRHQp8 .col-12 {
  position: relative;
}
.cid-ujIphRHQp8 .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-ujIphRHQp8 .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-ujIphRHQp8 .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-ujIphRHQp8 .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-ujIphRHQp8 .mbr-section-title {
  color: #000000;
}
.cid-ujIphRHQp8 .mbr-text,
.cid-ujIphRHQp8 .mbr-section-btn {
  color: #000000;
}
.cid-ujIphSbCVv {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #aef1a1;
}
.cid-ujIphSbCVv .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ujIphSbCVv .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ujIphSbCVv .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-ujIphSbCVv .mbr-text,
.cid-ujIphSbCVv .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujIphSbCVv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ujIphSCHCC {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujIphSCHCC .content {
    text-align: center;
  }
  .cid-ujIphSCHCC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujIphSCHCC .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ujIphSCHCC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujIphSCHCC .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ujIphSCHCC .google-map {
  height: 25rem;
  position: relative;
}
.cid-ujIphSCHCC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ujIphSCHCC .google-map [data-state-details] {
  color: #919ace;
  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-ujIphSCHCC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujIphSCHCC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ujIphSCHCC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 993px) {
  .cid-ujIphSCHCC .social-list {
    margin-left: -7px;
  }
}
.cid-ujIphSCHCC .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ujIphSCHCC .social-list .soc-item {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 0.5rem 0.5rem;
  filter: invert(1);
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
@media (max-width: 992px) {
  .cid-ujIphSCHCC .social-list .soc-item {
    margin: 0 0.1rem 0.2rem;
  }
}
.cid-ujIphSCHCC .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ujIphSCHCC .social-list a:hover {
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-ujIphSCHCC .social-list {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .cid-ujIphSCHCC .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujIphSCHCC .list {
  list-style-type: none;
  padding: 0;
}
.cid-ujIphSCHCC .socicon {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-ujIphSCHCC .mbr-section-head {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .cid-ujIphSCHCC .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-ujIphSCHCC H5 {
  color: #000000;
}
.cid-ujIphSCHCC .mbr-text {
  color: #000000;
}
.cid-ujIphSCHCC .mbr-section-title {
  text-align: center;
}
.cid-ujIphSCHCC .copyright > p {
  text-align: center;
}
.cid-ujIqq5vmmZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujIqq5vmmZ nav.navbar {
  position: fixed;
}
.cid-ujIqq5vmmZ .navbar-nav {
  margin: auto;
}
.cid-ujIqq5vmmZ .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujIqq5vmmZ .dropdown-item:hover,
.cid-ujIqq5vmmZ .dropdown-item:focus {
  background: #5300ab !important;
  color: white !important;
}
.cid-ujIqq5vmmZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujIqq5vmmZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujIqq5vmmZ .navbar-short,
.cid-ujIqq5vmmZ .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ujIqq5vmmZ .navbar-short .nav-link,
.cid-ujIqq5vmmZ .opened .nav-link,
.cid-ujIqq5vmmZ .navbar-short .navbar-caption,
.cid-ujIqq5vmmZ .opened .navbar-caption,
.cid-ujIqq5vmmZ .navbar-short .mbr-iconfont,
.cid-ujIqq5vmmZ .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-ujIqq5vmmZ .navbar-short .hamburger span,
.cid-ujIqq5vmmZ .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-ujIqq5vmmZ .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-ujIqq5vmmZ .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-ujIqq5vmmZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujIqq5vmmZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujIqq5vmmZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujIqq5vmmZ .container {
  display: flex;
  margin: auto;
}
.cid-ujIqq5vmmZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujIqq5vmmZ .dropdown-menu,
.cid-ujIqq5vmmZ .navbar.opened {
  background: #ffffff !important;
}
.cid-ujIqq5vmmZ .nav-item:focus,
.cid-ujIqq5vmmZ .nav-link:focus {
  outline: none;
}
.cid-ujIqq5vmmZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujIqq5vmmZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujIqq5vmmZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujIqq5vmmZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujIqq5vmmZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujIqq5vmmZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujIqq5vmmZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujIqq5vmmZ .navbar.opened {
  transition: all 0.3s;
}
.cid-ujIqq5vmmZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujIqq5vmmZ .navbar .navbar-logo img {
  width: auto;
}
.cid-ujIqq5vmmZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujIqq5vmmZ .navbar.collapsed {
  justify-content: center;
}
.cid-ujIqq5vmmZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujIqq5vmmZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujIqq5vmmZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ujIqq5vmmZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujIqq5vmmZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujIqq5vmmZ .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-ujIqq5vmmZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujIqq5vmmZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujIqq5vmmZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujIqq5vmmZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujIqq5vmmZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujIqq5vmmZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujIqq5vmmZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujIqq5vmmZ .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-ujIqq5vmmZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujIqq5vmmZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujIqq5vmmZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujIqq5vmmZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujIqq5vmmZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujIqq5vmmZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujIqq5vmmZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujIqq5vmmZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujIqq5vmmZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujIqq5vmmZ .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-ujIqq5vmmZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujIqq5vmmZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujIqq5vmmZ .dropdown-item.active,
.cid-ujIqq5vmmZ .dropdown-item:active {
  background-color: transparent;
}
.cid-ujIqq5vmmZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujIqq5vmmZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujIqq5vmmZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujIqq5vmmZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujIqq5vmmZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujIqq5vmmZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujIqq5vmmZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujIqq5vmmZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujIqq5vmmZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujIqq5vmmZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujIqq5vmmZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujIqq5vmmZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujIqq5vmmZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujIqq5vmmZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujIqq5vmmZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujIqq5vmmZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujIqq5vmmZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujIqq5vmmZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujIqq5vmmZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujIqq5vmmZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujIqq5vmmZ .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-ujIqq5vmmZ .navbar {
    height: 70px;
  }
  .cid-ujIqq5vmmZ .navbar.opened {
    height: auto;
  }
  .cid-ujIqq5vmmZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujIqq6UXyj {
  background-image: url("../../../assets/images/personal-injury-lawyer19-2000x1334.jpg");
}
.cid-ujIqq6UXyj .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-ujIqq6UXyj .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ujIqq6UXyj .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ujIqq6UXyj .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-ujIqq6UXyj .col-12 {
  position: relative;
}
.cid-ujIqq6UXyj .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-ujIqq6UXyj .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-ujIqq6UXyj .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-ujIqq6UXyj .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-ujIqq6UXyj .mbr-section-title {
  color: #000000;
}
.cid-ujIqq6UXyj .mbr-text,
.cid-ujIqq6UXyj .mbr-section-btn {
  color: #000000;
}
.cid-ujIqq7NWAP {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #aef1a1;
}
.cid-ujIqq7NWAP .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ujIqq7NWAP .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ujIqq7NWAP .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-ujIqq7NWAP .mbr-text,
.cid-ujIqq7NWAP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujIqq7NWAP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ujIqq8FhdH {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujIqq8FhdH .content {
    text-align: center;
  }
  .cid-ujIqq8FhdH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujIqq8FhdH .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ujIqq8FhdH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ujIqq8FhdH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ujIqq8FhdH .google-map {
  height: 25rem;
  position: relative;
}
.cid-ujIqq8FhdH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ujIqq8FhdH .google-map [data-state-details] {
  color: #919ace;
  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-ujIqq8FhdH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujIqq8FhdH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ujIqq8FhdH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 993px) {
  .cid-ujIqq8FhdH .social-list {
    margin-left: -7px;
  }
}
.cid-ujIqq8FhdH .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ujIqq8FhdH .social-list .soc-item {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 0.5rem 0.5rem;
  filter: invert(1);
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
@media (max-width: 992px) {
  .cid-ujIqq8FhdH .social-list .soc-item {
    margin: 0 0.1rem 0.2rem;
  }
}
.cid-ujIqq8FhdH .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ujIqq8FhdH .social-list a:hover {
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-ujIqq8FhdH .social-list {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .cid-ujIqq8FhdH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujIqq8FhdH .list {
  list-style-type: none;
  padding: 0;
}
.cid-ujIqq8FhdH .socicon {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-ujIqq8FhdH .mbr-section-head {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .cid-ujIqq8FhdH .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-ujIqq8FhdH H5 {
  color: #000000;
}
.cid-ujIqq8FhdH .mbr-text {
  color: #000000;
}
.cid-ujIqq8FhdH .mbr-section-title {
  text-align: center;
}
.cid-ujIqq8FhdH .copyright > p {
  text-align: center;
}
