*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

a {
  color: #2f78ad;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

picture {
  display: block;
  max-width: 100%;
}

.product-media picture,
.home-story-image picture,
.home-wing-image picture,
.about-hero-media picture,
.about-product-strip picture {
  width: 100%;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.row,
.row-fluid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}

[class*="span"] {
  min-width: 0;
}

.span12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.span9 {
  flex: 1 1 calc(75% - 18px);
  max-width: calc(75% - 18px);
}

.span6 {
  flex: 1 1 calc(50% - 12px);
  max-width: calc(50% - 12px);
}

.span3 {
  flex: 1 1 calc(25% - 18px);
  max-width: calc(25% - 18px);
}

.span2 {
  flex: 1 1 calc(16.666% - 20px);
  max-width: calc(16.666% - 20px);
}

.blog-inner-container {
  width: 100%;
}

.blog-container .post-container.v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
}

.blog-container .post-container.v2 > .span3 {
  flex: 0 1 calc(25% - 18px);
  max-width: calc(25% - 18px);
}

.blog-container .post-container.v2 > .span9 {
  flex: 1 1 calc(75% - 18px);
  max-width: calc(75% - 18px);
}

.blog-container .post-container.v2 > .span12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.blog-container .post-image {
  margin-bottom: 14px;
}

.blog-container .post-image img,
.recent-posts .recent-post-img img {
  display: block;
  width: 100%;
  height: auto;
}

.flexslider-container .span12 {
  width: 100%;
}

.flexslider .slides img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.recent-posts .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.recent-posts .span2 {
  max-width: none;
  width: auto;
}

.recent-posts .recent-post,
.recent-posts .recent-post-img {
  height: 100%;
}

.recent-posts .recent-post-img {
  display: flex;
  aspect-ratio: 3 / 2;
  align-items: center;
  justify-content: center;
}

.recent-posts .recent-post-img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.blog-container .post-container.v2 .post-content {
  width: 100%;
}

.blog-container .post-container.v2 .post-content .title {
  margin-top: 0;
  line-height: 1.35;
}

.blog-container .post-container.v2 .post-content p {
  margin-bottom: 0;
}

.blog-container .post-container.v2 > .span3 .post-image img {
  max-width: 220px;
  object-fit: contain;
}

.blog-container .post-container.v2 > .span3 .post-image {
  display: flex;
  width: 220px;
  min-height: 260px;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.blog-container .post-container.v2 > .span3 .post-image img {
  max-height: 260px;
}

.contact-block {
  padding-bottom: 14px;
  border-bottom: 1px solid #e3e7eb;
}

.contact-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-block .title {
  margin-bottom: 8px;
}

.home-welcome {
  padding: 34px 0 28px;
  text-align: center;
}

.home-welcome-copy {
  width: min(860px, 100%);
  margin: 0 auto;
}

.home-welcome-copy h1 {
  margin: 8px 0 14px;
  color: #264758;
  font-size: 34px;
  line-height: 1.2;
}

.home-welcome-copy p {
  margin: 0 auto;
  max-width: 820px;
  color: #606b74;
  font-size: 17px;
  line-height: 1.7;
}

.home-story,
.home-wings,
.home-network {
  padding: 42px 0;
}

.home-story-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 34px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #e3e7eb;
}

.home-story-row:first-child {
  padding-top: 10px;
}

.home-story-row.is-reversed {
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
}

.home-story-row.is-reversed .home-story-copy {
  order: 2;
}

.home-story-row.is-reversed .home-story-image {
  order: 1;
}

.home-story-copy h1,
.home-story-copy h2,
.home-wings .home-section-heading h2,
.home-network h2 {
  margin: 0 0 16px;
  color: #264758;
  line-height: 1.22;
}

.home-story-copy h1 {
  font-size: 34px;
}

.home-story-copy h2,
.home-network h2 {
  font-size: 28px;
}

.home-story-copy p,
.home-wings-copy p,
.home-network p {
  margin: 0;
  color: #606b74;
  font-size: 16px;
  line-height: 1.78;
}

.read-more-link {
  display: inline-block;
  margin-top: 18px;
  color: #ff6600;
  font-weight: 700;
}

.home-story-image,
.home-network-map {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 8px;
}

.home-story-image img,
.home-network-map img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.home-story-row:nth-child(2) .home-story-image img {
  object-fit: contain;
  padding: 10px;
}

.home-wing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.home-wing-card {
  display: block;
  overflow: hidden;
  color: #264758;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 8px;
}

.home-wing-card:hover,
.home-wing-card:focus {
  color: #264758;
  text-decoration: none;
  border-color: #9fb5c2;
  box-shadow: 0 12px 26px rgba(38, 71, 88, .12);
}

.home-wing-image {
  display: flex;
  aspect-ratio: 3 / 2;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #f7f9fa;
}

.home-wing-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-wing-card > span:last-child {
  display: block;
  padding: 12px;
}

.home-wings-copy {
  width: min(860px, 100%);
}

.home-wings-copy ul,
.home-area-list {
  display: grid;
  gap: 8px 16px;
  padding-left: 0;
  margin: 18px 0 0;
  list-style: none;
}

.home-wings-copy li,
.home-area-list li {
  position: relative;
  padding-left: 22px;
  color: #606b74;
}

.home-wings-copy li::before,
.home-area-list li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: #ff6600;
  border-radius: 50%;
}

.home-network {
  background: #f5f8f8;
}

.home-network-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: 34px;
  align-items: center;
}

.home-network h3 {
  margin: 22px 0 0;
  color: #264758;
  font-size: 18px;
}

.home-area-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.market-hero,
.market-proof,
.market-countries,
.market-export {
  padding: 42px 0;
}

.market-hero-grid,
.market-export-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  gap: 34px;
  align-items: center;
}

.market-hero-copy h1,
.market-countries h2,
.market-export-copy h2 {
  margin: 8px 0 16px;
  color: #264758;
  line-height: 1.2;
}

.market-hero-copy h1 {
  font-size: 38px;
}

.market-countries h2,
.market-export-copy h2 {
  font-size: 30px;
}

.market-hero-copy p,
.market-export-copy p {
  margin: 0;
  color: #606b74;
  font-size: 16px;
  line-height: 1.78;
}

.market-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.market-hero-image,
.market-export-image {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 8px;
}

.market-hero-image img,
.market-export-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.market-export-image img {
  object-position: right center;
}

.market-proof {
  background: #264758;
}

.market-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.market-proof-grid div {
  padding: 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
}

.market-proof-grid strong {
  display: block;
  color: #ffb36d;
  font-size: 34px;
  line-height: 1;
}

.market-proof-grid span {
  display: block;
  margin-top: 8px;
}

.market-countries {
  background: #f5f8f8;
}

.market-country-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.market-country-card {
  padding: 18px;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 8px;
}

.market-country-mark {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: #264758;
  border-radius: 50%;
}

.market-country-card h3 {
  margin: 14px 0 8px;
  color: #264758;
  font-size: 18px;
}

.market-country-card p {
  margin: 0;
  color: #606b74;
  line-height: 1.6;
}

.market-export-grid {
  grid-template-columns: minmax(340px, 500px) minmax(0, 1fr);
}

.market-check-list {
  display: grid;
  gap: 10px;
  padding-left: 0;
  margin: 20px 0 0;
  list-style: none;
}

.market-check-list li {
  position: relative;
  padding-left: 24px;
  color: #606b74;
}

.market-check-list li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: #ff6600;
  border-radius: 50%;
}

.quality-hero,
.quality-promise,
.quality-process,
.quality-standard {
  padding: 42px 0;
}

.quality-hero-grid,
.quality-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  gap: 34px;
  align-items: center;
}

.quality-hero-copy h1,
.quality-process h2,
.quality-standard-panel h2 {
  margin: 8px 0 16px;
  color: #264758;
  line-height: 1.2;
}

.quality-hero-copy h1 {
  font-size: 38px;
}

.quality-process h2,
.quality-standard-panel h2 {
  font-size: 30px;
}

.quality-hero-copy p,
.quality-process p,
.quality-standard-panel p {
  margin: 0;
  color: #606b74;
  font-size: 16px;
  line-height: 1.78;
}

.quality-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.quality-hero-image {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 8px;
}

.quality-hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.quality-promise {
  background: #f5f8f8;
}

.quality-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.quality-card {
  padding: 20px;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 8px;
}

.quality-card span {
  display: block;
  width: 38px;
  height: 6px;
  margin-bottom: 18px;
  background: #ff6600;
  border-radius: 999px;
}

.quality-card h2 {
  margin: 0;
  color: #264758;
  font-size: 18px;
  line-height: 1.35;
}

.quality-step-list {
  display: grid;
  gap: 12px;
  padding-left: 0;
  margin: 0;
  list-style: none;
  counter-reset: quality-step;
}

.quality-step-list li {
  position: relative;
  padding: 16px 16px 16px 58px;
  color: #606b74;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 8px;
  counter-increment: quality-step;
}

.quality-step-list li::before {
  position: absolute;
  top: 13px;
  left: 16px;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  content: counter(quality-step);
  background: #264758;
  border-radius: 50%;
}

.quality-standard {
  background: #264758;
}

.quality-standard-panel {
  width: min(860px, 100%);
}

.quality-standard-panel h2,
.quality-standard-panel p,
.quality-standard-panel .section-kicker {
  color: #fff;
}

.home-actions,
.home-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 26px;
}

.home-products,
.home-process,
.home-contact-strip {
  padding: 46px 0;
}

.home-process-grid,
.home-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 34px;
  align-items: center;
}

.home-section-heading h1,
.home-process-copy h2,
.home-contact-inner h2 {
  margin: 8px 0 14px;
  color: #264758;
  line-height: 1.2;
}

.home-process-copy h2 {
  font-size: 30px;
}

.home-process-copy p {
  margin: 0;
  color: #606b74;
  font-size: 16px;
  line-height: 1.75;
}

.home-products {
  background: #f5f8f8;
}

.home-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.home-section-heading h1 {
  font-size: 28px;
}

.home-section-heading a {
  font-weight: 700;
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-product-card {
  display: block;
  overflow: hidden;
  color: #264758;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 8px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home-product-card:hover,
.home-product-card:focus {
  color: #264758;
  text-decoration: none;
  border-color: #9fb5c2;
  box-shadow: 0 14px 30px rgba(38, 71, 88, .12);
  transform: translateY(-2px);
}

.home-product-image {
  display: flex;
  aspect-ratio: 3 / 2;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #f7f9fa;
}

.home-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-product-name {
  display: block;
  padding: 12px 14px 14px;
  font-weight: 700;
}

.home-process-media {
  overflow: hidden;
  border-radius: 8px;
}

.home-process-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.home-process-list {
  display: grid;
  gap: 9px;
  padding-left: 0;
  margin: 20px 0 0;
  list-style: none;
}

.home-process-list li {
  position: relative;
  padding-left: 22px;
  color: #606b74;
}

.home-process-list li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: #ff6600;
  border-radius: 50%;
}

.home-contact-strip {
  color: #fff;
  background: #264758;
}

.home-contact-inner h2,
.home-contact-inner .section-kicker {
  color: #fff;
}

.contact-block p + p {
  margin-top: 4px;
}

.contact-lines p {
  overflow-wrap: anywhere;
}

.contact-page {
  background: #fff;
}

.contact-hero,
.contact-locations,
.contact-map-section {
  padding: 42px 0;
}

.contact-hero-grid,
.contact-map-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 34px;
  align-items: center;
}

.contact-hero-copy h1,
.contact-map-copy h2 {
  margin: 8px 0 16px;
  color: #264758;
  line-height: 1.2;
}

.contact-hero-copy h1 {
  font-size: 38px;
}

.contact-map-copy h2 {
  font-size: 30px;
}

.contact-hero-copy p,
.contact-map-copy p,
.contact-card p {
  margin: 0;
  color: #606b74;
  font-size: 16px;
  line-height: 1.78;
}

.contact-quick-card {
  padding: 24px;
  background: #264758;
  border-radius: 8px;
}

.contact-quick-card h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 22px;
}

.contact-quick-card dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.contact-quick-card dl div {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.contact-quick-card dt {
  margin-bottom: 5px;
  color: #ffb36d;
  font-weight: 700;
}

.contact-quick-card dd {
  margin: 0;
  color: #fff;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.contact-quick-card a {
  color: #fff;
  font-weight: 700;
}

.contact-locations {
  background: #f5f8f8;
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contact-card {
  min-height: 210px;
  padding: 22px;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 8px;
}

.contact-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  background: #ff6600;
  border-radius: 50%;
}

.contact-card h2 {
  margin: 18px 0 10px;
  color: #264758;
  font-size: 22px;
  line-height: 1.25;
}

.contact-map-grid {
  grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
}

.contact-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.contact-map-frame iframe {
  height: 440px;
}

.contact-form-section {
  padding: 42px 0 54px;
  background: #f5f8f8;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.contact-form-copy,
.contact-form {
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 8px;
}

.contact-form-copy {
  padding: 24px;
}

.contact-form-copy h2 {
  margin: 8px 0 14px;
  color: #264758;
  font-size: 28px;
  line-height: 1.2;
}

.contact-form-copy p {
  margin: 0;
  color: #606b74;
  line-height: 1.7;
}

.contact-form {
  padding: 28px;
  box-shadow: 0 16px 36px rgba(38, 71, 88, .08);
}

.product-detail-section {
  padding: 36px 0 48px;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 26px;
  align-items: start;
}

.product-detail {
  position: relative;
  display: grid;
  gap: 22px;
  padding: 22px;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 8px;
}

.product-detail.is-loading {
  opacity: .55;
  pointer-events: none;
}

.product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px;
  background: #f7f9fa;
  border: 1px solid #edf0f2;
  border-radius: 6px;
}

.product-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 430px;
  object-fit: contain;
}

.product-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 34%);
  gap: 30px;
  align-items: start;
}

.product-copy h1 {
  margin: 0 0 14px;
  color: #264758;
  font-size: 30px;
  line-height: 1.2;
}

.product-copy h2 {
  margin: 0 0 10px;
  color: #264758;
  font-size: 18px;
}

.product-copy p {
  margin: 0;
  color: #606b74;
  font-size: 15px;
  line-height: 1.75;
}

.product-benefit-panel {
  padding-left: 4px;
}

.product-benefits {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.product-benefits li {
  position: relative;
  padding: 8px 0 8px 22px;
  color: #606b74;
  border-bottom: 1px solid #edf0f2;
}

.product-benefits li::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: #ff6600;
  border-radius: 50%;
}

.product-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  color: #264758;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #dde0e3;
  border-radius: 5px;
}

.product-button.primary {
  color: #fff;
  background: #264758;
  border-color: #264758;
}

.product-button:hover,
.product-button:focus {
  color: #fff;
  text-decoration: none;
  background: #ff6600;
  border-color: #ff6600;
}

.product-sidebar {
  padding: 18px;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 8px;
}

.product-sidebar h2 {
  margin: 0 0 12px;
  color: #264758;
  font-size: 18px;
}

.product-sidebar nav {
  display: grid;
  gap: 6px;
}

.product-sidebar a {
  padding: 9px 10px;
  color: #606b74;
  border-radius: 5px;
}

.product-sidebar a:hover,
.product-sidebar a:focus,
.product-sidebar a.active {
  color: #fff;
  text-decoration: none;
  background: #264758;
}

.map-section {
  padding: 0 0 48px;
}

.map-frame {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 8px;
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 380px;
  border: 0;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 8px 0 0;
}

.footer-socials a {
  color: #fff;
  font-weight: 700;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background: #1f8f4d;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  color: #fff;
  text-decoration: none;
  background: #176f3b;
}

.about-hero,
.about-section {
  padding: 38px 0;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 32px;
  align-items: center;
}

.about-hero-copy h1,
.about-section-heading h2,
.about-health-panel h2 {
  margin: 0 0 14px;
  color: #264758;
  line-height: 1.2;
}

.about-hero-copy h1 {
  font-size: 34px;
  font-weight: 700;
}

.about-hero-copy p,
.about-section-heading p,
.about-card p,
.about-health-panel p {
  color: #606b74;
  font-size: 15px;
  line-height: 1.7;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.about-facts div {
  padding: 16px;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 6px;
}

.about-facts strong {
  display: block;
  color: #ff6600;
  font-size: 20px;
  line-height: 1.2;
}

.about-facts span {
  display: block;
  margin-top: 5px;
  color: #606b74;
  font-size: 12px;
  text-transform: uppercase;
}

.about-hero-media,
.about-product-strip figure {
  margin: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 6px;
}

.about-hero-media img,
.about-product-strip img {
  display: block;
  width: 100%;
  height: auto;
}

.about-section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.about-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-card {
  padding: 20px;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 6px;
}

.about-card h3 {
  margin: 0 0 10px;
  color: #ff6600;
  font-size: 18px;
}

.about-product-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-production-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-production-grid figure {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 6px;
}

.about-production-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.about-production-grid figcaption {
  padding: 12px 14px;
  color: #264758;
  font-weight: 600;
  line-height: 1.35;
}

.machinery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.machinery-card {
  position: relative;
  overflow: hidden;
  padding: 0 20px 20px 24px;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 6px;
}

.machinery-card::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 4px;
  content: "";
  background: #ff6600;
}

.machinery-card img {
  display: block;
  width: calc(100% + 44px);
  max-width: none;
  aspect-ratio: 16 / 9;
  margin: 0 -20px 16px -24px;
  object-fit: cover;
}

.machinery-card h3 {
  margin: 0 0 10px;
  color: #264758;
  font-size: 17px;
  font-weight: 700;
}

.machinery-card p {
  margin: 0;
  color: #606b74;
  line-height: 1.65;
}

.about-product-strip figure {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 2;
}

.about-product-strip img {
  max-height: 100%;
  object-fit: contain;
}

.about-health-panel {
  padding: 26px;
  background: #fff;
  border-left: 4px solid #ff6600;
  border-radius: 6px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #ff6600;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.leadership-hero {
  padding: 42px 0 24px;
}

.leadership-hero-inner {
  max-width: 780px;
}

.leadership-hero h1 {
  margin: 0 0 14px;
  color: #264758;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
}

.leadership-hero p {
  color: #606b74;
  font-size: 16px;
  line-height: 1.7;
}

.leadership-section {
  padding: 18px 0 48px;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.leader-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dde0e3;
  border-radius: 8px;
}

.leader-card,
.leader-card-featured {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  align-items: stretch;
}

.leader-card figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: 270px;
  background: #f7f9fa;
}

.leader-card img {
  display: block;
  width: 100%;
  max-width: 230px;
  max-height: 290px;
  object-fit: contain;
}

.leader-card img,
.leader-card-featured img {
  max-width: 260px;
  max-height: 320px;
}

.leader-card-body {
  padding: 22px;
}

.leader-role {
  display: inline-block;
  margin-bottom: 10px;
  color: #ff6600;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.leader-card h2 {
  margin: 0 0 18px;
  color: #264758;
  font-size: 21px;
  line-height: 1.3;
}

.leader-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.leader-card dl div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid #edf0f2;
}

.leader-card dt {
  color: #264758;
  font-weight: 700;
}

.leader-card dd {
  margin: 0;
  color: #606b74;
  overflow-wrap: anywhere;
}

.leader-card a {
  color: #2f78ad;
}

.about-gallery-item {
  flex: 1 1 180px;
  max-width: none;
  min-height: 240px;
}

.about-gallery-item-wide {
  flex-grow: 2;
}

.about-gallery-item .recent-post,
.about-gallery-item .recent-post-img,
.about-gallery-item .recent-post-img img {
  height: 100%;
}

.about-gallery-item .recent-post-img img {
  object-fit: cover;
}

.unstyled {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.inline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
}

.pull-right {
  margin-left: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.navbar,
.navbar-inner {
  width: 100%;
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  max-height: 84px;
  width: auto;
}

.nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.nav > li {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 220px;
  padding: 8px 0;
  margin: 0;
  list-style: none;
  background: #fff;
  box-shadow: 0 18px 35px rgba(22, 33, 45, .12);
}

.dropdown:hover > .dropdown-menu,
.dropdown:focus-within > .dropdown-menu,
.dropdown.is-open > .dropdown-menu {
  display: block;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.collapse {
  display: block;
}

table {
  max-width: 100%;
}

input,
textarea,
button {
  font: inherit;
}

@media (max-width: 980px) {
  .container {
    width: min(100% - 24px, 760px);
  }

  .row,
  .row-fluid {
    gap: 18px;
  }

  .span9,
  .span6,
  .span3,
  .span2 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .recent-posts .row {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  .home-process-grid,
  .home-contact-inner,
  .home-story-row,
  .home-story-row.is-reversed,
  .home-network-grid,
  .market-hero-grid,
  .market-export-grid,
  .quality-hero-grid,
  .quality-process-grid,
  .contact-hero-grid,
  .contact-map-grid {
    grid-template-columns: 1fr;
  }

  .market-country-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quality-card-grid,
  .contact-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-story-row.is-reversed .home-story-copy,
  .home-story-row.is-reversed .home-story-image {
    order: initial;
  }

  .home-wing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-layout,
  .product-copy,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .leadership-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .leader-card,
  .leader-card-featured {
    grid-column: span 2;
    grid-template-columns: 1fr;
  }

  .about-hero-grid,
  .about-card-grid,
  .about-production-grid,
  .machinery-grid,
  .about-product-strip {
    grid-template-columns: 1fr;
  }

  .about-hero-media {
    max-width: 620px;
  }

  .blog-container .post-container.v2 > .span3,
  .blog-container .post-container.v2 > .span9 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .blog-container .post-container.v2 > .span3 .post-image {
    width: 100%;
    min-height: 0;
  }

  .main-nav {
    margin-top: 20px;
  }

  .navbar-inner {
    position: relative;
    flex-wrap: wrap;
    padding: 10px 12px;
    border-radius: 8px;
  }

  .navbar-inner .brand {
    order: 1;
  }

  .navbar .btn-navbar {
    display: inline-flex;
    order: 2;
    width: 44px;
    height: 44px;
    margin-left: auto;
    flex-direction: column;
    gap: 5px;
    background: #264758;
    border-radius: 6px;
  }

  .navbar .btn-navbar:hover,
  .navbar .btn-navbar:focus {
    background: #ff6600;
  }

  .navbar .btn-navbar .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
  }

  .nav-collapse {
    display: none;
    order: 3;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #edf0f2;
  }

  .nav-collapse.is-open {
    display: block;
  }

  .nav {
    display: block;
    width: 100%;
  }

  .main-nav .navbar .nav > li > a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    margin: 3px 0;
  }

  .dropdown-menu {
    position: static;
    min-width: 0;
    width: 100%;
    padding: 4px 0 6px 12px;
    margin: 0;
    box-shadow: none;
    border: 0;
    border-left: 2px solid #edf0f2;
    border-radius: 0;
  }

  .dropdown:hover > .dropdown-menu {
    display: none;
  }

  .dropdown.is-open > .dropdown-menu {
    display: block;
  }

  .main-nav .navbar .nav .dropdown-menu > li {
    margin: 2px 0;
  }

  .inline {
    justify-content: center;
  }

  .pull-right {
    margin-right: auto;
  }

  footer .span6,
  footer .footer-widget {
    max-width: 100%;
    text-align: center !important;
  }
}

@media (min-width: 981px) {
  .navbar .btn-navbar {
    display: none;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 13px;
  }

  .container {
    width: calc(100% - 20px);
  }

  .brand img {
    max-height: 68px;
  }

  .flexslider {
    padding: 8px;
    margin-bottom: 32px;
  }

  .recent-posts .row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-welcome {
    padding: 28px 0 24px;
  }

  .home-welcome-copy h1 {
    font-size: 27px;
  }

  .home-welcome-copy p {
    font-size: 15px;
  }

  .home-products,
  .home-process,
  .home-contact-strip,
  .home-story,
  .home-wings,
  .home-network,
  .market-hero,
  .market-proof,
  .market-countries,
  .market-export,
  .quality-hero,
  .quality-promise,
  .quality-process,
  .quality-standard,
  .contact-hero,
  .contact-locations,
  .contact-map-section {
    padding: 32px 0;
  }

  .market-hero-copy h1 {
    font-size: 28px;
  }

  .market-countries h2,
  .market-export-copy h2 {
    font-size: 24px;
  }

  .market-proof-grid,
  .market-country-grid {
    grid-template-columns: 1fr;
  }

  .market-actions {
    display: grid;
  }

  .quality-hero-copy h1 {
    font-size: 28px;
  }

  .quality-process h2,
  .quality-standard-panel h2,
  .contact-map-copy h2 {
    font-size: 24px;
  }

  .quality-card-grid,
  .contact-card-grid {
    grid-template-columns: 1fr;
  }

  .quality-actions,
  .contact-map-actions {
    display: grid;
  }

  .contact-hero-copy h1 {
    font-size: 28px;
  }

  .contact-quick-card,
  .contact-card {
    padding: 18px;
  }

  .home-story-row {
    gap: 18px;
    padding: 24px 0;
  }

  .home-story-copy h1 {
    font-size: 28px;
  }

  .home-story-copy h2,
  .home-network h2 {
    font-size: 24px;
  }

  .home-wing-grid,
  .home-area-list {
    grid-template-columns: 1fr;
  }

  .home-section-heading {
    display: block;
  }

  .home-section-heading a {
    display: inline-block;
    margin-top: 6px;
  }

  .home-product-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-contact-actions {
    display: grid;
  }

  .about-hero,
  .about-section {
    padding: 28px 0;
  }

  .about-hero-copy h1 {
    font-size: 26px;
  }

  .about-facts {
    grid-template-columns: 1fr;
  }

  .leadership-hero {
    padding: 30px 0 16px;
  }

  .leadership-hero h1 {
    font-size: 28px;
  }

  .leadership-grid,
  .leader-card,
  .leader-card-featured {
    grid-template-columns: 1fr;
  }

  .leader-card,
  .leader-card-featured {
    grid-column: span 1;
  }

  .leader-card figure {
    min-height: 240px;
  }

  .leader-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .dropdown-info {
    top: 0 !important;
    padding: 0;
  }

  .dropdown-info .contact-info-widget {
    min-height: 34px;
  }

  .dropdown-info .contact-info-widget #info-activator {
    top: 6px;
    right: 0;
    bottom: auto;
    z-index: 2;
  }

  .dropdown-info .contact-info-widget ul {
    display: none;
    padding: 36px 34px 10px 0;
    margin: 0;
  }

  .dropdown-info.drop-animated .contact-info-widget ul {
    display: flex;
  }

  .contact-info-widget ul {
    justify-content: flex-start;
  }

  .dropdown-info .contact-info-widget ul li {
    width: 100%;
    line-height: 1.45;
  }

  .dropdown-info .contact-info-widget ul li .info {
    font-size: 11px;
    overflow-wrap: anywhere;
  }

  .order-form table,
  .order-form tbody,
  .order-form tr,
  .order-form td {
    display: block;
    width: 100% !important;
  }

  .order-form td {
    padding: 4px 0;
  }

  .product-detail-section {
    padding: 24px 0 32px;
  }

  .contact-form-section {
    padding: 30px 0 36px;
  }

  .product-detail,
  .product-sidebar,
  .contact-form,
  .contact-form-copy {
    padding: 14px;
  }

  .product-media {
    padding: 8px;
  }

  .product-media img {
    max-height: 300px;
  }

  .product-copy h1 {
    font-size: 24px;
  }

  .product-actions,
  .contact-actions {
    display: grid;
  }

  .product-button {
    width: 100%;
  }

  input,
  textarea {
    width: 100%;
  }

  .map-frame iframe {
    height: 300px;
  }

  .footer-socials {
    justify-content: center;
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
    min-height: 42px;
    padding: 10px 13px;
    font-size: 12px;
  }
}
