/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  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;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit {
  transition: all 0.2s ease;
}

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

/**
Styling found in critical.scss file
*/
.sidebar {
  max-width: 424px;
}

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

@media (max-width: 991px) {
  .sidebar .sidebar-item:last-of-type > div:not(:empty) {
    margin-bottom: 0;
  }
}
.sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_categories,
.sidebar .sidebar-item:not(:empty) .widget_archive {
  background-color: #fff;
  box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.12);
  padding: 27px 26px 47px;
}

@media (max-width: 369px) {
  .sidebar .sidebar-item:not(:empty) .sidebar-holder, .sidebar .sidebar-item:not(:empty) .widget_categories,
  .sidebar .sidebar-item:not(:empty) .widget_archive {
    padding: 27px 16px 47px;
  }
}
.sidebar .sidebar-item:not(:empty) .sidebar-holder .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_categories .sidebar-title,
.sidebar .sidebar-item:not(:empty) .widget_archive .sidebar-title {
  font-family: var(--secondary-font), sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 44px;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 18px;
}

@media (max-width: 329px) {
  .sidebar .sidebar-item:not(:empty) .sidebar-holder .sidebar-title, .sidebar .sidebar-item:not(:empty) .widget_categories .sidebar-title,
  .sidebar .sidebar-item:not(:empty) .widget_archive .sidebar-title {
    letter-spacing: normal;
  }
}
.sidebar .sidebar-item:not(:empty) .sidebar-holder .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 {
  font-weight: 500;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .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 #E7E7E7;
  padding: 22px 12px;
  text-align: left;
  margin: 0;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li:last-of-type, .sidebar .sidebar-item:not(:empty) .widget_categories .list li:last-of-type, .sidebar .sidebar-item:not(:empty) .widget_categories ul li:last-of-type,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li:last-of-type,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li:last-of-type {
  border-bottom: 1px solid #E7E7E7;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li:before, .sidebar .sidebar-item:not(:empty) .widget_categories .list li:before, .sidebar .sidebar-item:not(:empty) .widget_categories ul li:before,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li:before,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -26px;
  bottom: 0;
  width: 10px;
  height: 50px;
  background-color: var(--accent-color);
  opacity: 0;
  transition: opacity 0.13s ease-in-out;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .list li:is(:hover, :focus):before, .sidebar .sidebar-item:not(:empty) .widget_categories .list li:is(:hover, :focus):before, .sidebar .sidebar-item:not(:empty) .widget_categories ul li:is(:hover, :focus):before,
.sidebar .sidebar-item:not(:empty) .widget_archive .list li:is(:hover, :focus):before,
.sidebar .sidebar-item:not(:empty) .widget_archive ul li:is(:hover, :focus):before {
  opacity: 1;
}

.sidebar .sidebar-item:not(:empty) .sidebar-holder .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 {
  display: block;
  color: inherit;
}

.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 {
  color: #747474;
  font-size: 17px;
  letter-spacing: 3px;
  line-height: 25px;
  margin-top: 10px;
}

@media screen and (min-width: 1440px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_cta_widget__title {
    font-size: 18px;
  }
}
.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 {
  background-color: var(--accent-color);
  padding: 35px 40px 52px;
  max-width: 424px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 399px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget {
    padding: 35px 30px 52px;
  }
}
@media (max-width: 329px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget {
    padding: 35px 20px 52px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-title {
  font-size: 26px;
  line-height: 44px;
  margin-bottom: 23px;
}

@media (max-width: 329px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .form-title {
    font-size: 25px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_body .gform_fields {
  row-gap: 24px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_body label {
  margin-bottom: 10px !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform_body textarea {
  height: 165px !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform-footer {
  margin-top: 31px !important;
  margin-bottom: 33px !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_form_widget .form-wrap .gform-footer .btn {
  min-width: 273px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar {
  background-color: #fff;
  box-shadow: 0px 4px 67px rgba(0, 0, 0, 0.15);
  padding: 45px 33px 60px;
}

@media (max-width: 399px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar {
    padding: 45px 23px 60px;
  }
}
@media (max-width: 369px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar {
    padding: 45px 16px 60px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_awards_widget .awards-section-sidebar .sidebar-title {
  margin-bottom: 21px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-sidebar {
  background: linear-gradient(180deg, #242424 0%, #105E85 100%);
  padding: 39px 33px 53px;
}

@media (min-width: 992px) and (max-width: 1439px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar,
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar,
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-sidebar {
    padding: 39px 23px 53px;
  }
}
@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar,
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar,
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-sidebar {
    padding: 39px 23px 53px;
  }
}
@media (max-width: 329px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar,
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar,
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-sidebar {
    padding: 39px 13px 53px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonials-section-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonials-section-title,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-sidebar .testimonials-section-title {
  font-family: var(--secondary-font), sans-serif;
  font-size: 26px;
  line-height: 44px;
  margin-bottom: 23px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonial,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonial,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-sidebar .testimonial {
  text-align: center;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonial .testimonials-content,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonial .testimonials-content,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-sidebar .testimonial .testimonials-content {
  position: relative;
  width: 100%;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonial .testimonials-content,
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonial .testimonials-content,
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-sidebar .testimonial .testimonials-content {
    max-width: 215px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonial .testimonials-content,
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonial .testimonials-content,
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-sidebar .testimonial .testimonials-content {
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonial .testimonials-content,
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonial .testimonials-content,
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-sidebar .testimonial .testimonials-content {
    max-width: 240px;
  }
}
@media (max-width: 399px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonial .testimonials-content,
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonial .testimonials-content,
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-sidebar .testimonial .testimonials-content {
    max-width: 200px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonial .testimonials-content *,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonial .testimonials-content *,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-sidebar .testimonial .testimonials-content * {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  margin-bottom: 20px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .testimonial cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .testimonial cite,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-sidebar .testimonial cite {
  display: block;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 4px;
  line-height: 37px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .btn-wrapper,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .btn-wrapper,
.sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-sidebar .btn-wrapper {
  margin-top: 24px;
}

@media (min-width: 400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar .btn-wrapper .btn,
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget_child .testimonials-sidebar .btn-wrapper .btn,
  .sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget__child .testimonials-sidebar .btn-wrapper .btn {
    min-width: 290px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
  background-color: #F9F9F9;
  padding: 32px 32px 43px;
}

@media (min-width: 992px) and (max-width: 1439px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
    padding: 32px 23px 43px;
  }
}
@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
    padding: 32px 23px 43px;
  }
}
@media (max-width: 329px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) {
    padding: 32px 13px 43px;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .team-feat-img-container {
    width: 100%;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .team-feat-img-container {
    width: 100%;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 399px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .team-feat-img-container {
    max-width: 200px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .team-feat-img {
  border-top: 6px solid #268CC0;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .team-info {
  margin-top: 24px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .team-info .name {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 3px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .team-info .name {
    font-size: 17px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .team-info .position {
  color: var(--text-color);
  line-height: 30px;
  letter-spacing: 0.03em;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .btn-wrapper {
  margin-top: 16px;
}

@media (min-width: 400px) {
  .sidebar .sidebar-item:not(:empty) .widget_cw_team_widget:not(:empty) .btn-wrapper .btn {
    min-width: 290px;
  }
}
.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 {
  position: relative;
  background: linear-gradient(180deg, #242424 0%, #105E85 100%);
  padding: 46px 33px 54px;
}

@media (min-width: 992px) and (max-width: 1439px) {
  .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 {
    padding: 46px 13px 54px;
  }
}
@media (max-width: 399px) {
  .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 {
    padding: 46px 13px 54px;
  }
}
.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;
  margin-bottom: 22px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .year-results,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .year-results,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .year-results {
  color: #fff;
  line-height: 26px;
  margin-bottom: 8px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .amount-results,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .amount-results,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .amount-results {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 31px;
  margin-bottom: 18px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .results-pa-category,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .results-pa-category,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .results-pa-category {
  color: #fff;
  line-height: 26px;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget .results-section-sidebar .results-note-txt,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget__child .results-section-sidebar .results-note-txt,
.sidebar .sidebar-item:not(:empty) .widget_cw_results_widget_child .results-section-sidebar .results-note-txt {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.03em;
  margin-top: 26px;
  margin-bottom: 24px;
  text-align: center;
  width: 100%;
  max-width: 264px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 400px) {
  .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 {
    min-width: 290px;
  }
}
.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 {
  background-color: var(--accent-color);
  padding: 35px 40px 52px;
}

@media (max-width: 399px) {
  .sidebar .sidebar-item:not(:empty) .widget_search {
    padding: 35px 30px 52px;
  }
}
@media (max-width: 329px) {
  .sidebar .sidebar-item:not(:empty) .widget_search {
    padding: 35px 20px 52px;
  }
}
.sidebar .sidebar-item:not(:empty) .widget_search .sidebar-title {
  font-size: 26px;
  color: #fff;
  line-height: 44px;
  margin-bottom: 23px;
}

@media (max-width: 329px) {
  .sidebar .sidebar-item:not(:empty) .widget_search .sidebar-title {
    font-size: 25px;
  }
}
.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 rgba(0, 0, 0, 0.15);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  width: calc(100% - 60px);
  float: left;
  color: #232323;
  font-family: var(--main-font), sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 0 10px;
}

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

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

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

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

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

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit {
  float: left;
  width: 57px;
  height: 50px;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  font-family: var(--third-font), sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.01em;
  line-height: normal;
  text-align: center;
  cursor: pointer;
}

.sidebar .sidebar-item:not(:empty) .widget_search .searchform #searchsubmit:is(:hover, :focus) {
  background-color: #B9DEF2 !important;
}

.sidebar .sidebar-item:not(:empty) .widget_cw_bio_credential_widget .sidebar-title {
  font-family: var(--secondary-font), sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 44px;
  letter-spacing: normal;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 19px;
}

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

.sidebar-title {
  font-family: var(--secondary-font), sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 44px;
  letter-spacing: 0.78px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 16px;
}

@media (max-width: 329px) {
  .sidebar-title {
    letter-spacing: normal;
  }
}
.footer .footer-top {
  padding-top: 43px;
  background-color: #F9F9F9;
}

@media screen and (min-width: 768px) {
  .footer .footer-top {
    padding-top: 69px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top {
    position: relative;
    padding-bottom: 44px;
  }
}
.footer .footer-top:before {
  content: none;
}

@media screen and (min-width: 1200px) {
  .footer .footer-top:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(180deg, var(--text-color) 0%, #105E85 100%);
    pointer-events: none;
  }
}
.footer .footer-top .footer-info-container {
  padding-bottom: 47px;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-info-container {
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-info-container {
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .footer .footer-top .footer-info-container {
    margin-right: 125px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer .footer-top .footer-info-container {
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .footer-info-container {
    width: 100%;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .footer-top .footer-info-container .footer-logo-wrap {
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-info-container .footer-logo-wrap {
    text-align: left;
    margin-bottom: 22px;
  }
}
.footer .footer-top .footer-info-container .footer-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-info-container .footer-number {
    align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-top .footer-info-container .footer-number {
    align-items: flex-start;
  }
}
.footer .footer-top .footer-info-container .footer-number .footer-number-label {
  font-size: 21px;
  color: #17161A;
  line-height: 25px;
  margin-bottom: 5.4px;
}

.footer .footer-top .footer-info-container .footer-number .footer-number-phone {
  font-size: 40px;
  font-weight: 700;
  color: var(--accent-color);
  line-height: 48px;
  margin-bottom: 29px;
}

.footer .footer-top .footer-info-container ul.social-icon-list {
  align-items: center;
  justify-content: center;
  margin-bottom: 16.6px;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-info-container ul.social-icon-list {
    justify-content: flex-start;
  }
}
.footer .footer-top .footer-info-container .footer-location-container {
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-info-container .footer-location-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-top .footer-info-container .footer-location-container {
    max-width: 470px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-info-container .footer-location-container {
    max-width: 570px;
  }
}
.footer .footer-top .footer-info-container .footer-location-container .footer-location-office-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #17161A;
  line-height: 33px;
  text-align: center;
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-info-container .footer-location-container .footer-location-office-name {
    text-align: left;
  }
}
.footer .footer-top .footer-info-container .footer-location-container .map-img-container {
  margin-bottom: 40px;
}

.footer .footer-top .footer-info-container .footer-location-container .footer-office-info-container {
  padding: 0 9px;
}

.footer .footer-top .footer-info-container .footer-location-container .footer-office-info-container .footer-location-firm-name {
  display: block;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  color: #17161A;
  line-height: 36px;
  margin-bottom: 10px;
}

.footer .footer-top .footer-info-container .footer-location-container .footer-office-info-container .address {
  font-size: 18px;
  color: #50505E;
  line-height: 33px;
  margin-bottom: 20px;
}

.footer .footer-top .footer-info-container .footer-location-container .footer-office-info-container .address-buttons {
  margin-top: 20px;
}

.footer .footer-top .footer-info-container .footer-location-container .footer-office-info-container .address-buttons a {
  font-size: 18px;
  font-weight: 700;
  color: #17161A;
  line-height: 22px;
  padding-bottom: 8px;
  margin-right: 13.5px;
  border-bottom: 3px solid #268CC0;
}

.footer .footer-top .footer-info-container .footer-location-container .footer-office-info-container .address-buttons button {
  text-transform: initial;
  font-size: 18px;
  font-weight: 700;
  color: #17161A;
  letter-spacing: initial;
  line-height: 22px;
  padding: 0;
  padding-bottom: 8px;
  border: none;
  border-bottom: 3px solid #268CC0;
  background-color: rgba(255, 0, 0, 0);
}

.footer .footer-top .footer-info-container .footer-location-container .footer-office-info-container .address-buttons button:focus {
  background-color: transparent;
}

.footer .footer-top .form-col {
  padding-top: 27px;
  padding-bottom: 43px;
  background: linear-gradient(180deg, var(--text-color) 0%, #105E85 100%);
}

@media screen and (min-width: 768px) {
  .footer .footer-top .form-col {
    padding-top: 75px;
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-top .form-col {
    padding-top: initial;
    padding-bottom: initial;
    background: none;
  }
}
.footer .footer-bottom {
  padding-top: 46px;
  padding-bottom: 68px;
  background-color: #232323;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom {
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom {
    padding-top: 42px;
    padding-bottom: 88px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-bottom .container {
    max-width: 657px;
  }
}
@media screen and (min-width: 1600px) {
  .footer .footer-bottom .container {
    max-width: 1440px;
  }
}
.footer .footer-bottom .footer-menu {
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
  margin-bottom: 46px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 59px;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .footer-menu {
    margin-bottom: 89px;
  }
}
.footer .footer-bottom .footer-menu .menu-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-menu .menu-item {
    padding: 5px 0;
    padding-left: 34px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .footer .footer-bottom .footer-menu .menu-item {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-menu .menu-item:first-of-type {
    padding-left: 0;
  }
}
.footer .footer-bottom .footer-menu .menu-item:first-of-type .nav-link {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-menu .menu-item:first-of-type .nav-link {
    border-top: none;
  }
}
.footer .footer-bottom .footer-menu .nav-link {
  position: relative;
  color: #fff;
  padding: 21px 0 19px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-menu .nav-link {
    padding: 0;
    border-bottom: none;
  }
}
.footer .footer-bottom .footer-menu .nav-link:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/arrows/arrow-right.svg");
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .footer-menu .nav-link:before {
    content: none;
  }
}
.footer .footer-bottom .footer-menu .nav-link:is(:hover, :focus) {
  text-decoration: underline;
}

.footer .footer-bottom .btn-back-container {
  margin-bottom: 23px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .btn-back-container {
    position: relative;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-bottom .btn-back-container .btn-back {
    position: absolute;
    top: -14px;
    right: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .btn-back-container .btn-back {
    top: -4px;
  }
}
.footer .footer-bottom .copyright {
  font-size: 14px;
  display: block;
  color: #fff;
  text-align: center;
  margin-bottom: 21px;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .copyright {
    margin-bottom: 24px;
  }
}
.footer .footer-bottom .built-by {
  font-size: 14px;
  color: #fff;
  line-height: 17px;
  letter-spacing: normal;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-bottom .built-by {
    margin-bottom: 60px;
  }
}
.footer .footer-bottom .built-by {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer-bottom .built-by .favicon {
  margin-right: 8px;
}

.footer .footer-bottom .built-by a {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}

.footer .footer-bottom .built-by a:is(:hover, :focus) {
  text-decoration: underline;
}

.footer .footer-bottom .form-note {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 36px;
  padding: 36px 11px 0;
}

@media screen and (min-width: 768px) {
  .footer .footer-bottom .form-note {
    padding: 0;
    border-top: none;
  }
}
@media screen and (min-width: 992px) {
  .footer .footer-bottom .form-note {
    padding: 32px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-bottom .form-note {
    width: 100%;
    max-width: 1054px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .footer-bottom .form-note .strong-custom-txt {
  color: #fff;
}

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

.section-results-matters {
  position: relative;
  padding-top: 48px;
  padding-bottom: 49px;
  margin-top: 270px;
  background: linear-gradient(180deg, var(--text-color) 0%, #105E85 100%);
  mix-blend-mode: normal;
}

@media screen and (min-width: 992px) {
  .section-results-matters {
    padding-top: 66px;
    padding-bottom: 66px;
    margin-top: 0;
    background: none;
  }
}
@media screen and (min-width: 1200px) {
  .section-results-matters {
    padding-top: 94px;
    padding-bottom: 94px;
  }
}
.section-results-matters:before {
  content: none;
}

@media screen and (min-width: 992px) {
  .section-results-matters:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: calc(50% + 345px);
    height: 100%;
    background: linear-gradient(180deg, var(--text-color) 0%, #105E85 100%);
    pointer-events: none;
  }
}
@media screen and (min-width: 1200px) {
  .section-results-matters:before {
    width: calc(50% + 345px);
  }
}
@media screen and (min-width: 992px) {
  .section-results-matters .container {
    position: static;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .section-results-matters .container {
    max-width: 1240px;
  }
}
@media screen and (min-width: 992px) {
  .section-results-matters .row {
    flex-direction: row-reverse;
  }
}
.section-results-matters .results-matters-img-container {
  position: absolute;
  top: -318px;
  left: 0;
  right: 0;
  margin-bottom: 0;
  height: 270px;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .section-results-matters .results-matters-img-container {
    border: 12px solid #fff;
    border-right: none;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    max-width: initial;
    height: 475px;
    width: calc(50% - 120px);
  }
}
@media screen and (min-width: 1200px) {
  .section-results-matters .results-matters-img-container {
    width: calc(50% - 200px);
  }
}
.section-results-matters .results-matters-img-container .results-matters-img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .section-results-matters .results-matters-img-container .results-matters-img {
    object-position: top center;
    width: 100%;
  }
}
.section-results-matters-title {
  width: 100%;
  color: #fff;
  margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
  .section-results-matters-title {
    max-width: 514px;
  }
}
.section-results-matters-subtitle {
  width: 100%;
  margin-bottom: 28px;
}

@media screen and (min-width: 992px) {
  .section-results-matters-subtitle {
    max-width: 514px;
  }
}
.section-results-matters-subtitle p {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .section-results-matters .results-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-results-matters .results-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-results-matters .results-item {
  padding: 4px 14px;
  padding: 0 14px;
  margin-bottom: 24px;
  border-left: 2px solid #268CC0;
}

@media screen and (min-width: 768px) {
  .section-results-matters .results-item {
    margin-bottom: 35px;
  }
}
.section-results-matters .results-item .year-results {
  color: #fff;
  line-height: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
  line-height: normal;
  margin-bottom: 3px;
}

.section-results-matters .results-item .amount-results {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 31px;
  margin-bottom: 3px;
}

.section-results-matters .results-item .results-pa-category {
  color: #fff;
  line-height: 26px;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .section-results-matters .btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 11px;
  }
}
.section-results-matters .btn-container .btn {
  width: initial;
  min-width: 187px;
  margin-top: 13px;
  margin-bottom: 29px;
}

@media screen and (min-width: 768px) {
  .section-results-matters .btn-container .btn {
    margin-top: initial;
    margin-bottom: initial;
    margin-right: 32px;
  }
}
.section-results-matters .btn-container .results-note-txt {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .section-results-matters .btn-container .results-note-txt {
    width: 100%;
    max-width: 279px;
    margin-bottom: 0;
  }
}
.pa-section {
  padding-top: 39px;
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .pa-section {
    padding-top: 96px;
    padding-bottom: 59px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pa-section .container {
    max-width: 1240px;
  }
}
.pa-section .pa-title {
  margin-bottom: 14px;
}

@media screen and (min-width: 1440px) {
  .pa-section .pa-title {
    width: 100%;
    max-width: 408px;
  }
}
.pa-section .pa-intro {
  margin-bottom: 18px;
}

@media screen and (min-width: 1440px) {
  .pa-section .pa-intro {
    width: 100%;
    max-width: 408px;
  }
}
@media screen and (min-width: 992px) {
  .pa-section .pa-section-custom-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .pa-section .pa-container {
    column-gap: 25px;
    columns: 2;
    width: 100%;
    max-width: 848px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .pa-section .pa-container {
    column-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .pa-section .pa-container {
    column-gap: 38px;
  }
}
@media screen and (min-width: 1400px) {
  .pa-section .pa-container {
    margin-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .pa-section .pa-container {
    column-gap: 88px;
  }
}
.pa-section .pa-container .pa-link-container,
.pa-section .pa-container .pa-item-container {
  background-color: #F9F9F9;
  border-radius: 90px;
  padding: 24px 25px;
  margin-bottom: 19px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .pa-section .pa-container .pa-link-container,
  .pa-section .pa-container .pa-item-container {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .pa-section .pa-container .pa-link-container,
  .pa-section .pa-container .pa-item-container {
    margin-bottom: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pa-section .pa-container .pa-link-container,
  .pa-section .pa-container .pa-item-container {
    padding: 24px 15px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .pa-section .pa-container .pa-link-container,
  .pa-section .pa-container .pa-item-container {
    margin-bottom: 41px;
  }
}
.pa-section .pa-container .pa-link-container .pa-icon-container,
.pa-section .pa-container .pa-item-container .pa-icon-container {
  margin-right: 14px;
  flex: 0 0 35px;
}

.pa-section .pa-container .pa-link-container .pa-item-title,
.pa-section .pa-container .pa-item-container .pa-item-title {
  font-weight: 700;
  color: var(--text-color);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pa-section .pa-container .pa-link-container .pa-item-title,
  .pa-section .pa-container .pa-item-container .pa-item-title {
    font-size: 14px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .pa-section .btn-container {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .pa-section .btn-container .btn {
    min-width: 257px;
  }
}
.awards-part {
  padding-top: 141px;
  padding-bottom: 34px;
  background-image: url("../images/awards-recognition-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
  .awards-part {
    padding-top: 235px;
    padding-bottom: 91px;
    background-image: url("../images/awards-recognition-bg-desktop.jpg");
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .awards-part .container {
    max-width: 1240px;
  }
}
.awards-part .awards-wrap-container {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 4px 67px rgba(0, 0, 0, 0.15);
  padding-top: 36px;
  padding-bottom: 22px;
}

@media screen and (min-width: 1200px) {
  .awards-part .awards-wrap-container {
    padding-top: 25px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .awards-part .awards-wrap-container {
    max-width: 1352px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .home .awards-part .awards-wrap-container {
    width: 100%;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .awards-part .swiper {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .awards-part .swiper {
    max-width: 750px;
  }
}
@media screen and (min-width: 1200px) {
  .awards-part .swiper {
    max-width: 1040px;
  }
}
@media screen and (min-width: 1400px) {
  .awards-part .swiper {
    max-width: 1140px;
  }
}
.team-section {
  padding-top: 47px;
  padding-bottom: 48px;
}

@media screen and (min-width: 992px) {
  .team-section {
    padding-top: 94px;
    padding-bottom: 111px;
  }
}
.team-section-title {
  margin-bottom: 19px;
}

@media screen and (min-width: 992px) {
  .team-section-title {
    margin-bottom: 8px;
  }
}
.team-section-content {
  width: 100%;
  max-width: 324px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 23px;
}

@media screen and (min-width: 768px) {
  .team-section-content {
    max-width: initial;
    margin-bottom: 40px;
  }
}
.team-section-carousel-wrapper {
  position: relative;
  width: 100%;
  max-width: 343px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .team-section-carousel-wrapper {
    max-width: initial;
  }
}
@media screen and (min-width: 768px) {
  .team-section .team-carousel {
    max-width: 610px;
  }
}
@media screen and (min-width: 992px) {
  .team-section .team-carousel {
    max-width: 1007px;
  }
}
.team-section .team-carousel .image-holder {
  margin-bottom: 11px;
}

@media screen and (min-width: 992px) {
  .team-section .team-carousel .image-holder {
    border-top: 6px solid #268CC0;
    margin-bottom: 13px;
  }
}
@media (max-width: 991px) {
  .team-section .team-carousel .image-holder {
    width: 100%;
    max-width: 256px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 374px) {
  .team-section .team-carousel .image-holder {
    max-width: 216px;
  }
}
.team-section .team-carousel .team-info .name {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .team-section .team-carousel .team-info .name {
    font-size: 17px;
  }
}
.team-section .team-carousel .team-info .position {
  color: var(--text-color);
  line-height: 30px;
  letter-spacing: 0.48px;
}

.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*/