/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.sidebar .sidebar-item:not(:empty) .widget_search .searchform {
  display: block;
  zoom: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.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;
}

/**
Styling found in critical.scss file
*/
@media (max-width: 991px) {
  .sidebar {
    margin: 0 auto;
    padding-top: 35px;
  }
}
@media screen and (min-width: 1440px) {
  .sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}
.sidebar .legally-reviewed-box {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  min-height: 470px;
  padding: 44px 24px 56px;
  margin-bottom: 0;
  text-align: center;
}

.sidebar .legally-reviewed-box__title {
  font-family: var(--secondary-font), sans-serif;
  color: var(--color-primary);
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  .sidebar .legally-reviewed-box__title {
    font-size: 28px;
    line-height: 38px;
  }
}
.sidebar .legally-reviewed-box__lawyer-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 99px;
  height: 99px;
  margin: 0 auto 9px;
  padding: 0;
  overflow: visible;
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
}

.sidebar .legally-reviewed-box__lawyer-thumbnail a {
  display: block;
  width: 89px;
  height: 89px;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #000;
  box-sizing: border-box;
}

.sidebar .legally-reviewed-box__lawyer-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.sidebar .legally-reviewed-box__lawyer-name {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #1A2234;
  margin: 0 0 22px;
}

.sidebar .legally-reviewed-box__lawyer-excerpt {
  max-width: 379px;
  margin: 0 auto;
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: var(--color-primary);
}

.sidebar .legally-reviewed-box__button {
  display: none;
}

.sidebar .sidebar-item > div:not(:empty) {
  margin-bottom: 37px;
}

.sidebar .sidebar-item:last-child > div:not(:empty) {
  margin-bottom: 0 !important;
}

.sidebar .cta-sidebar {
  position: relative;
  margin-top: 39px;
  padding: 56px 24px 40px;
  text-align: center;
  background-color: #0C1A2B;
  border: 10px solid;
  border-image-source: linear-gradient(90deg, #A78D52 0%, #D8B978 100%);
  border-image-slice: 1;
}

.sidebar .cta-sidebar__icon {
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 78px;
  height: 78px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.sidebar .cta-sidebar__subtitle {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0;
  text-align: center;
}

.sidebar .cta-sidebar__title {
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
}

.sidebar .cta-sidebar__phone {
  display: block;
  margin: 0 0 24px;
  color: #F2B93A;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .sidebar .cta-sidebar__phone {
    font-size: 44px;
    line-height: 55px;
  }
}
.sidebar .cta-sidebar__phone:hover, .sidebar .cta-sidebar__phone:focus {
  color: #D8B978;
}

.sidebar .sidebar-item, .sidebar .widget {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar .widget:not(:empty) {
  margin-bottom: 37px !important;
}

.sidebar .widget:last-child {
  margin-bottom: 0 !important;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_search, .sidebar .sidebar-item:not(:empty) .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_archive {
  background-color: #1F4698;
  padding: 47px 19px 45px;
}

@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_search, .sidebar .sidebar-item:not(:empty) .widget_categories,
  .sidebar .sidebar-item:not(:empty) .widget_archive {
    padding: 47px 20px 45px;
  }
}
@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_search, .sidebar .sidebar-item:not(:empty) .widget_categories,
  .sidebar .sidebar-item:not(:empty) .widget_archive {
    padding: 47px 30px 45px;
  }
}
.sidebar .sidebar-item:not(:empty) .sidebar-holder .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_search .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_categories .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_archive .sidebar-title {
  text-transform: uppercase;
  color: #fff;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list, .sidebar .sidebar-item:not(:empty) .widget_search .list, .sidebar .sidebar-item:not(:empty) .widget_categories .list, .sidebar .sidebar-item:not(:empty) .widget_categories ul,
.sidebar .sidebar-item:not(:empty) .widget_archive .list,
.sidebar .sidebar-item:not(:empty) .widget_archive ul {
  margin: 0;
  padding: 0;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li, .sidebar .sidebar-item:not(:empty) .widget_search .list li, .sidebar .sidebar-item:not(:empty) .widget_categories .list li, .sidebar .sidebar-item:not(:empty) .widget_categories ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li {
  position: relative;
  list-style: none;
  border-top: 1px solid rgba(210, 210, 210, 0.3);
  text-align: left;
  margin: 0;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_search .list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_categories .list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_categories ul li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li:last-child {
  border-bottom: 1px solid rgba(210, 210, 210, 0.3);
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li a, .sidebar .sidebar-item:not(:empty) .widget_search .list li a, .sidebar .sidebar-item:not(:empty) .widget_categories .list li a, .sidebar .sidebar-item:not(:empty) .widget_categories ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li a,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
  position: relative;
  padding: 17px 0;
  transform: all 0.5s;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li a:hover, .sidebar .sidebar-item:not(:empty) .widget_search .list li a:hover, .sidebar .sidebar-item:not(:empty) .widget_categories .list li a:hover, .sidebar .sidebar-item:not(:empty) .widget_categories ul li a:hover,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li a:hover,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li a:hover {
  font-weight: 700;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget {
  border-top: 12px solid #f2f2f2;
  border-bottom: 12px solid #f2f2f2;
  padding: 30px 35px 40px;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget:before, .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget:after {
  content: "";
  position: absolute;
  width: 16px;
  background: #f2f2f2;
  height: 90%;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget:before {
  top: 0;
  left: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget:after {
  right: 0;
  bottom: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget__title {
  margin-top: 10px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget__phone {
  color: #18397b;
  font-size: 32px;
  line-height: 1;
  display: block;
  margin-top: 0.5rem;
}

@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget__phone {
    font-size: 36px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .btn {
  letter-spacing: 0.94px;
  width: 100%;
  font-size: 13px;
}

@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .btn {
    font-size: 15px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .btn span {
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget .btn span {
    padding-left: 31px;
    padding-right: 31px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
  box-shadow: none;
  border: none;
}

@media screen and (min-width: 768px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
    padding: 45px 30px 55px;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
    padding: 45px 20px 55px;
  }
}
@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
    padding: 45px 40px 55px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .btn-std {
  width: 100%;
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .btn-std span {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-title {
  margin-bottom: 20px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar {
  background-color: #1F4698;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .sidebar-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .swiper-pagination-bullet-active {
  background: #4164f2;
  border-color: #4164f2;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive {
  background-color: #fafafa;
  border-top: 10px solid #dadada;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive .sidebar-title {
  color: #323232;
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul.list li, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul.list li, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .sidebar-holder ul li, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .widget_search ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .sidebar-holder ul li,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .widget_search ul li, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories ul li,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive ul li {
  border-top: 1px solid rgba(50, 50, 50, 0.3);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul.list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul.list li:last-child, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .sidebar-holder ul li:last-child, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .widget_search ul li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .sidebar-holder ul li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .widget_search ul li:last-child, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories ul li:last-child,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive ul li:last-child {
  border-bottom: 1px solid rgba(50, 50, 50, 0.3);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .sidebar-holder ul.list li a, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_search ul.list li a, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .sidebar-holder ul li a, .sidebar .sidebar-item:not(:empty) .widget_categories .widget_cw_custom_sidebar_widget .widget_search ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .sidebar-holder ul li a,
.sidebar .sidebar-item:not(:empty) .widget_archive .widget_cw_custom_sidebar_widget .widget_search ul li a, .sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_categories ul li a,
.sidebar .sidebar-item:not(:empty) .widget_cw_custom_sidebar_widget .widget_archive ul li a {
  color: #4164f2;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_related_pages_widget .sidebar-title {
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #18397b;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder {
  margin: 0 auto;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial {
  text-align: center;
  padding: 0 80px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote p,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial q,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial p {
  color: white;
  font-size: 16px;
  line-height: 31px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder blockquote .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .inner-holder .testimonial .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder blockquote .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .inner-holder .testimonial .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder blockquote .author,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .inner-holder .testimonial .author {
  padding-top: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 6px;
  line-height: 29px;
  display: block;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget > div .btn,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child > div .btn,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child > div .btn {
  margin-top: 30px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-prev {
  left: 20px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .swiper-button-next {
  right: 20px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
  position: relative;
  background: none;
  padding: 62px 0 66px;
  text-align: center;
  border: 1px solid #0C1A2B;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty)::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 2px solid #0C1A2B;
  pointer-events: none;
  z-index: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) > .text-center {
  position: relative;
  z-index: 2;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .sidebar-title.h3-heading {
  font-family: var(--secondary-font), sans-serif;
  color: var(--color-primary);
  text-align: center;
  text-transform: none;
  margin: 0 auto 38px;
  padding: 0 15px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) a {
  color: inherit;
  text-decoration: none;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .widget_cw_team_widget__photo {
  width: 264px;
  max-width: calc(100% - 90px);
  height: 298px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .position {
  color: #5E6778;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 20px 0 5px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) p {
  line-height: 27px;
  background: none;
  max-width: 260px;
  padding: 0;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) p span {
  font-family: var(--main-font), sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1.8px;
  color: var(--color-primary);
  text-transform: uppercase;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) p:after {
  content: none;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .btn-wrapper,
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .btn {
  display: none;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) #our-team .swiper {
  overflow: hidden;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-prev-sidebar-team,
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-next-sidebar-team {
  top: 138px;
  transform: translateY(-50%);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-prev-sidebar-team {
  left: 34px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-next-sidebar-team {
  right: 34px;
  left: auto;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .widget_cw_team_widget__photo {
    max-width: calc(100% - 150px);
    height: auto;
  }
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev,
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next {
    top: 100px;
  }
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev,
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-prev-sidebar-team {
    left: 23px;
  }
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next,
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-next-sidebar-team {
    right: 23px;
  }
}
@media (max-width: 991px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .widget_cw_team_widget__photo {
    max-width: calc(100% - 100px);
  }
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev,
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-prev-sidebar-team {
    left: 16px;
  }
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next,
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-next-sidebar-team {
    right: 16px;
  }
}
@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .widget_cw_team_widget__photo {
    max-width: calc(100% - 150px);
    height: auto;
  }
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev,
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next {
    top: 100px;
  }
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-prev,
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-prev-sidebar-team {
    left: 23px;
  }
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .swiper-button-next,
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .arrow-next-sidebar-team {
    right: 23px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar {
  background: #18397b;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .sidebar-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .arrow-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .arrow-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .arrow-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .arrow-next,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .arrow-prev,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .arrow-next {
  top: 35%;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .results-section-sidebar,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .results-section-sidebar,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .results-section-sidebar {
  padding-left: 2rem;
  padding-left: 2rem;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .grid-results,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .grid-results,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .grid-results {
  max-width: unset;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .btn,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .btn,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .btn {
  color: #fff;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper {
  padding-top: 0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .amount,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .pa-category,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .amount,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .pa-category,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .amount,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .pa-category {
  color: #fff;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar__wrapper .swiper-pagination:not(.swiper-pagination-lock),
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar__wrapper .swiper-pagination:not(.swiper-pagination-lock),
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar__wrapper .swiper-pagination:not(.swiper-pagination-lock) {
  padding-top: 24px;
  position: relative;
}

.sidebar .sidebar-item:not(:empty) .widget_categories .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_archive .sidebar-title {
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_search .sidebar-title {
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform {
  border-radius: 0;
  overflow: hidden;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s {
  height: 50px;
  border: 1px solid #d8d9d9;
  background-color: #ffffff;
  width: calc(100% - 60px);
  float: left;
  color: #000000;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 58px;
  padding: 0 20px;
  border: 1px solid #d8d9d9;
}

@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_search .searchform #s {
    font-size: 18px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s::-webkit-input-placeholder {
  color: #454545;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s::-moz-placeholder {
  opacity: 1;
  color: #454545;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s:-moz-placeholder {
  color: #454545;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s:-ms-input-placeholder {
  color: #454545;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #s.placeholder {
  color: #454545;
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit {
  float: left;
  width: 57px;
  height: 50px;
  border: none;
  background: #000;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  transition: all 0.2s linear;
  cursor: pointer;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit:hover {
  color: #fff;
  background: rgb(25.5, 25.5, 25.5);
}

.sidebar .sidebar-item:not(:empty) {
  /*.credentials-holder {

    .card {

      .card-header {
        padding: 0;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);

        .btn {
          padding: 0.75rem 1.25rem;
          background: none;
          width: 100%;
          text-align: left;
        }

      }

      .card-body {
        padding: 1.25rem;
        padding-left: 10px;
      }

    }

  }*/
}

.sidebar .sidebar-item:not(:empty):empty {
  display: none !important;
}

.sidebar-title {
  font-size: 28px;
  line-height: 38px;
  padding-bottom: 2rem;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .sidebar-title {
    font-size: 32px;
    line-height: 43px;
  }
}
.sidebar {
  /*&-subtitle {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1.91px;
    line-height: 24px;
    text-transform: uppercase;
  }*/
  /*&-expect {
    text-align: center;
    height: 100%;

    &-related {

        .sidebar-holder {
            a {
                color: #f4f6f7;
                display: block;
                padding: 10px 8px;
            }
        }
    }

    .image-holder {
        margin-bottom: 60px;

    }
  }*/
  /*.image-holder {
    margin-bottom: 60px;

    @include media('<desktop') {
      margin: 0 auto 25px;
      text-align: center;
    }

  }*/
}

.footer {
  background-image: url(../images/mobile-footer.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: var(--color-primary);
  border-top: 10px solid;
  border-image-source: linear-gradient(90deg, #A78D52 0%, #D8B978 100%);
  border-image-slice: 1;
}

@media screen and (min-width: 768px) {
  .footer {
    background-image: url(../images/tablet-footer.png);
  }
}
@media screen and (min-width: 992px) {
  .footer {
    background-image: url(../images/footer-bg.png);
  }
}
.footer .logo {
  max-width: 170px;
}

@media screen and (min-width: 1200px) {
  .footer .logo {
    max-width: 100%;
  }
}
.footer .office-info {
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0%;
  color: #fff;
}

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

.footer .office-info a {
  color: #F2B93A;
  font-size: 18px;
  font-weight: 700;
}

.footer .office-info__buttons {
  margin-top: 17px;
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 18px;
}

.footer .office-info__buttons button, .footer .office-info__buttons a {
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0%;
  color: #F2B93A;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
}

.footer .office-info__buttons button:hover, .footer .office-info__buttons button:focus, .footer .office-info__buttons a:hover, .footer .office-info__buttons a:focus {
  color: #D8B978;
  text-decoration: underline;
}

.footer .office-info__buttons button:after, .footer .office-info__buttons a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10.55px;
  background: url(../images/location-arrow.png) no-repeat center center;
  background-size: contain;
  margin-left: 5px;
}

.footer .office-info__buttons button {
  padding: 0;
  text-transform: capitalize;
}

.footer .office-info .additional-communities-link {
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0%;
  text-transform: capitalize;
}

.footer .office-info .additional-communities-link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10.55px;
  background: url(../images/location-arrow.png) no-repeat center center;
  background-size: contain;
  margin-left: 5px;
}

.footer .office-info .additional-communities-link:hover, .footer .office-info .additional-communities-link:focus {
  color: #D8B978;
  text-decoration: underline;
}

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

@media screen and (min-width: 1200px) {
  .footer .office-map figure {
    margin-top: 0;
  }
}
.footer .office-map figure img {
  max-width: 100%;
  height: auto;
  border: 5px solid #fff;
  box-shadow: 0px 0px 30px 5px rgba(0, 1, 10, 0.1019607843);
}

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

@media screen and (min-width: 768px) {
  .footer .office-holder {
    max-width: 515px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .office-holder {
    max-width: none;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer .office-holder__layout {
    align-items: flex-start;
  }
}
.footer .office-holder .office-heading {
  font-family: var(--secondary-font), sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .footer .office-holder .office-heading {
    font-size: 32px;
    line-height: 43px;
  }
}
.footer .office-holder .select-office {
  position: relative;
  padding: 4.5px 60px 4.5px 19px;
  margin-bottom: 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select-arrow.png) calc(100% - 20px) 50% no-repeat, linear-gradient(180deg, #FFFFFF 0%, #B6B4B4 100%);
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0%;
  color: #000106;
  border-radius: 4px;
}

@media screen and (min-width: 1200px) {
  .footer .office-holder .select-office {
    max-width: 460px;
  }
}
.footer .office-holder .select-office::-ms-expand {
  display: none;
}

.footer .footer-contact {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer .footer-phone-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .footer .footer-phone-wrap {
    margin-top: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-phone-wrap {
    margin-top: 0;
  }
}
.footer .footer-number {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .footer .footer-number {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-number {
    margin-bottom: 0;
    align-items: flex-start;
  }
}
.footer .footer-number span {
  font-weight: 400;
  line-height: 18px;
  font-size: 13px;
  letter-spacing: 26%;
  text-transform: uppercase;
  color: #000106;
  font-family: var(--main-font), sans-serif;
}

@media screen and (min-width: 1200px) {
  .footer .footer-number span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-number span {
    font-size: 16px;
  }
}
.footer .footer-number a {
  color: #000106;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .footer .footer-number a {
    font-size: 32px;
  }
}
.footer .footer-top {
  padding: 0 15px 15px;
}

@media screen and (min-width: 768px) {
  .footer .footer-top {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top {
    padding: 0;
    margin-top: -80px;
  }
}
.footer .footer-top .container {
  background-color: var(--top-bar-bg);
  padding: 33px 20px 10px;
  max-width: 330px;
  box-shadow: 0px 0px 30px 5px rgba(0, 1, 10, 0.1019607843);
}

@media screen and (min-width: 768px) {
  .footer .footer-top .container {
    max-width: 379px;
    padding-top: 37px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-top .container {
    max-width: 515px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top .container {
    max-width: 1170px;
    padding: 10px 20px;
  }
  .footer .footer-top .container .row {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-top .container {
    max-width: 1410px;
  }
}
@media (max-width: 1199px) {
  .footer .footer-top .footer-logo-wrap {
    text-align: center;
  }
}
.footer .footer-top ul.social-icon-list {
  padding-top: 40px;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .footer .footer-top ul.social-icon-list {
    padding: 30px 0 25px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top ul.social-icon-list {
    margin-left: 15px;
    text-align: center;
    justify-content: flex-end;
  }
}
.footer .footer-bottom {
  position: relative;
  padding-top: 15px;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-locations {
    max-width: 1170px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .footer-bottom .footer-copyright {
  padding-bottom: 37px;
  color: #7f8c8d;
  font-size: 13px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer .footer-bottom .footer-links .container {
    max-width: 515px;
  }
}
.footer .footer-bottom .footer-nav-wrap {
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-nav-wrap {
    padding: 35px 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 0 55px;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu {
  display: flex;
  justify-content: center;
  padding-left: 0;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
  display: inline-block;
  margin: 0 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.footer .footer-bottom .footer-nav-wrap ul.footer-menu li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li:last-child {
    border-bottom: none;
    border-right: none;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu li:last-child:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
    border-top: none;
    border-bottom: none;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li:after {
    content: "";
    width: 1px;
    height: 9px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
    margin: 0;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
  text-transform: capitalize;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-family: var(--main-font), sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 33px;
  letter-spacing: 0%;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
    font-size: 16px;
    text-align: center;
  }
}
.footer .footer-bottom .built-by {
  text-align: center;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  margin-top: 15px;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .built-by {
    text-align: right;
  }
}
.footer .footer-bottom .built-by img {
  vertical-align: middle;
}

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

.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 {
  display: block;
  font-weight: 400;
  font-family: var(--main-font), sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .copyright {
    margin-left: 0;
    max-width: 100%;
  }
}
.footer .footer-bottom .copyright a {
  color: #7f8c8d;
}

.footer .footer-bottom .copyright a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

.footer .footer-bottom a.btn-back {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.footer .footer-bottom a.btn-back span {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom a.btn-back {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-bottom a.btn-back {
    margin-top: -45px;
  }
}
.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;
}

.meet-our-attorneys {
  background-color: var(--color-neutral);
  padding: 50px 20px 60px;
}

@media screen and (min-width: 1200px) {
  .meet-our-attorneys {
    padding: 80px 0 90px;
  }
}
@media screen and (min-width: 1440px) {
  .meet-our-attorneys .container {
    max-width: 1350px;
    padding-left: 0;
    padding-right: 0;
  }
}
.meet-our-attorneys__header {
  margin-bottom: 36px;
}

@media screen and (min-width: 1200px) {
  .meet-our-attorneys__header {
    margin-bottom: 56px;
  }
}
.meet-our-attorneys__header .subtitle {
  color: var(--color-tertiary);
  margin-bottom: 12px;
}

.meet-our-attorneys__header .heading {
  color: var(--color-primary);
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .meet-our-attorneys__header .heading {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .meet-our-attorneys__intro {
    padding-top: 40px;
  }
}
.meet-our-attorneys__intro p {
  color: #1A2234;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .meet-our-attorneys__intro p {
    max-width: 560px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1440px) {
  .meet-our-attorneys__intro p {
    max-width: 675px;
  }
}
.meet-our-attorneys .grid-attorney {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .meet-our-attorneys .grid-attorney {
    overflow: visible;
  }
}
@media screen and (min-width: 1200px) {
  .meet-our-attorneys .grid-attorney .swiper-slide {
    overflow: visible;
  }
}
@media screen and (min-width: 1440px) {
  .meet-our-attorneys .grid-attorney .swiper-slide {
    width: 357px !important;
  }
}
.meet-our-attorneys .attorney-item {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .meet-our-attorneys .attorney-item {
    text-align: left;
  }
}
.meet-our-attorneys .attorney-item a {
  display: block;
  text-decoration: none;
}

.meet-our-attorneys .attorney-item .image-holder {
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 16px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .meet-our-attorneys .attorney-item .image-holder {
    margin-bottom: 20px;
    max-width: 357px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.meet-our-attorneys .attorney-item .image-holder img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center top;
}

.meet-our-attorneys .attorney-item .image-holder img.d-xl-block {
  width: 357px;
  max-width: 100%;
  height: auto;
}

.meet-our-attorneys .attorney-item .info .name {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: var(--color-primary);
  margin-bottom: 4px;
}

@media screen and (min-width: 1200px) {
  .meet-our-attorneys .attorney-item .info .name {
    font-size: 23px;
    line-height: 34px;
  }
}
.meet-our-attorneys .attorney-item .info .position {
  font-family: var(--main-font), sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: var(--color-primary);
}

.meet-our-attorneys__footer {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
}

@media screen and (min-width: 1200px) {
  .meet-our-attorneys__footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
  }
}
.meet-our-attorneys__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

@media screen and (min-width: 1200px) {
  .meet-our-attorneys__buttons {
    justify-content: flex-start;
    gap: 16px;
  }
}
.meet-our-attorneys__buttons .btn--primary, .meet-our-attorneys__buttons .btn--secondary {
  min-width: 195px;
}

@media (max-width: 1199px) {
  .meet-our-attorneys__buttons .btn--primary, .meet-our-attorneys__buttons .btn--secondary {
    min-width: 300px;
  }
}
.meet-our-attorneys .swiper-dark-button-wrap {
  margin: 0;
}

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

.single-attorney .main-content {
  padding-top: 110px;
  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__content p {
  color: white;
}

.attorneys__link {
  margin-bottom: 20px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.attorneys__link a {
  font-family: var(--main-font), sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: white;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  transition: padding ease-out 0.5s;
}

.attorneys__link a:focus, .attorneys__link a:hover {
  padding-right: 70px;
}

.attorneys__link a:after {
  content: url(../images/arrow-right.png);
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .page-template-archive-pa .c-practice-areas {
    padding-top: 30px;
  }
}
.c-practice-areas {
  padding: 250px 20px 40px;
  background-image: url(../images/legal-services-bg-small.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #0C1A2B;
}

@media (min-width: 500px) {
  .c-practice-areas {
    background-image: url(../images/legal-services-bg-tab.png);
  }
}
@media screen and (min-width: 768px) {
  .c-practice-areas {
    padding: 350px 0 50px;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas {
    padding-top: 88px;
    padding-bottom: 125px;
    background-image: url(../images/legal-services-bg.png);
  }
}
.c-practice-areas__wrapper {
  margin-bottom: 38px;
}

@media screen and (min-width: 992px) {
  .c-practice-areas__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 120px;
  }
}
.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;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-practice-areas .pa.container {
    max-width: 500px;
    padding: 0;
  }
}
@media screen and (min-width: 1300px) {
  .c-practice-areas .pa.container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1240px;
  }
}
@media screen and (min-width: 1440px) {
  .c-practice-areas .pa.container {
    max-width: 1410px;
  }
}
@media (min-width: 500px) {
  .c-practice-areas .pa__header {
    max-width: 400px;
  }
}
.c-practice-areas .pa__header .subtitle {
  color: #F2B93A;
  margin-bottom: 28px;
}

@media screen and (min-width: 992px) {
  .c-practice-areas .pa__header .subtitle {
    margin-bottom: 38px;
  }
}
.c-practice-areas .pa__header .heading {
  color: #fff;
  margin-bottom: 20px;
  max-width: 222px;
}

@media screen and (min-width: 992px) {
  .c-practice-areas .pa__header .heading {
    max-width: 320px;
    margin-bottom: 18px;
  }
}
.c-practice-areas .pa__header p {
  color: #fff;
  margin-bottom: 0;
}

.c-practice-areas .pa__items ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  padding-left: 0;
  list-style: none;
}

@media screen and (min-width: 992px) {
  .c-practice-areas .pa__items ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .c-practice-areas .pa__items ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
  }
}
@media screen and (min-width: 1440px) {
  .c-practice-areas .pa__items ul {
    margin-bottom: 30px;
  }
}
.c-practice-areas .pa__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__item {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-practice-areas .pa__item.has-excerpt {
  cursor: pointer;
}

.c-practice-areas .pa__item.has-excerpt .main-link::after {
  display: block;
}

.c-practice-areas .pa__item.is-open .pa__item-content {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
  margin-top: 12px;
}

.c-practice-areas .pa__item.is-open .main-link::after {
  transform: translateY(-20%) rotate(-135deg);
}

@media screen and (min-width: 992px) {
  .c-practice-areas .pa__item {
    padding: 50px 31px 40px;
    cursor: default;
  }
  .c-practice-areas .pa__item.is-open .main-link::after {
    transform: none;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__item:hover, .c-practice-areas .pa__item:focus-within {
    border: 2px solid #D8B978;
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2509803922);
    transform: translateY(-2px);
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  }
  .c-practice-areas .pa__item:hover .main-link,
  .c-practice-areas .pa__item:hover .pa__item-title, .c-practice-areas .pa__item:focus-within .main-link,
  .c-practice-areas .pa__item:focus-within .pa__item-title {
    color: #D8B978;
  }
  .c-practice-areas .pa__item:hover .pa__item-image img, .c-practice-areas .pa__item:focus-within .pa__item-image img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(40%) saturate(400%) hue-rotate(2deg) brightness(94%) contrast(81%);
  }
  .c-practice-areas .pa__item:hover .pa__item-content-button svg path, .c-practice-areas .pa__item:focus-within .pa__item-content-button svg path {
    fill: #D8B978;
    stroke: #D8B978;
  }
}
.c-practice-areas .pa__item-content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  transition: grid-template-rows 0.3s ease, opacity 0.25s ease, margin 0.3s ease, visibility 0.3s ease;
}

.c-practice-areas .pa__item-content-wrapper {
  overflow: hidden;
  min-height: 0;
}

.c-practice-areas .pa__item-content-text {
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1A2234;
  padding: 0 10px;
}

.c-practice-areas .pa__item-content-text p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.c-practice-areas .pa__item-content-button {
  margin-top: 12px;
  text-align: right;
  margin-right: 10px;
}

.c-practice-areas .pa__item-content-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.c-practice-areas .pa__item-content-button svg {
  display: block;
  width: 18.5px;
  height: 19px;
}

.c-practice-areas .pa__item-content-button svg path {
  transition: fill 0.3s ease, stroke 0.3s ease;
}

@media screen and (min-width: 992px) {
  .c-practice-areas .pa__item-content {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 12px;
    flex: 1;
  }
  .c-practice-areas .pa__item-content-wrapper {
    overflow: visible;
  }
  .c-practice-areas .pa__item-content-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
  }
  .c-practice-areas .pa__item-content-button {
    position: absolute;
    right: 24px;
    bottom: 20px;
    margin-top: 0;
    z-index: 3;
  }
}
.c-practice-areas .pa__item .main-link {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--color-tertiary);
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--secondary-font), sans-serif;
  text-decoration: none;
  transition: color 0.3s ease;
}

@media screen and (min-width: 992px) {
  .c-practice-areas .pa__item .main-link {
    display: block;
    position: static;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .c-practice-areas .pa__item .main-link:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
  }
}
.c-practice-areas .pa__item-title {
  display: block;
  flex: 1;
  min-width: 0;
}

.c-practice-areas .pa__item-image {
  flex-shrink: 0;
  line-height: 0;
}

.c-practice-areas .pa__item-image img {
  display: block;
  transition: filter 0.3s ease;
}

@media screen and (min-width: 992px) {
  .c-practice-areas .pa__item-image-desktop {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__item .main-link .pa__item-image,
  .c-practice-areas .pa__item .main-link .pa__item-title {
    position: relative;
    z-index: 1;
    pointer-events: none;
  }
}
.c-practice-areas .btn--secondary-dark {
  padding: 12px 64px;
}

.results-part {
  background: var(--res-br-color);
  padding: 10px 12px 120px;
  font-family: var(--secondary-font), sans-serif;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .results-part {
    padding: 40px 0 80px;
  }
  .home .results-part {
    padding: 40px 0 130px;
  }
}
@media screen and (min-width: 1200px) {
  .results-part {
    padding: 45px 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .results-part .container {
    max-width: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .results-part .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.results-part .heading-part {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .results-part .heading-part {
    text-align: left;
  }
}
.results-part .results-slider {
  position: relative;
  margin-top: 25px;
}

@media screen and (min-width: 1200px) {
  .results-part .results-slider {
    margin-top: 0;
  }
}
.results-part .results-slider .custom-nav-results {
  top: 50%;
}

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

.results-part .results-subheading {
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin: 28px auto 30px;
  max-width: 297px;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .results-part .results-subheading {
    text-align: left;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 22px;
  }
}
.results-part .btn--secondary {
  padding: 12px 35.5px;
}

@media screen and (min-width: 1200px) {
  .results-part .btn--secondary {
    padding: 12px 36px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 58%;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-button-prev {
    left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-button-next {
    right: -20px;
  }
}
.grid-results {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .grid-results {
    margin-left: auto;
    margin-right: auto;
    max-width: 977px;
  }
}
@media screen and (min-width: 1440px) {
  .grid-results {
    padding-left: 62px;
  }
}
.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;
  }
}
@media screen and (min-width: 1200px) {
  .grid-results .item {
    padding-top: 8px !important;
    padding-bottom: 0 !important;
  }
}
.grid-results .item .amount {
  color: var(--results-amount-color);
  font-family: var(--secondary-font), sans-serif;
  font-weight: 500;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.grid-results .item .volume {
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  color: #fff;
}

.grid-results .item .pa-category {
  font-family: var(--main-font), sans-serif;
  color: var(--results-category-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 10px;
  max-width: 151px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .grid-results .item .pa-category {
    max-width: 142px;
  }
}
.swiper-pagination:not(:empty) {
  position: unset;
  margin: 20px 0;
}

.testimonials-section {
  background-image: url("../images/testimonials-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 78px 5px 58px;
  background-color: var(--color-neutral);
}

@media screen and (min-width: 1200px) {
  .testimonials-section {
    padding: 106px 0 150px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-section .container {
    padding-right: 0;
    padding-left: 0;
    max-width: initial;
    margin-left: calc((100% - 1140px) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .testimonials-section .container {
    margin-left: calc((100% - 1320px) / 2);
  }
}
@media screen and (min-width: 1440px) {
  .testimonials-section .container {
    padding-left: 0;
    margin-left: calc((100% - 1407px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-section .col-right {
    padding-left: 55px;
  }
}
@media screen and (min-width: 1440px) {
  .testimonials-section .col-right {
    padding-left: 80px;
  }
}
.testimonials-section-wrap {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .testimonials-section-wrap {
    text-align: left;
    margin-bottom: 0;
    margin-top: 89px;
  }
}
.testimonials-section-title {
  margin-bottom: 25px;
  margin-top: 20px;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--color-primary);
}

@media screen and (min-width: 1200px) {
  .testimonials-section-title {
    font-size: 44px;
    line-height: 55px;
    text-align: left;
    max-width: 451px;
    margin-top: 39px;
    margin-bottom: 40px;
  }
}
.testimonials-section__item {
  background-color: #fff;
  box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 40px 45px;
  height: 100% !important;
}

@media screen and (min-width: 1200px) {
  .testimonials-section__item {
    min-height: 576px;
    padding: 67px 65px;
  }
}
@media (max-width: 767px) {
  .testimonials-section .google-image {
    max-width: 123px;
    margin: 0 auto;
  }
}
.testimonials-section .content-emphasis {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: var(--color-tertiary);
  margin-top: 20px;
  margin-bottom: 45px;
}

@media screen and (min-width: 1200px) {
  .testimonials-section .content-emphasis {
    font-size: 32px;
    line-height: 43px;
    margin-top: 30px;
    margin-bottom: 31px;
  }
}
.testimonials-section p {
  color: #1A2234;
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (min-width: 1200px) {
  .testimonials-section p {
    font-size: 18px;
    line-height: 29px;
    max-width: 385px;
  }
}
.testimonials-section cite {
  color: #1A2234;
  display: block;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .testimonials-section cite {
    font-size: 18px;
    line-height: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-section .bottom-section {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 57px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
  }
}
.testimonials-section .bottom-section .swiper-dark-button-wrap {
  margin-top: 40px;
  margin-bottom: 22px;
}

@media screen and (min-width: 1200px) {
  .testimonials-section .bottom-section .swiper-dark-button-wrap {
    margin: 0;
  }
}
.testimonials-section .bottom-section .testimonials-section-button {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .testimonials-section .bottom-section .testimonials-section-button {
    text-align: left;
  }
}
.testimonials-section .bottom-section .btn--secondary {
  min-width: 287px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .testimonials-section .swiper {
    position: unset;
  }
  .testimonials-section .swiper-slide {
    min-width: 525px !important;
    min-height: 576px !important;
  }
}
.pa-testimonials {
  padding: 48px 0;
  overflow: hidden;
  background-color: #5E6778;
  background-image: url("../images/pa-testimonials-pattern.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

@media screen and (min-width: 1200px) {
  .pa-testimonials {
    padding: 86px 0 87px;
  }
}
.pa-testimonials__subtitle {
  font-family: var(--main-font), sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 22px;
}

.pa-testimonials__title {
  max-width: 787px;
  margin: 0 0 40px;
  color: #fff;
  text-align: left;
}

@media screen and (min-width: 1200px) {
  .pa-testimonials__title {
    margin-bottom: 57px;
  }
}
.pa-testimonials__slider {
  overflow: visible;
  margin-top: 0;
  padding-top: 0;
}

.pa-testimonials .swiper-slide {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .pa-testimonials .swiper-slide {
    width: 525px;
  }
}
.pa-testimonials__item {
  display: flex;
  flex-direction: column;
  min-height: 480px;
  padding: 40px 28px 36px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1200px) {
  .pa-testimonials__item {
    padding: 55px 69px;
  }
}
.pa-testimonials__emphasis {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: var(--color-tertiary);
  margin: 0 0 16px;
}

@media screen and (min-width: 1200px) {
  .pa-testimonials__emphasis {
    font-size: 32px;
    line-height: 43px;
  }
}
.pa-testimonials__quote {
  flex: 1 1 auto;
}

.pa-testimonials__quote p {
  margin: 0;
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1A2234;
}

@media screen and (min-width: 1200px) {
  .pa-testimonials__quote p {
    max-width: 385px;
    font-size: 18px;
    line-height: 29px;
  }
}
.pa-testimonials__name {
  display: block;
  margin-top: 19px;
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  color: #1A2234;
}

@media screen and (min-width: 1200px) {
  .pa-testimonials__name {
    font-size: 18px;
    line-height: 29px;
  }
}
.pa-testimonials__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-top: 58px;
}

@media screen and (min-width: 992px) {
  .pa-testimonials__footer {
    flex-direction: row;
    align-items: center;
  }
}
.pa-testimonials__cta {
  flex: 0 0 auto;
}

.pa-testimonials__cta .btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 287px;
  min-width: 0;
  min-height: 48px;
}

@media screen and (min-width: 992px) {
  .pa-testimonials__cta .btn--primary {
    width: auto;
    min-width: 287px;
  }
}
.pa-testimonials__cta .btn--primary {
  padding: 13px 24px;
  color: #1A2234;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.7px;
  text-transform: none;
}

.pa-testimonials__disclaimer {
  flex: 1 1 auto;
  margin: 0;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .pa-testimonials__disclaimer {
    max-width: 810px;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
  }
}
.pa-testimonials__nav {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 15px;
  margin-left: auto;
}

.pa-testimonials__arrow {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  background: url("../images/arrows/pa-testimonials-arrow.svg") no-repeat center;
  background-size: 38px 38px;
  cursor: pointer;
}

.pa-testimonials__arrow--prev {
  transform: rotate(180deg);
}

.pa-testimonials__arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: auto;
  pointer-events: none;
}

.awards-part {
  padding: 40px 0 36px;
}

@media screen and (min-width: 1200px) {
  .awards-part {
    padding: 60px 0 10px;
  }
}
.home .awards-part {
  padding: 40px 0 50px;
}

.awards-part__content {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .awards-part__content {
    max-width: 1092px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
  }
}
@media screen and (min-width: 1440px) {
  .awards-part__content {
    max-width: 1350px;
  }
}
.awards-part__content::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/subtract-small.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
  .awards-part__content::before {
    background-image: url(../images/subtract-big.svg);
    max-width: 1000px;
    left: 95px;
    top: -4px;
  }
}
@media screen and (min-width: 1440px) {
  .awards-part__content::before {
    max-width: 1230px;
    left: 121px;
  }
}
.awards-part__headline {
  color: var(--color-primary);
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  position: relative;
  max-width: 290px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .awards-part__headline {
    font-size: 35px;
    line-height: 45px;
    text-align: left;
    max-width: 350px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .awards-part__headline {
    font-size: 44px;
    line-height: 55px;
    max-width: 450px;
  }
}
.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 {
  padding: 50px 0 25px;
}

@media screen and (min-width: 1200px) {
  .awards-part .swiper {
    max-width: 800px;
  }
}
.awards-part .swiper-wrapper {
  margin-bottom: 1rem;
}

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

@media screen and (min-width: 1440px) {
  .awards-part .swiper-slide {
    width: auto !important;
  }
  .awards-part .swiper-slide img {
    max-width: none;
    height: auto;
  }
}
.awards-part .swiper-pagination {
  margin: 10px 0 20px;
}

@media screen and (min-width: 1200px) {
  .awards-part .swiper-pagination {
    margin: 10px 0;
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  .awards-part .swiper-pagination {
    margin: 25px 0 10px;
    text-align: left;
  }
}
.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;
}

.award-disclaimer {
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--color-primary);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 16px 48px;
}

@media screen and (min-width: 768px) {
  .award-disclaimer {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .award-disclaimer {
    max-width: 990px;
  }
}
@media screen and (min-width: 1200px) {
  .award-disclaimer {
    padding: 26px 0 163px;
    max-width: 1100px;
  }
}
@media screen and (min-width: 1400px) {
  .award-disclaimer {
    max-width: 1339px;
  }
}
.award-disclaimer br {
  display: block !important;
}

.award-disclaimer strong,
.award-disclaimer b {
  font-weight: 700;
  color: var(--color-primary);
}

.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;
}

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