/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
#panel .main-wrapper .bottom-content .col-6:last-child .read-more-btnfees .icon-holder {
  transition: all 0.2s ease;
}

.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.rev-row {
  flex-direction: row-reverse;
}

.main-content-row {
  row-gap: 30px;
}

/**
Styling found in critical.scss file
*/
.sidebar {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}

.sidebar .sidebar-item {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.sidebar .sidebar-item ul li a {
  text-decoration: none;
}

.sidebar .sidebar-item__title,
.sidebar .sidebar-item .sidebar-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 599px) {
  .sidebar .sidebar-item__title,
.sidebar .sidebar-item .sidebar-title {
    letter-spacing: 1.6px;
  }
}
.sidebar .sidebar-item .widget_cw_form_widget_child .form-wrap {
  border-radius: 20px;
  border: 5px solid #EEC21B;
  background: #0B2A59;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  padding: 60px;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .sidebar .sidebar-item .widget_cw_form_widget_child .form-wrap {
    padding: 30px;
  }
}
@media (max-width: 599px) {
  .sidebar .sidebar-item .widget_cw_form_widget_child .form-wrap {
    padding: 30px;
  }
}
.sidebar .sidebar-item .widget_cw_form_widget_child .form-wrap .form-title {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
}

.sidebar .sidebar-item .widget_cw_form_widget_child .form-wrap .gform-theme .gform-body .gform_fields {
  row-gap: 25px;
}

.sidebar .sidebar-item .widget_cw_form_widget_child .form-wrap .gform-theme .gform-body .gfield .gform-field-label {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 16px;
}

.sidebar .sidebar-item .widget_cw_form_widget_child .form-wrap .gform-theme .gform-body .gfield input[type=text],
.sidebar .sidebar-item .widget_cw_form_widget_child .form-wrap .gform-theme .gform-body .gfield input[type=email],
.sidebar .sidebar-item .widget_cw_form_widget_child .form-wrap .gform-theme .gform-body .gfield input[type=tel],
.sidebar .sidebar-item .widget_cw_form_widget_child .form-wrap .gform-theme .gform-body .gfield textarea {
  border-radius: 8px;
  border: 1px solid #CACACA;
  background: #fff;
  height: 48px;
}

.sidebar .sidebar-item .widget_cw_form_widget_child .form-wrap .gform-theme .gform-body .gfield textarea {
  height: 126px;
}

.sidebar .sidebar-item .widget_cw_form_widget_child .form-wrap .gform-theme .gform-footer .gform_button {
  padding: 10px 30px;
  width: 100%;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 211.111% */
  border-radius: 300px;
  background: linear-gradient(180deg, #EA0F3E 24.29%, #B9072D 105%);
  box-shadow: 0 1px 0 0 #F65D7D inset, 0 2px 4px 0 #3B000D;
}

.sidebar .sidebar-item .widget_cw_form_widget_child .form-wrap .gform-theme .gform-footer .gform_button:hover {
  background: linear-gradient(0deg, #EA0F3E -5%, #B9072D 75.71%);
}

.sidebar .sidebar-item .widget_cw_form_widget_child .form-wrap .gform-theme .gform_required_legend {
  display: none;
}

.sidebar .sidebar-item .widget_cw_testimonial_widget_child {
  border-radius: 20px;
  border: 1px solid #276AD0;
  background: #0B2A59;
  padding: 40px;
  color: #fff;
}

@media (max-width: 599px) {
  .sidebar .sidebar-item .widget_cw_testimonial_widget_child {
    padding: 30px;
  }
}
.sidebar .sidebar-item .widget_cw_testimonial_widget_child .sidebar-item__title {
  line-height: 25px;
}

.sidebar .sidebar-item .widget_cw_testimonial_widget_child .testimonial {
  text-align: start;
}

.sidebar .sidebar-item .widget_cw_testimonial_widget_child .testimonial img {
  margin-bottom: 15px;
}

.sidebar .sidebar-item .widget_cw_testimonial_widget_child .testimonial p {
  color: #fff;
  line-height: 30px;
  margin-bottom: 15px;
}

.sidebar .sidebar-item .widget_cw_testimonial_widget_child .testimonial .author {
  font-family: "Source Serif Pro";
  font-size: 19px;
  font-weight: 700;
  line-height: normal;
}

.sidebar .sidebar-item .widget_cw_testimonial_widget_child .btn--secondary--bg {
  display: block;
  padding: 9px 30px;
}

.sidebar .sidebar-item .widget_cw_testimonial_widget_child .swiper-nav-buttons {
  padding-top: 25px;
}

.sidebar .sidebar-item .widget_cw_awards_widget_child {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  padding: 40px;
  padding-bottom: 20px;
}

@media (max-width: 599px) {
  .sidebar .sidebar-item .widget_cw_awards_widget_child {
    padding: 30px;
  }
}
.sidebar .sidebar-item .widget_cw_awards_widget_child .sidebar-item__title {
  margin-bottom: 20px;
  line-height: 25px;
}

.sidebar .sidebar-item .widget_cw_awards_widget_child .sidebar-awards__slider {
  overflow: hidden;
}

.sidebar .sidebar-item .widget_cw_awards_widget_child .sidebar-awards__slider .award-item {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar .sidebar-item .widget_cw_awards_widget_child .sidebar-awards__slider .award-item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.sidebar .sidebar-item .widget_cw_awards_widget_child .swiper-nav-buttons {
  padding-top: 20px;
}

.sidebar .sidebar-item .sidebar-practice-areas {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  padding: 40px 30px;
}

.sidebar .sidebar-item .sidebar-practice-areas__title {
  margin-bottom: 30px;
}

.sidebar .sidebar-item .sidebar-practice-areas__list {
  padding: 0;
}

.sidebar .sidebar-item .sidebar-practice-areas__list li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #CACACA;
}

.sidebar .sidebar-item .sidebar-practice-areas__list li:first-child {
  border-top: 1px solid #CACACA;
}

.sidebar .sidebar-item .sidebar-practice-areas__list li a {
  position: relative;
  display: block;
  color: #000C1D;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 0;
  padding-right: 40px;
}

.sidebar .sidebar-item .sidebar-practice-areas__list li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 17px;
  background-image: url(../images/arrows/arrow-regular-right-red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.sidebar .sidebar-item .sidebar-practice-areas__list li a:hover {
  color: #e60e3d;
}

.sidebar .sidebar-item .widget_cw_related_pages_widget,
.sidebar .sidebar-item .widget_cw_custom_sidebar_widget,
.sidebar .sidebar-item .widget_cw_related_pages_widget_child {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  padding: 40px 30px;
}

.sidebar .sidebar-item .widget_cw_related_pages_widget .sidebar-title,
.sidebar .sidebar-item .widget_cw_custom_sidebar_widget .sidebar-title,
.sidebar .sidebar-item .widget_cw_related_pages_widget_child .sidebar-title {
  margin-bottom: 30px;
  line-height: 25px;
}

.sidebar .sidebar-item .widget_cw_related_pages_widget .list,
.sidebar .sidebar-item .widget_cw_custom_sidebar_widget .list,
.sidebar .sidebar-item .widget_cw_related_pages_widget_child .list {
  padding: 0;
  margin: 0;
}

.sidebar .sidebar-item .widget_cw_related_pages_widget .list li,
.sidebar .sidebar-item .widget_cw_custom_sidebar_widget .list li,
.sidebar .sidebar-item .widget_cw_related_pages_widget_child .list li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #CACACA;
}

.sidebar .sidebar-item .widget_cw_related_pages_widget .list li:first-child,
.sidebar .sidebar-item .widget_cw_custom_sidebar_widget .list li:first-child,
.sidebar .sidebar-item .widget_cw_related_pages_widget_child .list li:first-child {
  border-top: 1px solid #CACACA;
}

.sidebar .sidebar-item .widget_cw_related_pages_widget .list li a,
.sidebar .sidebar-item .widget_cw_custom_sidebar_widget .list li a,
.sidebar .sidebar-item .widget_cw_related_pages_widget_child .list li a {
  position: relative;
  display: block;
  color: #000C1D;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 0;
  padding-right: 40px;
  text-decoration: none;
}

.sidebar .sidebar-item .widget_cw_related_pages_widget .list li a::after,
.sidebar .sidebar-item .widget_cw_custom_sidebar_widget .list li a::after,
.sidebar .sidebar-item .widget_cw_related_pages_widget_child .list li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 17px;
  background-image: url(../images/arrows/arrow-regular-right-red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.sidebar .sidebar-item .widget_cw_related_pages_widget .list li a:hover,
.sidebar .sidebar-item .widget_cw_custom_sidebar_widget .list li a:hover,
.sidebar .sidebar-item .widget_cw_related_pages_widget_child .list li a:hover {
  color: #e60e3d;
}

.sidebar .sidebar-item .widget_categories {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  padding: 40px 30px;
}

.sidebar .sidebar-item .widget_categories .sidebar-title {
  margin-bottom: 30px;
}

.sidebar .sidebar-item .widget_categories ul {
  padding: 0;
}

.sidebar .sidebar-item .widget_categories ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #CACACA;
}

.sidebar .sidebar-item .widget_categories ul li:first-child {
  border-top: 1px solid #CACACA;
}

.sidebar .sidebar-item .widget_categories ul li a {
  position: relative;
  display: block;
  color: #000C1D;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 0;
  padding-right: 40px;
}

.sidebar .sidebar-item .widget_categories ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 17px;
  background-image: url(../images/arrows/arrow-regular-right-red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.sidebar .sidebar-item .widget_categories ul li a:hover {
  color: #e60e3d;
}

.sidebar .sidebar-item .widget_archive {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  padding: 40px 30px;
}

.sidebar .sidebar-item .widget_archive .sidebar-title {
  margin-bottom: 30px;
}

.sidebar .sidebar-item .widget_archive ul {
  padding: 0;
}

.sidebar .sidebar-item .widget_archive ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #CACACA;
}

.sidebar .sidebar-item .widget_archive ul li:first-child {
  border-top: 1px solid #CACACA;
}

.sidebar .sidebar-item .widget_archive ul li a {
  position: relative;
  display: block;
  color: #000C1D;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 0;
  padding-right: 40px;
}

.sidebar .sidebar-item .widget_archive ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 17px;
  background-image: url(../images/arrows/arrow-regular-right-red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.sidebar .sidebar-item .widget_archive ul li a:hover {
  color: #e60e3d;
}

.sidebar .sidebar-item .widget_search {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  padding: 40px 30px;
}

.sidebar .sidebar-item .widget_search .sidebar-title {
  margin-bottom: 30px;
}

.sidebar .sidebar-item .widget_search .searchform {
  position: relative;
}

.sidebar .sidebar-item .widget_search .searchform input[type=text] {
  border-radius: 8px;
  height: 48px;
  border: 1px solid #CACACA;
  padding: 10px 15px;
  width: 100%;
}

.sidebar .sidebar-item .widget_search .searchform input[type=submit] {
  position: absolute;
  right: 0;
  height: 100%;
  width: 48px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(180deg, #EA0F3E 24.29%, #B9072D 105%);
  font-weight: 600;
  letter-spacing: 1px;
}

.sidebar .sidebar-item .widget_search .searchform input[type=submit]:hover {
  background: linear-gradient(0deg, #EA0F3E -5%, #B9072D 75.71%);
}

.sidebar .sidebar-item .legally-reviewed-box {
  border-radius: 20px;
  background: linear-gradient(290deg, #000C1D 0.54%, #0B2A59 99.41%);
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
}

@media (max-width: 599px) {
  .sidebar .sidebar-item .legally-reviewed-box {
    padding: 30px;
    padding-bottom: 40px;
  }
}
.sidebar .sidebar-item .legally-reviewed-box__title {
  line-height: 20px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.sidebar .sidebar-item .legally-reviewed-box__lawyer-thumbnail a {
  display: block;
}

.sidebar .sidebar-item .legally-reviewed-box__lawyer-excerpt {
  font-family: "Source Serif Pro";
}

.sidebar .widget_cw_team_widget .grid-attorney .attorney-item .attorneys__item {
  margin: 0 auto;
}

.swiper-nav-buttons {
  position: relative;
  padding: 30px 10px;
  display: flex;
  justify-content: center;
  column-gap: 16px;
}

.swiper-nav-buttons .swiper-button-prev, .swiper-nav-buttons .swiper-button-next {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  transform: unset;
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.swiper-nav-buttons .swiper-button-prev::after, .swiper-nav-buttons .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  background-image: url(../images/icon/arrow.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}

.swiper-nav-buttons .swiper-button-next::after {
  transform: rotate(180deg);
}

.swiper-nav-buttons.swiper-nav-buttons__light .swiper-button-prev, .swiper-nav-buttons.swiper-nav-buttons__light .swiper-button-next {
  border: 1px solid #CACACA;
}

.swiper-nav-buttons.swiper-nav-buttons__light .swiper-button-prev::after, .swiper-nav-buttons.swiper-nav-buttons__light .swiper-button-next::after {
  filter: brightness(0) saturate(100%) invert(17%) sepia(72%) saturate(5468%) hue-rotate(342deg) brightness(95%) contrast(92%);
}

.footer {
  position: relative;
  z-index: 1;
}

.footer .office-info {
  color: white;
  font-size: 17px;
  line-height: 30px;
}

.footer .office-info address {
  margin-bottom: 0;
}

.footer .office-info a {
  color: white;
  font-size: 17px;
}

.footer .office-info__buttons {
  margin-top: 17px;
}

.footer .office-info__buttons a {
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}

.footer .office-info__buttons button {
  color: white;
  text-decoration: underline;
  text-transform: initial;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: initial;
  padding-top: 0;
  padding-bottom: 0;
}

.footer .office-info__buttons button:focus {
  background-color: transparent;
}

.footer .office-info figure {
  margin-top: 40px;
}

.footer .office-info figure img {
  max-width: 100%;
  height: auto;
}

.footer .office-holder {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .footer .office-holder {
    margin-left: 0;
  }
}
.footer .office-holder .office-heading {
  font-family: var(--secondary-font), sans-serif;
  color: white;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 15px;
}

.footer .office-holder .select-office {
  position: relative;
  padding: 15px 60px 15px 15px;
  margin-bottom: 27px;
  width: 100%;
  height: 50px;
  background: url(../images/select-arrow-down.jpeg) #fff no-repeat 100%;
  appearance: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.67px;
  text-transform: uppercase;
  color: #27667f;
}

.footer .footer-top {
  padding-top: 315px;
  padding-bottom: 315px;
}

.footer .footer-contact {
  margin-top: 70px;
  padding-top: 35px;
  padding-bottom: 30px;
  border-radius: 60px 0 0 0;
  background: var(--color-secondary);
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact {
    padding-top: 40px;
    border-radius: 200px 0 0 0;
  }
}
.footer .footer-contact .locations-wrap {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .footer .footer-contact .locations-wrap {
    display: flex;
  }
}
.footer .footer-contact .locations-wrap .item-location {
  margin-right: 8px;
  position: relative;
  float: left;
  padding: 15px 0;
}

@media screen and (min-width: 1200px) {
  .footer .footer-contact .locations-wrap .item-location {
    margin-right: 0px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-contact .locations-wrap .item-location {
    margin-right: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-contact .locations-wrap .item-location {
    margin-right: 20px;
  }
}
.footer .footer-contact .locations-wrap .item-location .location-link .inner-link-wrap {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 17px;
  border-radius: 4px;
  padding: 12px 16px 12px 9px;
}

@media screen and (min-width: 1400px) {
  .footer .footer-contact .locations-wrap .item-location .location-link .inner-link-wrap {
    padding: 12px 16px 12px 14px;
  }
}
.footer .footer-contact .locations-wrap .item-location .location-link .inner-link-wrap:hover {
  padding-right: 16px;
  border-radius: 300px;
  background: rgba(0, 12, 29, 0.4);
}

.footer .footer-contact .locations-wrap .item-location .location-link .inner-link-wrap img {
  filter: brightness(0) invert(1);
  margin-right: 5px;
}

.footer .footer-contact .locations-wrap .item-location .location-link .location-details {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 55px;
  left: 50%;
  Transform: translateX(-50%);
  width: 452px;
  min-height: 447px;
  border-radius: 12px;
  background: var(--color-tertiary);
}

.footer .footer-contact .locations-wrap .item-location .location-link .location-details.hovered {
  opacity: 1;
  visibility: visible;
}

.footer .footer-contact .locations-wrap .item-location .location-link .location-details.hovered .img-wrap img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.footer .footer-contact .locations-wrap .item-location .location-link .location-details .info-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.footer .footer-contact .locations-wrap .item-location .location-link .location-details .info-wrap .name {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.footer .footer-contact .locations-wrap .item-location .location-link .location-details .info-wrap .firm-name {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}

.footer .footer-contact .locations-wrap .item-location .location-link .location-details .info-wrap .address {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 23px;
}

.footer .footer-contact .locations-wrap .item-location .location-link .location-details .info-wrap .address span {
  display: block;
  padding-top: 5px;
  color: #fff;
}

.footer .footer-contact .locations-wrap .item-location .location-link .location-details .info-wrap .address span a {
  color: #fff;
  text-decoration: none;
}

.footer .footer-contact .locations-wrap .item-location .location-link .location-details .info-wrap .btn {
  color: #fff;
  border-radius: 300px;
  border: 1px solid #fff;
  padding: 5px 25px;
}

.footer .footer-contact .locations-wrap .item-location .location-link .location-details .info-wrap .btn:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.footer .footer-contact .locations-wrap .item-location .location-link .location-details .info-wrap .btn:hover img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(96%) saturate(3576%) hue-rotate(333deg) brightness(87%) contrast(113%);
}

.footer .footer-contact .locations-wrap .item-location .location-link .location-details .info-wrap .btn:last-child {
  margin-left: 10px;
}

.footer .footer-contact .locations-wrap .item-location .location-link .location-details .info-wrap .btn img {
  position: relative;
  top: 13px;
  left: 10px;
}

@media screen and (max-width: 1610px) {
  .footer .footer-contact .locations-wrap .item-location:first-child .location-details {
    left: 0%;
    Transform: initial;
  }
}
.footer .footer-contact .locations-wrap .item-location:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 1610px) {
  .footer .footer-contact .locations-wrap .item-location:last-child .location-details {
    left: initial;
    Transform: initial;
    right: 0%;
  }
}
.footer .footer-contact .pb-wrap {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact .pb-wrap {
    padding-top: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-contact .pb-wrap {
    padding-top: 110px;
  }
}
.footer .footer-contact .pb-wrap .right-col {
  width: 100%;
}

@media (max-width: 767px) {
  .footer .footer-contact .pb-wrap .right-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-contact .pb-wrap .right-col {
    width: 50.5%;
  }
}
.footer .footer-contact .pb-wrap .left-col {
  width: 100%;
  margin-top: -15px;
}

@media screen and (min-width: 1200px) {
  .footer .footer-contact .pb-wrap .left-col {
    width: 49.5%;
  }
}
.footer .footer-contact .pb-wrap .left-col .form-title {
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact .pb-wrap .left-col .form-title {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-contact .pb-wrap .left-col .form-title {
    margin-bottom: 25px;
  }
}
.footer .footer-contact .pb-wrap .left-col .form-wrap {
  padding: 45px 5px 30px;
  max-width: 690px;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact .pb-wrap .left-col .form-wrap {
    padding: 55px 0px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-contact .pb-wrap .left-col .form-wrap {
    padding: 0px 30px 30px 30px;
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-contact .pb-wrap .left-col .form-wrap {
    position: relative;
    left: 40px;
  }
}
.footer .footer-contact .pb-wrap .left-col form .gform_fields {
  column-gap: 20px;
  row-gap: 22px;
}

.footer .footer-contact .pb-wrap .left-col form .gfield_label {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 5px;
}

.footer .footer-contact .pb-wrap .left-col form .gfield_required {
  display: none;
}

.footer .footer-contact .pb-wrap .left-col form .ginput_container input {
  border-radius: 8px;
  border: 1px solid #CACACA;
  background: #fff;
  height: 45px;
}

.footer .footer-contact .pb-wrap .left-col form .ginput_container input:focus {
  outline-style: none;
}

.footer .footer-contact .pb-wrap .left-col form .ginput_container textarea {
  border-radius: 8px;
  border: 1px solid #CACACA;
  background: #fff;
  height: 126px;
}

.footer .footer-contact .pb-wrap .left-col form .ginput_container textarea:focus {
  outline-style: none;
}

.footer .footer-contact .pb-wrap .left-col form .gform-footer {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact .pb-wrap .left-col form .gform-footer {
    margin-top: 35px;
  }
}
.footer .footer-contact .pb-wrap .left-col form .gform-footer .gform_button {
  height: 70px !important;
  width: 100% !important;
  color: #fff !important;
  font-family: "Figtree", sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 38px !important;
  border-radius: 300px !important;
  background: linear-gradient(180deg, #EA0F3E 24.29%, #B9072D 105%) !important;
  box-shadow: 0 1px 0 0 #F65D7D inset, 0 2px 4px 0 #3B000D !important;
}

.footer .footer-contact .pb-wrap .left-col form .gform-footer .gform_button:hover {
  background: linear-gradient(0deg, #EA0F3E -5%, #B9072D 75.71%) !important;
}

.footer .footer-contact .pb-wrap .left-col form .gform-footer .gform_button:focus {
  --gf-local-outline-width: 0px;
  border: 0px;
}

.footer .footer-contact .pb-wrap .footer-logo-wrap {
  padding-bottom: 35px;
  border-radius: 12px;
  border: 5px solid #EEC21B;
  text-align: center;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .footer .footer-contact .pb-wrap .footer-logo-wrap {
    max-width: none;
    margin-left: initial;
    margin-right: initial;
  }
}
.footer .footer-contact .pb-wrap .footer-logo-wrap .logo-link {
  padding-left: 12px;
  padding-right: 12px;
  background: var(--color-secondary);
  height: 107px;
  display: inline-block;
  position: relative;
  top: -30px;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact .pb-wrap .footer-logo-wrap .logo-link {
    top: -69px;
  }
}
.footer .footer-contact .pb-wrap .footer-logo-wrap .logo-link .img-fluid {
  width: 160px;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact .pb-wrap .footer-logo-wrap .logo-link .img-fluid {
    width: auto;
  }
}
.footer .footer-contact .pb-wrap .footer-logo-wrap .free-consultation {
  margin-top: -30px;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact .pb-wrap .footer-logo-wrap .free-consultation {
    margin-top: -52px;
  }
}
.footer .footer-contact .pb-wrap .footer-logo-wrap .free-consultation span {
  display: block;
  color: var(--accent-color);
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact .pb-wrap .footer-logo-wrap .free-consultation span {
    font-size: 24px;
  }
}
.footer .footer-contact .pb-wrap .footer-logo-wrap .free-consultation .contact-phone {
  color: #fff;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 38.186px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact .pb-wrap .footer-logo-wrap .free-consultation .contact-phone {
    font-size: 44.64px;
  }
}
.footer .footer-contact .pb-wrap .footer-logo-wrap .free-consultation .ted-label {
  color: #fff;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact .pb-wrap .footer-logo-wrap .free-consultation .ted-label {
    font-size: 24px;
  }
}
.footer .footer-contact .pb-wrap .footer-logo-wrap .free-consultation .answering {
  color: #fff;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 19.093px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact .pb-wrap .footer-logo-wrap .free-consultation .answering {
    font-size: 22.32px;
  }
}
.footer .footer-contact .pb-wrap .footer-logo-wrap ul.social-icon-list {
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 17px;
  column-gap: 15px;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact .pb-wrap .footer-logo-wrap ul.social-icon-list {
    column-gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-contact .pb-wrap .footer-logo-wrap ul.social-icon-list li {
    margin-left: -3px;
  }
}
.footer .footer-contact .disclaimer {
  display: none;
}

@media screen and (min-width: 1200px) {
  .footer .footer-contact .disclaimer {
    display: block;
    margin-top: 25px;
  }
  .footer .footer-contact .disclaimer p {
    color: #fff;
    font-family: var(--secondary-font), sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.footer .footer-contact .copyright {
  display: none;
}

@media screen and (min-width: 1200px) {
  .footer .footer-contact .copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .footer-contact .copyright span {
    color: #fff;
    font-family: var(--secondary-font), sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .footer .footer-contact .copyright .built-by {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .footer .footer-contact .copyright .built-by img {
    margin-right: 5px;
  }
  .footer .footer-contact .copyright .built-by a {
    color: #fff;
  }
  .footer .footer-contact .copyright .built-by a:hover {
    text-decoration: underline;
  }
}
.footer .footer-number {
  color: white;
  font-family: "Figtree", sans-serif;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .footer .footer-number {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 15px;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-number {
    margin-right: 22px;
    margin-bottom: 0;
  }
}
.footer .footer-number span {
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3.2px;
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .footer .footer-number span {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-number span {
    padding-right: 20px;
    font-size: 16px;
  }
}
.footer .footer-number a {
  font-size: 24px;
  font-weight: 700;
  color: white;
}

@media screen and (min-width: 1200px) {
  .footer .footer-number a {
    font-size: 30px;
  }
}
.footer .footer-locations {
  background: var(--color-secondary);
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .footer .footer-locations .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer .footer-locations #accordionLoct {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.footer .footer-locations #accordionLoct .accordion-item {
  margin-bottom: 8px;
  border-radius: 12px;
  box-shadow: none;
  background: none;
  border-bottom: 1px solid #276AD0;
  border-radius: 0px;
}

.footer .footer-locations #accordionLoct .accordion-item button {
  box-shadow: none !important;
  border-radius: 12px;
  background: var(--color-secondary);
  margin-bottom: 0px;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
}

.footer .footer-locations #accordionLoct .accordion-item button img {
  margin-right: 8px;
  filter: brightness(0) invert(1);
}

.footer .footer-locations #accordionLoct .accordion-item button[aria-expanded=true] {
  padding-top: 0px;
  padding-bottom: 18px;
}

.footer .footer-locations #accordionLoct .accordion-item button[aria-expanded=true]:after {
  background: none;
  content: url(../images/location-close-icon.svg);
  transform: initial;
  width: auto;
  height: auto;
  z-index: 9;
}

.footer .footer-locations #accordionLoct .accordion-item button[aria-expanded=false]:after {
  background: none;
  content: url(../images/location-open-icon.svg);
  transform: initial;
  width: auto;
  height: auto;
  margin-top: 8px;
  z-index: 9;
}

.footer .footer-locations #accordionLoct .accordion-item .accordion-body {
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 8px;
  padding-right: 0px;
}

.footer .footer-locations #accordionLoct .accordion-item .accordion-body .map {
  border-radius: 12px;
  max-width: 452px;
}

.footer .footer-locations #accordionLoct .accordion-item .accordion-body .info-wrap {
  padding-top: 15px;
}

.footer .footer-locations #accordionLoct .accordion-item .accordion-body .info-wrap .name {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.footer .footer-locations #accordionLoct .accordion-item .accordion-body .info-wrap .firm-name {
  padding-top: 12px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}

.footer .footer-locations #accordionLoct .accordion-item .accordion-body .info-wrap .address {
  padding-top: 8px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 25px;
}

.footer .footer-locations #accordionLoct .accordion-item .accordion-body .info-wrap .address span {
  display: block;
  padding-top: 5px;
  color: #fff;
}

.footer .footer-locations #accordionLoct .accordion-item .accordion-body .info-wrap .address span a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .footer .footer-locations #accordionLoct .accordion-item .accordion-body .info-wrap .btn-location {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer .footer-locations #accordionLoct .accordion-item .accordion-body .info-wrap .btn-location .btn {
  display: block;
  width: 100%;
  margin-bottom: 18px;
}

@media screen and (min-width: 480px) {
  .footer .footer-locations #accordionLoct .accordion-item .accordion-body .info-wrap .btn-location .btn {
    width: 332px;
  }
}
.footer .footer-locations #accordionLoct .accordion-item .accordion-body .info-wrap .btn-location .btn img {
  position: relative;
  top: 13px;
  left: 10px;
}

.footer .footer-locations #accordionLoct .accordion-item .accordion-body .info-wrap .btn-location .btn:hover img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(56%) saturate(6204%) hue-rotate(341deg) brightness(95%) contrast(92%);
}

@media screen and (min-width: 768px) {
  .footer .footer-locations #accordionLoct .accordion-item .accordion-body .info-wrap .btn-location .btn:last-child {
    margin-left: 20px;
  }
}
.footer .footer-locations .disclaimer {
  opacity: 0.8;
  display: block;
  margin-top: 45px;
}

.footer .footer-locations .disclaimer p {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer .footer-locations .copyright {
  opacity: 0.8;
  padding-bottom: 5px;
}

.footer .footer-locations .copyright span {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer .footer-locations .copyright .built-by {
  padding-top: 30px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer .footer-locations .copyright .built-by img {
  margin-right: 5px;
}

.footer .footer-locations .copyright .built-by a {
  color: #fff;
}

.footer .footer-locations .copyright .built-by a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .footer .footer-locations {
    display: none;
  }
}
.footer .footer-bottom {
  padding-top: 15px;
  padding-bottom: 60px;
  position: relative;
  border-top: 1px solid #000916;
  background: var(--color-tertiary);
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom {
    padding-top: initial;
    padding-bottom: initial;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer .footer-bottom .footer-nav-wrap {
  padding: 15px 0;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer .footer-bottom .footer-nav-wrap span {
  color: #4164f2;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-nav-wrap span {
    display: inline-block;
    margin-right: 20px;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu {
  display: flex;
  justify-content: center;
  align-items: initial;
  padding-left: 0;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
  display: inline-block;
  text-align: left;
  border-bottom: 1px solid rgba(39, 106, 208, 0.431372549);
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
    text-align: center;
    margin: 0 12px;
    border: 0px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
    margin: 0 15px;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu li:first-child {
  padding-top: 13px;
  border-top: 1px solid rgba(39, 106, 208, 0.431372549);
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li:first-child {
    padding-top: initial;
    border: 0px;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu li:last-child a:before {
  display: none;
}

.footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
  padding-left: 0px;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 0px;
  padding-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
    padding-top: 8px;
    padding-left: 16px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
    font-size: 18px;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a:before {
    display: block;
    height: 13px;
    width: 1px;
    opacity: 0.4;
    background: #276AD0;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    z-index: 4;
  }
}
.footer .footer-bottom .built-by {
  text-align: center;
  color: #7f8c8d;
  font-size: 11px;
}

@media screen and (min-width: 1600px) {
  .footer .footer-bottom .built-by {
    font-size: 12px;
  }
}
.footer .footer-bottom .built-by img {
  margin-right: 5px;
  margin-top: 12px;
}

.footer .footer-bottom .sitemap-privacy-links {
  padding-left: 0;
  justify-content: center;
}

.footer .footer-bottom .sitemap-privacy-links li {
  margin-right: 5px;
  margin-bottom: 0;
}

.footer .footer-bottom .sitemap-privacy-links li:last-child {
  margin-right: 0;
}

.footer .footer-bottom .sitemap-privacy-links li a {
  color: #7f8c8d;
  font-size: 12px;
}

.footer .footer-bottom .sitemap-privacy-links li a:focus, .footer .footer-bottom .sitemap-privacy-links li a:hover {
  text-decoration: underline;
}

.footer .footer-bottom .copyright {
  color: #7f8c8d;
  font-size: 12px;
  display: block;
  text-align: center;
  padding-right: 15px;
}

.footer .footer-bottom .copyright a {
  color: #7f8c8d;
}

.footer .footer-bottom .copyright a:hover {
  color: #4164f2;
  text-decoration: underline;
}

.btn-back {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 9;
  /*
  border-radius: 8px 0 0 8px;
  background: #276AD0;
  height: 50px;
  width: 259px;        
  svg {            
      padding-left: 18px;
      padding-right: 30px;                    
      position: relative;
      height: 100%;
      top: 13px;
  }
  span {
      position: relative;
      color: $white;                        
      font-family: $default-font;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;  
      padding-left: 13px;    
      &:before {
          content: "";
          width: 1px;                
          background: rgba(0, 12, 29, 0.40);
          height: 50px;
          position: absolute;
          left: 0px;
      }      
  }
  */
}

@media screen and (min-width: 1200px) {
  .btn-back {
    top: -110px;
    bottom: initial;
  }
}
.btn-back:before {
  content: "Scroll To Top";
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  left: 65px;
  top: 14px;
}

html:lang(es-ES) .footer .footer-bottom .footer-nav-wrap .footer-menu {
  margin-bottom: 30px;
}

html:lang(es-ES) .footer .footer-bottom .footer-nav-wrap .footer-menu li {
  margin: 0 10px;
}

@media (max-width: 1199px) {
  html:lang(es-ES) .footer .footer-bottom .footer-nav-wrap .footer-menu li {
    padding-top: 13px;
  }
}
@media screen and (min-width: 1200px) {
  html:lang(es-ES) .footer .footer-bottom .footer-nav-wrap .footer-menu li a {
    padding-left: 5px;
    font-size: 14px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 1400px) {
  html:lang(es-ES) .footer .footer-bottom .footer-nav-wrap .footer-menu li a {
    padding-left: 12px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1440px) {
  html:lang(es-ES) .footer .footer-bottom .footer-nav-wrap .footer-menu li a {
    font-size: 16px;
  }
}
html:lang(es-ES) .footer .footer-bottom .footer-nav-wrap .footer-menu li a:before {
  right: -10px;
}

html:lang(es-ES) .footer .btn-back:before {
  content: "Volver Arriba";
}

.community {
  background-color: #efeeec;
}

@media screen and (min-width: 1200px) {
  .community {
    background-color: white;
  }
}
.community:before {
  background-color: #efeeec;
}

.community__image {
  position: relative;
  z-index: 1;
}

.single-attorney .main-wrapper {
  position: relative;
  overflow: visible;
}

.single-attorney .main-content {
  position: relative;
}

.single-attorney .arrow-button {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 1.5px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  z-index: 99;
}

.single-attorney .arrow-button:before {
  content: "";
  background-image: url(../images/large-arrow-down.png);
  display: block;
  height: 220px;
  width: 15px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
}

.attorneys {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.attorneys .heading {
  margin-bottom: 1rem;
}

.attorneys .attorneys__inner {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  background: url("../images/attorneys-bg.png");
  background-size: cover;
  border-radius: 12px;
  /*background:  linear-gradient(290deg, #000C1D 0.54%, #0B2A59 99.41%);*/
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .attorneys .attorneys__inner {
    border-radius: 20px;
    padding-top: 40px;
    padding-bottom: 55px;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .attorneys .attorneys__inner {
    padding-top: 72px;
  }
}
.attorneys .attorneys__inner .intro-wrap {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .attorneys .attorneys__inner .intro-wrap {
    margin-bottom: 54px;
  }
}
.attorneys .attorneys__inner h2 {
  color: #fff;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .attorneys .attorneys__inner h2 {
    margin-bottom: 50px;
  }
}
.attorneys .attorneys__inner .col {
  display: none;
}

@media screen and (min-width: 768px) {
  .attorneys .attorneys__inner .col {
    display: initial;
  }
}
.attorneys__content {
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .attorneys__content {
    max-width: 700px;
  }
}
.attorneys__content p {
  color: #fff;
}

.attorneys__content p:last-child {
  margin-bottom: 0;
}

.attorneys__box {
  display: none;
}

@media screen and (min-width: 992px) {
  .attorneys__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*justify-content: space-around;*/
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .attorneys__box {
    position: relative;
    left: 25px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .attorneys__box {
    left: 0px;
  }
}
.attorneys__item {
  text-align: center;
  margin-right: 0px;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .attorneys__item {
    margin-right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .attorneys__item {
    margin-right: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .attorneys__item:nth-child(3n) {
    margin-right: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .attorneys__item:last-child {
    margin-right: 0px;
  }
}
.attorneys__link {
  padding-top: 6px;
  margin-bottom: 20px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.attorneys__link a {
  color: #fff;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.home .attorneys:after {
  content: "";
  z-index: 0;
  background: var(--color-neutral);
  height: 60%;
  width: 100%;
  position: absolute;
  top: 50%;
  border-top-left-radius: 60px;
}

@media screen and (min-width: 768px) {
  .home .attorneys:after {
    border-top-left-radius: 200px;
  }
}
.attorneys .grid-attorney {
  overflow: hidden;
}

.attorneys .grid-attorney .attorneys__photo img {
  width: 240px;
}

@media screen and (min-width: 480px) {
  .attorneys .grid-attorney .attorneys__photo img {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .attorneys .grid-attorney .attorneys__photo img {
    width: auto;
  }
}
.attorneys .grid-attorney .attorneys__photo .title {
  color: #fff;
  margin-top: 16px;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.attorneys .grid-attorney .attorneys__photo .title a {
  color: #fff;
  text-decoration: none;
}

.attorneys .grid-attorney .swiper-pagination {
  margin-top: 0px;
  /*position: absolute !important;*/
}

.attorneys .grid-attorney .swiper-pagination-bullet {
  /*
  background: none;
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 34px;
  background: white;
  border-radius: 0px;
  */
}

.attorneys .grid-attorney .swiper-pagination-bullet-active {
  background: #fff;
  /*
  background: $primary-color;
  width: 76px;
  height: 6px;                
  position: relative;
  top: -1px;
  border-radius: 5px;
  */
}

.attorneys .grid-attorney .swiper-container {
  display: flex;
  justify-content: center;
  column-gap: 16px;
  margin: 25px auto 20px;
}

.attorneys .grid-attorney .swiper-container .swiper-button-prev, .attorneys .grid-attorney .swiper-container .swiper-button-next {
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3803921569);
  background: none;
  width: 44px;
  height: 44px;
  top: unset;
  transform: unset;
  bottom: 0;
  margin: 0;
}

.attorneys .grid-attorney .swiper-container .swiper-button-prev {
  left: unset;
}

.attorneys .grid-attorney .swiper-container .swiper-button-next {
  right: unset;
}

@media screen and (min-width: 992px) {
  .attorneys .grid-attorney {
    display: none;
  }
}
.attorneys .btn {
  margin-top: 15px;
  width: 296px;
}

@media screen and (min-width: 992px) {
  .attorneys .btn {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-pa .c-practice-areas {
    padding-top: 30px;
  }
}
.c-practice-areas {
  padding-top: 20px;
  padding-bottom: 35px;
}

@media screen and (min-width: 992px) {
  .c-practice-areas {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .home .c-practice-areas {
    padding-top: 35px;
  }
}
.page-id-40836 .c-practice-areas {
  padding-top: 100px;
}

@media screen and (min-width: 992px) {
  .page-id-40836 .c-practice-areas {
    padding-top: 110px;
  }
}
.c-practice-areas .more-cases {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .more-cases {
    margin-top: 40px;
  }
}
.c-practice-areas .more-cases__title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1.9px;
  color: #4c4c4c;
  margin-bottom: 30px;
}

.c-practice-areas .more-cases__column {
  padding-top: 16px;
  padding-bottom: 16px;
}

.c-practice-areas .more-cases__column li {
  margin-bottom: 16px;
}

.c-practice-areas .more-cases .borders {
  border-top: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .more-cases .borders {
    border-left: 2px solid #e3e3e3;
    border-right: 2px solid #e3e3e3;
    border-top: 0;
    border-bottom: 0;
  }
}
.c-practice-areas .more-cases ul a {
  font-size: 17px;
}

@media screen and (min-width: 992px) {
  .c-practice-areas .pa {
    padding-top: 0;
  }
}
.c-practice-areas .pa .n-p {
  padding-left: 0;
  padding-right: 0;
}

.c-practice-areas .pa .pa-sub-title {
  color: var(--color-tertiary);
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 992px) {
  .c-practice-areas .pa .pa-sub-title {
    font-size: 40px;
    line-height: 48px;
  }
}
.c-practice-areas .pa__header {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__header {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .c-practice-areas .pa__header {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__header {
    max-width: 882px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-practice-areas .pa__header .heading {
  color: var(--color-primary);
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 211.111% */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__header .heading {
    margin-bottom: 12px;
  }
}
.c-practice-areas .pa__header-intro {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.c-practice-areas .pa__header-intro h2 {
  text-align: center;
}

.c-practice-areas .pa__items {
  display: none;
}

@media screen and (min-width: 1024px) {
  .c-practice-areas .pa__items {
    display: block;
  }
}
.c-practice-areas .pa__items ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.c-practice-areas .pa__item {
  margin: 0;
  position: relative;
  height: 400px;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  max-width: 412px;
}

@media screen and (min-width: 1440px) {
  .c-practice-areas .pa__item {
    max-width: 442px;
  }
}
.c-practice-areas .pa__item:hover .pa__item-content, .c-practice-areas .pa__item:focus .pa__item-content {
  opacity: 1;
}

.c-practice-areas .pa__item-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  padding: 49px 0px;
  color: white;
  text-align: left;
  opacity: 0;
  transition: ease-in 0.3s opacity;
  border-radius: 20px;
  background: linear-gradient(290deg, #000C1D 0.54%, #0B2A59 99.41%);
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
}

.c-practice-areas .pa__item-content-wrapper {
  position: absolute;
  padding-left: 37px;
  padding-right: 37px;
  top: 49%;
  transform: translateY(-50%);
  z-index: 999;
  /*max-width: 290px;*/
  /*left: 10%;*/
}

.c-practice-areas .pa__item-content-title {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 14px;
}

.c-practice-areas .pa__item-content-text {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-right: 5px;
}

.c-practice-areas .pa__item-content-text a {
  color: #fff;
}

.c-practice-areas .pa__item-content-button a {
  display: block;
  max-width: 370px;
  text-align: center;
  margin-top: 23px;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  border-radius: 300px;
  border: 2px solid #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .c-practice-areas .pa__item-content-button a {
    font-size: 18px;
  }
}
.c-practice-areas .pa__item .align-center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.c-practice-areas .pa__item .main-link {
  color: var(--secondary-font), sans-serif;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.c-practice-areas .pa__item .main-link:after {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__item .main-link:after {
    display: none;
  }
}
.c-practice-areas .pa__item-image {
  position: relative;
}

.c-practice-areas .pa__item-image img {
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
}

.c-practice-areas .pa__item-image-desktop {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.c-practice-areas .pa__item-image-desktop:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.c-practice-areas .btn {
  width: 92%;
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

@media screen and (min-width: 575px) {
  .c-practice-areas .btn {
    width: 330px;
  }
}
.pa-mobil {
  padding-left: 6px;
  padding-right: 6px;
}

@media screen and (min-width: 1024px) {
  .pa-mobil {
    display: none;
  }
}
.pa-mobil #accordionExample {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.pa-mobil #accordionExample .accordion-item {
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
}

.pa-mobil #accordionExample .accordion-item button {
  box-shadow: none !important;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 0px;
  color: var(--color-tertiary);
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 23px;
  padding-bottom: 23px;
}

.pa-mobil #accordionExample .accordion-item button span {
  padding-right: 10px;
}

.pa-mobil #accordionExample .accordion-item button img {
  margin-right: 15px;
  width: 46px;
}

.pa-mobil #accordionExample .accordion-item button[aria-expanded=true] {
  padding-top: 20px;
  padding-bottom: 6px;
}

.pa-mobil #accordionExample .accordion-item button[aria-expanded=true] span {
  position: relative;
  top: -2px;
  /**/
  display: none;
}

.pa-mobil #accordionExample .accordion-item button[aria-expanded=true]:after {
  background: none;
  content: url(../images/pa-close-icon.svg);
  transform: initial;
  width: auto;
  height: auto;
  z-index: 9;
}

.pa-mobil #accordionExample .accordion-item button[aria-expanded=false]:after {
  background: none;
  content: url(../images/pa-open-icon.svg);
  transform: initial;
  width: auto;
  height: auto;
  margin-top: 8px;
  z-index: 9;
}

.pa-mobil #accordionExample .accordion-item .accordion-body {
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 40px;
  padding-bottom: 5px;
  color: var(--color-tertiary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (min-width: 400px) {
  .pa-mobil #accordionExample .accordion-item .accordion-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pa-mobil #accordionExample .accordion-item .accordion-body span {
  display: block;
  color: var(--color-tertiary);
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
}

.pa-mobil #accordionExample .accordion-item .btn-acc {
  display: block;
  margin-top: 15px;
  color: var(--color-tertiary);
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  border-radius: 300px;
  border: 2px solid var(--color-tertiary);
  width: 300px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

@media screen and (min-width: 400px) {
  .pa-mobil #accordionExample .accordion-item .btn-acc {
    width: 290px;
    font-size: 16px;
    margin-left: 30px;
    width: auto;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pa-mobil #accordionExample .accordion-item .space {
  height: 30px;
}

/**/
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  z-index: 9999;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  height: 90%;
  padding: 15px 20px 0px;
  text-align: left;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
}

@media screen and (min-width: 992px) {
  .modal {
    padding: 15px 50px;
    width: 70%;
    height: auto;
    overflow: initial;
    overflow-x: initial;
    padding: 15px 50px 35px 50px;
  }
}
.modal .select-location {
  padding-top: 10px;
  padding-bottom: 35px;
  color: var(--color-tertiary);
  text-align: left;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-style: normal;
  font-weight: 700;
}

@media screen and (min-width: 480px) {
  .modal .select-location {
    padding-top: 45px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .modal .select-location {
    padding-top: 35px;
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .modal .select-location {
    padding-bottom: 50px;
  }
}
.modal .location {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
}

@media screen and (min-width: 480px) {
  .modal .location {
    justify-content: space-around;
  }
}
@media screen and (min-width: 992px) {
  .modal .location {
    justify-content: center;
  }
}
.modal .location .pin-location {
  margin-right: 0px;
  width: 98%;
}

@media screen and (min-width: 480px) {
  .modal .location .pin-location {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .modal .location .pin-location {
    margin-right: 25px;
  }
}
.modal .location .pin-location a {
  padding: 8px 0px;
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #CACACA;
  background: var(--color-neutral);
  margin-bottom: 20px;
  color: var(--color-tertiary);
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

@media screen and (min-width: 480px) {
  .modal .location .pin-location a {
    width: 270px;
    padding: 15px 0px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .modal .location .pin-location a {
    width: 206px;
  }
}
.modal .location .pin-location a img {
  margin-top: 7px;
  margin-left: 24px;
  margin-right: 5px;
}

.modal .location .pin-location a:hover {
  color: #fff;
  border-radius: 8px;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.modal .location .pin-location a:hover img {
  filter: brightness(0) invert(1);
}

.modal .close-modal {
  position: absolute;
  top: 15px;
  right: 24px;
  display: block;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/close-modal.svg");
}

@media screen and (min-width: 992px) {
  .modal .close-modal {
    top: 25px;
    right: 30px;
    width: 44px;
    height: 44px;
  }
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
html:lang(es-ES) .c-practice-areas .pa__item {
  height: 500px;
}

html:lang(es-ES) .c-practice-areas .pa__item-content-button a {
  font-size: 17px;
  max-width: none;
}

@media screen and (max-width: 575px) {
  html:lang(es-ES) .c-practice-areas .pa-mobil {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(es-ES) .c-practice-areas .pa-mobil {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(es-ES) .c-practice-areas .btn {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero.hero-generic .btn--primary, .hero.hero-pa .btn--primary {
  padding: 11px 30px;
  max-width: 330px;
  width: 100%;
}

.hero.hero-generic {
  padding: 0;
}

.hero.hero-generic .hero-content {
  padding-top: 80px;
  padding-bottom: 55px;
  text-align: center;
}

@media (max-width: 767px) {
  .hero.hero-generic .hero-content {
    padding-top: 50px;
  }
}
.hero.hero-generic .hero-content h1 {
  margin-bottom: 40px;
}

.hero.hero-generic.hero-dark {
  border-radius: 0 0 200px 0;
  background: linear-gradient(290deg, #000C1D 0.54%, #0B2A59 99.41%);
  padding: 0;
}

@media (max-width: 991px) {
  .hero.hero-generic.hero-dark {
    border-radius: 0 0 100px 0;
  }
}
@media (max-width: 599px) {
  .hero.hero-generic.hero-dark {
    border-radius: 0 0 40px 0;
  }
}
.hero.hero-generic.hero-dark .hero-content {
  padding: 80px 0 60px;
}

@media (max-width: 767px) {
  .hero.hero-generic.hero-dark .hero-content {
    padding: 50px 0 30px;
  }
}
.hero.hero-generic.hero-dark .hero-content h1 {
  color: #fff;
}

.hero.hero-generic.hero-dark .banner-subtitle {
  color: #fff;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  padding-bottom: 35px;
}

.hero.hero-pa {
  border-radius: 0 0 200px 0;
  background: linear-gradient(290deg, #000C1D 0.54%, #0B2A59 99.41%);
  padding: 0;
}

@media (max-width: 991px) {
  .hero.hero-pa {
    border-radius: 0 0 100px 0;
  }
}
@media (max-width: 599px) {
  .hero.hero-pa {
    border-radius: 0 0 40px 0;
  }
}
.hero.hero-pa .hero-content {
  text-align: center;
  padding: 80px 0 60px;
}

.hero.hero-pa .hero-content h1 {
  color: #fff;
  margin-bottom: 40px;
}

.hero.hero-pa.has-thumbnail .hero-content {
  padding: 80px 0 265px;
}

@media (max-width: 767px) {
  .hero.hero-pa.has-thumbnail .hero-content {
    padding: 50px 0 130px;
  }
}
.main-toc-container .accordion-tab {
  border-radius: 12px;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  margin-bottom: 40px;
}

.main-toc-container .accordion-tab .tab-label {
  border-radius: unset;
  box-shadow: unset;
  border: unset;
  color: var(--color-secondary);
  font-size: 24px;
  line-height: 32px;
  padding: 14px 24px;
}

.main-toc-container .accordion-tab .tab-label::after {
  width: 32px;
  height: 32px;
  right: 24px !important;
  background: url(../images/icons/icon-menu-list-red.svg) center/contain no-repeat;
}

.main-toc-container .accordion-tab .tab-content {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.main-toc-container .accordion-tab .tab-content ul {
  margin: 0;
  padding: 0;
}

.main-toc-container .accordion-tab .tab-content ul li {
  margin: 0;
  padding: 10px 0;
}

.main-toc-container .accordion-tab .tab-content ul li a {
  color: #000C1D;
  font-family: Figtree;
  text-decoration: none;
}

.main-toc-container .accordion-tab .tab-content ul li a:hover {
  color: #e60e3d;
}

.main-toc-container .accordion-tab input:checked ~ .tab-label::after {
  background: url(../images/icons/icon-menu-list-red.svg) center/contain no-repeat;
}

.main-toc-container .accordion-tab input:checked ~ .tab-content {
  position: relative;
  border: 0;
  padding: 10px 24px;
  border-top: 1px solid #d3d3d3;
  opacity: 1;
  z-index: 1;
}

#panel .main-wrapper {
  position: relative;
  margin-bottom: -285px;
  padding-bottom: 285px;
}

@media (max-width: 767px) {
  #panel .main-wrapper {
    margin-bottom: -130px;
    padding-bottom: 130px;
  }
}
#panel .main-wrapper::after, #panel .main-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1080px;
  background-size: 785px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

#panel .main-wrapper::after {
  background-image: url(../images/bg-city-buildings-2.png);
  bottom: 0;
  z-index: -1;
}

@media (min-width: 640px) {
  #panel .main-wrapper::after {
    background-size: 1720px;
  }
}
@media (min-width: 1200px) {
  #panel .main-wrapper::after {
    background-size: auto;
  }
}
@media (min-width: 1920px) {
  #panel .main-wrapper::after {
    background-size: cover;
  }
}
#panel .main-wrapper::before {
  background: linear-gradient(180deg, #FFF 4.15%, #CAEAFC 57.62%, #CDE9F4 70.98%, #D4D2C1 93.26%);
  bottom: 80px;
  z-index: -2;
}

#panel .main-wrapper .bottom-content {
  padding-bottom: 25px;
}

@media screen and (min-width: 1400px) {
  #panel .main-wrapper .bottom-content {
    padding-bottom: initial;
  }
}
#panel .main-wrapper .bottom-content .col-6:first-child {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  #panel .main-wrapper .bottom-content .col-6:first-child {
    text-align: left;
    width: 50%;
  }
}
#panel .main-wrapper .bottom-content .col-6:first-child img {
  width: 360px;
}

@media screen and (min-width: 1200px) {
  #panel .main-wrapper .bottom-content .col-6:first-child img {
    width: 450px;
  }
}
@media screen and (min-width: 1400px) {
  #panel .main-wrapper .bottom-content .col-6:first-child img {
    width: auto;
  }
}
#panel .main-wrapper .bottom-content .col-6:last-child {
  padding-top: 0px;
  width: 100%;
  /**/
  /**/
}

@media screen and (min-width: 768px) {
  #panel .main-wrapper .bottom-content .col-6:last-child {
    padding-top: 15px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  #panel .main-wrapper .bottom-content .col-6:last-child {
    text-align: left;
    padding-top: 50px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  #panel .main-wrapper .bottom-content .col-6:last-child h2 {
    max-width: 331px;
    margin-left: auto;
    margin-right: auto;
  }
}
#panel .main-wrapper .bottom-content .col-6:last-child .content-wrapperfees {
  position: relative;
}

@media (max-width: 767px) {
  #panel .main-wrapper .bottom-content .col-6:last-child .content-wrapperfees.open .content-text {
    max-height: 800px;
  }
  #panel .main-wrapper .bottom-content .col-6:last-child .content-wrapperfees.open .content-text:before {
    opacity: 0;
  }
}
#panel .main-wrapper .bottom-content .col-6:last-child .content-wrapperfees.open .read-more-btnfees .icon-holder {
  background-image: url(../images/icons/icon-load-less.svg);
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  #panel .main-wrapper .bottom-content .col-6:last-child .content-wrapperfees .content-text {
    position: relative;
    max-height: 275px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    max-width: 331px;
    margin-left: auto;
    margin-right: auto;
  }
  #panel .main-wrapper .bottom-content .col-6:last-child .content-wrapperfees .content-text:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(transparent, #d2edfd);
    /*backdrop-filter: blur(10px);*/
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  #panel .main-wrapper .bottom-content .col-6:last-child .content-wrapperfees .content-text p:last-child {
    padding-bottom: 25px;
  }
}
#panel .main-wrapper .bottom-content .col-6:last-child .read-more-btnfees {
  display: block;
  padding: 0;
  margin: -25px auto 0;
  width: max-content;
  color: var(--color-tertiary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  background: none;
  border: none;
  /**/
  z-index: 9;
  position: relative;
}

@media screen and (min-width: 768px) {
  #panel .main-wrapper .bottom-content .col-6:last-child .read-more-btnfees {
    display: none;
  }
}
#panel .main-wrapper .bottom-content .col-6:last-child .read-more-btnfees .icon-holder {
  display: block;
  margin: 9px auto 9px;
  width: 50px;
  height: 50px;
  background: url(../images/icons/icon-load-more.svg) no-repeat center;
  background-size: contain;
}

.results-part {
  background: var(--res-br-color);
  padding: 40px 0;
  font-family: var(--secondary-font), sans-serif;
}

@media screen and (min-width: 768px) {
  .results-part {
    padding: 75px 0 50px;
  }
}
.results-part .results-slider {
  position: relative;
}

.results-part .results-slider .custom-nav-results {
  top: 50%;
}

.results-part .results-slider .btn {
  margin-top: 15px;
}

.grid-results {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .grid-results {
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
.grid-results .swiper-wrapper {
  font-family: var(--main-font), sans-serif;
  line-height: 30px;
  font-size: 17px;
  font-weight: 500;
  color: #383838;
}

.grid-results .item {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .grid-results .item {
    margin-bottom: 0;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
.grid-results .item:last-child {
  border: none;
}

@media screen and (min-width: 768px) {
  .grid-results .item:after {
    content: "";
    width: 1px;
    height: 136px;
    opacity: 0.2;
    border: 0;
    border-right: 1px solid #fff;
    position: absolute;
    display: block;
    right: -5px;
    top: 50%;
    transform: rotate(15deg) translateY(-50%);
  }
  .grid-results .item:after:nth-of-type(even) {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .grid-results .item:after:nth-of-type(even) {
    display: block !important;
  }
}
.grid-results .item .amount {
  color: var(--results-amount-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  font-family: var(--secondary-font), sans-serif;
}

@media screen and (min-width: 992px) {
  .grid-results .item .amount {
    font-size: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .grid-results .item .amount {
    font-size: 34px;
  }
}
.grid-results .item .value {
  color: #9a9b9b;
  font-family: var(--secondary-font), sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .grid-results .item .value {
    padding-top: 10px;
  }
}
.grid-results .item .pa-category {
  font-family: var(--secondary-font), sans-serif;
  color: var(--results-category-color);
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
}

.swiper-pagination:not(:empty) {
  position: unset;
  margin: 20px 0;
}

.awards-part {
  padding: 0;
  /*.home & {
      padding: 0;*/
  /*}*/
}

.awards-part .container {
  padding-bottom: 2px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
}

@media (max-width: 767px) {
  .awards-part .container {
    width: 92%;
    border-radius: 12px;
  }
}
.awards-part .container .awards-content {
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .awards-part .container .awards-content {
    padding-top: 38px;
    padding-left: 45px;
    padding-right: 160px;
  }
}
@media (max-width: 767px) {
  .awards-part .container .swiper-slide {
    margin-bottom: 70px;
  }
}
.awards-part .container .swiper-pointer-events {
  /*padding-top: 38px;*/
}

.awards-part .container .custom-w {
  /*width: 200px !important;*/
}

.awards-part .container .swiper-button-prev {
  border-radius: 8px;
  border: 1px solid #CACACA;
  background: none;
  width: 44px;
  height: 44px;
  top: initial;
  bottom: 4px;
  left: 34.5%;
  z-index: 1;
}

@media screen and (min-width: 480px) {
  .awards-part .container .swiper-button-prev {
    left: 35%;
    bottom: 20px;
  }
}
@media screen and (min-width: 550px) {
  .awards-part .container .swiper-button-prev {
    left: 40%;
  }
}
@media screen and (min-width: 768px) {
  .awards-part .container .swiper-button-prev {
    top: 33%;
    bottom: initial;
    right: 92px;
    left: initial;
  }
}
.awards-part .container .swiper-button-prev:after {
  filter: brightness(0) saturate(100%) invert(17%) sepia(72%) saturate(5468%) hue-rotate(342deg) brightness(95%) contrast(92%);
}

.awards-part .container .swiper-button-next {
  border-radius: 8px;
  border: 1px solid #CACACA;
  background: none;
  width: 44px;
  height: 44px;
  top: initial;
  z-index: 1;
  bottom: 4px;
  right: 34.5%;
}

@media screen and (min-width: 480px) {
  .awards-part .container .swiper-button-next {
    right: 35%;
    bottom: 20px;
  }
}
@media screen and (min-width: 550px) {
  .awards-part .container .swiper-button-next {
    right: 40%;
  }
}
@media screen and (min-width: 768px) {
  .awards-part .container .swiper-button-next {
    top: 33%;
    right: 33px;
    bottom: initial;
  }
}
.awards-part .container .swiper-button-next:after {
  filter: brightness(0) saturate(100%) invert(17%) sepia(72%) saturate(5468%) hue-rotate(342deg) brightness(95%) contrast(92%);
}

.awards-part .heading-part {
  color: #666666;
  letter-spacing: 2.2px;
  line-height: 25px;
  font-weight: 300;
  font-family: var(--secondary-font), sans-serif;
  font-size: 22px;
}

.awards-part .swiper-wrapper {
  margin-bottom: 1rem;
}

.awards-part .swiper-slide {
  margin-bottom: 90px;
}

@media screen and (min-width: 768px) {
  .awards-part .swiper-slide {
    margin-bottom: 15px;
  }
}
.awards-part .item.slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.awards-part .item.slide .img-holder {
  margin: 0 auto;
  padding: 0 15px;
}

.awards-part .item.slide .img-holder a img {
  display: block;
  width: auto;
}

.team-part {
  background-color: #f4f4f4;
  padding: 70px 0 100px;
}

.team-part .heading {
  margin-bottom: 55px;
}

.team-part .grid-team .item {
  width: 15%;
  float: left;
  position: relative;
}

.team-part .grid-team .item:nth-child(n) {
  margin-right: 2%;
  margin-bottom: 2%;
}

.team-part .grid-team .item:nth-child(6n) {
  margin-right: 0;
}

@media (max-width: 991px) {
  .team-part .grid-team .item {
    width: 22.75%;
    float: left;
    position: relative;
  }
  .team-part .grid-team .item:nth-child(n) {
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .team-part .grid-team .item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .team-part .grid-team .item {
    width: 49%;
    float: left;
    position: relative;
  }
  .team-part .grid-team .item:nth-child(n) {
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .team-part .grid-team .item:nth-child(2n) {
    margin-right: 0;
  }
}
.team-part .grid-team .item img {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.19);
}

.team-part .grid-team .item h5 {
  padding-top: 15px;
  color: #595959;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.team-part .grid-team .item a:hover h5 {
  color: #18397b;
}

.videos-part .grid-videos {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 47px;
}

@media (max-width: 767px) {
  .videos-part .grid-videos {
    max-width: 477px;
    margin-left: auto;
    margin-right: auto;
  }
}
.videos-part .grid-videos .item {
  width: 23.5%;
  float: left;
  position: relative;
}

.videos-part .grid-videos .item:nth-child(n) {
  margin-right: 2%;
  margin-bottom: 2%;
}

.videos-part .grid-videos .item:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 991px) {
  .videos-part .grid-videos .item {
    width: 47.5%;
    float: left;
    position: relative;
  }
  .videos-part .grid-videos .item:nth-child(n) {
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .videos-part .grid-videos .item:nth-child(2n) {
    margin-right: 0;
  }
}
.videos-part .grid-videos .item a .img-wrap {
  position: relative;
}

.videos-part .grid-videos .item a .img-wrap .icon-play {
  display: block;
  width: 63px;
  height: 62px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -31px;
  margin-top: -31px;
  z-index: 4;
}

.videos-part .grid-videos .item a .img-wrap:after {
  background-image: linear-gradient(180deg, rgba(146, 146, 146, 0) 0%, #012840 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  content: "";
  display: block;
  top: 0;
  left: 0;
}

.videos-part .grid-videos .item a .video-description {
  border-top: 5px solid #eb5b13;
  background: #1b496c;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding: 18px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .videos-part .grid-videos .item a .video-description {
    padding: 10px 10px;
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  .videos-part .grid-videos .item a .video-description {
    padding: 18px 10px;
    font-size: 20px;
    line-height: 24px;
  }
}
.videos-part .grid-videos .item a:hover .icon-play-st0 {
  stroke: #eb5b13;
}

.videos-part .grid-videos .item a:hover .icon-play-st1 {
  fill: #eb5b13;
}

.videos-part .grid-videos .item .cw_video_open_popup_customized {
  margin-bottom: 0;
  display: inline-block;
}

.box-bottom-content__wrap {
  border-radius: 20px;
  background: linear-gradient(290deg, #000C1D 0.54%, #0B2A59 99.41%);
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  padding: 80px;
}

@media (max-width: 1199px) {
  .box-bottom-content__wrap {
    padding: 60px;
  }
}
@media (max-width: 599px) {
  .box-bottom-content__wrap {
    padding: 30px;
  }
}
.box-bottom-content__row {
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1199px) {
  .box-bottom-content__row {
    flex-direction: column;
    justify-content: center;
    row-gap: 35px;
  }
}
.box-bottom-content__image {
  position: relative;
  width: 40%;
}

.box-bottom-content__image::after {
  content: "Dr. Ted";
  position: absolute;
  right: 15px;
  bottom: 14%;
  border-radius: 0 20.329px;
  border-left: 4.235px solid var(--color-primary);
  background: #fff;
  box-shadow: 0 165.176px 46.588px 0 rgba(0, 0, 0, 0), 0 105.882px 42.353px 0 rgba(0, 0, 0, 0.01), 0 59.294px 35.576px 0 rgba(0, 0, 0, 0.05), 0 26.259px 26.259px 0 rgba(0, 0, 0, 0.09), 0 6.776px 14.4px 0 rgba(0, 0, 0, 0.1);
  font-family: var(--secondary-font), sans-serif;
  font-size: 29.53px;
  font-weight: 600;
  padding: 11px 18px;
}

.box-bottom-content__image img {
  filter: drop-shadow(0 20px 40px rgba(0, 12, 29, 0.15));
}

.box-bottom-content__details {
  max-width: 715px;
  width: 58%;
}

@media (max-width: 1199px) {
  .box-bottom-content__details {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.box-bottom-content__details h2, .box-bottom-content__details p {
  color: #fff;
}

.box-bottom-content__details p:last-child {
  margin-bottom: 0;
}

.box-bottom-content.drted-tag .box-bottom-content__image {
  max-width: 405px;
  padding: 0;
}

@media (max-width: 1199px) {
  .box-bottom-content.drted-tag .box-bottom-content__image {
    width: 90%;
    max-width: 340px;
  }
}
.box-bottom-content.drted-tag .box-bottom-content__image::after {
  content: "Dr. Ted";
  position: absolute;
  right: 15px;
  bottom: 14%;
  border-radius: 0 20.329px;
  border-left: 4.235px solid var(--color-primary);
  background: #fff;
  box-shadow: 0 165.176px 46.588px 0 rgba(0, 0, 0, 0), 0 105.882px 42.353px 0 rgba(0, 0, 0, 0.01), 0 59.294px 35.576px 0 rgba(0, 0, 0, 0.05), 0 26.259px 26.259px 0 rgba(0, 0, 0, 0.09), 0 6.776px 14.4px 0 rgba(0, 0, 0, 0.1);
  font-family: var(--secondary-font), sans-serif;
  font-size: 29.53px;
  font-weight: 600;
  padding: 11px 18px;
}

@media (max-width: 599px) {
  .box-bottom-content.drted-tag .box-bottom-content__image::after {
    font-size: 18px;
  }
}
.common-cases {
  border-radius: 200px 0;
  background: var(--color-neutral);
  padding: 80px 0 50px;
}

@media (max-width: 991px) {
  .common-cases {
    border-radius: 100px 0;
  }
}
@media (max-width: 599px) {
  .common-cases {
    border-radius: 40px 0;
    padding: 40px 0;
  }
}
.common-cases .section-content {
  text-align: center;
  margin: 0 auto;
}

.common-cases .section-content.content-1 {
  max-width: 518px;
  margin-bottom: 60px;
}

.common-cases .section-content.content-2 {
  max-width: 722px;
}

.common-cases__col {
  padding-right: 15px;
  padding-left: 15px;
}

.common-cases__list {
  row-gap: 30px;
  justify-content: center;
  margin-bottom: 60px;
}

.common-cases__list .case-item {
  border-radius: 12px;
  border-top: 3px solid var(--color-primary);
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  padding: 30px;
  height: 100%;
}

@media (min-width: 768px) {
  .common-cases__list .case-item {
    min-height: 360px;
  }
}
.common-cases__list .case-item .icon {
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .common-cases__list .case-item .details p:last-child {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=theme.css.map*/