/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/**
* Return Theme Colors
* @param {String} $color - HEX code
*/
/* Additional Mixins */
.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;
}

.main-wrapper {
  overflow: hidden;
}

.page-template-contact .main-wrapper {
  border-top: none;
}

.main-content {
  padding-top: 25px;
  padding-bottom: 50px;
}

@media screen and (min-width: 1200px) {
  .main-content {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .single-attorney .main-content {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .page-template-giving-back-tpl .main-content {
    padding-bottom: 0 !important;
  }
}
.main-content a {
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .main-content .container .row > .entry-content.col-lg-7,
.main-content .container .row > .content.col-lg-7 {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1440px) {
  .main-content .container .row > .entry-content.col-lg-7,
.main-content .container .row > .content.col-lg-7 {
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .main-content .container .row > .entry-content.col-lg-7,
.main-content .container .row > .content.col-lg-7 {
    padding-left: 0;
  }
}
[v-cloak] > * {
  display: none;
}

#loader-div {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

#loader-div .lds-ring {
  display: inline-block;
  position: relative;
  width: 77px;
  height: 77px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#loader-div .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  margin: 6px;
  border: 7px solid #4164f2;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4164f2 transparent transparent transparent;
}

#loader-div .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

#loader-div .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

#loader-div .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.arrow-link {
  color: #eb5b13;
  font-size: 16px;
  font-weight: 600;
  background-image: url("../images/arrows/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 18px 8px;
  padding-right: 22px;
  background-position: right center;
}

.arrow-link__alt {
  color: #fff;
  background-image: url("../images/arrows/arrow-alt-right.svg");
}

.diagonal-bkg {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg .container {
    position: unset;
  }
}
.diagonal-bkg__wrapper {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper {
    position: unset;
  }
}
.diagonal-bkg__wrapper:before {
  left: 0;
  background-color: #efeeec;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    top: 0;
    right: 0;
    left: unset;
    z-index: 2;
    width: 56%;
    clip-path: polygon(210px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    clip-path: polygon(180px 0%, 100% 0, 100% 100%, 0% 100%);
    width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(51% - 75px);
    z-index: 5;
    height: 100%;
    width: 8px;
    background-color: #fff;
    transform: skewX(-14.5deg);
    opacity: 0.43;
  }
}
@media screen and (min-width: 1440px) {
  .diagonal-bkg__wrapper:after {
    transform: skewX(-16.4deg);
  }
}
.small-font-content p {
  font-family: var(--secondary-font), sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #242424;
  margin-bottom: 27px;
}

.sidebar {
  max-width: 450px;
  /*&-subtitle {
    color: $sidebar-title;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1.91px;
    line-height: 24px;
    text-transform: uppercase;
  }*/
  /*&-expect {
  text-align: center;
  height: 100%; */
  /*.image-holder {
        margin-bottom: 60px;

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

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

  }*/
}

@media (max-width: 991px) {
  .sidebar {
    margin: 0 auto;
    padding-top: 35px;
  }
}
.sidebar > .sidebar-item > div:not(:empty) {
  margin-bottom: 60px;
}

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

.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) .sidebar-holder {
  padding: 47px 19px 45px;
}

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

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list {
  margin: 0;
  padding: 0;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li {
  position: relative;
  list-style: none;
  text-align: left;
  margin: 0;
}

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

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

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  padding-bottom: 0 !important;
}

.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: 40px 30px 55px;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
    padding: 40px 20px 55px;
  }
}
@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
    padding: 40px 40px 58px;
  }
}
.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-subtitle {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: white;
  text-align: center;
  display: block !important;
  margin-bottom: 10px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-title {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 27px;
  letter-spacing: 2px;
}

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

.sidebar-related .sidebar-title {
  font-size: 26px;
  line-height: 27px;
}

@media (max-width: 1199px) {
  .sidebar-related .sidebar-title {
    font-size: 18px;
  }
}
.sidebar-related .sidebar-holder {
  background-color: var(--accent-color) !important;
}

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

.widget_cw_related_pages_widget .sidebar-title {
  font-size: 26px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  line-height: 27px;
}

@media (max-width: 1199px) {
  .widget_cw_related_pages_widget .sidebar-title {
    font-size: 18px !important;
  }
}
.footer .logo {
  max-width: 250px;
}

@media screen and (min-width: 992px) {
  .footer .office-heading {
    font-size: 28px;
    line-height: 28px;
  }
}
.footer .office-holder {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .footer .office-holder {
    margin-left: 0;
  }
}
.footer .office-holder__top-bar {
  display: none;
  background-color: var(--color-neutral);
}

@media screen and (min-width: 768px) {
  .footer .office-holder__top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 30px;
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .footer .office-holder__top-bar {
    flex-direction: row;
  }
}
.footer .office-holder__top-bar-phone a[href*=tel] {
  color: #04040A;
}

.footer .office-holder__top-bar-phone a[href*=tel]:hover, .footer .office-holder__top-bar-phone a[href*=tel]:active {
  color: var(--accent-color);
}

@media screen and (min-width: 992px) {
  .footer .office-holder__top-bar .footer-number {
    margin-top: 0;
  }
}
.footer .office-holder__top-bar .footer-number span {
  font-family: var(--secondary-font), sans-serif;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .footer .office-holder__bottom-container {
    display: flex;
    justify-content: space-between;
    padding: 38px 28px;
  }
}
@media screen and (min-width: 992px) {
  .footer .office-holder__bottom-container {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.footer .office-holder__social-bar {
  display: none;
  max-width: 548px;
  margin-left: 36px;
  margin-right: auto;
  padding-bottom: 55px;
}

@media screen and (min-width: 768px) {
  .footer .office-holder__social-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .footer .office-holder__social-bar {
    padding-bottom: 24px;
  }
}
.footer .office-holder__social-bar-label {
  font-size: 20px;
  line-height: 40px;
}

.footer .office-holder__social-bar .social-icon-list li a {
  background-color: var(--accent-color);
}

.footer .footer-contact {
  padding-top: 32px;
  padding-bottom: 48px;
  background-color: hsl(var(--accent-color-h), var(--accent-color-s), calc(var(--accent-color-l) + 1%));
}

@media screen and (min-width: 768px) {
  .footer .footer-contact {
    background-color: var(--contact-footer-bg-color, initial);
    background-image: var(--contact-footer-bg-img, initial);
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-contact {
    padding-top: 51px;
    padding-bottom: 59px;
  }
}
@media screen and (min-width: 1600px) {
  .footer .footer-contact .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer .footer-contact__wrapper {
  background-color: #fafafa;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact__wrapper {
    background-color: white;
    max-width: 676px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-contact__wrapper {
    max-width: initial;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-contact__wrapper {
    display: flex;
  }
}
.footer .footer-contact__wrapper .form-wrap {
  box-shadow: 0px 0px 26.8889px rgba(0, 0, 0, 0.32807);
  background-color: var(--accent-color);
}

@media screen and (min-width: 1200px) {
  .footer .footer-contact__wrapper .form-wrap {
    box-shadow: initial;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-contact__location {
    width: calc(100% - 400px);
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-contact__location {
    width: calc(100% - 540px);
  }
}
.footer .footer-contact__location .address {
  line-height: 30px;
}

.footer .footer-contact__location .address__phone a {
  color: #242424;
}

.footer .footer-contact__location .address__buttons a {
  font-family: var(--secondary-font), sans-serif;
  color: var(--green-two);
  text-decoration: underline !important;
  text-transform: initial;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: initial;
  padding-top: 0;
  padding-bottom: 0;
}

.footer .footer-contact__location .address__buttons .cw-modal {
  margin-left: 16px;
  border: 0px;
  background: none;
  font-family: var(--secondary-font), sans-serif;
  color: var(--green-two);
  text-decoration: underline !important;
  text-transform: initial;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: initial;
  padding-top: 0;
  padding-bottom: 0;
}

.footer .footer-contact__location .office-holder__wrapper {
  padding: 24px 34px 24px 28px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact__location .office-holder__wrapper {
    box-shadow: initial;
    width: calc(100% - 292px);
    padding: 0 34px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-contact__location .office-holder__wrapper {
    width: 297px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-contact__location .office-holder__wrapper {
    width: 50%;
    margin-right: 34px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-contact__location .office-holder__wrapper {
    width: 297px;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-contact__location .office-holder .office-info-map {
    width: 292px;
    display: flex;
    padding: 0;
    height: 352px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-contact__location .office-holder .office-info-map {
    width: 478px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-contact__location .office-holder .office-info-map {
    width: 50%;
    height: auto;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-contact__location .office-holder .office-info-map {
    height: 352px;
    width: 478px;
  }
}
.footer .footer-contact__location .office-holder .office-info-map figure {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .footer .footer-contact__location .office-holder .office-info-map figure {
    display: flex;
  }
}
.footer .footer-contact__location .office-holder .office-info-map figure a {
  display: flex;
}

.footer .footer-contact__location .office-holder .office-info-map figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.footer .footer-contact__form {
  display: flex;
}

@media screen and (min-width: 1200px) {
  .footer .footer-contact__form {
    width: 400px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-contact__form {
    width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-contact__form .form-title {
    font-size: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-contact__form .form-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-contact__form .form-title {
    font-size: 34px;
  }
}
.footer .footer-number {
  margin-top: 10px;
  font-family: var(--main-font), sans-serif;
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .footer .footer-number {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-number {
    margin-bottom: 0;
  }
}
.footer .footer-number span {
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5px;
  padding-right: 15px;
}

@media screen and (min-width: 1200px) {
  .footer .footer-number span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-number span {
    font-size: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .footer .footer-number span {
    font-size: 28px;
  }
}
.footer .footer-number a {
  font-size: 38px;
  font-weight: 700;
  font-family: var(--main-font), sans-serif;
  color: white;
}

.footer .footer-top {
  padding-top: 43px;
  padding-bottom: 0;
  background-color: var(--top-bar-bg, initial);
}

@media (max-width: 767px) {
  .footer .footer-top .footer-logo-wrap {
    text-align: center;
  }
}
.footer .footer-top ul.social-icon-list {
  text-align: center;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  .footer .footer-top ul.social-icon-list {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top ul.social-icon-list {
    padding-top: 10px;
    align-items: center;
    justify-content: center;
  }
}
.footer .footer-top ul.social-icon-list a {
  background-color: white;
}

.footer .footer-bottom {
  position: relative;
}

.footer .footer-bottom .footer-links {
  background-color: #EEEEEE;
}

@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-links {
    background-color: white;
  }
}
.footer .footer-bottom .footer-copyright {
  background-color: #FAFAFA;
  padding-top: 41px;
  padding-bottom: 41px;
  color: #333333;
  font-size: 13px;
}

.footer .footer-bottom .footer-nav-wrap {
  padding: 22px 0 21px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-nav-wrap {
    padding: 35px 0 56px;
  }
}
@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: var(--accent-color);
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 3px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-nav-wrap span {
    font-size: 16px;
  }
}
@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: center;
  padding-left: 0;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
  display: inline-block;
  margin: 0 15px 0;
}

@media screen and (min-width: 1440px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 0;
  }
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li:last-child {
    margin-right: 0;
  }
}
.footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
  text-transform: uppercase;
  font-size: 18px;
  color: #242424;
  font-weight: 400;
  padding: 0;
  letter-spacing: 1.07px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-nav-wrap ul.footer-menu li a {
    font-size: 16px;
    line-height: 18px;
  }
}
.footer .footer-bottom .built-by {
  text-align: center;
  color: #333333;
  font-size: 13px;
  font-family: var(--secondary-font), sans-serif;
  line-height: 20px;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .built-by {
    text-align: right;
    padding-right: 65px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-bottom .built-by {
    padding-right: 70px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1600px) {
  .footer .footer-bottom .built-by {
    padding-right: 0;
  }
}
.footer .footer-bottom .built-by a {
  color: #333333;
  line-height: 20px;
  text-decoration: underline;
}

.footer .footer-bottom .built-by a:is(:hover, :focus) {
  color: var(--accent-color);
}

.footer .footer-bottom .built-by img {
  margin-right: 5px;
  margin-top: 3px;
}

.footer .footer-bottom .sitemap-privacy-links {
  padding-left: 0;
  margin-bottom: 10px;
  justify-content: center;
  display: flex;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .sitemap-privacy-links {
    margin-bottom: 0;
  }
}
.footer .footer-bottom .sitemap-privacy-links li {
  margin-right: 10px;
  margin-bottom: 0;
}

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

.footer .footer-bottom .sitemap-privacy-links li a {
  font-family: var(--secondary-font), sans-serif;
  color: #333333;
  font-size: 13px;
  line-height: 13px;
  padding: 0;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .footer .footer-bottom .sitemap-privacy-links li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-bottom .sitemap-privacy-links li a {
    font-size: 13px;
  }
}
.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 {
  font-family: var(--secondary-font), sans-serif;
  color: #333333;
  font-size: 13px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .copyright {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-bottom .copyright {
    margin-bottom: 0;
    font-size: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-bottom .copyright {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .footer .footer-bottom .copyright {
    line-height: 20px;
  }
}
.footer .footer-bottom .copyright a {
  color: #7f8c8d;
}

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

.footer .footer-bottom a.btn-back {
  display: inline-block;
  position: absolute;
  bottom: 139px;
  right: 25px;
  width: 46px;
  height: 46px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom a.btn-back {
    width: 60px;
    height: 60px;
    right: 0;
    bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom a.btn-back {
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-bottom a.btn-back {
    bottom: -24px;
  }
}
@media screen and (min-width: 1440px) {
  .footer .footer-bottom a.btn-back {
    right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .footer .footer-bottom a.btn-back {
    right: -85px;
  }
}
.footer .footer-bottom a.btn-back svg circle {
  fill: hsl(var(--accent-color-h), var(--accent-color-s), calc(var(--accent-color-l) - 8%));
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom a.btn-back svg {
    width: 60px;
    height: 60px;
  }
}
.footer .footer-bottom a.btn-back span {
  color: #000;
  font-family: var(--main-font), sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  width: 41px;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 26px;
}

.select-office,
.contact-select-office {
  font-family: var(--main-font), sans-serif;
  position: relative;
  padding: 15px 60px 15px 9px;
  margin-bottom: 8px;
  width: 100%;
  height: 50px;
  background-image: url(../images/select-arrow-down.svg), linear-gradient(to left, var(--accent-color) 50px, white 50px);
  background-repeat: no-repeat;
  background-position: right;
  appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.67px;
  text-transform: uppercase;
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
}

.office-heading {
  font-family: var(--main-font), sans-serif;
  color: #242424;
  font-size: 22px;
  font-weight: 400;
  line-height: initial;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .office-heading {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .office-heading {
    font-size: 34px;
    line-height: 35px;
  }
}
.office-info,
.contact-office-info {
  font-size: 18px;
  line-height: 30px;
  font-family: var(--secondary-font), sans-serif;
  margin-top: 3px;
}

@media screen and (min-width: 768px) {
  .office-info,
.contact-office-info {
    margin-top: 10px;
  }
}
.office-info address,
.contact-office-info address {
  margin-bottom: 0;
}

.office-info a,
.contact-office-info a {
  color: #242424;
  font-size: 17px;
}

.office-info .es-link,
.contact-office-info .es-link {
  display: block;
  text-transform: capitalize;
  text-decoration: underline;
}

.office-info__buttons,
.contact-office-info__buttons {
  margin-top: 13px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .office-info__buttons,
.contact-office-info__buttons {
    margin-top: 20px;
  }
}
.office-info__buttons a,
.contact-office-info__buttons a {
  color: var(--green-two);
  font-family: var(--secondary-font), sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  display: block;
}

@media screen and (min-width: 768px) {
  .office-info__buttons a,
.contact-office-info__buttons a {
    font-size: 18px;
    line-height: 18px;
  }
}
.office-info__buttons button,
.contact-office-info__buttons button {
  font-family: var(--secondary-font), sans-serif;
  color: var(--green-two);
  text-decoration: underline !important;
  text-transform: initial;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: initial;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  margin-left: 16px;
}

@media screen and (min-width: 768px) {
  .office-info__buttons button,
.contact-office-info__buttons button {
    font-size: 18px;
    line-height: 18px;
  }
}
.office-info__buttons button:focus,
.contact-office-info__buttons button:focus {
  background-color: transparent;
}

.office-info figure,
.contact-office-info figure {
  margin-top: 20px;
  margin-bottom: 0;
}

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

.community {
  background-color: var(--color-neutral);
  padding-top: 50px;
  padding-bottom: 35px;
}

@media screen and (min-width: 1200px) {
  .community {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.community__mobile-title {
  text-align: center;
}

.community__image {
  position: relative;
  z-index: 1;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .community__image {
    max-width: 560px;
    margin-left: initial;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .community__image {
    max-width: 100%;
  }
}
.community__content {
  text-align: center;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .community__content {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .community__content {
    text-align: left;
    margin-top: 0;
  }
}
.community__link {
  text-align: center;
  margin-top: 34px;
}

@media screen and (min-width: 992px) {
  .community__link {
    text-align: left;
  }
}
.community .btn {
  max-width: 483px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 22px;
  padding-right: 22px;
}

@media screen and (min-width: 1200px) {
  .community .btn {
    margin-left: initial;
    max-width: initial;
    display: inline-block;
  }
}
@media screen and (min-width: 1440px) {
  .community .btn {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.giving-back__wrapper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.giving-back__heading {
  margin-bottom: 37px;
}

.giving-back__events {
  margin-top: 80px;
  max-width: 1153px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .giving-back__events {
    margin-top: 60px !important;
  }
}
.giving-back__events .blog-pagination {
  margin-top: 53px;
  padding-top: 0;
}

@media (max-width: 767px) {
  .page-template-giving-back-tpl .giving-back__events .blog-pagination {
    padding-bottom: 0 !important;
  }
}
.giving-back__event {
  background-color: var(--color-neutral);
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.giving-back__event:first-child {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .giving-back__event {
    max-width: initial;
    text-align: left;
    padding: 47px 39px;
  }
}
@media screen and (min-width: 992px) {
  .giving-back__event-wrapper {
    display: flex;
    align-items: flex-start;
  }
}
.giving-back__event-button .btn {
  padding-top: 11px;
  padding-bottom: 11px;
}

.giving-back__event-content {
  margin-top: 27px;
}

@media screen and (min-width: 992px) {
  .giving-back__event-content {
    width: calc(100% - 312px);
    padding-left: 27px;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .giving-back__event figure {
    width: 285px;
  }
}
.giving-back__event-title {
  font-family: var(--main-font), sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.giving-back__event-title a {
  text-decoration: none;
  color: #242424;
  font-weight: 600;
  font-size: 22px;
}

.giving-back__event-title a:hover, .giving-back__event-title a:focus {
  color: var(--accent-color);
}

.giving-back__event-text {
  margin-top: 15px;
  font-size: 16px;
  color: #242424;
}

.giving-back__event-button {
  margin-top: 15px;
}

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

.single-attorney .main-content {
  padding-top: 30px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .single-attorney .page-header.w-bg-color::before {
    width: 56.5%;
  }
}
@media screen and (min-width: 1200px) {
  .single-attorney .page-header.w-bg-color .page-header__left {
    padding-left: 100px;
  }
}
.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;
}

@media screen and (min-width: 992px) {
  .page-template-archive-pa .c-practice-areas {
    padding-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-pa #main-wrapper .content-sidebar {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
.pa-template .pa__button {
  margin-top: 26px;
  text-align: center;
}

.c-practice-areas {
  padding-bottom: 26px;
}

@media screen and (min-width: 992px) {
  .c-practice-areas {
    padding-top: 80px;
    padding-bottom: 58px;
  }
}
.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 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;
  }
}
.c-practice-areas .pa__header {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .c-practice-areas .pa__header {
    max-width: 882px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__header h1 {
    font-size: 51px;
  }
}
.c-practice-areas .pa__header-intro {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.c-practice-areas .pa__items ul {
  margin-bottom: 30px;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .c-practice-areas .pa__items ul li {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .c-practice-areas .pa__items ul {
    margin-bottom: 30px;
  }
}
.c-practice-areas .pa__item {
  background-color: var(--accent-color);
  margin-bottom: 4px;
  position: relative;
  max-height: 345px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.c-practice-areas .pa__item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__item {
    max-width: 420px;
    height: 345px;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__item {
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 1300px) {
  .c-practice-areas .pa__item {
    max-width: 420px;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__item:nth-child(odd) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .c-practice-areas .pa__item:nth-child(even) {
    margin-left: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .c-practice-areas .pa__item {
    margin-right: 16px !important;
    margin-left: 0 !important;
  }
  .c-practice-areas .pa__item:nth-child(3n+3) {
    margin-right: 0 !important;
  }
}
.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: 23px;
  bottom: 23px;
  left: 23px;
  right: 23px;
  z-index: 999;
  padding: 49px 30px;
  color: white;
  text-align: center;
  opacity: 0;
  transition: ease-in 0.3s opacity;
}

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

.c-practice-areas .pa__item-content-text {
  margin-bottom: 15px;
}

.c-practice-areas .pa__item-content-button a {
  font-size: 11px;
}

.c-practice-areas .pa__item .main-link {
  color: white;
  display: block;
  padding-left: 82px;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 70px;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.62px;
  line-height: 40px;
  font-family: var(--main-font), sans-serif;
}

@media screen and (min-width: 768px) {
  .c-practice-areas .pa__item .main-link {
    font-size: 23px;
    letter-spacing: 0.48px;
    line-height: 34px;
  }
  .c-practice-areas .pa__item .main-link:hover:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    color: white;
    font-size: 120px;
    font-weight: 300;
  }
}
.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;
  }
}
@media screen and (min-width: 768px) {
  .c-practice-areas .pa__item .main-link {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: auto;
    padding-left: 26px;
    transition: all 0.5s ease-out;
  }
  .c-practice-areas .pa__item .main-link span {
    display: block;
    position: absolute;
    z-index: 999;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.48px;
    line-height: 34px;
    font-family: var(--main-font), sans-serif;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }
  .c-practice-areas .pa__item .main-link:hover:after {
    visibility: hidden;
  }
}
.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;
  background-color: rgb(42, 40, 38);
}

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

.home .results-part {
  padding-top: 0;
  margin-top: -50px;
  position: relative;
  z-index: 9;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .home .results-part {
    margin-top: -80px;
  }
}
@media screen and (min-width: 992px) {
  .home .results-part {
    margin-top: -118px;
  }
}
@media screen and (min-width: 1440px) {
  .home .results-part {
    margin-top: -130px;
  }
}
@media screen and (min-width: 992px) {
  .home .results-part .swiper-pagination {
    margin-top: 0;
  }
}
.results-part {
  background: var(--res-br-color);
  padding: 42px 0;
  font-family: var(--secondary-font), sans-serif;
}

@media screen and (min-width: 768px) {
  .results-part {
    padding: 60px 0;
  }
}
.results-part.regular-section {
  background-color: var(--color-neutral);
}

.results-part.regular-section .results-part__wrapper {
  background-color: transparent;
  box-shadow: initial;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .results-part.regular-section .results-part__wrapper {
    display: initial;
  }
}
.results-part.regular-section .results-part__wrapper .heading-part {
  text-transform: initial;
  letter-spacing: initial;
  width: initial;
  padding-top: 0;
  font-weight: 400;
  font-size: 35px;
}

.results-part.regular-section .results-part__wrapper .heading-part:after {
  display: none;
}

.results-part.regular-section .results-part__wrapper .heading-part a {
  display: none !important;
}

.results-part.regular-section .results-part__wrapper .results-slider {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .results-part.regular-section .results-part__wrapper .results-slider .grid-results .item .amount {
    font-size: 41px;
  }
}
@media screen and (min-width: 1440px) {
  .results-part.regular-section .results-part__wrapper .results-slider .grid-results .item .pa-category {
    font-size: 21px;
  }
}
.results-part.regular-section .results-part__wrapper .large-btn {
  display: inline-block !important;
  text-decoration: none !important;
  font-family: var(--secondary-font), sans-serif;
  position: relative;
  padding: 19px 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  color: var(--btn-std--text-color);
  display: inline-block;
  font-weight: 800;
  background-color: var(--btn-std--color);
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .results-part.regular-section .results-part__wrapper .large-btn {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .results-part.regular-section .results-part__wrapper .large-btn {
    font-size: 18px;
    padding-left: 41px;
    padding-right: 41px;
  }
}
.results-part.regular-section .results-part__wrapper .large-btn:hover {
  background-color: var(--body_std_bkg_color);
}

.results-part.regular-section .results-part__wrapper .large-btn:hover:before, .results-part.regular-section .results-part__wrapper .large-btn:hover:after {
  height: 100%;
}

.results-part__wrapper {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  max-width: 678px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

@media screen and (min-width: 992px) {
  .results-part__wrapper {
    display: flex;
    align-items: center;
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
  }
}
.results-part__wrapper .btn {
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: underline;
  color: var(--accent-color);
  font-weight: 700;
  font-family: var(--secondary-font), sans-serif;
  margin-top: 19px;
  text-align: center;
  padding-bottom: 30px;
  display: block;
  text-decoration: underline !important;
}

.results-part__wrapper .btn:is(:hover, :focus) {
  text-decoration: none;
}

.results-part .heading-part {
  color: var(--results-heading-color);
  font-family: var(--main-font), sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  text-align: center;
  position: relative;
  padding-top: 24px;
  padding-bottom: 25px;
  letter-spacing: 5px;
}

@media screen and (min-width: 768px) {
  .results-part .heading-part {
    font-size: 30px;
    padding-bottom: 35px;
    line-height: 49px;
  }
}
@media screen and (min-width: 992px) {
  .results-part .heading-part {
    width: 260px;
    line-height: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .results-part .heading-part {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.results-part .heading-part:after {
  background-color: var(--accent-color);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  opacity: 0.2;
}

@media screen and (min-width: 992px) {
  .results-part .heading-part:after {
    content: "";
  }
}
.results-part .heading-part .btn {
  padding-bottom: 0;
  text-decoration: underline !important;
}

.results-part .results-slider {
  position: relative;
}

@media screen and (min-width: 992px) {
  .results-part .results-slider {
    width: calc(100% - 260px);
  }
}
.results-part .results-slider .custom-nav-results {
  top: 50%;
}

.results-part .results-slider .swiper-small-arrow {
  background: #127470;
  top: 60%;
  /*display: none;*/
}

.results-part .results-slider .swiper-small-arrow:after {
  filter: brightness(0) invert(1);
}

.results-part .results-slider .swiper-button-prev {
  left: 5px;
}

.results-part .results-slider .swiper-button-next {
  right: 5px;
}

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

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

.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.swiper-slide-visible:after {
  content: "";
  width: 1px;
  height: 97px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: var(--accent-color);
  opacity: 0.2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .grid-results .item.swiper-slide-visible:after {
    right: -20px;
  }
}
.grid-results .item.swiper-slide-visible.last-slide-in-viewport:after {
  display: none;
}

.grid-results .item .amount {
  color: var(--results-amount-color);
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase;
  font-family: var(--main-font), sans-serif;
}

@media screen and (min-width: 768px) {
  .grid-results .item .amount {
    font-size: 45px;
    line-height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .grid-results .item .amount {
    font-size: 26px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .grid-results .item .amount {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .grid-results .item .amount {
    font-size: 34px;
    line-height: 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;
  padding-top: 15px;
  position: relative;
}

.grid-results .item .pa-category:before {
  content: "";
  background-color: var(--accent-color);
  height: 2px;
  width: 110px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.7;
}

@media screen and (min-width: 992px) {
  .grid-results .item .pa-category:before {
    opacity: 0.2;
  }
}
@media screen and (min-width: 768px) {
  .grid-results .item .pa-category {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .grid-results .item .pa-category {
    font-size: 18px;
  }
}
.swiper-pagination:not(:empty) {
  position: unset;
  margin: 40px 0;
}

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

@media screen and (min-width: 1200px) {
  .awards-part {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}
.home .awards-part {
  padding: 0;
}

.awards-part .awards__headline {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 30px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: var(--main-font), sans-serif;
}

@media screen and (min-width: 992px) {
  .awards-part .awards__headline {
    font-size: 35px;
    line-height: 35px;
    text-transform: capitalize;
    letter-spacing: initial;
  }
}
.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 .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;
}

@media screen and (min-width: 1200px) {
  .awards-part .swiper-pagination {
    display: none;
  }
}
.team-part {
  background-color: #f4f4f4;
  padding: 70px 0 100px;
}

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

.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: var(--accent-color);
}

.why-choose-us {
  padding: 40px 0 25px;
}

@media screen and (min-width: 992px) {
  .why-choose-us {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .why-choose-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .why-choose-us .container {
    margin-left: auto;
    margin-right: auto;
  }
}
.why-choose-us .btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (min-width: 768px) {
  .why-choose-us .btn {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .why-choose-us .btn {
    margin-top: 20px;
    max-width: 406px;
  }
}
.why-choose-us__heading {
  font-family: var(--main-font), sans-serif;
  margin-bottom: 24px;
  position: relative;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .why-choose-us__heading {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .why-choose-us__heading {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .why-choose-us__heading-wrapper {
    margin: auto;
    max-width: 374px;
  }
}
.why-choose-us__description {
  font-family: var(--secondary-font), sans-serif;
  color: #242424;
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 12px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .why-choose-us__description {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .why-choose-us__description {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .why-choose-us__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .why-choose-us__items {
    max-width: 933px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .why-choose-us__items {
    grid-column-gap: 10px;
    margin-right: initial;
  }
}
@media screen and (min-width: 1440px) {
  .why-choose-us__items {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
}
.why-choose-us__item {
  background-color: #242424;
  position: relative;
  padding: 30px 24px;
  margin-bottom: 5px;
}

.why-choose-us__item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .why-choose-us__item {
    max-width: 289px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: initial;
  }
}
@media screen and (min-width: 992px) {
  .why-choose-us__item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .why-choose-us__item {
    max-width: 238px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1440px) {
  .why-choose-us__item {
    max-width: 289px;
    width: 100%;
  }
}
.why-choose-us__item-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .why-choose-us__item-title {
    font-size: 18px;
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  .why-choose-us__item-title {
    font-size: 20px;
  }
}
.why-choose-us__item-text {
  color: white;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .why-choose-us__item-text {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .why-choose-us__item-text {
    text-align: left;
    max-width: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .why-choose-us__item img {
    margin-left: initial !important;
  }
}
.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 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*/