:root {
  --c-white: #ffffff;
  --c-black: #000000;
  --body-text: #003b4c;
  --primary-clr: #00ab54;
  --primary-light: #c3f9aa;
  --secondary-clr: #eb4c49;
  --secondary-dark: #a71412;
  --secondary-light: #fbdbdb;
  --red: #720a06;
  --tertiary-clr: #fdddb6;
  --tertiary-dark: #a57c6f;
  --c-tertiary: #71554b;
  --orange: #f7a200;
  --orange-dark: #c25f15;
  --c-orange: #813f00;
  --yellow: #ffd426;
  --yellow-dark: #bc7c00;
  --c-yellow: #6f4a00;
  --blue: #43a9bc;
  --blue-light: #d4f5ff;
  --blue-dark: #006d84;
  --c-blue: #004655;
  --blue-mid: #2e5a6b;
  --btn-clr: #5bb76e;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-SemiBold.woff2") format("woff2"), url("../fonts/Outfit-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-ExtraLight.woff2") format("woff2"), url("../fonts/Outfit-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caprasimo";
  src: url("../fonts/Caprasimo-Regular.woff2") format("woff2"), url("../fonts/Caprasimo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Bold.woff2") format("woff2"), url("../fonts/Outfit-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-ExtraBold.woff2") format("woff2"), url("../fonts/Outfit-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Medium.woff2") format("woff2"), url("../fonts/Outfit-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Light.woff2") format("woff2"), url("../fonts/Outfit-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Thin.woff2") format("woff2"), url("../fonts/Outfit-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Black.woff2") format("woff2"), url("../fonts/Outfit-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Regular.woff2") format("woff2"), url("../fonts/Outfit-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  color: var(--body-text);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.35;
  font-family: "Outfit";
  --p-70: 30px;
  --p-100: 40px;
  --p-170: 60px;
}
@media screen and (min-width: 768px) {
  body {
    --p-70: 45px;
    --p-100: 50px;
    --p-170: 80px;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 17px;
    --p-70: 55px;
    --p-100: 62px;
    --p-170: 110px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    --p-70: 60px;
    --p-100: 80px;
    --p-170: 140px;
  }
}
@media screen and (min-width: 1400px) {
  body {
    --p-70: 70px;
    --p-100: 100px;
    --p-170: 170px;
  }
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

b, strong {
  font-weight: bold;
}

h1 {
  font-family: "Caprasimo";
  font-weight: 400;
  line-height: 1;
  font-size: 60px;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 65px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 75px;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 85px;
  }
}

h2 {
  line-height: 1.2;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 40px;
  }
}

.swiper .vacancy-item .title, .news-item .title {
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 992px) {
  .swiper .vacancy-item .title, .news-item .title {
    font-size: 17px;
  }
}
@media screen and (min-width: 1400px) {
  .swiper .vacancy-item .title, .news-item .title {
    font-size: 18px;
  }
}

.text-map-wrap .text-wrap .text p, .banner-type-1 .text-wrap .text, .search-content-inner ol.search-results li h3 a, .block-custom-category-related-product-range .product-range-item .text-wrap .title, .lg-outer.lg-start-zoom .lg-toolbar #lg-counter, .view-latest-news nav.pager ul.pager__items li, .banner-type-4 .text-wrap .text p, .error-404-page .text p, .banner-type-3 .field--name-field-add-icon-text > .field__item .paragraph--type--icon-text .text p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .text-map-wrap .text-wrap .text p, .banner-type-1 .text-wrap .text, .search-content-inner ol.search-results li h3 a, .block-custom-category-related-product-range .product-range-item .text-wrap .title, .lg-outer.lg-start-zoom .lg-toolbar #lg-counter, .view-latest-news nav.pager ul.pager__items li, .banner-type-4 .text-wrap .text p, .error-404-page .text p, .banner-type-3 .field--name-field-add-icon-text > .field__item .paragraph--type--icon-text .text p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .text-map-wrap .text-wrap .text p, .banner-type-1 .text-wrap .text, .search-content-inner ol.search-results li h3 a, .block-custom-category-related-product-range .product-range-item .text-wrap .title, .lg-outer.lg-start-zoom .lg-toolbar #lg-counter, .view-latest-news nav.pager ul.pager__items li, .banner-type-4 .text-wrap .text p, .error-404-page .text p, .banner-type-3 .field--name-field-add-icon-text > .field__item .paragraph--type--icon-text .text p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .text-map-wrap .text-wrap .text p, .banner-type-1 .text-wrap .text, .search-content-inner ol.search-results li h3 a, .block-custom-category-related-product-range .product-range-item .text-wrap .title, .lg-outer.lg-start-zoom .lg-toolbar #lg-counter, .view-latest-news nav.pager ul.pager__items li, .banner-type-4 .text-wrap .text p, .error-404-page .text p, .banner-type-3 .field--name-field-add-icon-text > .field__item .paragraph--type--icon-text .text p {
    font-size: 23px;
  }
}

.product-category-wrapper .view-home-product-category .view-content .views-row .title, .map-locations .office-item .title-wrap .title, .ceo-section .text-wrap .text p, .nutshell-section .field--name-field-add-icon-title-text .title p, .testimonialSwiper .text p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .product-category-wrapper .view-home-product-category .view-content .views-row .title, .map-locations .office-item .title-wrap .title, .ceo-section .text-wrap .text p, .nutshell-section .field--name-field-add-icon-title-text .title p, .testimonialSwiper .text p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .product-category-wrapper .view-home-product-category .view-content .views-row .title, .map-locations .office-item .title-wrap .title, .ceo-section .text-wrap .text p, .nutshell-section .field--name-field-add-icon-title-text .title p, .testimonialSwiper .text p {
    font-size: 26px;
  }
}
@media screen and (min-width: 1600px) {
  .product-category-wrapper .view-home-product-category .view-content .views-row .title, .map-locations .office-item .title-wrap .title, .ceo-section .text-wrap .text p, .nutshell-section .field--name-field-add-icon-title-text .title p, .testimonialSwiper .text p {
    font-size: 28px;
  }
}

.portfolio-slider .bs-text-white.bs-text-center .text-formatted h2, .contact-section .text-link-wrap .title h2, .product-category-wrapper .bs-text-center .text-formatted h2, .contact-banner .text-wrap .title h1, .snack-industry-section .text-wrap .title h2, .food-img-text-wrap .text-wrap .title h2, .banner-type-1 .text-wrap .title h2, .product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .title h2, .product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .title, .banner-type-2.contact-type .text-wrap .title h1,
.banner-type-2.contact-type .text-wrap .title h2, .banner-type-2 .text-wrap .title h1,
.banner-type-2 .text-wrap .title h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}
@media screen and (min-width: 992px) {
  .portfolio-slider .bs-text-white.bs-text-center .text-formatted h2, .contact-section .text-link-wrap .title h2, .product-category-wrapper .bs-text-center .text-formatted h2, .contact-banner .text-wrap .title h1, .snack-industry-section .text-wrap .title h2, .food-img-text-wrap .text-wrap .title h2, .banner-type-1 .text-wrap .title h2, .product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .title h2, .product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .title, .banner-type-2.contact-type .text-wrap .title h1,
  .banner-type-2.contact-type .text-wrap .title h2, .banner-type-2 .text-wrap .title h1,
  .banner-type-2 .text-wrap .title h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .portfolio-slider .bs-text-white.bs-text-center .text-formatted h2, .contact-section .text-link-wrap .title h2, .product-category-wrapper .bs-text-center .text-formatted h2, .contact-banner .text-wrap .title h1, .snack-industry-section .text-wrap .title h2, .food-img-text-wrap .text-wrap .title h2, .banner-type-1 .text-wrap .title h2, .product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .title h2, .product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .title, .banner-type-2.contact-type .text-wrap .title h1,
  .banner-type-2.contact-type .text-wrap .title h2, .banner-type-2 .text-wrap .title h1,
  .banner-type-2 .text-wrap .title h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .portfolio-slider .bs-text-white.bs-text-center .text-formatted h2, .contact-section .text-link-wrap .title h2, .product-category-wrapper .bs-text-center .text-formatted h2, .contact-banner .text-wrap .title h1, .snack-industry-section .text-wrap .title h2, .food-img-text-wrap .text-wrap .title h2, .banner-type-1 .text-wrap .title h2, .product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .title h2, .product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .title, .banner-type-2.contact-type .text-wrap .title h1,
  .banner-type-2.contact-type .text-wrap .title h2, .banner-type-2 .text-wrap .title h1,
  .banner-type-2 .text-wrap .title h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1600px) {
  .portfolio-slider .bs-text-white.bs-text-center .text-formatted h2, .contact-section .text-link-wrap .title h2, .product-category-wrapper .bs-text-center .text-formatted h2, .contact-banner .text-wrap .title h1, .snack-industry-section .text-wrap .title h2, .food-img-text-wrap .text-wrap .title h2, .banner-type-1 .text-wrap .title h2, .product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .title h2, .product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .title, .banner-type-2.contact-type .text-wrap .title h1,
  .banner-type-2.contact-type .text-wrap .title h2, .banner-type-2 .text-wrap .title h1,
  .banner-type-2 .text-wrap .title h2 {
    font-size: 40px;
  }
}

.view-latest-news nav.pager, .view-latest-news .view-content {
  padding-top: var(--p-70);
}

footer .footer-top, .section-pb:last-child, .node--type-assortiment .node__content .text-btn-wrapper:last-child {
  padding-bottom: var(--p-100);
}

.view-all-brands, .product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row.bs-bg-body-text {
  padding-top: var(--p-100);
  padding-bottom: var(--p-100);
}

footer .footer-top {
  padding-top: var(--p-170);
}

.contextual.open ul.contextual-links li a {
  color: var(--body-text);
  padding: 5px 7px;
}

.bs-mb-88 {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .bs-mb-88 {
    margin-bottom: 68px;
  }
}
@media screen and (min-width: 1400px) {
  .bs-mb-88 {
    margin-bottom: 88px;
  }
}

.bs-border-radius-25 {
  border-radius: 25px;
}

.bs-pt-80 {
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  .bs-pt-80 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .bs-pt-80 {
    padding-top: 80px;
  }
}

.bs-pb-70 {
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .bs-pb-70 {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .bs-pb-70 {
    padding-bottom: 70px;
  }
}

.bs-pb-80 {
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .bs-pb-80 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .bs-pb-80 {
    padding-bottom: 80px;
  }
}

.bs-pt-60 {
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .bs-pt-60 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .bs-pt-60 {
    padding-top: 60px;
  }
}

.bs-p-80 {
  padding: 24px 12px;
}
@media screen and (min-width: 576px) {
  .bs-p-80 {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .bs-p-80 {
    padding: 32px 48px;
  }
}
@media screen and (min-width: 992px) {
  .bs-p-80 {
    padding: 60px 48px;
  }
}
@media screen and (min-width: 1400px) {
  .bs-p-80 {
    padding: 80px;
  }
}

.bs-pb-100 {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .bs-pb-100 {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .bs-pb-100 {
    padding-bottom: 62px;
  }
}
@media screen and (min-width: 1200px) {
  .bs-pb-100 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .bs-pb-100 {
    padding-bottom: 100px;
  }
}

.bs-pt-100 {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .bs-pt-100 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .bs-pt-100 {
    padding-top: 62px;
  }
}
@media screen and (min-width: 1200px) {
  .bs-pt-100 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .bs-pt-100 {
    padding-top: 100px;
  }
}

.bs-pb-120 {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .bs-pb-120 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .bs-pb-120 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .bs-pb-120 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .bs-pb-120 {
    padding-bottom: 120px;
  }
}

.pb-100 {
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}

html body .bs-bg-body-text {
  background-color: var(--body-text);
}

html body .bs-bg-dark-green {
  background-color: var(--primary-clr);
}

.bs-border-radius-55 {
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .bs-border-radius-55 {
    border-radius: 55px;
  }
}

.bs-text-light-blue {
  color: var(--blue-light);
}

.bs-mb-70 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bs-mb-70 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .bs-mb-70 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .bs-mb-70 {
    margin-bottom: 70px;
  }
}

.bs-pt-40 {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .bs-pt-40 {
    padding-top: 40px;
  }
}

.bs-pt-90 {
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  .bs-pt-90 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .bs-pt-90 {
    padding-top: 90px;
  }
}

.bs-pt-110 {
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .bs-pt-110 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .bs-pt-110 {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .bs-pt-110 {
    padding-top: 110px;
  }
}

.bs-pb-120 {
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .bs-pb-120 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .bs-pb-120 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .bs-pb-120 {
    padding-bottom: 120px;
  }
}

.bs-pt-120 {
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .bs-pt-120 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .bs-pt-120 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .bs-pt-120 {
    padding-top: 120px;
  }
}

.bs-text-body-text {
  color: var(--body-text);
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1176px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1376px;
  }
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  display: none;
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

@media screen and (max-width: 767.75px) {
  .last-top-sec .container .layout {
    padding-bottom: calc(50% - 48px);
  }
}

.layout-builder__add-block.is-layout-builder-highlighted, .layout-builder__add-section.is-layout-builder-highlighted, .layout-builder__layout.is-layout-builder-highlighted::before, .layout-builder__layout.is-layout-builder-highlighted, .layout-builder-block.is-layout-builder-highlighted {
  border: 3px solid rgb(80, 172, 46);
}

.node__content > .bg-color.bs-bg-light-blue {
  --shadow-color: var(--blue-light);
}
.node__content > .bg-color:last-child {
  -webkit-box-shadow: 0 210px 0 0 var(--shadow-color), 0 410px 0 0 var(--shadow-color), 0 600px 0 0 var(--shadow-color);
          box-shadow: 0 210px 0 0 var(--shadow-color), 0 410px 0 0 var(--shadow-color), 0 600px 0 0 var(--shadow-color);
}

.banner-type-2 {
  position: relative;
}
@media screen and (max-width: 767.75px) {
  .banner-type-2 {
    padding-top: 30%;
    margin-bottom: calc(var(--banner-card-height) - 120px);
  }
}
.banner-type-2::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../images/divider.svg");
          mask-image: url("../images/divider.svg");
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 102% auto;
          mask-size: 102% auto;
  background-color: var(--c-white);
  position: absolute;
  bottom: -1px;
  right: 0;
}
.banner-type-2 .row {
  position: relative;
  z-index: 2;
}
.banner-type-2 .contextual .trigger {
  right: 30px;
  top: 30px;
}
.banner-type-2 .text-wrap {
  margin-bottom: calc(var(--banner-card-height) * -1 + 120px);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .banner-type-2 .text-wrap {
    margin-bottom: -40px;
  }
}
@media screen and (min-width: 992px) {
  .banner-type-2 .text-wrap {
    margin-bottom: -60px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-type-2 .text-wrap {
    margin-bottom: -70px;
  }
}
.banner-type-2 .text-wrap .block-inline-blockcontact-info,
.banner-type-2 .text-wrap .block-inline-blocktitle-text-link {
  border-radius: 25px;
  padding: 32px 20px;
}
@media screen and (min-width: 768px) {
  .banner-type-2 .text-wrap .block-inline-blockcontact-info,
  .banner-type-2 .text-wrap .block-inline-blocktitle-text-link {
    padding: 50px 40px;
    border-radius: 80px;
  }
}
@media screen and (min-width: 992px) {
  .banner-type-2 .text-wrap .block-inline-blockcontact-info,
  .banner-type-2 .text-wrap .block-inline-blocktitle-text-link {
    padding: 67px 56px 63px 55px;
    border-radius: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-type-2 .text-wrap .block-inline-blockcontact-info,
  .banner-type-2 .text-wrap .block-inline-blocktitle-text-link {
    padding: 77px 66px 73px 65px;
    border-radius: 150px;
  }
}
.banner-type-2 .text-wrap .title h1,
.banner-type-2 .text-wrap .title h2 {
  font-weight: 500;
  font-family: "Outfit";
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .banner-type-2 .text-wrap .title h1,
  .banner-type-2 .text-wrap .title h2 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-type-2 .text-wrap .title h1,
  .banner-type-2 .text-wrap .title h2 {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-type-2 .text-wrap .title h1,
  .banner-type-2 .text-wrap .title h2 {
    margin-bottom: 32px;
  }
}
.banner-type-2 .text-wrap .title h1 strong,
.banner-type-2 .text-wrap .title h2 strong {
  display: block;
  font-family: "Caprasimo";
  font-weight: 400;
}
.banner-type-2 .text-wrap .subtitle {
  font-weight: 600;
  margin-bottom: 16px;
}
.banner-type-2 .text-wrap .phone, .banner-type-2 .text-wrap .email {
  color: var(--blue-light);
}
.banner-type-2 .text-wrap .phone a, .banner-type-2 .text-wrap .email a {
  color: currentColor;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.banner-type-2 .text-wrap .phone a:hover, .banner-type-2 .text-wrap .email a:hover {
  color: var(--c-white);
}
.banner-type-2 .text-wrap .text a {
  color: var(--blue-light);
}
.banner-type-2 .text-wrap .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.banner-type-2 .text-wrap .email svg {
  display: none;
}
.banner-type-2 .text-wrap .email::before {
  content: "";
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask-image: url("../images/mail.svg");
          mask-image: url("../images/mail.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--blue-light);
}
.banner-type-2 .text-wrap .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.banner-type-2 .text-wrap .phone::before {
  content: "";
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask-image: url("../images/phone.svg");
          mask-image: url("../images/phone.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--blue-light);
}
.banner-type-2 .text-wrap .text {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .banner-type-2 .text-wrap .text {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-type-2 .text-wrap .text {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-type-2 .text-wrap .text {
    margin-bottom: 32px;
  }
}
.banner-type-2 .text-wrap .text p {
  margin-bottom: 0;
}
.banner-type-2 .text-wrap .link {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .banner-type-2 .text-wrap .link {
    margin-right: -20px;
  }
}
.banner-type-2 .text-wrap .link a {
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (min-width: 992px) {
  .banner-type-2 .text-wrap .link a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-type-2 .text-wrap .link a {
    font-size: 18px;
  }
}
.banner-type-2 .text-wrap .link a:hover {
  padding-left: 15px;
  padding-right: 15px;
}
.banner-type-2.type-2 .text-wrap .text p {
  color: var(--c-white);
}
.banner-type-2.contact-type .text-wrap .title h1,
.banner-type-2.contact-type .text-wrap .title h2 {
  font-weight: 500;
  font-family: "Outfit";
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .banner-type-2.contact-type .text-wrap .title h1,
  .banner-type-2.contact-type .text-wrap .title h2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-type-2.contact-type .text-wrap .title h1,
  .banner-type-2.contact-type .text-wrap .title h2 {
    margin-bottom: 25px;
  }
}

.layout-builder__section .banner-type-2 .text-wrap .bs-bg-body-text {
  margin-bottom: 0;
}

.contact-form {
  overflow: hidden;
}
.contact-form .layout-builder__layout {
  margin: 0;
}
.contact-form .field--type-text-with-summary {
  max-width: 35em;
  margin-left: auto;
  margin-right: auto;
}
.contact-form .field--type-text-with-summary h2 {
  font-family: "Caprasimo";
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .contact-form .field--type-text-with-summary h2 {
    margin-bottom: 35px;
  }
}
.contact-form .field--type-text-with-summary p {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .contact-form .field--type-text-with-summary p {
    margin-bottom: 35px;
  }
}
.contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22px;
  max-width: 802px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form form .form-item {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .contact-form form .form-item {
    width: calc(50% - 11px);
  }
}
.contact-form form .form-item label {
  width: 100%;
  margin-right: -100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  padding: 0 15px;
  font-size: 17px;
  font-weight: normal;
  color: var(--body-text);
  -webkit-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
  cursor: text;
  text-align: center;
  line-height: 1;
  opacity: 0.7;
}
.contact-form form .form-item.populated-input label {
  opacity: 0;
  visibility: hidden;
}
.contact-form form .form-item input,
.contact-form form .form-item select,
.contact-form form .form-item textarea {
  background-color: rgba(212, 245, 255, 0.35);
  padding: 14px 25px;
  text-align: center;
  border: none;
  border-radius: 16px;
  color: var(--blue-mid);
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .contact-form form .form-item input,
  .contact-form form .form-item select,
  .contact-form form .form-item textarea {
    padding: 17px 35px;
  }
}
.contact-form form .form-item input::-webkit-input-placeholder, .contact-form form .form-item select::-webkit-input-placeholder, .contact-form form .form-item textarea::-webkit-input-placeholder {
  color: var(--body-text);
}
.contact-form form .form-item input::-moz-placeholder, .contact-form form .form-item select::-moz-placeholder, .contact-form form .form-item textarea::-moz-placeholder {
  color: var(--body-text);
}
.contact-form form .form-item input:-ms-input-placeholder, .contact-form form .form-item select:-ms-input-placeholder, .contact-form form .form-item textarea:-ms-input-placeholder {
  color: var(--body-text);
}
.contact-form form .form-item input::-ms-input-placeholder, .contact-form form .form-item select::-ms-input-placeholder, .contact-form form .form-item textarea::-ms-input-placeholder {
  color: var(--body-text);
}
.contact-form form .form-item input::placeholder,
.contact-form form .form-item select::placeholder,
.contact-form form .form-item textarea::placeholder {
  color: var(--body-text);
}
.contact-form form .form-item select {
  text-align: left;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/select-down.svg");
  background-position: right 25px center;
  background-size: 11px;
  background-repeat: no-repeat;
  color: var(--body-text);
}
@media screen and (min-width: 992px) {
  .contact-form form .form-item select {
    background-position: right 35px center;
  }
}
.contact-form form .form-item.js-form-type-textarea {
  width: 100%;
}
.contact-form form .form-item.js-form-type-textarea .form-textarea-wrapper {
  width: 100%;
}
.contact-form form .form-item.js-form-type-textarea textarea {
  text-align: left;
  padding-top: 25px;
  padding-bottom: 25px;
}
.contact-form form .form-item.js-form-type-textarea textarea::-webkit-input-placeholder {
  opacity: 0.7;
}
.contact-form form .form-item.js-form-type-textarea textarea::-moz-placeholder {
  opacity: 0.7;
}
.contact-form form .form-item.js-form-type-textarea textarea:-ms-input-placeholder {
  opacity: 0.7;
}
.contact-form form .form-item.js-form-type-textarea textarea::-ms-input-placeholder {
  opacity: 0.7;
}
.contact-form form .form-item.js-form-type-textarea textarea::placeholder {
  opacity: 0.7;
}
.contact-form form .form-item.js-form-type-processed-text {
  width: 100%;
}
.contact-form form .form-item.js-form-type-processed-text p {
  font-size: 13px;
  line-height: 1.78;
  color: var(--body-text);
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-form form .form-item.js-form-type-processed-text p {
    margin-bottom: 10px;
    margin-top: -9px;
  }
}
.contact-form form .form-item.form-type-checkbox {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.contact-form form .form-item.form-type-checkbox input {
  padding: 0;
  margin: 0;
  border-radius: 5px;
  background-color: rgba(0, 59, 76, 0.6);
  cursor: pointer;
  margin-top: 2px;
}
.contact-form form .form-item.form-type-checkbox .form-check-label {
  margin-right: unset;
  text-align: left;
  padding: 0;
  display: inline;
  height: auto;
  width: auto;
  font-weight: 300;
  opacity: 1;
}
.contact-form form .form-item.form-type-checkbox a {
  color: var(--primary-clr);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.contact-form form .form-item.form-type-checkbox a:hover {
  opacity: 0.6;
}
.contact-form form .form-actions {
  width: 100%;
  margin: 0;
}
.contact-form form .form-actions input {
  color: var(--c-white);
  font-weight: 300;
  line-height: 1;
  padding: 14px 20px;
  font-size: 16px;
  font-family: "Caprasimo";
  border-radius: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary-clr);
  border-color: var(--primary-clr);
  background-image: url("../images/arrow-right.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 0;
}
@media screen and (min-width: 992px) {
  .contact-form form .form-actions input {
    font-size: 18px;
    padding: 17px 25px;
  }
}
.contact-form form .form-actions input:hover {
  background-color: var(--btn-clr);
  padding-right: 40px;
  background-size: 11px;
}

.food-img-text-wrap.bs-pt-90 {
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  .food-img-text-wrap.bs-pt-90 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .food-img-text-wrap.bs-pt-90 {
    padding-top: 90px;
  }
}

/* Sustainability Detail Page Start */
.banner-type-3 {
  position: relative;
}
.banner-type-3::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../images/divider.svg");
          mask-image: url("../images/divider.svg");
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: var(--c-white);
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-type-3 .row {
  position: relative;
  z-index: 2;
}
.banner-type-3 .product-category-wrapper {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .banner-type-3 .bs-text-center.block-inline-blockbasic {
    padding-top: 70px;
  }
}
.banner-type-3 .bs-text-center.block-inline-blockbasic .field--type-text-with-summary h2 strong {
  font-family: "Caprasimo";
  display: block;
  font-weight: 400;
}
.banner-type-3 .field--name-field-add-icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .banner-type-3 .field--name-field-add-icon-text {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-type-3 .field--name-field-add-icon-text {
    gap: 25px;
  }
}
.banner-type-3 .field--name-field-add-icon-text > .field__item {
  aspect-ratio: 1/1;
  width: calc(50% - 9px);
}
@media screen and (min-width: 768px) {
  .banner-type-3 .field--name-field-add-icon-text > .field__item {
    width: calc(33.3333333333% - 12px);
  }
}
@media screen and (min-width: 992px) {
  .banner-type-3 .field--name-field-add-icon-text > .field__item {
    width: calc(20% - 14.4px);
  }
}
@media screen and (min-width: 1200px) {
  .banner-type-3 .field--name-field-add-icon-text > .field__item {
    width: calc(20% - 20px);
  }
}
.banner-type-3 .field--name-field-add-icon-text > .field__item .paragraph--type--icon-text {
  width: 100%;
  height: 100%;
  background-color: var(--c-white);
  border-radius: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 992px) {
  .banner-type-3 .field--name-field-add-icon-text > .field__item .paragraph--type--icon-text {
    gap: 20px;
  }
}
.banner-type-3 .field--name-field-add-icon-text > .field__item .paragraph--type--icon-text .icon {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1.5px solid var(--body-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .banner-type-3 .field--name-field-add-icon-text > .field__item .paragraph--type--icon-text .icon {
    width: 85px;
    height: 85px;
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-type-3 .field--name-field-add-icon-text > .field__item .paragraph--type--icon-text .icon {
    width: 105px;
    height: 105px;
    padding: 20px;
  }
}
.banner-type-3 .field--name-field-add-icon-text > .field__item .paragraph--type--icon-text .icon img,
.banner-type-3 .field--name-field-add-icon-text > .field__item .paragraph--type--icon-text .icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.banner-type-3 .field--name-field-add-icon-text > .field__item .paragraph--type--icon-text .text p {
  font-weight: 400;
  font-family: "Caprasimo";
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 575.75px) {
  .banner-type-3 .field--name-field-add-icon-text > .field__item .paragraph--type--icon-text .text p {
    font-size: 17px;
  }
}

.raise-text-img-wrap .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.75px) {
  .raise-text-img-wrap .row {
    gap: 20px;
  }
}
.raise-text-img-wrap .text-wrap .title h2 {
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .raise-text-img-wrap .text-wrap .title h2 {
    margin-bottom: 35px;
  }
}
.raise-text-img-wrap .text-wrap .title h2 strong {
  font-family: "Caprasimo";
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 992px) {
  .raise-text-img-wrap .text-wrap .text {
    margin-bottom: 19px;
  }
}
.raise-text-img-wrap .text-wrap .lightgreen a {
  color: var(--primary-clr);
}
@media screen and (min-width: 768px) {
  .raise-text-img-wrap .img-wrap {
    padding-left: 30px;
  }
}
.raise-text-img-wrap .img-wrap .field--name-field-media-image {
  max-width: 380px;
}
@media screen and (min-width: 768px) {
  .raise-text-img-wrap .img-wrap .field--name-field-media-image {
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .raise-text-img-wrap .img-wrap .field--name-field-media-image:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.raise-text-img-wrap .img-wrap .field--name-field-media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 38/37;
  border-radius: 25%;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

/* Sustainability Detail Form Section Start */
@media screen and (max-width: 767.75px) {
  .sustainability-form {
    padding-bottom: 40% !important;
  }
}

/* Sustainability Detail Form Section End */
/* Sustainability Detail Page End */
/* 404 Error Page Start */
.error-404-page .title h1 {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .error-404-page .title h1 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767.75px) {
  .error-404-page .title h1 {
    font-size: 30px;
  }
}
.error-404-page .text p {
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .error-404-page .text p {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767.75px) {
  .error-404-page .text p {
    font-size: 16px;
  }
}

/* 404 Error Page End */
/* Layout Builder Section Start */
.layout-builder-block {
  background-color: transparent;
}

/* Layout Builder Section End */
/* Video Section Start */
.image-text-type .image-wrap .vimeo-video-wrap .vimeo-video-inner {
  position: relative;
}
.image-text-type .image-wrap .vimeo-video-wrap .vmo-vdo {
  width: 100%;
  height: 100%;
}
.image-text-type .image-wrap .vimeo-video-wrap .vmo-vdo iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 83/65;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: var(--primary-light);
  border-radius: 30px;
}
@media screen and (min-width: 992px) {
  .image-text-type .image-wrap .vimeo-video-wrap .vmo-vdo iframe {
    border-radius: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .image-text-type .image-wrap .vimeo-video-wrap .vmo-vdo iframe {
    border-radius: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .image-text-type .image-wrap .vimeo-video-wrap .vmo-vdo iframe {
    border-radius: 150px;
  }
}
.image-text-type .image-wrap .vimeo-video-wrap .mute-unmute-btn {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.image-text-type .image-wrap .vimeo-video-wrap .mute-unmute-btn .mute-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-text-type .image-wrap .vimeo-video-wrap .mute-unmute-btn .mute-toggle .icon-1 {
  font-size: 0;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid var(--primary-clr);
  border-radius: 50%;
  background-color: var(--primary-light);
  cursor: pointer;
}
.image-text-type .image-wrap .vimeo-video-wrap .mute-unmute-btn .mute-toggle .icon-1::after {
  content: "";
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask-image: url("../images/volume-mute.svg");
          mask-image: url("../images/volume-mute.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--primary-clr);
}
.image-text-type .image-wrap .vimeo-video-wrap .mute-unmute-btn .mute-toggle .icon-2 {
  display: none;
}
.image-text-type .image-wrap .vimeo-video-wrap .mute-unmute-btn .mute-toggle.unmuted .icon-1::after {
  -webkit-mask-image: url("../images/unmute.svg");
          mask-image: url("../images/unmute.svg");
}
.image-text-type .image-wrap .vimeo-video-wrap .playbutton,
.image-text-type .image-wrap .vimeo-video-wrap .pausebutton {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid var(--primary-clr);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  background-color: var(--primary-light);
}
.image-text-type .image-wrap .vimeo-video-wrap .playbutton::after,
.image-text-type .image-wrap .vimeo-video-wrap .pausebutton::after {
  content: "";
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 22px;
          mask-size: 22px;
  background-color: var(--primary-clr);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.image-text-type .image-wrap .vimeo-video-wrap .playbutton:hover::after,
.image-text-type .image-wrap .vimeo-video-wrap .pausebutton:hover::after {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
.image-text-type .image-wrap .vimeo-video-wrap .playbutton::after {
  -webkit-mask-image: url("../images/arrow-right.svg");
          mask-image: url("../images/arrow-right.svg");
}
.image-text-type .image-wrap .vimeo-video-wrap .pausebutton::after {
  -webkit-mask-image: url("../images/pause.svg");
          mask-image: url("../images/pause.svg");
}
.image-text-type .image-wrap .vimeo-video-wrap.no-overlap .playbutton,
.image-text-type .image-wrap .vimeo-video-wrap.no-overlap .pausebutton {
  opacity: 0;
}
.image-text-type .image-wrap .vimeo-video-wrap.no-overlap:hover .playbutton,
.image-text-type .image-wrap .vimeo-video-wrap.no-overlap:hover .pausebutton {
  opacity: 1;
}

/* Video Section End */
/* Youtube Video Section Start */
.youtube-vid-wrap .yt-video-wrap {
  position: relative;
}
.youtube-vid-wrap .yt-video-wrap .play-pause-btn .yt-vdo {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.youtube-vid-wrap .yt-video-wrap .play-pause-btn .yt-vdo iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary-light);
  border-radius: 30px;
}
@media screen and (min-width: 992px) {
  .youtube-vid-wrap .yt-video-wrap .play-pause-btn .yt-vdo iframe {
    border-radius: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .youtube-vid-wrap .yt-video-wrap .play-pause-btn .yt-vdo iframe {
    border-radius: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .youtube-vid-wrap .yt-video-wrap .play-pause-btn .yt-vdo iframe {
    border-radius: 150px;
  }
}
.youtube-vid-wrap .yt-video-wrap .play-pause-btn .play-button,
.youtube-vid-wrap .yt-video-wrap .play-pause-btn .pause-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid var(--primary-clr);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  background-color: var(--primary-light);
  cursor: pointer;
}
.youtube-vid-wrap .yt-video-wrap .play-pause-btn .play-button::after,
.youtube-vid-wrap .yt-video-wrap .play-pause-btn .pause-button::after {
  content: "";
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 22px;
          mask-size: 22px;
  background-color: var(--primary-clr);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.youtube-vid-wrap .yt-video-wrap .play-pause-btn .play-button:hover::after,
.youtube-vid-wrap .yt-video-wrap .play-pause-btn .pause-button:hover::after {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
.youtube-vid-wrap .yt-video-wrap .play-pause-btn .play-button::after {
  -webkit-mask-image: url("../images/arrow-right.svg");
          mask-image: url("../images/arrow-right.svg");
}
.youtube-vid-wrap .yt-video-wrap .play-pause-btn .pause-button::after {
  -webkit-mask-image: url("../images/pause.svg");
          mask-image: url("../images/pause.svg");
}
.youtube-vid-wrap .yt-video-wrap .play-pause-btn.no-overlap .play-button,
.youtube-vid-wrap .yt-video-wrap .play-pause-btn.no-overlap .pause-button {
  opacity: 0;
}
.youtube-vid-wrap .yt-video-wrap .play-pause-btn.no-overlap:hover .play-button,
.youtube-vid-wrap .yt-video-wrap .play-pause-btn.no-overlap:hover .pause-button {
  opacity: 1;
}
.youtube-vid-wrap .yt-video-wrap .play-pause-btn .mute-unmute-btn {
  position: absolute;
  bottom: 50px;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.youtube-vid-wrap .yt-video-wrap .play-pause-btn .mute-unmute-btn .mute-button,
.youtube-vid-wrap .yt-video-wrap .play-pause-btn .mute-unmute-btn .unmute-button {
  font-size: 0;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid var(--primary-clr);
  border-radius: 50%;
  background-color: var(--primary-light);
  cursor: pointer;
}
.youtube-vid-wrap .yt-video-wrap .play-pause-btn .mute-unmute-btn .mute-button::after,
.youtube-vid-wrap .yt-video-wrap .play-pause-btn .mute-unmute-btn .unmute-button::after {
  content: "";
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask-image: url("../images/volume-mute.svg");
          mask-image: url("../images/volume-mute.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--primary-clr);
}
.youtube-vid-wrap .yt-video-wrap .play-pause-btn .mute-unmute-btn .mute-button::after {
  -webkit-mask-image: url("../images/unmute.svg");
          mask-image: url("../images/unmute.svg");
}
.youtube-vid-wrap .yt-video-wrap .play-pause-btn .mute-unmute-btn .unmute-button::after {
  -webkit-mask-image: url("../images/volume-mute.svg");
          mask-image: url("../images/volume-mute.svg");
}

/* Youtube Video Section End */
/* News Page Start */
.banner-type-4 .text-wrap .block-inline-blocktitle-text-link {
  max-width: 550px;
  padding: 32px 20px;
}
@media screen and (min-width: 768px) {
  .banner-type-4 .text-wrap .block-inline-blocktitle-text-link {
    padding: 45px 35px;
  }
}
@media screen and (min-width: 992px) {
  .banner-type-4 .text-wrap .block-inline-blocktitle-text-link {
    padding: 62px 53px 55px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-type-4 .text-wrap .block-inline-blocktitle-text-link {
    padding: 82px 63px 75px;
  }
}
.banner-type-4 .text-wrap .text p {
  font-weight: 400;
  line-height: 1.35;
}

.view-latest-news {
  padding-top: 32px;
}
@media screen and (min-width: 992px) {
  .view-latest-news {
    padding-top: 20px;
  }
}
.view-latest-news form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.view-latest-news form .form-item-sort-by {
  display: none;
}
.view-latest-news form .form-item-sort-order {
  margin: 0;
}
.view-latest-news form .form-item-sort-order label {
  display: none;
}
.view-latest-news form .form-item-sort-order select {
  background-color: rgba(212, 245, 255, 0.35);
  padding: 14px 45px 14px 25px;
  text-align: center;
  border: none;
  border-radius: 16px;
  color: var(--blue-mid);
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .view-latest-news form .form-item-sort-order select {
    padding: 17px 120px 17px 35px;
  }
}
@media screen and (min-width: 1400px) {
  .view-latest-news form .form-item-sort-order select {
    padding: 17px 148px 17px 35px;
  }
}
.view-latest-news form .form-item-sort-order select {
  text-align: left;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/select-down.svg");
  background-position: right 25px center;
  background-size: 11px;
  background-repeat: no-repeat;
  color: var(--body-text);
}
@media screen and (min-width: 992px) {
  .view-latest-news form .form-item-sort-order select {
    background-position: right 35px center;
  }
}
.view-latest-news .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
}
@media screen and (min-width: 1200px) {
  .view-latest-news .view-content {
    gap: 22px;
  }
}
.view-latest-news .view-content .views-row {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .view-latest-news .view-content .views-row {
    width: calc(50% - 9px);
  }
}
@media screen and (min-width: 992px) {
  .view-latest-news .view-content .views-row {
    width: calc(25% - 13.5px);
  }
}
@media screen and (min-width: 1200px) {
  .view-latest-news .view-content .views-row {
    width: calc(25% - 16.5px);
  }
}
.view-latest-news .view-content .views-row > .views-field {
  height: 100%;
}
.view-latest-news .view-content .views-row > .views-field > .field-content {
  height: 100%;
  display: block;
}
.view-latest-news .view-content .views-row > .views-field > .field-content > .news-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.view-latest-news .view-content .views-row > .views-field > .field-content > .news-item .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.view-latest-news .view-content .views-row > .views-field > .field-content > .news-item .text-wrap .normal-link {
  margin-top: auto;
}
.view-latest-news nav.pager ul.pager__items {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
.view-latest-news nav.pager ul.pager__items li {
  color: var(--body-text);
  padding: 0;
  font-weight: 600;
}
.view-latest-news nav.pager ul.pager__items li a {
  color: var(--body-text);
  font-weight: 300;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-latest-news nav.pager ul.pager__items li.pager__item--number {
  border-width: 0px 0px 3px 0px;
  border-style: solid;
  border-color: transparent;
  margin-bottom: -3px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.view-latest-news nav.pager ul.pager__items li.pager__item--active {
  border-width: 0px 0px 3px 0px;
  border-style: solid;
  border-color: var(--body-text);
  margin-bottom: -3px;
}
.view-latest-news nav.pager ul.pager__items li.pager__item--number:hover {
  border-color: var(--body-text);
}
.view-latest-news nav.pager ul.pager__items li.pager__item--next a svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.view-latest-news nav.pager ul.pager__items li.pager__item--control a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  border: 1px solid var(--body-text);
}
.view-latest-news nav.pager ul.pager__items li.pager__item--control a svg {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.view-latest-news nav.pager ul.pager__items li.pager__item--control a:hover {
  background-color: var(--blue-light);
  color: var(--c-white);
}
.view-latest-news nav.pager ul.pager__items li.pager__item--control a:hover svg {
  fill: var(--primary-clr);
}

.news-item {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background-color: var(--blue-light);
  border: 8px solid var(--blue-light);
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-item {
    border-radius: 20px;
  }
}
.news-item .overlay-link {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 10px;
}
.news-item .img-wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-item .img-wrap .contextual-region {
  position: unset;
}
.news-item .img-wrap img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 321/253;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 768px) {
  .news-item .img-wrap img {
    border-radius: 20px 20px 0 0;
  }
}
.news-item .text-wrap {
  position: relative;
  z-index: 1;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 17px;
}
@media screen and (min-width: 1200px) {
  .news-item .text-wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.news-item .text-wrap::after {
  content: "";
  -webkit-mask-image: url("../images/Intersect.svg");
          mask-image: url("../images/Intersect.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 101% auto;
          mask-size: 101% auto;
  background-color: var(--blue-light);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -85px;
  left: 0;
  z-index: -1;
  padding-bottom: 90%;
}
@media screen and (min-width: 375px) and (max-width: 576px) {
  .news-item .text-wrap::after {
    top: -140px;
  }
}
@media screen and (min-width: 576px) {
  .news-item .text-wrap::after {
    top: -50%;
  }
}
@media screen and (min-width: 768px) {
  .news-item .text-wrap::after {
    top: -80%;
  }
}
@media screen and (min-width: 992px) {
  .news-item .text-wrap::after {
    top: -50%;
  }
}
@media screen and (min-width: 1400px) {
  .news-item .text-wrap::after {
    top: -70%;
  }
}
.news-item .text-wrap .text-wrap-inner {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 17px;
}
@media screen and (min-width: 1200px) {
  .news-item .text-wrap .text-wrap-inner {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.news-item .title {
  font-family: "Caprasimo";
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .news-item .title {
    margin-bottom: 15px;
  }
}
.news-item .title a {
  color: var(--body-text);
}
.news-item .text p {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .news-item .text p {
    margin-bottom: 15px;
  }
}
.news-item .normal-link a {
  color: var(--body-text);
  font-weight: 600;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.news-item .normal-link a::after {
  margin-top: 4px;
  position: relative;
  left: 0;
  content: "";
  border-width: 5px 0px 5px 9px;
  border-style: solid;
  border-color: transparent var(--body-text);
  margin-right: 0;
  margin-left: 12px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  height: 0;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .news-item .normal-link a::after {
    margin-left: 15px;
  }
}
.news-item:hover .img-wrap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-item:hover .normal-link a {
  color: var(--primary-clr);
}
.news-item:hover .normal-link a::after {
  border-color: transparent var(--primary-clr);
  left: 2px;
}

/* News Page End */
/* Image Gallery Section Starts */
.lg-on {
  overflow: hidden;
}

.image-gallery-slider {
  overflow: hidden;
}

.gallerySwiper .swiper-slide {
  height: auto;
}
.gallerySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallerySwiper .swiper-controllers-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  .gallerySwiper .swiper-controllers-wrap {
    padding-top: 55px;
  }
}
.gallerySwiper .swiper-button-next,
.gallerySwiper .swiper-button-prev {
  height: 45px;
  width: 45px;
  border-radius: 12px;
  background-color: var(--c-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.gallerySwiper .swiper-button-next::after,
.gallerySwiper .swiper-button-prev::after {
  content: "";
  -webkit-mask-image: url("../images/right-triangle.svg");
          mask-image: url("../images/right-triangle.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--primary-clr);
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.gallerySwiper .swiper-button-next:hover,
.gallerySwiper .swiper-button-prev:hover {
  background-color: var(--body-text);
}
.gallerySwiper .swiper-button-next:hover::after,
.gallerySwiper .swiper-button-prev:hover::after {
  background-color: var(--c-white);
}
.gallerySwiper .swiper-button-next svg,
.gallerySwiper .swiper-button-prev svg {
  display: none;
}
.gallerySwiper .swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.gallerySwiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: auto;
  margin: 0;
  gap: 5px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallerySwiper .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid var(--primary-light);
  background-color: transparent;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  width: 12px;
  height: 12px;
  margin: 0;
  border-radius: 4px;
  opacity: 1;
  opacity: 1;
}
.gallerySwiper .swiper-pagination .swiper-pagination-bullet:hover, .gallerySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--primary-light);
}

.lg-outer.lg-start-zoom .lg-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lg-outer.lg-start-zoom .lg-item .lg-img-wrap {
  max-width: 80vw;
  height: 60vh;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lg-outer.lg-start-zoom .lg-item .lg-img-wrap img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  .lg-outer.lg-start-zoom .lg-item .lg-img-wrap img {
    border-radius: 80px;
  }
}
@media screen and (min-width: 992px) {
  .lg-outer.lg-start-zoom .lg-item .lg-img-wrap img {
    border-radius: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .lg-outer.lg-start-zoom .lg-item .lg-img-wrap img {
    border-radius: 150px;
  }
}
.lg-outer.lg-start-zoom button.lg-icon {
  width: 50px;
  height: 40px;
  border-radius: 4px;
  background-color: var(--c-white);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.lg-outer.lg-start-zoom button.lg-icon::after, .lg-outer.lg-start-zoom button.lg-icon::before {
  color: var(--primary-clr);
  font-size: 18px;
  font-weight: 900;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.lg-outer.lg-start-zoom button.lg-icon:hover {
  background-color: var(--primary-clr);
}
.lg-outer.lg-start-zoom button.lg-icon:hover::after, .lg-outer.lg-start-zoom button.lg-icon:hover::before {
  color: var(--c-white);
}
.lg-outer.lg-start-zoom button.lg-icon.lg-close {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-top: 15px;
  margin-right: 15px;
}
.lg-outer.lg-start-zoom .lg-toolbar #lg-counter {
  color: var(--c-white);
  font-weight: 500;
}

/* Image Gallery Section End */
/* Simple Image Section Start */
.simple-image-wrap .field--name-field-media-image .field__item {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 55.49%;
  background-color: var(--blue-light);
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  .simple-image-wrap .field--name-field-media-image .field__item {
    border-radius: 80px;
  }
}
@media screen and (min-width: 992px) {
  .simple-image-wrap .field--name-field-media-image .field__item {
    border-radius: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .simple-image-wrap .field--name-field-media-image .field__item {
    border-radius: 150px;
  }
}
.simple-image-wrap .field--name-field-media-image .field__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  .simple-image-wrap .field--name-field-media-image .field__item img {
    border-radius: 80px;
  }
}
@media screen and (min-width: 992px) {
  .simple-image-wrap .field--name-field-media-image .field__item img {
    border-radius: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .simple-image-wrap .field--name-field-media-image .field__item img {
    border-radius: 150px;
  }
}

/* Simple Image Section End */
/* Vimeo Full Screen Video Section Start */
.video-full-wrap .vimeo-video-wrap {
  position: relative;
}
.video-full-wrap .vimeo-video-wrap .vimeo-video-inner .vmo-vdo {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.video-full-wrap .vimeo-video-wrap .vimeo-video-inner .vmo-vdo iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary-light);
  border-radius: 30px;
}
@media screen and (min-width: 992px) {
  .video-full-wrap .vimeo-video-wrap .vimeo-video-inner .vmo-vdo iframe {
    border-radius: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .video-full-wrap .vimeo-video-wrap .vimeo-video-inner .vmo-vdo iframe {
    border-radius: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .video-full-wrap .vimeo-video-wrap .vimeo-video-inner .vmo-vdo iframe {
    border-radius: 150px;
  }
}
.video-full-wrap .vimeo-video-wrap .vimeo-video-inner .playbutton,
.video-full-wrap .vimeo-video-wrap .vimeo-video-inner .pausebutton {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid var(--primary-clr);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  background-color: var(--primary-light);
  cursor: pointer;
}
.video-full-wrap .vimeo-video-wrap .vimeo-video-inner .playbutton::after,
.video-full-wrap .vimeo-video-wrap .vimeo-video-inner .pausebutton::after {
  content: "";
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 22px;
          mask-size: 22px;
  background-color: var(--primary-clr);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.video-full-wrap .vimeo-video-wrap .vimeo-video-inner .playbutton:hover::after,
.video-full-wrap .vimeo-video-wrap .vimeo-video-inner .pausebutton:hover::after {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
.video-full-wrap .vimeo-video-wrap .vimeo-video-inner .playbutton::after {
  -webkit-mask-image: url("../images/arrow-right.svg");
          mask-image: url("../images/arrow-right.svg");
}
.video-full-wrap .vimeo-video-wrap .vimeo-video-inner .pausebutton::after {
  -webkit-mask-image: url("../images/pause.svg");
          mask-image: url("../images/pause.svg");
}
.video-full-wrap .vimeo-video-wrap .vimeo-video-inner .mute-unmute-btn {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.video-full-wrap .vimeo-video-wrap .vimeo-video-inner .mute-unmute-btn .mute-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-full-wrap .vimeo-video-wrap .vimeo-video-inner .mute-unmute-btn .mute-toggle .icon-1 {
  font-size: 0;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid var(--primary-clr);
  border-radius: 50%;
  background-color: var(--primary-light);
  cursor: pointer;
}
.video-full-wrap .vimeo-video-wrap .vimeo-video-inner .mute-unmute-btn .mute-toggle .icon-1::after {
  content: "";
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask-image: url("../images/volume-mute.svg");
          mask-image: url("../images/volume-mute.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--primary-clr);
}
.video-full-wrap .vimeo-video-wrap .vimeo-video-inner .mute-unmute-btn .mute-toggle .icon-2 {
  display: none;
}
.video-full-wrap .vimeo-video-wrap .vimeo-video-inner .mute-unmute-btn .mute-toggle.unmuted .icon-1::after {
  -webkit-mask-image: url("../images/unmute.svg");
          mask-image: url("../images/unmute.svg");
}
.video-full-wrap .vimeo-video-wrap.no-overlap .playbutton,
.video-full-wrap .vimeo-video-wrap.no-overlap .pausebutton {
  opacity: 0;
}
.video-full-wrap .vimeo-video-wrap.no-overlap:hover .playbutton,
.video-full-wrap .vimeo-video-wrap.no-overlap:hover .pausebutton {
  opacity: 1;
}

/* Vimeo Full Screen Video Section End */
/* Video Section Half Screen Section Start */
.snack-industry-section .yt-video-wrap {
  position: relative;
}
.snack-industry-section .yt-video-wrap .play-pause-btn .yt-vdo {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 56.25%;
  background-color: var(--primary-light);
  border-radius: 30px;
}
@media screen and (min-width: 992px) {
  .snack-industry-section .yt-video-wrap .play-pause-btn .yt-vdo {
    border-radius: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .snack-industry-section .yt-video-wrap .play-pause-btn .yt-vdo {
    border-radius: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .snack-industry-section .yt-video-wrap .play-pause-btn .yt-vdo {
    border-radius: 150px;
  }
}
.snack-industry-section .yt-video-wrap .play-pause-btn .yt-vdo iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
}
@media screen and (min-width: 992px) {
  .snack-industry-section .yt-video-wrap .play-pause-btn .yt-vdo iframe {
    border-radius: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .snack-industry-section .yt-video-wrap .play-pause-btn .yt-vdo iframe {
    border-radius: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .snack-industry-section .yt-video-wrap .play-pause-btn .yt-vdo iframe {
    border-radius: 150px;
  }
}
.snack-industry-section .yt-video-wrap .play-pause-btn .play-button,
.snack-industry-section .yt-video-wrap .play-pause-btn .pause-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid var(--primary-clr);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  background-color: var(--primary-light);
  cursor: pointer;
}
.snack-industry-section .yt-video-wrap .play-pause-btn .play-button::after,
.snack-industry-section .yt-video-wrap .play-pause-btn .pause-button::after {
  content: "";
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 22px;
          mask-size: 22px;
  background-color: var(--primary-clr);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.snack-industry-section .yt-video-wrap .play-pause-btn .play-button:hover::after,
.snack-industry-section .yt-video-wrap .play-pause-btn .pause-button:hover::after {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
.snack-industry-section .yt-video-wrap .play-pause-btn .play-button::after {
  -webkit-mask-image: url("../images/arrow-right.svg");
          mask-image: url("../images/arrow-right.svg");
}
.snack-industry-section .yt-video-wrap .play-pause-btn .pause-button::after {
  -webkit-mask-image: url("../images/pause.svg");
          mask-image: url("../images/pause.svg");
}
.snack-industry-section .yt-video-wrap .play-pause-btn.no-overlap .play-button,
.snack-industry-section .yt-video-wrap .play-pause-btn.no-overlap .pause-button {
  opacity: 0;
}
.snack-industry-section .yt-video-wrap .play-pause-btn.no-overlap:hover .play-button,
.snack-industry-section .yt-video-wrap .play-pause-btn.no-overlap:hover .pause-button {
  opacity: 1;
}
.snack-industry-section .yt-video-wrap .play-pause-btn .mute-unmute-btn {
  position: absolute;
  bottom: 50px;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.snack-industry-section .yt-video-wrap .play-pause-btn .mute-unmute-btn .mute-button,
.snack-industry-section .yt-video-wrap .play-pause-btn .mute-unmute-btn .unmute-button {
  font-size: 0;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid var(--primary-clr);
  border-radius: 50%;
  background-color: var(--primary-light);
  cursor: pointer;
}
.snack-industry-section .yt-video-wrap .play-pause-btn .mute-unmute-btn .mute-button::after,
.snack-industry-section .yt-video-wrap .play-pause-btn .mute-unmute-btn .unmute-button::after {
  content: "";
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask-image: url("../images/volume-mute.svg");
          mask-image: url("../images/volume-mute.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--primary-clr);
}
.snack-industry-section .yt-video-wrap .play-pause-btn .mute-unmute-btn .mute-button::after {
  -webkit-mask-image: url("../images/unmute.svg");
          mask-image: url("../images/unmute.svg");
}
.snack-industry-section .yt-video-wrap .play-pause-btn .mute-unmute-btn .unmute-button::after {
  -webkit-mask-image: url("../images/volume-mute.svg");
          mask-image: url("../images/volume-mute.svg");
}

/* Video Section Half Screen Section End */
/* Carrers Detail Page Start */
html .form-item-file-wrap {
  width: 100%;
}
html .form-item-file-wrap .form-item {
  width: 100%;
}
html .form-item-file-wrap .form-managed-file {
  width: 100%;
  background-color: rgba(212, 245, 255, 0.35);
  border-radius: 16px;
}
@media screen and (max-width: 767.75px) {
  html .form-item-file-wrap .form-managed-file {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
html .form-item-file-wrap label {
  background-color: rgba(212, 245, 255, 0.35);
  padding: 14px 25px !important;
  border: none;
  cursor: pointer !important;
  gap: 15px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  html .form-item-file-wrap label {
    padding: 17px 35px !important;
    gap: 25px;
  }
}
html .form-item-file-wrap label::-webkit-input-placeholder {
  color: var(--body-text);
}
html .form-item-file-wrap label::-moz-placeholder {
  color: var(--body-text);
}
html .form-item-file-wrap label:-ms-input-placeholder {
  color: var(--body-text);
}
html .form-item-file-wrap label::-ms-input-placeholder {
  color: var(--body-text);
}
html .form-item-file-wrap label::placeholder {
  color: var(--body-text);
}
html .form-item-file-wrap label::before {
  content: "";
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../images/upload.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
html .form-item-file-wrap span a {
  color: var(--body-text);
}
html .form-item-file-wrap input {
  background-color: transparent !important;
}

/* Carrers Detail Page End */
/* News Detail Page Start */
@media screen and (max-width: 767.75px) {
  .related-news .row {
    gap: 20px;
  }
}
.related-news .block-block-content .title h2 {
  line-height: 1.15;
  margin-bottom: 0.75em;
}
.related-news .block-block-content .title h2 strong {
  display: block;
}
.related-news .block-block-content .text {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .related-news .block-block-content .text {
    margin-bottom: 30px;
  }
}

.view-related-news .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
@media screen and (max-width: 991.75px) {
  .view-related-news .view-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 991.75px) {
  .view-related-news .view-content .views-row {
    width: calc(50% - 11px);
  }
}
@media screen and (max-width: 991.75px) and (max-width: 575.75px) {
  .view-related-news .view-content .views-row {
    width: 100%;
  }
}

/* News Detail Page End */
/* Product Range Page Start */
.product-category-wrapper.type-2 {
  padding-top: 20px;
}
.product-category-wrapper.type-2 .block-inline-blocktitle-text-link .title h2 {
  line-height: 1.15;
}
.product-category-wrapper.type-2 .block-inline-blocktitle-text-link .title h2 strong {
  display: inline;
}
.product-category-wrapper.type-2 .bs-text-center {
  padding-top: 0;
}
.product-category-wrapper.type-2 .field--type-text-with-summary h2 {
  line-height: 1.15;
  margin-bottom: 45px;
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .product-category-wrapper.type-2 .block-custom-product-range-category-block {
    gap: 30px;
  }
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row {
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  .product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row {
    width: calc(33.3333333333% - 20px);
  }
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row.bs-bg-body-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row.bs-bg-body-text {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row.bs-bg-body-text {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row.bs-bg-body-text .link {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 1400px) {
  .product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row.bs-bg-body-text .link {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row.bs-bg-body-text .link a:hover {
  padding-left: 14px;
  padding-right: 14px;
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row .title h2 {
  font-family: "Caprasimo";
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.15;
}
@media screen and (min-width: 992px) {
  .product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row .title h2 {
    margin-bottom: 35px;
  }
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row .text {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row .text {
    margin-bottom: 35px;
  }
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row[style*="--bg-color: #43A9BC"] {
  --text-color: var(--c-blue);
  color: var(--text-color);
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row[style*="--bg-color: #43A9BC"] a {
  color: var(--text-color);
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row[style*="--bg-color: #43A9BC"] a::after {
  border-color: transparent var(--text-color);
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row[style*="--bg-color: #FDDDB6"] {
  --text-color: var(--c-tertiary);
  color: var(--text-color);
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row[style*="--bg-color: #FDDDB6"] a {
  color: var(--text-color);
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row[style*="--bg-color: #FDDDB6"] a::after {
  border-color: transparent var(--text-color);
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row[style*="--bg-color: #FFD426"] {
  --text-color: var(--c-yellow);
  color: var(--text-color);
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row[style*="--bg-color: #FFD426"] a {
  color: var(--text-color);
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row[style*="--bg-color: #FFD426"] a::after {
  border-color: transparent var(--text-color);
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row[style*="--bg-color: #F7A200"] {
  --text-color: var(--c-orange);
  color: var(--text-color);
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row[style*="--bg-color: #F7A200"] a {
  color: var(--text-color);
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row[style*="--bg-color: #F7A200"] a::after {
  border-color: transparent var(--text-color);
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row[style*="--bg-color: #EB4C49"] {
  --text-color: var(--red);
  color: var(--text-color);
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row[style*="--bg-color: #EB4C49"] a {
  color: var(--text-color);
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .views-row[style*="--bg-color: #EB4C49"] a::after {
  border-color: transparent var(--text-color);
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item {
  background-color: var(--bg-color);
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .img-text-wrap .text {
  display: none;
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .image {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 71.09%;
  overflow: hidden;
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .image::after {
  content: "";
  width: 100%;
  height: 100%;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: var(--bg-color);
  border-radius: 25px 25px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  opacity: var(--hover-op, 0);
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap {
  position: relative;
  padding: 15px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 1200px) {
  .product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap {
    padding: 20px 24px 27px;
  }
}
@media screen and (min-width: 1400px) {
  .product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap {
    padding: 20px 40px 27px;
  }
}
@media screen and (min-width: 1600px) {
  .product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap {
    padding: 20px 45px 27px;
  }
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../images/product detail-shape.svg");
          mask-image: url("../images/product detail-shape.svg");
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--bg-color);
  position: absolute;
  top: -23%;
  left: 0;
}
@media screen and (min-width: 375px) and (max-width: 576px) {
  .product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap::after {
    top: -37%;
  }
}
@media screen and (min-width: 768px) {
  .product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap::after {
    top: -22%;
  }
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .title {
  font-family: "Caprasimo";
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .title h2 {
  font-weight: 400;
  font-family: "Caprasimo";
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .text {
  margin-bottom: 12px;
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .text p {
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .text p:last-child {
  margin-bottom: 0;
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .normal-link {
  position: relative;
  z-index: 1;
  margin-top: auto;
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .normal-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .normal-link a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .normal-link a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .normal-link a {
    font-size: 17px;
  }
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .normal-link a::after {
  left: 0;
  position: relative;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .food-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid;
  text-align: center;
  position: relative;
  z-index: 1;
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .food-items .icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .food-items .icon-wrap .icon {
  background-color: var(--text-color);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item .title-text-wrap .food-items .icon-wrap .icon img {
  opacity: 0;
  display: block;
  max-height: 20px;
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item:hover {
  --hover-op: 1;
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.product-category-wrapper.type-2 .block-custom-product-range-category-block .term-item:hover .normal-link a::after {
  left: 4px;
}

/* Product Range Page End */
/* Product Range Detail Page Start */
.text-btn-wrapper .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 8px;
}
@media screen and (min-width: 992px) {
  .text-btn-wrapper .row {
    padding: 48px 28px;
  }
}
@media screen and (min-width: 1200px) {
  .text-btn-wrapper .row {
    padding: 56px 38px;
  }
}
@media screen and (min-width: 1400px) {
  .text-btn-wrapper .row {
    padding: 66px 58px;
  }
}
.text-btn-wrapper h2 {
  font-weight: 400;
  font-family: "Caprasimo";
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .text-btn-wrapper h2 {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .text-btn-wrapper h2 {
    margin-bottom: 20px;
  }
}
.text-btn-wrapper .text-md-end .link a {
  text-align: left;
}

.year-event-sphere svg,
.year-event-sphere img,
.timeline-text-logos svg,
.timeline-text-logos img {
  max-width: 100%;
  height: auto;
}

/* Product Range Detail Page End */
/* Product Range Detail Page Start */
/* Breadcrumb Start */
.breadcrumb-wrapper {
  border-bottom: 0.25px solid rgba(0, 59, 76, 0.2);
}

nav.breadcrumb {
  margin-bottom: 0;
}
nav.breadcrumb ol.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
}
nav.breadcrumb ol.breadcrumb__list li {
  color: rgba(0, 59, 76, 0.5);
  line-height: 1.15;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
nav.breadcrumb ol.breadcrumb__list li a {
  color: rgba(0, 59, 76, 0.5);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
nav.breadcrumb ol.breadcrumb__list li a:hover {
  color: var(--primary-clr);
}
nav.breadcrumb ol.breadcrumb__list li::before {
  content: ">";
  color: rgba(0, 59, 76, 0.5) !important;
}
nav.breadcrumb ol.breadcrumb__list li:nth-child(1) a {
  font-size: 0;
  -webkit-mask-image: url("../images/home.svg");
          mask-image: url("../images/home.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgba(0, 59, 76, 0.9);
  width: 11px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav.breadcrumb ol.breadcrumb__list li:nth-child(1) a:hover {
  background-color: var(--primary-clr);
}
nav.breadcrumb ol.breadcrumb__list li:nth-child(1)::before {
  display: none;
}
/* Breadcrumb End */
/* Card Section Start */
.product-category-wrapper.type-3 .field--name-body h2 strong {
  color: var(--text-color);
}

.layout-builder-block .cooking-items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-custom-category-related-product-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding-top: 10px;
}
@media screen and (min-width: 992px) {
  .block-custom-category-related-product-range {
    gap: 20px;
    padding-top: 29px;
  }
}
@media screen and (min-width: 1400px) {
  .block-custom-category-related-product-range {
    gap: 32px;
  }
}
.block-custom-category-related-product-range .product-range-item {
  width: 100%;
  background-color: var(--bg-light-color);
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block-custom-category-related-product-range .product-range-item {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .block-custom-category-related-product-range .product-range-item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media screen and (min-width: 1400px) {
  .block-custom-category-related-product-range .product-range-item {
    width: calc(33.3333333333% - 21.3333333333px);
  }
}
.block-custom-category-related-product-range .product-range-item .slider-wrap .swiper .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  padding-bottom: 71.09%;
}
.block-custom-category-related-product-range .product-range-item .slider-wrap .swiper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px 25px 0 0;
  aspect-ratio: 43/31;
  position: absolute;
  top: 0;
  left: 0;
}
.block-custom-category-related-product-range .product-range-item .text-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 15px 20px;
}
@media screen and (min-width: 360px) {
  .block-custom-category-related-product-range .product-range-item .text-wrap {
    padding: 12px 20px 20px;
  }
}
@media screen and (min-width: 768px) {
  .block-custom-category-related-product-range .product-range-item .text-wrap {
    padding: 15px 20px 35px;
  }
}
@media screen and (min-width: 1400px) {
  .block-custom-category-related-product-range .product-range-item .text-wrap {
    padding: 15px 45px 35px;
  }
}
.block-custom-category-related-product-range .product-range-item .text-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../images/product detail-shape.svg");
          mask-image: url("../images/product detail-shape.svg");
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--bg-light-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-16%);
          transform: translateY(-16%);
}
@media screen and (min-width: 425px) and (max-width: 576px) {
  .block-custom-category-related-product-range .product-range-item .text-wrap::after {
    -webkit-transform: translateY(-22%);
            transform: translateY(-22%);
  }
}
@media screen and (min-width: 768px) {
  .block-custom-category-related-product-range .product-range-item .text-wrap::after {
    -webkit-transform: translateY(-18%);
            transform: translateY(-18%);
  }
}
@media screen and (min-width: 1200px) {
  .block-custom-category-related-product-range .product-range-item .text-wrap::after {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}
.block-custom-category-related-product-range .product-range-item .text-wrap .title {
  font-weight: 400;
  font-family: "Caprasimo";
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.block-custom-category-related-product-range .product-range-item .text-wrap .text {
  position: relative;
  z-index: 2;
}
.block-custom-category-related-product-range .product-range-item .text-wrap .cooking-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1400px) {
  .block-custom-category-related-product-range .product-range-item .text-wrap .cooking-items {
    gap: 25px;
  }
}
.block-custom-category-related-product-range .product-range-item .text-wrap .cooking-items .icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.block-custom-category-related-product-range .product-range-item .text-wrap .cooking-items .icon-item .icon {
  width: 20px;
}
@media screen and (min-width: 992px) {
  .block-custom-category-related-product-range .product-range-item .text-wrap .cooking-items .icon-item .icon {
    width: 25px;
  }
}
.block-custom-category-related-product-range .product-range-item .text-wrap .cooking-items .icon-item .icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.block-custom-category-related-product-range .product-range-item .text-wrap .variant-items {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.block-custom-category-related-product-range .product-range-item .text-wrap .variant-items ul {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.block-custom-category-related-product-range .product-range-item .text-wrap .variant-items ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.block-custom-category-related-product-range .product-range-item .text-wrap .variant-items ul li::before {
  content: "";
  width: 21px;
  min-width: 21px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../images/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-color: var(--text-color);
  border-radius: 5px;
}
.block-custom-category-related-product-range .product-range-item .text-wrap .normal-link {
  padding-top: 30px;
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.block-custom-category-related-product-range .product-range-item .text-wrap .normal-link a {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.block-custom-category-related-product-range .product-range-item .text-wrap .normal-link a::after {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.block-custom-category-related-product-range .product-range-item .text-wrap .normal-link a:hover {
  color: var(--text-color);
}
.block-custom-category-related-product-range .product-range-item .text-wrap .normal-link a:hover::after {
  border-color: transparent var(--text-color);
}
.block-custom-category-related-product-range .product-range-item .swiper-controllers-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  margin-top: -80px;
  padding-bottom: 35px;
  padding-right: 20px;
  min-height: 48px;
}
@media screen and (min-width: 1400px) {
  .block-custom-category-related-product-range .product-range-item .swiper-controllers-wrap {
    padding-bottom: 22px;
    min-height: 35px;
  }
}
.block-custom-category-related-product-range .product-range-item .swiper-controllers-wrap .swiper-button-prev,
.block-custom-category-related-product-range .product-range-item .swiper-controllers-wrap .swiper-button-next {
  position: relative;
  z-index: 3;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--body-text);
  border-radius: 8px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.block-custom-category-related-product-range .product-range-item .swiper-controllers-wrap .swiper-button-prev svg,
.block-custom-category-related-product-range .product-range-item .swiper-controllers-wrap .swiper-button-next svg {
  width: 12px;
}
.block-custom-category-related-product-range .product-range-item .swiper-controllers-wrap .swiper-button-prev:hover,
.block-custom-category-related-product-range .product-range-item .swiper-controllers-wrap .swiper-button-next:hover {
  background-color: var(--text-color);
}
.block-custom-category-related-product-range .product-range-item .swiper-controllers-wrap .swiper-button-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#layout-builder .block-custom-category-related-product-range .product-range-item.extra-content {
  display: none !important;
}
.block-custom-category-related-product-range .product-range-item.extra-content {
  background-color: transparent;
}
@media screen and (max-width: 1199.75px) {
  .block-custom-category-related-product-range .product-range-item.extra-content {
    display: none !important;
  }
}
.block-custom-category-related-product-range .product-range-item.extra-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 12px 12px 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block-custom-category-related-product-range .product-range-item.extra-content .row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.block-custom-category-related-product-range .product-range-item.extra-content .row > div {
  width: 100%;
}
.block-custom-category-related-product-range .product-range-item.extra-content h2 {
  font-family: "Caprasimo";
}
.block-custom-category-related-product-range .product-range-item.extra-content .link {
  text-align: center;
}
.block-custom-category-related-product-range .product-range-item.extra-content .link a {
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .not-multiple-three .text-btn-wrapper.hide-even {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .not-multiple-three #layout-builder .text-btn-wrapper.hide-even {
    display: block !important;
  }
}

@media screen and (max-width: 767.75px) {
  .nutshell-section.type-2 {
    padding-bottom: 48px !important;
  }
}
.nutshell-section.type-2 .row {
  padding: 30px 20px;
}
@media screen and (min-width: 992px) {
  .nutshell-section.type-2 .row {
    padding: 40px 28px;
  }
}
@media screen and (min-width: 1200px) {
  .nutshell-section.type-2 .row {
    padding: 50px 24px 38px;
  }
}
.nutshell-section.type-2 .paragraph--type--icon-title-text .icon {
  max-width: 87px;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
}
.nutshell-section.type-2 .paragraph--type--icon-title-text .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.nutshell-section.type-2 .foodTypesSwiper {
  padding-bottom: 20px;
}
.nutshell-section.type-2 .swiper-pagination {
  position: relative;
  bottom: unset;
  top: unset;
  left: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.nutshell-section.type-2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--c-white);
}
.nutshell-section.type-2 .swiper-pagination-bullet-active {
  outline: 1px solid var(--c-white);
  outline-offset: 4px;
}

@media screen and (max-width: 767.75px) {
  .product-category-wrapper.type-3 {
    gap: 15px;
  }
}
.product-category-wrapper.type-3 .field--name-body h2 {
  line-height: 1.15;
}
.product-category-wrapper.type-3 .block-inline-blockbasic {
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .product-category-wrapper.type-3 .block-inline-blockbasic {
    padding-top: 50px;
  }
}
.product-category-wrapper.type-3 .block-custom-product-range-category-block .views-row {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 575.75px) {
  .product-category-wrapper.type-3 .block-custom-product-range-category-block .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767.75px) {
  .product-category-wrapper.type-3 .block-custom-product-range-category-block .views-row .title-text-wrap::after {
    top: -35%;
  }
}
@media screen and (max-width: 575.75px) {
  .product-category-wrapper.type-3 .block-custom-product-range-category-block .views-row .title-text-wrap::after {
    top: -23%;
  }
}
@media screen and (min-width: 425px) and (max-width: 576px) {
  .product-category-wrapper.type-3 .block-custom-product-range-category-block .views-row .title-text-wrap::after {
    top: -35%;
  }
}
@media screen and (min-width: 768px) {
  .product-category-wrapper.type-3 .block-custom-product-range-category-block .views-row .title-text-wrap::after {
    top: -25%;
  }
}
.product-category-wrapper.type-3 .title h2 {
  margin-bottom: 15px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .product-category-wrapper.type-3 .title h2 {
    margin-bottom: 35px;
  }
}
.product-category-wrapper.type-3 .title h2 strong {
  font-weight: 400;
  font-family: "Caprasimo";
  display: block;
}
@media screen and (min-width: 992px) {
  .product-category-wrapper.type-3 .text {
    margin-bottom: 35px;
  }
}
.product-category-wrapper.type-3 .paragraph--type--links {
  text-align: unset;
}

/* Card Section End */
/* Product Range Detail Page End */
/* Search result page start */
.search-result-page .block-local-tasks-block {
  display: none;
}

.search-content-inner {
  max-width: 802px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .search-content-inner {
    padding-top: 50px;
  }
}
.search-content-inner .title h2 {
  font-family: "Caprasimo";
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .search-content-inner .title h2 {
    margin-bottom: 35px;
  }
}
.search-content-inner ol.search-results {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .search-content-inner ol.search-results {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .search-content-inner ol.search-results {
    padding-bottom: 70px;
  }
}
.search-content-inner ol.search-results li {
  background-color: var(--blue-light);
  border-radius: 25px;
  padding: 20px 30px 5px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .search-content-inner ol.search-results li {
    padding: 30px 40px 14px;
  }
}
.search-content-inner ol.search-results li h3 {
  margin-bottom: 20px;
}
.search-content-inner ol.search-results li h3 a {
  font-weight: 400;
  font-family: "Caprasimo";
  color: var(--body-text);
  text-decoration: underline;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.search-content-inner ol.search-results li h3 a:hover {
  color: var(--primary-clr);
}
.search-content-inner .no-result {
  padding-bottom: 3px;
}
@media screen and (min-width: 992px) {
  .search-content-inner .no-result {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .search-content-inner .no-result {
    padding-bottom: 70px;
  }
}
.search-content-inner .no-result h3 {
  font-family: "Caprasimo";
  font-weight: 400;
}
.search-content-inner .load-more-wrapper {
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .search-content-inner .load-more-wrapper {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .search-content-inner .load-more-wrapper {
    padding-bottom: 110px;
  }
}
.search-content-inner .load-more-wrapper a {
  color: var(--body-text);
  text-decoration: underline;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  cursor: pointer;
}
.search-content-inner .load-more-wrapper a:hover {
  color: var(--primary-clr);
}

/* Search result page end */
.view-all-brands .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .view-all-brands .view-content {
    gap: 30px;
  }
}
.view-all-brands .view-content > .views-row {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .view-all-brands .view-content > .views-row {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 768px) {
  .view-all-brands .view-content > .views-row {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 992px) {
  .view-all-brands .view-content > .views-row {
    width: calc(33.3333333333% - 20px);
  }
}
.view-all-brands .view-content > .views-row > .views-field {
  height: 100%;
}
.view-all-brands .view-content > .views-row > .views-field > .field-content {
  display: block;
  height: 100%;
}
.view-all-brands .view-content > .views-row .views-field-tid {
  display: none;
}

.brand-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--blue-light);
  border-radius: 25px;
  position: relative;
}
.brand-item .overlay-link {
  border-radius: 25px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.brand-item .img-text-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 20px;
  margin-right: -100%;
}
@media screen and (min-width: 768px) {
  .brand-item .img-text-wrap {
    padding: 35px 40px;
  }
}
@media screen and (min-width: 992px) {
  .brand-item .img-text-wrap {
    padding: 24px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .brand-item .img-text-wrap {
    padding: 30px 32px;
  }
}
@media screen and (min-width: 1400px) {
  .brand-item .img-text-wrap {
    padding: 35px 40px;
  }
}
.brand-item .img-text-wrap .image {
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
@media screen and (min-width: 1200px) {
  .brand-item .img-text-wrap .image {
    margin-bottom: 24px;
  }
}
.brand-item .img-text-wrap .image img {
  display: block;
  max-width: 165px;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand-item .img-text-wrap .text {
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .brand-item .img-text-wrap .text {
    margin-bottom: 20px;
  }
}
.brand-item .img-text-wrap .title {
  font-size: 23px;
  line-height: 1.1304347826;
  font-weight: normal;
  font-family: "Caprasimo";
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .brand-item .img-text-wrap .title {
    margin-bottom: 20px;
  }
}
.brand-item .img-text-wrap .normal-link {
  margin-top: auto;
}
.brand-item .hover-img-wrap {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.brand-item .hover-img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 430/350;
  display: block;
  border-radius: 25px;
}
.brand-item:hover .hover-img-wrap {
  opacity: 1;
  visibility: visible;
}

.ui-dialog .search-item-icon,
.ui-dialog .search-item-close {
  display: none !important;
}

article.node--type-nieuws .news-detail-content {
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  article.node--type-nieuws .news-detail-content .container {
    min-width: 0;
    max-width: 826px;
  }
}
article.node--type-nieuws .news-detail-content .block-field-blocknodenieuwsfield-media-image {
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  article.node--type-nieuws .news-detail-content .block-field-blocknodenieuwsfield-media-image {
    padding-top: 40px;
  }
}
article.node--type-nieuws .news-detail-content .block-field-blocknodenieuwsfield-media-image img {
  aspect-ratio: 802/500;
  border-radius: 25px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
article.node--type-nieuws .news-detail-content .block-field-blocknodenieuwscreated {
  font-size: 17px;
  color: var(--primary-clr);
  font-weight: bold;
}
article.node--type-nieuws .news-detail-content .block-field-blocknodenieuwsbody {
  padding-top: 24px;
}
@media screen and (min-width: 992px) {
  article.node--type-nieuws .news-detail-content .block-field-blocknodenieuwsbody {
    padding-top: 35px;
  }
}
article.node--type-nieuws .news-detail-content .block-field-blocknodenieuwsbody p:last-child {
  margin-bottom: 0;
}
article.node--type-nieuws .news-detail-content .block-field-blocknodenieuwsfield-description,
article.node--type-nieuws .news-detail-content .block-inline-blockbasic {
  padding-top: 32px;
}
@media screen and (min-width: 992px) {
  article.node--type-nieuws .news-detail-content .block-field-blocknodenieuwsfield-description,
  article.node--type-nieuws .news-detail-content .block-inline-blockbasic {
    padding-top: 48px;
  }
}
@media screen and (min-width: 1400px) {
  article.node--type-nieuws .news-detail-content .block-field-blocknodenieuwsfield-description,
  article.node--type-nieuws .news-detail-content .block-inline-blockbasic {
    padding-top: 70px;
  }
}
article.node--type-nieuws .news-detail-content .block-field-blocknodenieuwsfield-description p:last-child,
article.node--type-nieuws .news-detail-content .block-inline-blockbasic p:last-child {
  margin-bottom: 0;
}
article.node--type-nieuws .news-detail-content .block-field-blocknodenieuwsfield-description p strong,
article.node--type-nieuws .news-detail-content .block-inline-blockbasic p strong {
  font-weight: normal;
  font-family: "Caprasimo";
}
article.node--type-nieuws .news-detail-content .normal-link {
  margin-top: 15px;
}
article.node--type-nieuws .news-detail-content .normal-link a {
  color: var(--primary-clr);
}
article.node--type-nieuws .news-detail-content .normal-link a::after {
  position: relative;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  border-color: transparent var(--primary-clr);
}
@media screen and (min-width: 992px) {
  article.node--type-nieuws .news-detail-content .normal-link a:hover {
    color: var(--body-text);
  }
  article.node--type-nieuws .news-detail-content .normal-link a:hover::after {
    border-color: transparent var(--body-text);
  }
}
article.node--type-nieuws .news-detail-content .normal-link a.expanded::after {
  border-color: var(--primary-clr) transparent;
  border-width: 0 5px 9px 5px;
}
@media screen and (min-width: 992px) {
  article.node--type-nieuws .news-detail-content .normal-link a.expanded:hover::after {
    border-color: var(--body-text) transparent;
  }
}
article.node--type-nieuws .social-share-wrap {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  article.node--type-nieuws .social-share-wrap {
    margin-top: 70px;
  }
}
@media screen and (min-width: 992px) {
  article.node--type-nieuws .social-share-wrap .container {
    min-width: 0;
    max-width: 826px;
  }
}
article.node--type-nieuws .social-share-wrap .block-addtoany-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid var(--body-text);
}
@media screen and (min-width: 992px) {
  article.node--type-nieuws .social-share-wrap .block-addtoany-block {
    padding-top: 35px;
  }
}
article.node--type-nieuws .social-share-wrap .block-addtoany-block h2 {
  line-height: 1.2;
  font-family: "Outfit";
  font-weight: normal;
  font-size: 17px;
  margin: 0;
}
article.node--type-nieuws .addtoany_list .addtoany_share {
  display: none !important;
}
article.node--type-nieuws .addtoany_list a {
  opacity: 1;
  font-size: 25px;
  line-height: 1;
}
article.node--type-nieuws .addtoany_list a .a2a_svg.a2a_s__default {
  background-color: var(--body-text) !important;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  opacity: 1;
  width: 25px;
  display: block;
  height: 25px;
  line-height: 25px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
article.node--type-nieuws .addtoany_list a .a2a_svg.a2a_s__default.a2a_s_linkedin {
  -webkit-mask-image: url("../images/linkedin.svg");
          mask-image: url("../images/linkedin.svg");
}
article.node--type-nieuws .addtoany_list a .a2a_svg.a2a_s__default.a2a_s_facebook {
  -webkit-mask-image: url("../images/facebook.svg");
          mask-image: url("../images/facebook.svg");
}
article.node--type-nieuws .addtoany_list a .a2a_svg.a2a_s__default.a2a_s_email {
  -webkit-mask-image: url("../images/mail-2.svg");
          mask-image: url("../images/mail-2.svg");
}
article.node--type-nieuws .addtoany_list a .a2a_svg.a2a_s__default svg {
  opacity: 0;
}
article.node--type-nieuws .addtoany_list a:hover {
  opacity: 1;
}
article.node--type-nieuws .addtoany_list a:hover .a2a_svg.a2a_s__default {
  opacity: 1;
  background-color: var(--primary-clr) !important;
}

.relatedNewsSwiper {
  width: 100%;
}
.relatedNewsSwiper .swiper-wrapper {
  height: auto;
}
.relatedNewsSwiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.relatedNewsSwiper .swiper-wrapper .swiper-slide > .views-field {
  height: 100%;
}
.relatedNewsSwiper .swiper-wrapper .swiper-slide > .views-field > .field-content {
  display: block;
  height: 100%;
}

.testimonialSwiper .swiper-controllers-wrap,
.relatedNewsSwiper .swiper-controllers-wrap,
.vacancySwiper .swiper-controllers-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.testimonialSwiper .swiper-controllers-wrap .swiper-button-next,
.testimonialSwiper .swiper-controllers-wrap .swiper-button-prev,
.relatedNewsSwiper .swiper-controllers-wrap .swiper-button-next,
.relatedNewsSwiper .swiper-controllers-wrap .swiper-button-prev,
.vacancySwiper .swiper-controllers-wrap .swiper-button-next,
.vacancySwiper .swiper-controllers-wrap .swiper-button-prev {
  height: 45px;
  width: 45px;
  border-radius: 12px;
  background-color: var(--blue-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  position: relative;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin-top: 32px;
}
.bs-bg-light-blue .testimonialSwiper .swiper-controllers-wrap .swiper-button-next,
.bs-bg-light-blue .testimonialSwiper .swiper-controllers-wrap .swiper-button-prev,
.bs-bg-light-blue .relatedNewsSwiper .swiper-controllers-wrap .swiper-button-next,
.bs-bg-light-blue .relatedNewsSwiper .swiper-controllers-wrap .swiper-button-prev,
.bs-bg-light-blue .vacancySwiper .swiper-controllers-wrap .swiper-button-next,
.bs-bg-light-blue .vacancySwiper .swiper-controllers-wrap .swiper-button-prev {
  background-color: var(--c-white);
}
.testimonialSwiper .swiper-controllers-wrap .swiper-button-next::after,
.testimonialSwiper .swiper-controllers-wrap .swiper-button-prev::after,
.relatedNewsSwiper .swiper-controllers-wrap .swiper-button-next::after,
.relatedNewsSwiper .swiper-controllers-wrap .swiper-button-prev::after,
.vacancySwiper .swiper-controllers-wrap .swiper-button-next::after,
.vacancySwiper .swiper-controllers-wrap .swiper-button-prev::after {
  content: "";
  -webkit-mask-image: url("../images/right-triangle.svg");
          mask-image: url("../images/right-triangle.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--body-text);
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.testimonialSwiper .swiper-controllers-wrap .swiper-button-next.swiper-button-lock,
.testimonialSwiper .swiper-controllers-wrap .swiper-button-prev.swiper-button-lock,
.relatedNewsSwiper .swiper-controllers-wrap .swiper-button-next.swiper-button-lock,
.relatedNewsSwiper .swiper-controllers-wrap .swiper-button-prev.swiper-button-lock,
.vacancySwiper .swiper-controllers-wrap .swiper-button-next.swiper-button-lock,
.vacancySwiper .swiper-controllers-wrap .swiper-button-prev.swiper-button-lock {
  display: none;
}
.testimonialSwiper .swiper-controllers-wrap .swiper-button-next:hover,
.testimonialSwiper .swiper-controllers-wrap .swiper-button-prev:hover,
.relatedNewsSwiper .swiper-controllers-wrap .swiper-button-next:hover,
.relatedNewsSwiper .swiper-controllers-wrap .swiper-button-prev:hover,
.vacancySwiper .swiper-controllers-wrap .swiper-button-next:hover,
.vacancySwiper .swiper-controllers-wrap .swiper-button-prev:hover {
  background-color: var(--body-text);
}
.testimonialSwiper .swiper-controllers-wrap .swiper-button-next:hover::after,
.testimonialSwiper .swiper-controllers-wrap .swiper-button-prev:hover::after,
.relatedNewsSwiper .swiper-controllers-wrap .swiper-button-next:hover::after,
.relatedNewsSwiper .swiper-controllers-wrap .swiper-button-prev:hover::after,
.vacancySwiper .swiper-controllers-wrap .swiper-button-next:hover::after,
.vacancySwiper .swiper-controllers-wrap .swiper-button-prev:hover::after {
  background-color: var(--c-white);
}
.testimonialSwiper .swiper-controllers-wrap .swiper-button-next svg,
.testimonialSwiper .swiper-controllers-wrap .swiper-button-prev svg,
.relatedNewsSwiper .swiper-controllers-wrap .swiper-button-next svg,
.relatedNewsSwiper .swiper-controllers-wrap .swiper-button-prev svg,
.vacancySwiper .swiper-controllers-wrap .swiper-button-next svg,
.vacancySwiper .swiper-controllers-wrap .swiper-button-prev svg {
  display: none;
}
.testimonialSwiper .swiper-controllers-wrap .swiper-button-prev::after,
.relatedNewsSwiper .swiper-controllers-wrap .swiper-button-prev::after,
.vacancySwiper .swiper-controllers-wrap .swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.block-inline-blockbasic h2 {
  margin-bottom: 1em;
  font-weight: 600;
  line-height: 1.15;
}
.block-inline-blockbasic h2 strong {
  display: block;
  font-weight: normal;
  font-family: "Caprasimo";
}

.swiper .vacancy-item {
  height: auto;
  background-color: var(--c-white);
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.swiper .vacancy-item .paragraph--type--image-title-text-link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper .vacancy-item .paragraph--type--image-title-text-link .text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper .vacancy-item .paragraph--type--image-title-text-link .text-wrap .normal-link {
  margin-top: auto;
}
.swiper .vacancy-item .overlay-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.swiper .vacancy-item .overlay-link a {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0;
  border-color: var(--c-white);
  border-width: 0;
  border-radius: 25px;
  border-style: solid;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.swiper .vacancy-item .img-wrap {
  border-radius: 25px 25px 0 0;
  border: 0px solid var(--c-white);
  overflow: hidden;
  aspect-ratio: 430/302;
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
}
.swiper .vacancy-item .img-wrap img {
  aspect-ratio: 430/302;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 25px 25px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper .vacancy-item .text-wrap {
  position: relative;
  z-index: 1;
  padding: 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .swiper .vacancy-item .text-wrap {
    padding: 0 24px 24px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper .vacancy-item .text-wrap {
    padding: 0 30px 30px;
  }
}
@media screen and (min-width: 1400px) {
  .swiper .vacancy-item .text-wrap {
    padding: 0 40px 40px;
  }
}
.swiper .vacancy-item .text-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../images/product detail-shape.svg");
          mask-image: url("../images/product detail-shape.svg");
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--c-white);
  position: absolute;
  top: 0;
  margin-top: -15%;
  left: 0;
}
.swiper .vacancy-item .title {
  position: relative;
  z-index: 1;
  font-family: "Caprasimo";
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .swiper .vacancy-item .title {
    margin-bottom: 20px;
  }
}
.swiper .vacancy-item .title a {
  color: var(--body-text);
}
.swiper .vacancy-item .text {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .swiper .vacancy-item .text {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper .vacancy-item .text {
    margin-bottom: 20px;
  }
}
.swiper .vacancy-item .text p:last-child {
  margin-bottom: 0;
}
.swiper .vacancy-item .normal-link {
  position: relative;
  z-index: 1;
}
.swiper .vacancy-item .normal-link a {
  color: var(--body-text);
  font-weight: 600;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.swiper .vacancy-item .normal-link a::after {
  position: relative;
  left: 0;
  margin-top: 4px;
  content: "";
  border-width: 5px 0px 5px 9px;
  border-style: solid;
  border-color: transparent var(--body-text);
  margin-right: 0;
  margin-left: 12px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  height: 0;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .swiper .vacancy-item .normal-link a::after {
    margin-left: 15px;
  }
}
.swiper .vacancy-item:hover .overlay-link a {
  border-width: 10px;
}
.swiper .vacancy-item:hover .img-wrap {
  border-width: 1px 1px 0 1px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.swiper .vacancy-item:hover .img-wrap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.swiper .vacancy-item:hover .normal-link {
  position: relative;
  z-index: 1;
}
.swiper .vacancy-item:hover .normal-link a {
  color: var(--primary-clr);
}
.swiper .vacancy-item:hover .normal-link a::after {
  left: 2px;
  border-color: transparent var(--primary-clr);
}

@media screen and (min-width: 992px) {
  .testomonial-slider-sec.container-small .container {
    min-width: 0;
    max-width: 826px;
  }
}

.testimonialSwiper {
  padding-top: 24px;
}
.testimonialSwiper .text {
  text-align: center;
}
.testimonialSwiper .text p {
  line-height: 1.05;
  font-family: "Caprasimo";
  font-weight: 400;
  margin-bottom: 33px;
}
.testimonialSwiper .text p strong {
  font-weight: 400;
}
.testimonialSwiper .text::before {
  content: "";
  -webkit-mask-image: url("../images/double-quote.svg");
          mask-image: url("../images/double-quote.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 40px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
  background-color: currentColor;
}
@media screen and (min-width: 992px) {
  .testimonialSwiper .text::before {
    margin-bottom: 33px;
    width: 50px;
    height: 38px;
  }
}
.testimonialSwiper .title {
  font-size: 17px;
  font-weight: normal;
  text-align: center;
}

/* Sustainability Page Start */
ol.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}
ol.breadcrumb li {
  font-size: 13px;
  line-height: 1.15;
  font-weight: 300;
  color: rgba(0, 59, 76, 0.5);
}
ol.breadcrumb li::before {
  content: ">" !important;
  color: rgba(0, 59, 76, 0.5) !important;
}
ol.breadcrumb li a {
  color: rgba(0, 59, 76, 0.5);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
ol.breadcrumb li a:hover {
  color: var(--primary-clr);
}
ol.breadcrumb li:nth-child(1) a {
  font-size: 0;
  -webkit-mask-image: url("../images/home.svg");
          mask-image: url("../images/home.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgba(0, 59, 76, 0.9);
  width: 11px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
ol.breadcrumb li:nth-child(1) a:hover {
  background-color: var(--primary-clr);
}
ol.breadcrumb li:nth-child(1)::before {
  display: none;
}

/* Banner Section Start */
.banner-type-1 {
  position: relative;
}
@media screen and (max-width: 767.75px) {
  .banner-type-1 {
    padding-top: 42%;
    margin-bottom: calc(var(--banner-card-height) - 100px);
  }
}
.banner-type-1::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../images/divider.svg");
          mask-image: url("../images/divider.svg");
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 103% auto;
          mask-size: 103% auto;
  background-color: var(--c-white);
  position: absolute;
  bottom: -2px;
  right: 0;
}
.banner-type-1 .text-wrap {
  margin-bottom: calc(var(--banner-card-height) * -1 + 100px);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .banner-type-1 .text-wrap {
    margin-bottom: -40px;
  }
}
@media screen and (min-width: 992px) {
  .banner-type-1 .text-wrap {
    margin-bottom: -68px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-type-1 .text-wrap {
    margin-bottom: -88px;
  }
}
.banner-type-1 .text-wrap .block-inline-blocktitle-text-link {
  border-radius: 25px;
  padding: 32px 20px;
}
@media screen and (min-width: 768px) {
  .banner-type-1 .text-wrap .block-inline-blocktitle-text-link {
    padding: 40px 45px;
    border-radius: 80px;
  }
}
@media screen and (min-width: 992px) {
  .banner-type-1 .text-wrap .block-inline-blocktitle-text-link {
    padding: 45px 50px;
    border-radius: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-type-1 .text-wrap .block-inline-blocktitle-text-link {
    padding: 69px 65px;
    border-radius: 150px;
  }
}
.banner-type-1 .text-wrap .title h2 {
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .banner-type-1 .text-wrap .title h2 {
    margin-bottom: 32px;
  }
}
.banner-type-1 .text-wrap .title h2 strong {
  font-family: "Caprasimo";
  font-weight: 400;
  display: block;
}
.banner-type-1 .text-wrap .text {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.35;
}
.banner-type-1 .text-wrap .text strong {
  font-family: "Caprasimo";
  font-weight: 400;
}
.banner-type-1 .text-wrap .link {
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .banner-type-1 .text-wrap .link {
    margin-top: 32px;
  }
}
.banner-type-1.type-about .text {
  font-size: 14px;
  line-height: 1.35;
}
@media screen and (min-width: 992px) {
  .banner-type-1.type-about .text {
    font-size: 17px;
  }
}
.banner-type-1.type-about .text strong {
  font-family: "Outfit";
  font-weight: 500;
}

/* Banner Section End */
/* Good Food Img Text Section Start */
.food-img-text-wrap .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.75px) {
  .food-img-text-wrap .row {
    gap: 20px;
  }
}
.food-img-text-wrap .img-wrap .field--name-field-media-image .field__item {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 78.31%;
  overflow: hidden;
  border-radius: 25%;
}
.food-img-text-wrap .img-wrap .field--name-field-media-image .field__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 83/65;
  border-radius: 25%;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (min-width: 992px) {
  .food-img-text-wrap .img-wrap .field--name-field-media-image .field__item:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (min-width: 768px) {
  .food-img-text-wrap .text-wrap {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .food-img-text-wrap .text-wrap .block-layout-builder {
    max-width: 528px;
    margin-left: auto;
  }
}
.food-img-text-wrap .text-wrap .title h2 {
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .food-img-text-wrap .text-wrap .title h2 {
    margin-bottom: 35px;
  }
}
.food-img-text-wrap .text-wrap .title h2 strong {
  font-family: "Caprasimo";
  font-weight: 400;
  display: block;
}
.food-img-text-wrap .text-wrap .text {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .food-img-text-wrap .text-wrap .text {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .food-img-text-wrap .text-wrap .text {
    margin-bottom: 32px;
  }
}

/* Good Food Img Text Section End */
/* Sustainability Page End */
/* About Us Page Start */
/* Good Life Foods And Logo Wrap Section Start */
.food-text-logo-wrap {
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .food-text-logo-wrap {
    padding-top: 20px;
  }
}
.food-text-logo-wrap .block-inline-blockbasic {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .food-text-logo-wrap .block-inline-blockbasic {
    margin-bottom: 35px;
  }
}
.food-text-logo-wrap .field--type-text-with-summary {
  max-width: 47em;
  margin: 0 auto;
}
.food-text-logo-wrap .field--type-text-with-summary h2 {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .food-text-logo-wrap .field--type-text-with-summary h2 {
    margin-bottom: 35px;
  }
}
.food-text-logo-wrap .field--type-text-with-summary h2 strong {
  display: block;
  font-family: "Caprasimo";
  font-weight: 400;
}
.food-text-logo-wrap .field--type-text-with-summary p strong {
  font-size: 15px;
  font-family: "Caprasimo";
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .food-text-logo-wrap .field--type-text-with-summary p strong {
    font-size: 17px;
  }
}
@media screen and (min-width: 1400px) {
  .food-text-logo-wrap .field--type-text-with-summary p strong {
    font-size: 18px;
  }
}
.food-text-logo-wrap .field--name-field-add-icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 575.75px) {
  .food-text-logo-wrap .field--name-field-add-icon-link {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .food-text-logo-wrap .field--name-field-add-icon-link {
    gap: 35px;
  }
}
.food-text-logo-wrap .field--name-field-add-icon-link .paragraph--type--icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (min-width: 576px) {
  .food-text-logo-wrap .field--name-field-add-icon-link .paragraph--type--icon-link {
    width: 160px;
    height: 160px;
  }
}
@media screen and (min-width: 992px) {
  .food-text-logo-wrap .field--name-field-add-icon-link .paragraph--type--icon-link {
    width: 200px;
    height: 200px;
  }
}
.food-text-logo-wrap .field--name-field-add-icon-link .paragraph--type--icon-link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--blue-light);
  border-radius: 25%;
}
.food-text-logo-wrap .field--name-field-add-icon-link .paragraph--type--icon-link .logo {
  position: relative;
  z-index: 1;
}
.food-text-logo-wrap .field--name-field-add-icon-link .paragraph--type--icon-link .logo img, .food-text-logo-wrap .field--name-field-add-icon-link .paragraph--type--icon-link .logo svg {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Good Life Foods And Logo Wrap Section End */
/* Text Map Section Start */
.text-map-wrap .row {
  overflow: hidden;
}
.text-map-wrap .text-wrap {
  padding: 30px 16px;
}
@media screen and (min-width: 992px) {
  .text-map-wrap .text-wrap {
    padding: 50px 0 50px 50px;
  }
}
@media screen and (min-width: 1400px) {
  .text-map-wrap .text-wrap {
    padding: 70px 0 70px 70px;
  }
}
.text-map-wrap .text-wrap .title h2 {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .text-map-wrap .text-wrap .title h2 {
    margin-bottom: 35px;
  }
}
.text-map-wrap .text-wrap .title h2 strong {
  display: block;
  font-family: "Caprasimo";
  font-weight: 400;
}
.text-map-wrap .text-wrap .text p strong {
  font-weight: 400;
  font-family: "Caprasimo";
}
.text-map-wrap .text-wrap .text ol {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 8px;
  margin-bottom: 15px;
  padding-left: 25px;
  counter-reset: sec-counter;
}
@media screen and (min-width: 992px) {
  .text-map-wrap .text-wrap .text ol {
    margin-bottom: 35px;
  }
}
.text-map-wrap .text-wrap .text ol li {
  position: relative;
}
.text-map-wrap .text-wrap .text ol li::before {
  counter-increment: sec-counter;
  content: counter(sec-counter) ". ";
  position: absolute;
  left: -25px;
}
.text-map-wrap .img-wrap {
  -webkit-mask-image: url("../images/map-shape-img.svg");
          mask-image: url("../images/map-shape-img.svg");
  -webkit-mask-position: center left;
          mask-position: center left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  padding: 0;
}
.text-map-wrap .img-wrap .block-inline-blockimage,
.text-map-wrap .img-wrap .field--name-field-image,
.text-map-wrap .img-wrap .media--type-image {
  width: 100%;
  height: 100%;
}
.text-map-wrap .img-wrap .field--name-field-media-image {
  width: 100%;
  height: 100%;
}
.text-map-wrap .img-wrap .field--name-field-media-image .field__item {
  width: 100%;
  height: 100%;
}
.text-map-wrap .img-wrap .field--name-field-media-image .field__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Text Map Section End */
/* Snack Industry Section Start */
.snack-industry-section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.75px) {
  .snack-industry-section .row {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .snack-industry-section .text-wrap {
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .snack-industry-section .text-wrap .block-inline-blocktitle-text-link {
    max-width: 528px;
    margin-right: auto;
  }
}
.snack-industry-section .text-wrap .title h2 {
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .snack-industry-section .text-wrap .title h2 {
    margin-bottom: 35px;
  }
}
.snack-industry-section .text-wrap .title h2 strong {
  font-family: "Caprasimo";
  font-weight: 400;
  display: block;
}
.snack-industry-section .text-wrap .link.green {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .snack-industry-section .text-wrap .link.green {
    margin-top: 35px;
  }
}
.snack-industry-section .img-wrap .field--name-field-media-image .field__item {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 78.31%;
}
.snack-industry-section .img-wrap .field--name-field-media-image .field__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 83/65;
  border-radius: 25%;
}

/* Snack Industry Section End */
/* Timeline Section Start */
.timeline-content-outer .timeline-title h2 strong {
  display: block;
  font-family: "Caprasimo";
  font-weight: 400;
}

/* Timeline Section End */
/* NutShell Section Start */
@media screen and (max-width: 767.75px) {
  .nutshell-section {
    padding-bottom: 40% !important;
  }
}
.nutshell-section .bs-bg-dark-green.bs-border-radius-55 {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 992px) {
  .nutshell-section .bs-bg-dark-green.bs-border-radius-55 {
    padding-top: 40px;
    padding-bottom: 55px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .nutshell-section .bs-bg-dark-green.bs-border-radius-55 {
    padding-top: 50px;
    padding-bottom: 65px;
    padding-right: 36px;
    padding-left: 37px;
  }
}
@media screen and (min-width: 1400px) {
  .nutshell-section .bs-bg-dark-green.bs-border-radius-55 {
    padding-top: 63px;
    padding-bottom: 78px;
  }
}
.nutshell-section h2 {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .nutshell-section h2 {
    margin-bottom: 35px;
  }
}
.nutshell-section h2 strong {
  display: block;
  font-family: "Caprasimo";
  font-weight: 400;
}
.nutshell-section .field--name-field-add-icon-title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
@media screen and (min-width: 1200px) {
  .nutshell-section .field--name-field-add-icon-title-text {
    gap: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .nutshell-section .field--name-field-add-icon-title-text {
    gap: 53px;
  }
}
.nutshell-section .field--name-field-add-icon-title-text > .field__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nutshell-section .field--name-field-add-icon-title-text > .field__item {
    width: calc(50% - 12.5px);
  }
}
@media screen and (min-width: 992px) {
  .nutshell-section .field--name-field-add-icon-title-text > .field__item {
    width: calc(25% - 18.75px);
  }
}
@media screen and (min-width: 1200px) {
  .nutshell-section .field--name-field-add-icon-title-text > .field__item {
    width: calc(25% - 33.75px);
  }
}
@media screen and (min-width: 1400px) {
  .nutshell-section .field--name-field-add-icon-title-text > .field__item {
    width: calc(25% - 39.75px);
  }
}
.nutshell-section .field--name-field-add-icon-title-text .icon .field--name-field-media-image .field__item {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .nutshell-section .field--name-field-add-icon-title-text .icon .field--name-field-media-image .field__item {
    padding: 14px;
  }
}
@media screen and (min-width: 992px) {
  .nutshell-section .field--name-field-add-icon-title-text .icon .field--name-field-media-image .field__item {
    width: 75px;
    height: 75px;
    padding: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .nutshell-section .field--name-field-add-icon-title-text .icon .field--name-field-media-image .field__item {
    width: 85px;
    height: 85px;
  }
}
@media screen and (min-width: 1400px) {
  .nutshell-section .field--name-field-add-icon-title-text .icon .field--name-field-media-image .field__item {
    width: 98px;
    height: 98px;
  }
}
.nutshell-section .field--name-field-add-icon-title-text .icon .field--name-field-media-image .field__item svg,
.nutshell-section .field--name-field-add-icon-title-text .icon .field--name-field-media-image .field__item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.nutshell-section .field--name-field-add-icon-title-text .title {
  margin-top: 10px;
}
.nutshell-section .field--name-field-add-icon-title-text .title p {
  font-family: "Caprasimo";
  font-weight: 400;
}
.nutshell-section .field--name-field-add-icon-title-text .text p {
  margin-top: 10px;
}
.nutshell-section .paragraph--type--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
}
@media screen and (min-width: 992px) {
  .nutshell-section .paragraph--type--links {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .nutshell-section .paragraph--type--links {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .nutshell-section .paragraph--type--links {
    padding-top: 49px;
  }
}
.nutshell-section .paragraph--type--links .link.lightgreen a {
  color: var(--primary-clr);
}

/* NutShell Section End */
/* CEO Section Start */
.ceo-section {
  margin-bottom: -10%;
  padding-bottom: 50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ceo-section {
    padding-bottom: 10%;
  }
}
.ceo-section::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../images/shape-top.svg");
          mask-image: url("../images/shape-top.svg");
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 102%;
          mask-size: 102%;
  background-color: var(--c-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -0.5%;
}
.ceo-section .text-wrap .block-inline-blockquote-text {
  border-radius: 25px;
  position: relative;
  z-index: 1;
  margin-top: -50%;
  padding: 32px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px -3px 4px 0px;
          box-shadow: rgba(0, 0, 0, 0.06) 0px -3px 4px 0px;
}
@media screen and (min-width: 768px) {
  .ceo-section .text-wrap .block-inline-blockquote-text {
    margin-bottom: -50px;
    margin-top: 0;
    border-radius: 40px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
@media screen and (min-width: 992px) {
  .ceo-section .text-wrap .block-inline-blockquote-text {
    padding: 50px 35px 50px 40px;
    border-radius: 60px;
    margin-bottom: -88px;
  }
}
@media screen and (min-width: 1200px) {
  .ceo-section .text-wrap .block-inline-blockquote-text {
    padding: 65px 40px 65px 60px;
    border-radius: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .ceo-section .text-wrap .block-inline-blockquote-text {
    border-radius: 150px;
    padding: 74px 49px 73px 70px;
  }
}
.ceo-section .text-wrap .text p {
  line-height: 1.05;
  font-family: "Caprasimo";
  font-weight: 400;
  margin-bottom: 33px;
}
.ceo-section .text-wrap .text p strong {
  font-weight: 400;
}
.ceo-section .text-wrap .text::before {
  content: "";
  -webkit-mask-image: url("../images/double-quote.svg");
          mask-image: url("../images/double-quote.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 40px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  background-color: currentColor;
}
@media screen and (min-width: 992px) {
  .ceo-section .text-wrap .text::before {
    margin-bottom: 33px;
    width: 50px;
    height: 38px;
  }
}
.ceo-section .text-wrap .name-wrap .name p {
  font-weight: 500;
  margin-bottom: 0;
}
.ceo-section .text-wrap .name-wrap .title p {
  margin-bottom: 0;
}

.layout-builder__section .ceo-section {
  margin-bottom: 0;
}
.layout-builder__section .ceo-section .text-wrap .block-inline-blockquote-text {
  margin-bottom: 0;
}

/* CEO Section End */
/* About Us Page End */
.image-text-sec .block-inline-blocktitle-text-link h2 strong {
  font-family: "Caprasimo";
  font-weight: 400;
  display: block;
}

/* Contact Page Start */
.contact-banner {
  position: relative;
}
@media screen and (max-width: 767.75px) {
  .contact-banner {
    padding-top: 30%;
    margin-bottom: 80px;
  }
}
.contact-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../images/divider.svg");
          mask-image: url("../images/divider.svg");
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: var(--c-white);
  position: absolute;
  bottom: 0;
  right: 0;
}
.contact-banner .text-wrap .bs-bg-body-text {
  border-radius: 25px;
  padding: 32px 20px;
  margin-bottom: -80px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contact-banner .text-wrap .bs-bg-body-text {
    padding: 50px 40px;
    margin-bottom: -40px;
    border-radius: 80px;
  }
}
@media screen and (min-width: 992px) {
  .contact-banner .text-wrap .bs-bg-body-text {
    margin-bottom: -68px;
    padding: 67px 56px 63px 55px;
    border-radius: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .contact-banner .text-wrap .bs-bg-body-text {
    padding: 77px 66px 73px 65px;
    margin-bottom: -70px;
    border-radius: 150px;
  }
}
.contact-banner .text-wrap .title h1 {
  font-family: "Caprasimo";
  margin-bottom: 15px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .contact-banner .text-wrap .title h1 {
    margin-bottom: 25px;
  }
}
.contact-banner .text-wrap .title h1 strong {
  display: block;
}
.contact-banner .text-wrap .subtitle {
  font-weight: 600;
  margin-bottom: 16px;
}
.contact-banner .text-wrap a {
  color: var(--blue-light);
}
.contact-banner .text-wrap .link {
  margin-top: 25px;
}

/* Map Filter Location Starts */
.map-locations .filter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .map-locations .filter-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 30px;
  }
}
.map-locations .filter-wrap h2 {
  font-weight: 400;
  font-family: "Caprasimo";
  margin-bottom: 0;
}
@media screen and (max-width: 991.75px) {
  .map-locations .filter-wrap h2 {
    width: 100%;
  }
}
@media screen and (max-width: 767.75px) {
  .map-locations .filter-wrap .view-filters {
    width: 100%;
  }
}
.map-locations .filter-wrap fieldset {
  margin: 0;
}
@media screen and (max-width: 767.75px) {
  .map-locations .filter-wrap fieldset {
    width: 100%;
  }
}
.map-locations .filter-wrap .form-radios ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  gap: 10px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .map-locations .filter-wrap .form-radios ul {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.map-locations .filter-wrap .form-radios ul li {
  background-color: var(--blue-light);
  border-radius: 12px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .map-locations .filter-wrap .form-radios ul li {
    min-width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .map-locations .filter-wrap .form-radios ul li {
    min-width: 250px;
  }
}
.map-locations .filter-wrap .form-radios ul li .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  margin: 0;
}
.map-locations .filter-wrap .form-radios ul li .form-item input {
  margin: 0;
  border-radius: 5px;
  border: 0.5px solid var(--body-text);
  cursor: pointer;
}
.map-locations .filter-wrap .form-radios ul li .form-item input:checked {
  background-color: var(--primary-clr);
}
.map-locations .filter-wrap .form-radios ul li .form-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
.map-locations .filter-wrap .form-radios ul li .form-item label::before {
  content: "";
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask-image: url("../images/desktop_mac.svg");
          mask-image: url("../images/desktop_mac.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--body-text);
}
.map-locations .filter-wrap .form-radios ul li:nth-child(1) label::before {
  -webkit-mask-image: url("../images/filter.svg");
          mask-image: url("../images/filter.svg");
}
.map-locations .filter-wrap .form-radios ul li:nth-child(3) label::before {
  -webkit-mask-image: url("../images/factory.svg");
          mask-image: url("../images/factory.svg");
}
.map-locations .filter-wrap .form-radios ul li.active {
  background-color: var(--body-text);
  color: var(--c-white);
}
.map-locations .filter-wrap .form-radios ul li.active label::before {
  background-color: var(--c-white);
}
.map-locations .map-wrap {
  margin-top: 20px;
  padding-bottom: 100%;
}
@media screen and (min-width: 425px) and (max-width: 576px) {
  .map-locations .map-wrap {
    padding-bottom: 70%;
  }
}
@media screen and (min-width: 576px) {
  .map-locations .map-wrap {
    padding-bottom: 39.94%;
  }
}
@media screen and (min-width: 992px) {
  .map-locations .map-wrap {
    margin-top: 37px;
  }
}
.map-locations .map-wrap .gm-style-iw-c {
  width: 300px;
  border-radius: 20px;
  padding: 12px 18px !important;
  color: var(--body-text);
}
@media screen and (max-width: 575.75px) {
  .map-locations .map-wrap .gm-style-iw-c {
    max-width: 250px !important;
  }
}
@media screen and (min-width: 768px) {
  .map-locations .map-wrap .gm-style-iw-c {
    padding: 27px 25px !important;
  }
}
.map-locations .map-wrap .gm-style-iw-c a {
  color: var(--body-text);
}
.map-locations .map-wrap .gm-style-iw-chr .gm-style-iw-ch {
  display: none;
}
.map-locations .map-wrap .gm-style-iw-chr button {
  position: absolute !important;
  top: 0;
  right: 0;
}
@media screen and (max-width: 575.75px) {
  .map-locations .map-wrap .gm-style-iw-chr button {
    width: 38px !important;
    height: 38px !important;
  }
  .map-locations .map-wrap .gm-style-iw-chr button span {
    margin: 7px !important;
  }
}
.map-locations .map-wrap .gm-style-iw-d {
  overflow: hidden !important;
  overflow-y: scroll !important;
}
.map-locations .map-wrap .office-type {
  display: none;
}
.map-locations .map-wrap .title-wrap {
  margin-bottom: 16px;
}
.map-locations .map-wrap .title-wrap .title {
  line-height: 1;
  font-weight: 400;
  font-family: "Caprasimo";
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .map-locations .map-wrap .title-wrap .title {
    font-size: 18px;
  }
}
.map-locations .map-wrap .title-wrap .subtitle {
  line-height: 1.35;
  font-size: 15px;
}
@media screen and (min-width: 992px) {
  .map-locations .map-wrap .title-wrap .subtitle {
    font-size: 17px;
  }
}
.map-locations .map-wrap .more-info a {
  line-height: 1.47;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .map-locations .map-wrap .more-info a {
    font-size: 17px;
  }
}
.map-locations .map-wrap .more-info a::after {
  margin-top: 4px;
  content: "";
  border-width: 4px 0px 4px 8px;
  border-style: solid;
  border-color: transparent var(--body-text);
  margin-right: 0;
  margin-left: 12px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  height: 0;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .map-locations .map-wrap .more-info a::after {
    margin-left: 15px;
  }
}
.map-locations .map-wrap .address {
  font-weight: 300;
  line-height: 1.35;
  font-size: 15px;
}
@media screen and (min-width: 992px) {
  .map-locations .map-wrap .address {
    font-size: 17px;
  }
}
.map-locations .map-wrap .email a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: var(--body-text);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  font-weight: 300;
  line-height: 1.35;
  font-size: 15px;
}
@media screen and (min-width: 992px) {
  .map-locations .map-wrap .email a {
    font-size: 17px;
  }
}
.map-locations .map-wrap .email a::before {
  content: "";
  width: 16px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask-image: url("../images/mail.svg");
          mask-image: url("../images/mail.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--body-text);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.map-locations .map-wrap .email a:hover {
  color: var(--primary-clr);
}
.map-locations .map-wrap .email a:hover::before {
  background-color: var(--primary-clr);
}
.map-locations .map-wrap .tooltip-item.active .more-info a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.map-locations .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 23px 22px;
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .map-locations .view-content {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .map-locations .view-content {
    padding-top: 85px;
  }
}
.map-locations .view-content .views-row {
  background-color: var(--blue-light);
  border-radius: 20px;
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .map-locations .view-content .views-row {
    width: calc(50% - 11px);
  }
}
@media screen and (min-width: 768px) {
  .map-locations .view-content .views-row {
    width: calc(33.3333333333% - 14.6666666667px);
    padding: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .map-locations .view-content .views-row {
    padding: 32px 28px 32px 32px;
    width: calc(25% - 16.5px);
  }
}
.map-locations .office-item .title-wrap {
  margin-bottom: 16px;
}
.map-locations .office-item .title-wrap .title {
  font-family: "Caprasimo";
}
.map-locations .office-item .title-wrap .subtitle {
  margin-top: 5px;
  font-weight: 600;
}
.map-locations .office-item .email a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: var(--body-text);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.map-locations .office-item .email a::before {
  content: "";
  width: 16px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask-image: url("../images/mail.svg");
          mask-image: url("../images/mail.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--body-text);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.map-locations .office-item .email a:hover {
  color: var(--primary-clr);
}
.map-locations .office-item .email a:hover::before {
  background-color: var(--primary-clr);
}

/* Map Filter Location End */
/* Contact Page End */
.form-section .form-wrap.type-sustainability form .form-item.form-type-processed-text p {
  font-size: 13px;
  line-height: 1.76;
}

.block-local-tasks-block {
  background-color: var(--primary-clr);
  z-index: 9;
}
@media screen and (min-width: 576px) and (max-width: 777px) {
  .block-local-tasks-block {
    z-index: 9;
  }
}
.block-local-tasks-block nav.tabs-wrapper {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .block-local-tasks-block nav.tabs-wrapper {
    padding-top: 5px;
  }
}
.block-local-tasks-block nav.tabs-wrapper ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1199.75px) {
  .block-local-tasks-block nav.tabs-wrapper ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 767.75px) {
  .block-local-tasks-block nav.tabs-wrapper ul {
    width: 160px;
    min-width: 40%;
    margin-left: auto;
    margin-right: 10px;
    border-color: var(--body-text);
  }
}
@media screen and (max-width: 767.75px) {
  .block-local-tasks-block nav.tabs-wrapper ul li {
    background-color: var(--body-text) !important;
  }
  .block-local-tasks-block nav.tabs-wrapper ul li.active {
    background-color: #012d3a !important;
  }
  .block-local-tasks-block nav.tabs-wrapper ul li a {
    color: var(--c-white) !important;
  }
}
.block-local-tasks-block nav.tabs-wrapper ul li a {
  color: var(--c-white);
}
@media screen and (max-width: 1199.75px) {
  .block-local-tasks-block nav.tabs-wrapper ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.block-local-tasks-block nav.tabs-wrapper ul li a.is-active {
  color: var(--primary-clr);
}

.region-content {
  padding: 0;
}

/* Product Category Section Start */
.product-category-wrapper .bs-text-center {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .product-category-wrapper .bs-text-center {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .product-category-wrapper .bs-text-center {
    padding-top: 93px;
  }
}
.product-category-wrapper .bs-text-center .text-formatted {
  max-width: 47em;
  margin-left: auto;
  margin-right: auto;
}
.product-category-wrapper .bs-text-center .text-formatted h2 {
  font-weight: 600;
}
.product-category-wrapper .bs-text-center .text-formatted h2 strong {
  display: block;
  font-family: "Caprasimo";
  font-weight: 400;
}
.product-category-wrapper .bs-text-center .text-formatted p {
  font-weight: 300;
  margin-top: 27px;
}
.product-category-wrapper .accordian-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .product-category-wrapper .accordian-wrapper {
    display: none;
  }
}
.product-category-wrapper .accordian-wrapper .views-field-tid {
  display: none;
}
.product-category-wrapper .accordian-wrapper .title-text-wrap {
  padding: 10px 15px;
}
.product-category-wrapper .accordian-wrapper .title-text-wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-category-wrapper .accordian-wrapper .title-text-wrap .title::after {
  content: "";
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask-image: url("../images/add_2.svg");
          mask-image: url("../images/add_2.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(0, 0, 0.56);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.product-category-wrapper .accordian-wrapper .title-text-wrap .title a {
  text-align: left !important;
}
.product-category-wrapper .accordian-wrapper .accordian-item.active .title::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767.75px) {
  .product-category-wrapper .homeproductcategorySwiper {
    display: none;
  }
}
.product-category-wrapper .homeproductcategorySwiper .views-field-tid {
  display: none;
}
.product-category-wrapper .homeproductcategorySwiper .swiper-slide {
  height: auto;
}
.product-category-wrapper .homeproductcategorySwiper .swiper-button-next,
.product-category-wrapper .homeproductcategorySwiper .swiper-button-prev {
  height: 45px;
  width: 45px;
  border-radius: 12px;
  background-color: var(--c-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  display: none;
}
@media screen and (max-width: 767.75px) {
  .product-category-wrapper .homeproductcategorySwiper .swiper-button-next,
  .product-category-wrapper .homeproductcategorySwiper .swiper-button-prev {
    display: none;
  }
}
.product-category-wrapper .homeproductcategorySwiper .swiper-button-next::after,
.product-category-wrapper .homeproductcategorySwiper .swiper-button-prev::after {
  content: "";
  -webkit-mask-image: url("../images/right-triangle.svg");
          mask-image: url("../images/right-triangle.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--body-text);
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.product-category-wrapper .homeproductcategorySwiper .swiper-button-next:hover,
.product-category-wrapper .homeproductcategorySwiper .swiper-button-prev:hover {
  background-color: var(--body-text);
}
.product-category-wrapper .homeproductcategorySwiper .swiper-button-next:hover::after,
.product-category-wrapper .homeproductcategorySwiper .swiper-button-prev:hover::after {
  background-color: var(--c-white);
}
.product-category-wrapper .homeproductcategorySwiper .swiper-button-next svg,
.product-category-wrapper .homeproductcategorySwiper .swiper-button-prev svg {
  display: none;
}
.product-category-wrapper .homeproductcategorySwiper .swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.product-category-wrapper .homeproductcategorySwiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: auto;
  margin: 0;
  gap: 5px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 24px;
}
.product-category-wrapper .homeproductcategorySwiper .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid var(--body-text);
  background-color: transparent;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  width: 12px;
  height: 12px;
  margin: 0;
  border-radius: 4px;
  opacity: 1;
  opacity: 1;
}
.product-category-wrapper .homeproductcategorySwiper .swiper-pagination .swiper-pagination-bullet:hover, .product-category-wrapper .homeproductcategorySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--body-text);
}
.product-category-wrapper .view-home-product-category {
  margin-top: 29px;
}
.product-category-wrapper .view-home-product-category .view-content {
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .product-category-wrapper .view-home-product-category .view-content {
    padding-bottom: 30px;
  }
}
.product-category-wrapper .view-home-product-category .view-content .views-row .views-field {
  height: 100%;
}
.product-category-wrapper .view-home-product-category .view-content .views-row .term-item {
  height: 100%;
  border-radius: 10px;
  background-color: var(--bg-color);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .product-category-wrapper .view-home-product-category .view-content .views-row .term-item {
    border-radius: 20px;
  }
}
.product-category-wrapper .view-home-product-category .view-content .views-row .term-item.for-mobile {
  border-width: 0px;
}
.product-category-wrapper .view-home-product-category .view-content .views-row .term-item.for-mobile .title-text-wrap {
  padding: 14px 16px;
  cursor: pointer;
}
.product-category-wrapper .view-home-product-category .view-content .views-row .term-item.for-mobile .img-text-wrap {
  padding: 0 16px 16px 16px;
  position: relative;
}
.product-category-wrapper .view-home-product-category .view-content .views-row .term-item.for-mobile .img-text-wrap .overlay-link {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .product-category-wrapper .view-home-product-category .view-content .views-row .term-item.for-mobile {
    display: none;
  }
}
.product-category-wrapper .view-home-product-category .view-content .views-row .term-item.for-mobile .title {
  text-align: left;
}
.product-category-wrapper .view-home-product-category .view-content .views-row .term-item.for-mobile .text p {
  text-align: left;
}
.product-category-wrapper .view-home-product-category .view-content .views-row .term-item.for-desktop {
  position: relative;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 767.75px) {
  .product-category-wrapper .view-home-product-category .view-content .views-row .term-item.for-desktop {
    display: none;
  }
}
.product-category-wrapper .view-home-product-category .view-content .views-row .term-item.for-desktop .overlay-link {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 10px;
}
.product-category-wrapper .view-home-product-category .view-content .views-row .term-item.for-desktop .image {
  position: relative;
}
.product-category-wrapper .view-home-product-category .view-content .views-row .term-item.for-desktop .image::after {
  content: "";
  width: 100%;
  height: 100%;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: var(--bg-color);
  border-radius: 20px 20px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  opacity: 0;
}
.product-category-wrapper .view-home-product-category .view-content .views-row .term-item.for-desktop .image img {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product-category-wrapper .view-home-product-category .view-content .views-row .term-item.for-desktop:hover .image::after {
  opacity: 1;
}
.product-category-wrapper .view-home-product-category .view-content .views-row .term-item.for-desktop:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .product-category-wrapper .view-home-product-category .view-content .views-row .img-text-wrap .text {
    display: none;
  }
}
.product-category-wrapper .view-home-product-category .view-content .views-row .image {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 63.21%;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (min-width: 768px) {
  .product-category-wrapper .view-home-product-category .view-content .views-row .image {
    border-radius: 20px 20px 0 0;
    padding-bottom: 100%;
  }
}
.product-category-wrapper .view-home-product-category .view-content .views-row .image .contextual-region {
  position: unset;
}
.product-category-wrapper .view-home-product-category .view-content .views-row .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 280/177;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .product-category-wrapper .view-home-product-category .view-content .views-row .image img {
    aspect-ratio: 1/1;
    border-radius: 20px 20px 0 0;
  }
}
.product-category-wrapper .view-home-product-category .view-content .views-row .title-text-wrap {
  position: relative;
  z-index: 1;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .product-category-wrapper .view-home-product-category .view-content .views-row .title-text-wrap::after {
    content: "";
    -webkit-mask-image: url("../images/Intersect.svg");
            mask-image: url("../images/Intersect.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: var(--bg-color);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -60px;
    left: 0;
    z-index: -1;
    padding-bottom: 90%;
  }
}
.product-category-wrapper .view-home-product-category .view-content .views-row .title {
  text-align: center;
  text-align: center;
  font-family: "Caprasimo";
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .product-category-wrapper .view-home-product-category .view-content .views-row .title {
    margin-bottom: 12px;
  }
}
.product-category-wrapper .view-home-product-category .view-content .views-row .text p {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .product-category-wrapper .view-home-product-category .view-content .views-row .text p {
    margin-bottom: 23px;
  }
}
.product-category-wrapper .paragraph--type--links {
  text-align: center;
}
.product-category-wrapper .paragraph--type--links .link {
  margin-top: 20px;
}
.product-category-wrapper .paragraph--type--links .link a {
  color: var(--body-text);
  text-decoration: underline;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.product-category-wrapper .paragraph--type--links .link a:hover {
  color: var(--primary-clr);
}
.product-category-wrapper .paragraph--type--links .link.green a {
  color: var(--c-white);
  text-decoration: none;
}
.product-category-wrapper .views-row[style*="--bg-color: #EB4C49"] {
  color: var(--red);
}
.product-category-wrapper .views-row[style*="--bg-color: #F7A200"] {
  color: var(--c-orange);
}
.product-category-wrapper .views-row[style*="--bg-color: #FFD426"] {
  color: var(--c-yellow);
}
.product-category-wrapper .views-row[style*="--bg-color: #FDDDB6"] {
  color: var(--c-tertiary);
}
.product-category-wrapper .views-row[style*="--bg-color: #43A9BC"] {
  color: var(--c-blue);
}

/* Product Category Section End */
/* Contact Section Start */
.contact-section {
  border-radius: 55px;
  color: var(--c-white);
  overflow: hidden;
}
@media screen and (max-width: 767.75px) {
  .contact-section {
    background-color: transparent;
    gap: 60px;
  }
}
.contact-section .layout-builder__add-block {
  position: relative;
  z-index: 2;
}
.contact-section .col-12 {
  padding-right: 0;
}
.contact-section .text-link-wrap {
  position: relative;
  z-index: 3;
  padding: 27px;
  width: 100%;
}
@media screen and (max-width: 767.75px) {
  .contact-section .text-link-wrap {
    background-color: var(--body-text);
    border-radius: 25px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .contact-section .text-link-wrap {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .contact-section .text-link-wrap {
    padding-top: 60px;
    padding-bottom: 65px;
    padding-left: 60px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .contact-section .text-link-wrap {
    padding-top: 73px;
    padding-bottom: 80px;
    padding-left: 70px;
  }
}
@media screen and (min-width: 768px) {
  .contact-section .text-link-wrap::after {
    content: "";
    -webkit-mask-image: url("../images/contact-bg.svg");
            mask-image: url("../images/contact-bg.svg");
    -webkit-mask-position: center right;
            mask-position: center right;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    background-color: var(--body-text);
    max-width: 660px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -20%;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .contact-section .text-link-wrap::after {
    right: -16%;
  }
}
.contact-section .text-link-wrap .block-inline-blocktitle-text-link {
  position: relative;
  z-index: 3;
}
.contact-section .text-link-wrap .title h2 {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .contact-section .text-link-wrap .title h2 {
    margin-bottom: 35px;
  }
}
.contact-section .text-link-wrap .title h2 strong {
  display: block;
  font-family: "Caprasimo";
  font-weight: 400;
}
.contact-section .text-link-wrap .text {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .contact-section .text-link-wrap .text {
    margin-bottom: 27px;
  }
}
.contact-section .text-link-wrap .text p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contact-section .text-link-wrap .text p {
    margin-bottom: 35px;
  }
}
.contact-section .text-link-wrap .primary-btn a {
  background-color: var(--blue-light);
  color: var(--body-text);
}
.contact-section .text-link-wrap .primary-btn a:hover {
  background-color: var(--blue);
}
.contact-section .image-wrap {
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 767.75px) {
  .contact-section .image-wrap {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .contact-section .image-wrap {
    width: 40%;
  }
}
.contact-section .image-wrap .block-inline-blockimage,
.contact-section .image-wrap .field--name-field-image,
.contact-section .image-wrap .field--name-field-media-image,
.contact-section .image-wrap .field__item {
  height: 100%;
}
.contact-section .media--type-image {
  width: 100%;
  height: 100%;
}
.contact-section .media--type-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 25%;
  aspect-ratio: 312/240;
}
@media screen and (min-width: 768px) {
  .contact-section .media--type-image img {
    border-radius: 0 55px 55px 0;
  }
}
/* Contact Section End */
/* Portfolio Section Start */
.portfolio-brand {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.75px) {
  .portfolio-brand::before {
    content: "";
    width: 100%;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-mask-image: url("../images/divider(1).svg");
            mask-image: url("../images/divider(1).svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    background-color: var(--c-white);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767.75px) {
  .portfolio-brand::after {
    content: "";
    width: 100%;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-mask-image: url("../images/divider.svg");
            mask-image: url("../images/divider.svg");
    -webkit-mask-position: center right;
            mask-position: center right;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    background-color: var(--c-white);
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}

@media screen and (max-width: 767.75px) {
  .portfolio-slider {
    padding-top: 91px !important;
    padding-bottom: 91px !important;
  }
}
.portfolio-slider .bs-text-white.bs-text-center {
  max-width: 43em;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-slider .bs-text-white.bs-text-center .text-formatted h2 {
  color: var(--c-white);
  margin-bottom: 35px;
}
.portfolio-slider .bs-text-white.bs-text-center .text-formatted h2 strong {
  display: block;
  font-family: "Caprasimo";
  font-weight: 400;
}
.portfolio-slider .bs-text-white.bs-text-center .text-formatted p {
  margin-bottom: 41px;
}
@media screen and (min-width: 768px) {
  .portfolio-slider .homeproductbarandSwiper {
    overflow: visible;
  }
}
.portfolio-slider .homeproductbarandSwiper .views-field-tid {
  display: none;
}
@media screen and (max-width: 767.75px) {
  .portfolio-slider .homeproductbarandSwiper .swiper-wrapper {
    height: 204px;
  }
}
.portfolio-slider .homeproductbarandSwiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.75px) {
  .portfolio-slider .homeproductbarandSwiper .swiper-slide {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.portfolio-slider .homeproductbarandSwiper .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -100%;
  background-color: var(--c-white);
  border-radius: 25%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .portfolio-slider .homeproductbarandSwiper .swiper-slide:hover::after {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
.portfolio-slider .homeproductbarandSwiper .swiper-slide .views-field {
  width: 100%;
}
@media screen and (max-width: 767.75px) {
  .portfolio-slider .homeproductbarandSwiper .swiper-slide .views-field {
    width: 100%;
  }
}
.portfolio-slider .homeproductbarandSwiper .swiper-slide .term-brand-item {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .portfolio-slider .homeproductbarandSwiper .swiper-slide .term-brand-item {
    padding: 20px 12px;
  }
}
@media screen and (min-width: 992px) {
  .portfolio-slider .homeproductbarandSwiper .swiper-slide .term-brand-item {
    padding: 20px 12px;
  }
}
@media screen and (min-width: 1200px) {
  .portfolio-slider .homeproductbarandSwiper .swiper-slide .term-brand-item {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1400px) {
  .portfolio-slider .homeproductbarandSwiper .swiper-slide .term-brand-item {
    padding: 47px 37px;
  }
}
.portfolio-slider .homeproductbarandSwiper .swiper-slide .term-brand-item .contextual-region {
  position: unset;
}
.portfolio-slider .homeproductbarandSwiper .swiper-slide .term-brand-item .image {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 41.27%;
}
.portfolio-slider .homeproductbarandSwiper .swiper-slide .term-brand-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.portfolio-slider .homeproductbarandSwiper .swiper-slide .term-brand-item .text {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 767.75px) {
  .portfolio-slider .homeproductbarandSwiper .swiper-slide .term-brand-item .text {
    display: none;
  }
}
.portfolio-slider .homeproductbarandSwiper .swiper-slide .term-brand-item .text p {
  margin-bottom: 0;
}
.portfolio-slider .homeproductbarandSwiper .swiper-controllers-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  .portfolio-slider .homeproductbarandSwiper .swiper-controllers-wrap {
    padding-top: 55px;
  }
}
.portfolio-slider .homeproductbarandSwiper .swiper-button-next,
.portfolio-slider .homeproductbarandSwiper .swiper-button-prev {
  height: 45px;
  width: 45px;
  border-radius: 12px;
  background-color: var(--c-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: unset;
  margin: 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 767.75px) {
  .portfolio-slider .homeproductbarandSwiper .swiper-button-next,
  .portfolio-slider .homeproductbarandSwiper .swiper-button-prev {
    display: none;
  }
}
.portfolio-slider .homeproductbarandSwiper .swiper-button-next::after,
.portfolio-slider .homeproductbarandSwiper .swiper-button-prev::after {
  content: "";
  -webkit-mask-image: url("../images/right-triangle.svg");
          mask-image: url("../images/right-triangle.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--primary-clr);
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.portfolio-slider .homeproductbarandSwiper .swiper-button-next:hover,
.portfolio-slider .homeproductbarandSwiper .swiper-button-prev:hover {
  background-color: #5bb76e;
}
.portfolio-slider .homeproductbarandSwiper .swiper-button-next:hover::after,
.portfolio-slider .homeproductbarandSwiper .swiper-button-prev:hover::after {
  background-color: var(--c-white);
}
.portfolio-slider .homeproductbarandSwiper .swiper-button-next svg,
.portfolio-slider .homeproductbarandSwiper .swiper-button-prev svg {
  display: none;
}
.portfolio-slider .homeproductbarandSwiper .swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.portfolio-slider .homeproductbarandSwiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: auto;
  margin: 0;
  gap: 5px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: unset;
}
@media screen and (min-width: 768px) {
  .portfolio-slider .homeproductbarandSwiper .swiper-pagination {
    display: none;
  }
}
.portfolio-slider .homeproductbarandSwiper .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid var(--primary-light);
  background-color: transparent;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  width: 12px;
  height: 12px;
  margin: 0;
  border-radius: 4px;
  opacity: 1;
  opacity: 1;
}
.portfolio-slider .homeproductbarandSwiper .swiper-pagination .swiper-pagination-bullet:hover, .portfolio-slider .homeproductbarandSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--primary-light);
}

/* Portfolio Section End */
.search-main-wrapper {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-main-wrapper form.search-form {
  display: none;
}
.search-main-wrapper > h2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .search-open .search-main-wrapper {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .user-logged-in.search-open .search-main-wrapper {
    padding-top: 4px;
  }
}
@media screen and (min-width: 1400px) {
  .user-logged-in.search-open .search-main-wrapper {
    padding-top: 13px;
  }
}
@media screen and (min-width: 768px) {
  .user-logged-in.path-frontpage.search-open .search-main-wrapper {
    padding-top: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .user-logged-in.path-frontpage.search-open .search-main-wrapper {
    padding-top: 49px;
  }
}
@media screen and (min-width: 768px) {
  .path-frontpage.search-open .search-main-wrapper {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .path-frontpage.search-open .search-main-wrapper {
    padding-top: 100px;
  }
}

.breadcrumb-wrapper.type-2 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .search-open .breadcrumb-wrapper.type-2 {
    padding-top: 4px;
  }
}
@media screen and (min-width: 1400px) {
  .search-open .breadcrumb-wrapper.type-2 {
    padding-top: 12px;
  }
}

footer {
  background-color: var(--body-text);
  color: var(--c-white);
  padding: 0;
  -webkit-mask-image: url("../images/footerBg.svg");
          mask-image: url("../images/footerBg.svg");
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media screen and (max-width: 991.75px) {
  footer .footer-top {
    padding-bottom: 30px;
  }
}
footer .footer-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 991.75px) {
  footer .footer-top .container {
    text-align: center;
    gap: 45px;
  }
}
footer .footer-top .container > .menu-items.d-lg-none ul li a {
  color: var(--c-white);
  font-weight: 400;
  line-height: 1;
  padding: 14px 20px;
  font-size: 14px;
  font-family: "Caprasimo";
  border-radius: 10px;
  border: 1px solid var(--body-text);
  background-color: var(--primary-clr);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 992px) {
  footer .footer-top .container > .menu-items.d-lg-none ul li a {
    border-radius: 16px;
    font-size: 18px;
    padding: 17px 25px;
  }
}
@media screen and (max-width: 991.75px) {
  footer .footer-top .block-block-content .Social-icons {
    display: none !important;
  }
}
footer .footer-top .block-block-content .logo {
  max-width: 128px;
}
@media screen and (min-width: 768px) {
  footer .footer-top .block-block-content .logo {
    max-width: 160px;
  }
}
@media screen and (min-width: 992px) {
  footer .footer-top .block-block-content .logo {
    max-width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-top .block-block-content .logo {
    max-width: 230px;
  }
}
@media screen and (min-width: 1400px) {
  footer .footer-top .block-block-content .logo {
    max-width: 276px;
  }
}
footer .footer-top .block-block-content .logo svg {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-top .block-block-content .Social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  footer .footer-top .block-block-content .Social-icons {
    margin-top: 75px;
  }
}
footer .footer-top .block-block-content .Social-icons p {
  margin: 0;
}
footer .footer-top .block-block-content .Social-icons .item-list {
  margin: 0;
}
footer .footer-top .block-block-content .Social-icons .item-list ul li {
  margin: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--c-white);
  border-radius: 2px;
}
@media screen and (min-width: 1200px) {
  footer .footer-top .block-block-content .Social-icons .item-list ul li {
    width: 25px;
    height: 25px;
  }
}
footer .footer-top .block-block-content .Social-icons .item-list ul li svg {
  width: 17px;
  height: 17px;
  padding: 0;
  color: var(--body-text);
}
@media screen and (min-width: 1200px) {
  footer .footer-top .block-block-content .Social-icons .item-list ul li svg {
    width: 20px;
    height: 20px;
  }
}
footer .footer-top .footer-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 991.75px) {
  footer .footer-top .footer-menu-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  footer .footer-top .footer-menu-wrapper {
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-top .footer-menu-wrapper {
    gap: 80px;
  }
}
@media screen and (min-width: 1400px) {
  footer .footer-top .footer-menu-wrapper {
    gap: 120px;
  }
}
footer .footer-top .footer-menu-wrapper .views-field-tid {
  display: none;
}
footer .footer-top .footer-menu-wrapper nav {
  position: unset;
}
@media screen and (max-width: 991.75px) {
  footer .footer-top .footer-menu-wrapper .menu-items {
    width: 100%;
  }
}
footer .footer-top .footer-menu-wrapper .menu-items h2,
footer .footer-top .footer-menu-wrapper .menu-items h5 {
  line-height: 1;
  font-family: "Caprasimo";
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--blue-light);
}
@media screen and (min-width: 992px) {
  footer .footer-top .footer-menu-wrapper .menu-items h2,
  footer .footer-top .footer-menu-wrapper .menu-items h5 {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
footer .footer-top .footer-menu-wrapper .menu-items h2 a,
footer .footer-top .footer-menu-wrapper .menu-items h5 a {
  color: var(--blue-light);
}
footer .footer-top .footer-menu-wrapper .menu-items h2 a:hover,
footer .footer-top .footer-menu-wrapper .menu-items h5 a:hover {
  color: var(--primary-clr);
}
footer .footer-top .footer-menu-wrapper .menu-items a {
  color: var(--c-white);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  padding: 0;
}
@media screen and (max-width: 991.75px) {
  footer .footer-top .footer-menu-wrapper .menu-items a {
    font-size: 14px;
  }
}
footer .footer-top .footer-menu-wrapper .menu-items a:hover {
  color: var(--primary-clr);
}
footer .footer-top .footer-menu-wrapper .menu-items a.primary-btn {
  color: var(--c-white);
  font-weight: 400;
  line-height: 1;
  padding: 14px 20px;
  font-size: 14px;
  font-family: "Caprasimo";
  border-radius: 16px;
  border: 1px solid var(--body-text);
  background-color: var(--primary-clr);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 35px;
}
@media screen and (min-width: 992px) {
  footer .footer-top .footer-menu-wrapper .menu-items a.primary-btn {
    font-size: 18px;
    padding: 17px 25px;
  }
}
@media screen and (max-width: 991.75px) {
  footer .footer-top .footer-menu-wrapper .menu-items a.primary-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    margin-right: 12px;
  }
}
footer .footer-top .footer-menu-wrapper .menu-items a.primary-btn::after {
  margin-top: 4px;
  content: "";
  border-width: 5px 0px 5px 9px;
  border-style: solid;
  border-color: transparent;
  margin-right: -10px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  margin-left: 0;
  height: 0;
}
footer .footer-top .footer-menu-wrapper .menu-items a.primary-btn:hover {
  background-color: var(--c-white);
  color: var(--primary-clr);
  border-color: var(--c-white);
}
footer .footer-top .footer-menu-wrapper .menu-items a.primary-btn:hover::after {
  border-color: transparent currentColor;
  margin-right: 0;
  margin-left: 12px;
}
footer .footer-top .footer-menu-wrapper .menu-items .logo {
  display: none;
}
footer .footer-top .footer-menu-wrapper .menu-items.for-mobile .Social-icons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (min-width: 992px) {
  footer .footer-top .footer-menu-wrapper .menu-items.for-mobile .Social-icons {
    display: none;
  }
}
@media screen and (max-width: 991.75px) {
  footer .footer-top .footer-menu-wrapper .menu-items:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (max-width: 991.75px) {
  footer .footer-top .footer-menu-wrapper .menu-items:nth-child(3) {
    display: none;
  }
}
footer .footer_bottom_wrap .region-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 11px;
  padding-bottom: 13px;
  border-top: 0.25px solid rgba(212, 245, 255, 0.3);
}
@media screen and (min-width: 1200px) {
  footer .footer_bottom_wrap .region-footer-bottom {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
@media screen and (max-width: 991.75px) {
  footer .footer_bottom_wrap .region-footer-bottom nav {
    width: 100%;
  }
}
footer .footer_bottom_wrap .region-footer-bottom nav .contextual.open {
  top: unset;
  bottom: 100%;
}
footer .footer_bottom_wrap .region-footer-bottom nav ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
}
@media screen and (max-width: 767.75px) {
  footer .footer_bottom_wrap .region-footer-bottom nav ul {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer_bottom_wrap .region-footer-bottom nav ul li a {
  line-height: 1.78;
  font-weight: 200;
  font-size: 13px;
  padding: 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
footer .footer_bottom_wrap .region-footer-bottom nav ul li a:hover {
  color: var(--primary-clr);
}
footer .footer_bottom_wrap .region-footer-bottom select {
  background-color: transparent;
  border: none;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.48;
  color: var(--c-white);
  opacity: 80%;
  width: unset !important;
  background-image: url("../images/Vector.svg"), url("../images/globe.svg");
  background-size: 10px, 14px;
  background-position: right 0px center, left 0px center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 15px;
  padding-left: 18px;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  footer .footer_bottom_wrap .region-footer-bottom select {
    padding-left: 25px;
  }
}
footer .footer_bottom_wrap .region-footer-bottom select option {
  color: var(--body-text);
}
footer .footer_bottom_wrap .region-footer-bottom .form-select {
  min-width: unset;
}
@media screen and (max-width: 767.75px) {
  footer .footer_bottom_wrap .lang-dropdown-select-element {
    display: none;
  }
}
footer .footer_bottom_wrap .lang-dropdown-select-element .chosen-drop {
  bottom: 100%;
  top: unset !important;
}
@media screen and (max-width: 767.75px) {
  footer .footer_bottom_wrap .language-switcher-language-url {
    display: none;
  }
}
footer .footer_bottom_wrap .language-switcher-language-url .contextual.open {
  top: unset;
  bottom: 100%;
}
footer .footer_bottom_wrap .language-select-wrapper span {
  font-size: 15.5px;
  line-height: 1.61;
}

.link.green a, .link.skyblue a, .link.lightgreen a, .link.darkblue a {
  color: var(--c-white);
  font-weight: 400;
  line-height: 1;
  padding: 14px 20px;
  font-size: 16px;
  font-family: "Caprasimo";
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .link.green a, .link.skyblue a, .link.lightgreen a, .link.darkblue a {
    border-radius: 16px;
    font-size: 18px;
    padding: 17px 25px;
  }
}
.link.green a::after, .link.skyblue a::after, .link.lightgreen a::after, .link.darkblue a::after {
  margin-top: 4px;
  content: "";
  border-width: 5px 0px 5px 9px;
  border-style: solid;
  border-color: transparent;
  margin-right: -10px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  margin-left: 0;
}
.link.green a:hover, .link.skyblue a:hover, .link.lightgreen a:hover, .link.darkblue a:hover {
  padding-right: 12px;
}
@media screen and (min-width: 992px) {
  .link.green a:hover, .link.skyblue a:hover, .link.lightgreen a:hover, .link.darkblue a:hover {
    padding-right: 15px;
  }
}
.link.green a:hover::after, .link.skyblue a:hover::after, .link.lightgreen a:hover::after, .link.darkblue a:hover::after {
  border-color: transparent currentColor;
  margin-right: 0;
  margin-left: 12px;
}
.link.green a {
  background-color: var(--primary-clr);
  color: var(--c-white);
}
.link.green a:hover {
  background-color: var(--btn-clr);
  color: var(--c-white);
}
.link.skyblue a {
  background-color: var(--blue-light);
  color: var(--body-text);
}
.link.skyblue a:hover {
  color: var(--body-text);
  background-color: var(--c-white);
}
.link.lightgreen a {
  background-color: var(--primary-light);
  color: var(--primary-clr);
}
.link.lightgreen a:hover {
  color: var(--body-text);
  background-color: var(--c-white);
}

.primary-btn a,
.darkblue a {
  color: var(--c-white);
  font-weight: 400;
  line-height: 1;
  padding: 14px 20px;
  font-size: 16px;
  font-family: "Caprasimo";
  border-radius: 16px;
  background-color: var(--body-text);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .primary-btn a,
  .darkblue a {
    font-size: 18px;
    padding: 17px 25px;
  }
}
.primary-btn a::after,
.darkblue a::after {
  margin-top: 4px;
  content: "";
  border-width: 5px 0px 5px 9px;
  border-style: solid;
  border-color: transparent;
  margin-right: -10px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  margin-left: 0;
}
.primary-btn a:hover,
.darkblue a:hover {
  background-color: var(--c-white);
  color: var(--body-text);
}
.primary-btn a:hover::after,
.darkblue a:hover::after {
  border-color: transparent currentColor;
  margin-right: 0;
  margin-left: 12px;
}

.normal-link a {
  color: var(--body-text);
  font-weight: 600;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (min-width: 1400px) {
  .normal-link a {
    font-weight: 700;
  }
}
.normal-link a::after {
  margin-top: 4px;
  content: "";
  border-width: 5px 0px 5px 9px;
  border-style: solid;
  border-color: transparent var(--body-text);
  margin-right: 0;
  margin-left: 12px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  height: 0;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .normal-link a::after {
    margin-left: 15px;
  }
}