/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/search/search.scss ***!
  \***********************************************************************************************************************************************************************************************************/
.main-search {
  padding-top: 130px; }
  @media screen and (max-width: 991px) {
    .main-search {
      padding-top: 100px; } }
  @media screen and (max-width: 767px) {
    .main-search {
      padding-top: 80px; } }
  @media screen and (max-width: 576px) {
    .main-search {
      padding-top: 50px; } }
  @media screen and (min-width: 1921px) {
    .main-search {
      padding-top: 6.770833vw; } }
  .main-search__wrap {
    max-width: 1550px;
    width: 100%;
    padding: 0 24px;
    margin: 0 auto; }
    @media screen and (min-width: 1921px) {
      .main-search__wrap {
        max-width: 80.72vw;
        padding: 0 0.78vw; } }
    .main-search__wrap .site-header__search-form {
      position: relative;
      margin: 0 0 64px; }
      @media screen and (min-width: 1921px) {
        .main-search__wrap .site-header__search-form {
          margin: 0 0 3.33vw; } }
    .main-search__wrap .site-header__search-form .site-header__search-input {
      width: 100%;
      position: static;
      bottom: 0;
      right: 0;
      border: 1px solid #0079c1;
      opacity: 1;
      pointer-events: auto; }
      @media screen and (min-width: 1921px) {
        .main-search__wrap .site-header__search-form .site-header__search-input {
          border: 0.052vw solid #0079c1; } }
    .main-search__wrap .site-header__search-icon {
      display: none; }
    .main-search__wrap .site-header__search-form-search {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 20px;
      opacity: 1;
      z-index: 1; }
  .main-search__content-item-header {
    display: flex;
    align-items: center;
    padding: 24px 0;
    font-size: 30px;
    font-weight: 700;
    color: #333;
    transition: 0.3s ease; }
    @media screen and (min-width: 1921px) {
      .main-search__content-item-header {
        padding: 1.25vw 0;
        font-size: 1.56vw; } }
    @media screen and (max-width: 991px) {
      .main-search__content-item-header {
        font-size: 24px; } }
    @media screen and (max-width: 768px) {
      .main-search__content-item-header {
        font-size: 20px; } }
    @media screen and (max-width: 480px) {
      .main-search__content-item-header {
        font-size: 18px; } }
  .main-search__content-items {
    position: relative;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.07);
    margin-bottom: 44px;
    padding: 0 64px;
    transition: 0.3s ease; }
    @media screen and (min-width: 1921px) {
      .main-search__content-items {
        padding: 0 3.33vw;
        box-shadow: 0 0.2vw 2vw rgba(0, 0, 0, 0.07);
        margin-bottom: 2.29vw; } }
    @media screen and (max-width: 768px) {
      .main-search__content-items {
        padding: 0 24px; } }
    .main-search__content-items:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 991px) {
      .main-search__content-items:hover {
        background-color: #0079c1; }
        .main-search__content-items:hover .main-search__content-item-header {
          color: #fff; }
        .main-search__content-items:hover .main-search__content-item-content {
          color: #fff;
          border-top: 1px solid rgba(255, 255, 255, 0.5); } }
  .main-search__content-item-content {
    max-width: 1230px;
    width: 100%;
    padding: 20px 15px 24px 0;
    line-height: 1.6;
    border-top: 1px solid rgba(0, 112, 186, 0.1);
    margin-top: 0;
    transition: 0.3s ease;
    color: #333; }
    @media screen and (min-width: 1921px) {
      .main-search__content-item-content {
        max-width: 64vw;
        padding: 1.04vw 0.78vw 1.25vw 0; } }
    @media screen and (max-width: 768px) {
      .main-search__content-item-content {
        padding: 24px 0; } }
    .main-search__content-item-content p:last-child {
      margin-bottom: 0; }
    .main-search__content-item-content a {
      color: #0079c1;
      transition: 0.3s ease;
      text-decoration-color: transparent; }
      .main-search__content-item-content a:hover {
        text-decoration: underline;
        text-decoration-color: #0079c1; }
  .main-search .no-results {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 128px; }
    @media screen and (max-width: 991px) {
      .main-search .no-results {
        margin-top: 100px; } }
    @media screen and (max-width: 767px) {
      .main-search .no-results {
        margin-top: 80px; } }
    @media screen and (max-width: 576px) {
      .main-search .no-results {
        margin-top: 50px; } }
    @media screen and (min-width: 1921px) {
      .main-search .no-results {
        margin-top: 6.6666vw; } }
  .main-search .no-results-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px; }
    @media screen and (max-width: 1199px) {
      .main-search .no-results-title {
        font-size: 28px; } }
    @media screen and (max-width: 991px) {
      .main-search .no-results-title {
        font-size: 24px; } }
    @media screen and (max-width: 767px) {
      .main-search .no-results-title {
        font-size: 22px; } }
    @media screen and (min-width: 1921px) {
      .main-search .no-results-title {
        font-size: 1.66vw;
        margin-bottom: 1.25vw; } }
  .main-search .no-results-content p {
    margin-bottom: 3px; }
    @media screen and (min-width: 1921px) {
      .main-search .no-results-content p {
        margin-bottom: 0.15vw; } }

.blockPrimary__hero-wrapper {
  padding: 120px 0 24px 106px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: 750px;
  height: 750px;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media screen and (max-width: 1840px) {
    .blockPrimary__hero-wrapper {
      padding: 100px 0 24px; } }
  @media screen and (max-width: 640px) {
    .blockPrimary__hero-wrapper {
      padding: 80px 0 24px;
      max-height: 650px;
      height: 650px; } }
  @media screen and (max-width: 375px) {
    .blockPrimary__hero-wrapper {
      height: 530px;
      min-height: 530px;
      max-height: 530px; } }
  .blockPrimary__hero-wrapper.banner__short {
    max-height: 450px;
    height: 450px; }
    @media screen and (max-width: 640px) {
      .blockPrimary__hero-wrapper.banner__short .blockPrimary__hero-filter {
        background: linear-gradient(180deg, #fff 42%, rgba(255, 255, 255, 0) 66%); } }
    @media screen and (max-width: 640px) {
      .blockPrimary__hero-wrapper.banner__short {
        height: auto;
        max-height: none;
        min-height: 550px;
        padding: 80px 0 24px; } }
  .blockPrimary__hero-wrapper .blockPrimary__hero-filter {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #fff 9%, rgba(255, 255, 255, 0) 43%), linear-gradient(119deg, #fff 43.22%, rgba(255, 255, 255, 0) 56%), linear-gradient(65deg, #fff 40.22%, rgba(255, 255, 255, 0) 51%); }
    @media screen and (max-width: 1200px) {
      .blockPrimary__hero-wrapper .blockPrimary__hero-filter {
        background: linear-gradient(180deg, #fff 11%, rgba(255, 255, 255, 0) 67%), linear-gradient(100deg, #fff 37.22%, rgba(255, 255, 255, 0) 55%), linear-gradient(72deg, #fff 33.22%, rgba(255, 255, 255, 0) 56%); } }
    @media screen and (max-width: 640px) {
      .blockPrimary__hero-wrapper .blockPrimary__hero-filter {
        background: linear-gradient(180deg, #fff 20%, rgba(255, 255, 255, 0) 67%); } }
  .blockPrimary__hero-wrapper .blockPrimary__hero-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -1; }
    .blockPrimary__hero-wrapper .blockPrimary__hero-image img {
      min-width: 1000%;
      min-height: 1000%;
      max-width: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0.1001);
      transition: 350ms ease;
      object-fit: cover; }
  .blockPrimary__hero-wrapper .blockPrimary__hero-content {
    position: relative;
    padding: 0 24px;
    z-index: 2;
    color: #333; }
    .blockPrimary__hero-wrapper .blockPrimary__hero-content .breadcrumbs {
      opacity: 1;
      animation: crumbFade ease-in 1.5s;
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 64px 0 24px;
      font-size: 14px;
      font-weight: 300;
      line-height: 2;
      font-family: "Gilroy", Helvetica, sans-serif; }
      @media screen and (max-width: 576px) {
        .blockPrimary__hero-wrapper .blockPrimary__hero-content .breadcrumbs {
          padding: 44px 0 24px; } }
      .blockPrimary__hero-wrapper .blockPrimary__hero-content .breadcrumbs svg {
        width: 16px;
        height: 16px;
        display: inline-block;
        margin-right: 8px; }
      .blockPrimary__hero-wrapper .blockPrimary__hero-content .breadcrumbs span {
        margin: 0 4px; }
      .blockPrimary__hero-wrapper .blockPrimary__hero-content .breadcrumbs a {
        margin: 0 4px;
        color: #333; }
    .blockPrimary__hero-wrapper .blockPrimary__hero-content > h1 {
      margin-bottom: 24px;
      max-width: 1080px; }
    .blockPrimary__hero-wrapper .blockPrimary__hero-content > p {
      max-width: 610px;
      width: 100%;
      margin-bottom: 0; }
      @media screen and (max-width: 640px) {
        .blockPrimary__hero-wrapper .blockPrimary__hero-content > p {
          font-size: 16px; } }
    @media screen and (max-width: 1040px) {
      .blockPrimary__hero-wrapper .blockPrimary__hero-content p {
        max-width: none;
        width: 40%; } }
    @media screen and (max-width: 640px) {
      .blockPrimary__hero-wrapper .blockPrimary__hero-content p {
        width: 100%; } }

@media screen and (min-width: 1921px) {
  .blockPrimary__hero-wrapper {
    padding: 6.25vw 0 1.25vw 5.52083vw;
    max-height: 39.0625vw;
    height: 39.0625vw;
    max-width: 100vw; }
    .blockPrimary__hero-wrapper.banner__short {
      max-height: 23.4375vw;
      height: 23.4375vw; }
    .blockPrimary__hero-wrapper .blockPrimary__hero-content {
      padding: 0 1.25vw; }
      .blockPrimary__hero-wrapper .blockPrimary__hero-content .breadcrumbs {
        padding: 3.33333vw 0 1.25vw;
        font-size: 0.72917vw; }
        .blockPrimary__hero-wrapper .blockPrimary__hero-content .breadcrumbs svg {
          width: 0.83333vw;
          height: 0.83333vw;
          margin-right: 0.41667vw; }
        .blockPrimary__hero-wrapper .blockPrimary__hero-content .breadcrumbs span {
          margin: 0 0.20833vw; }
        .blockPrimary__hero-wrapper .blockPrimary__hero-content .breadcrumbs a {
          margin: 0 0.20833vw; }
      .blockPrimary__hero-wrapper .blockPrimary__hero-content > h1 {
        margin-bottom: 1.25vw;
        max-width: 56.25vw; }
      .blockPrimary__hero-wrapper .blockPrimary__hero-content > p {
        max-width: 31.77083vw; } }

.search__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  padding-bottom: 130px; }
  @media screen and (max-width: 991px) {
    .search__pagination {
      padding-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    .search__pagination {
      padding-bottom: 80px; } }
  @media screen and (max-width: 576px) {
    .search__pagination {
      padding-bottom: 50px; } }
  @media screen and (min-width: 1921px) {
    .search__pagination {
      padding-bottom: 6.770833vw; } }

.page-numbers {
  margin: 0 10px; }
  .page-numbers.current {
    font-weight: 700;
    color: #0079c1; }

.prev {
  transform: rotate(270deg);
  position: relative; }
  .prev svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #0079c1; }

.next {
  transform: rotate(90deg);
  position: relative; }
  .next svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #0079c1; }

.next,
.prev {
  display: block;
  color: #0079c1;
  transition: 0.3s ease; }
  @media screen and (max-width: 576px) {
    .next,
    .prev {
      font-size: 12px; } }
  .next:hover,
  .prev:hover {
    color: #fff;
    background-color: #0079c1; }
    .next:hover svg,
    .prev:hover svg {
      fill: #fff; }
  .next::after,
  .prev::after {
    content: ' ';
    font-family: 'fonticons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 2px solid #0079c1; }
    @media screen and (min-width: 1921px) {
      .next::after,
      .prev::after {
        border: 0.1041vw solid #0079c1; } }
    @media screen and (max-width: 576px) {
      .next::after,
      .prev::after {
        width: 35px;
        height: 35px; } }

.no-search-results__text {
  margin: 0 auto;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 130px; }
  @media screen and (max-width: 991px) {
    .no-search-results__text {
      padding-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    .no-search-results__text {
      padding-bottom: 80px; } }
  @media screen and (max-width: 576px) {
    .no-search-results__text {
      padding-bottom: 50px; } }
  @media screen and (min-width: 1921px) {
    .no-search-results__text {
      padding-bottom: 6.770833vw; } }
  .no-search-results__text h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px; }
    @media screen and (min-width: 1921px) {
      .no-search-results__text h3 {
        font-size: 1.66vw;
        margin-bottom: 1.25vw; } }
    @media screen and (max-width: 1199px) {
      .no-search-results__text h3 {
        font-size: 28px; } }
    @media screen and (max-width: 991px) {
      .no-search-results__text h3 {
        font-size: 24px; } }
    @media screen and (max-width: 768px) {
      .no-search-results__text h3 {
        font-size: 22px; } }

