@font-face {
  font-family: Visbycf;
  src: url('../fonts/VisbyCF-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Visbycf;
  src: url('../fonts/VisbyCF-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: VisbyCF;
  src: url('../fonts/VisbyThin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Visbycf;
  src: url('../fonts/VisbyCF-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Visbycf;
  src: url('../fonts/VisbyCF-DemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --_brand-colors---primary: #182857;
  --_size---h1-font-size: clamp(1 * 1rem, ((1 - ((5 - 1) / (80 - 20) * 20)) * 1rem + ((5 - 1) / (80 - 20)) * 100vw), 5 * 1rem);
  --_brand-colors---secondary: #00c8b3;
  --_brand-colors---body-boldcolor: white;
  --_brand-colors---body-coolor: #b8b8b8;
  --_size---p1-font-size: clamp(1 * 1rem, ((1 - ((2.2 - 1) / (90 - 20) * 20)) * 1rem + ((2 - 1) / (90 - 20)) * 100vw), 2 * 1rem);
  --_brand-colors---primary-darker: #0e1938;
  --_size---h2-font-size: clamp(1 * 1rem, ((1 - ((1.2 - 1) / (90 - 20) * 20)) * 1rem + ((1.2 - 1) / (90 - 20)) * 100vw), 1.2 * 1rem);
  --_size---h3-font-size: 1.7rem;
  --_size---container-padding: 6rem;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--_brand-colors---primary);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: Visbycf, Arial, sans-serif;
  font-size: var(--_size---h1-font-size);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--_brand-colors---secondary);
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
  position: relative;
}

.section.narrow {
  height: 10vh;
}

.section.is-metrics {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.h1-heading {
  box-sizing: border-box;
  background-image: linear-gradient(41deg, var(--_brand-colors---secondary), var(--_brand-colors---body-boldcolor));
  width: auto;
  height: auto;
  color: var(--_brand-colors---secondary);
  letter-spacing: .45ch;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  line-height: 1.1;
  overflow: visible;
}

.container-page {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1300px;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.hero-text-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.h2-heading {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  color: var(--_brand-colors---body-boldcolor);
  text-align: left;
  letter-spacing: .12ch;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  overflow: visible;
}

.paragraph {
  width: 23ch;
  color: var(--_brand-colors---body-coolor);
  font-family: Visbycf, Arial, sans-serif;
  font-size: var(--_size---p1-font-size);
  text-align: left;
  letter-spacing: .05ch;
  font-weight: 400;
  line-height: 1.2;
}

.button-a {
  background-color: var(--_brand-colors---secondary);
  color: var(--_brand-colors---primary);
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  padding: .7rem 1.2rem;
  font-family: Visbycf, Arial, sans-serif;
  font-size: .95rem;
  font-weight: 700;
  display: flex;
}

.div-block-3 {
  width: 50%;
  height: 100%;
}

.hero-image-static {
  transform: scale3d(1none, 1none, 1none);
  mix-blend-mode: multiply;
  transform-style: preserve-3d;
}

.slider {
  background-color: #ddd0;
  height: 100%;
  transform: scale(1.3);
}

.mask, .slide {
  height: 100%;
}

.div-block-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 60%;
  display: flex;
}

.lottie-animation {
  width: 50%;
}

.card-wide-metric {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  opacity: 1;
  background-image: none;
  border-radius: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.container-page--card {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  height: 30rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0%;
  box-shadow: -20px 30px 20px #0000002b;
}

.heading {
  color: #e7d1d1;
  letter-spacing: .1ch;
  font-family: VisbyCF, Arial, sans-serif;
  font-weight: 100;
}

.h3-heading {
  box-sizing: border-box;
  width: auto;
  height: auto;
  color: var(--_brand-colors---secondary);
  text-align: center;
  letter-spacing: .09ch;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.2;
  overflow: visible;
}

.section-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  text-align: center;
  background-color: #35365700;
  border: 0 #44779b61;
  border-radius: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1300px;
  height: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-wrapper.is80 {
  height: 80vh;
}

.metric-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  width: 10rem;
  height: 10rem;
  display: flex;
}

.metric-number {
  color: var(--_brand-colors---secondary);
  text-align: left;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.metric-paragraph {
  color: var(--_brand-colors---body-coolor);
  text-align: left;
  letter-spacing: 2px;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}

.div-block-6 {
  text-align: center;
}

.div-block-7 {
  display: flex;
}

.section-dot {
  border: 8px solid var(--_brand-colors---secondary);
  background-image: none;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section-dot-inner {
  background-color: var(--_brand-colors---primary);
  border-radius: 100%;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.card-wide-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.background-video {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.h4-heading {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  color: var(--_brand-colors---secondary);
  text-align: left;
  letter-spacing: .09ch;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  overflow: visible;
}

.card--wrapper {
  display: flex;
}

.section-info {
  opacity: 1;
  background-color: #182857;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 2rem;
  display: flex;
}

.section-id-heading {
  color: var(--_brand-colors---secondary);
  text-align: center;
  letter-spacing: .5ch;
  text-decoration: none;
}

.card-typo-wrappe {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.card-img-wrapper {
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.background-video-2 {
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
}

.p2-centerded {
  width: 23ch;
  color: var(--_brand-colors---body-coolor);
  font-family: Visbycf, Arial, sans-serif;
  font-size: var(--_size---p1-font-size);
  text-align: center;
  letter-spacing: .05ch;
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.button-b {
  border: 3px solid var(--_brand-colors---secondary);
  background-color: var(--_brand-colors---primary);
  color: var(--_brand-colors---secondary);
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  padding: .7rem 1.5rem;
  font-family: Visbycf, Arial, sans-serif;
  font-size: .95rem;
  font-weight: 700;
  display: flex;
}

.buttons-wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: wrap;
  display: flex;
}

.prrof-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  opacity: 1;
  background-color: #d5b8b800;
  border: 0 solid #00c8b3;
  border-radius: 1.5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.sp-logo-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 6rem;
  height: auto;
  display: flex;
}

.sp-logo-wrapper.is-x {
  width: 9rem;
}

.sp-logo-wrapper.is-fsc {
  width: 3.8rem;
}

.sp-logo-wrapper.is-g7 {
  width: 5rem;
}

.sp-logo-wrapper.isbrcs, .sp-logo-wrapper.is-sedex {
  width: 6rem;
}

.sp-paragraph {
  color: var(--_brand-colors---body-coolor);
  letter-spacing: .1ch;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.logo-img {
  object-fit: cover;
  width: auto;
  padding: 3px;
}

.video {
  border-radius: 1.5rem;
}

.card-bg-image {
  opacity: .34;
  background-image: url('../images/omaks-print.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.metrics-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  background-image: url('../images/globe.svg');
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  margin-bottom: 3rem;
  padding-top: 71px;
  display: flex;
}

.sp-header {
  color: var(--_brand-colors---secondary);
  letter-spacing: .3ch;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.section-is-socialproof {
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.section-is-socialproof.narrow {
  height: 10vh;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.p3 {
  width: 25ch;
  color: var(--_brand-colors---body-coolor);
  text-align: left;
  letter-spacing: .05ch;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

.body {
  color: var(--_brand-colors---body-coolor);
  text-align: left;
  letter-spacing: .1ch;
  flex-flow: column;
  justify-content: space-between;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  display: flex;
}

.navbar {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #1828577d;
  height: 7rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5625rem;
  position: relative;
  inset: auto 0%;
}

.image {
  width: 100%;
  position: static;
}

.page-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section-id {
  background-color: var(--_brand-colors---secondary);
  letter-spacing: .5ch;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2rem;
  padding: 1rem 2rem;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.quick-stack {
  grid-column-gap: 31px;
  grid-row-gap: 39px;
  padding: 0;
}

.bokeh {
  opacity: .38;
  filter: blur(80px);
  background-color: #e6c9c9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(75%, 34px);
}

.text-block {
  color: var(--_brand-colors---primary);
  text-align: center;
  font-size: .8rem;
  font-weight: 700;
}

.cell {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  justify-content: center;
  align-items: flex-start;
}

.navlink {
  color: var(--_brand-colors---body-coolor);
  letter-spacing: .09ch;
  text-transform: uppercase;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.navlink:hover {
  color: var(--_brand-colors---body-boldcolor);
}

.container {
  max-width: 1300px;
}

.brand {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.language-selector {
  font-family: Visbycf, Arial, sans-serif;
  font-size: .75rem;
}

.language-selector:hover, .language-selector:active {
  color: var(--_brand-colors---secondary);
}

.language-wrapper {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  display: flex;
}

.header-title {
  aspect-ratio: auto;
  color: var(--_brand-colors---secondary);
  letter-spacing: .2ch;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.title-subheader {
  letter-spacing: .3ch;
  text-transform: uppercase;
  font-family: Visbycf, Arial, sans-serif;
  font-size: .7rem;
}

.footer-subscribe {
  background-color: #47448b;
  border-bottom: 1px solid #e4ebf3;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  max-width: 1440px;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.button-c {
  background-color: var(--_brand-colors---secondary);
  color: var(--_brand-colors---primary);
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  padding: .9rem 1.2rem;
  font-family: Visbycf, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  display: flex;
}

.section-marker-wrapper {
  padding: 2.625rem;
  position: absolute;
  inset: 0%;
}

.slider-news {
  background-color: #ddd0;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
}

.mask-2 {
  width: 100%;
  height: 100%;
}

.slide-img {
  background-color: #6d2dda00;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.slide-nav {
  font-size: 1rem;
  bottom: 29px;
}

.slider-news-img {
  width: auto;
  height: auto;
}

.slider-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4.9rem 7.2rem 3rem;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.card-id-wrapper {
  z-index: 3;
  padding: 3rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slider-date {
  color: var(--_brand-colors---body-coolor);
  letter-spacing: .09ch;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.section-2 {
  height: auto;
}

.slide-img-full {
  background-color: #6d2dda00;
  background-image: linear-gradient(#17275633, #182857d9), url('../images/product-cosmetics-01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-industries {
  width: auto;
  height: auto;
  color: var(--_brand-colors---body-boldcolor);
  letter-spacing: .1ch;
  font-family: VisbyCF, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 100;
}

.quick-stack-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  height: 100%;
}

.grid-container {
  height: 100%;
  padding: 2rem;
  position: relative;
  overflow: visible;
  transform: rotate(0);
}

.cell-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: flex-start;
}

.grid-logo-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.img-logo {
  display: inline-block;
}

.div-block-9 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.home-card-img {
  aspect-ratio: auto;
  opacity: .28;
  object-fit: scale-down;
  object-position: 50% 50%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.card-typo-center {
  flex-flow: column;
  display: flex;
}

.overlay {
  z-index: 1;
  color: #b8b8b800;
  background-image: linear-gradient(#19285742, #0b1535d6);
  border-radius: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.footer-container {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  text-align: left;
  justify-content: space-between;
  height: 15rem;
  display: flex;
}

.footer-text {
  text-align: left;
  letter-spacing: .05ch;
  width: 25ch;
  font-size: .9rem;
}

.footer-links-contanier {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.footer-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 12px;
  display: flex;
}

.footer-links {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.logo-img-small {
  object-fit: cover;
  width: auto;
  height: 3.6rem;
  padding: 3px;
}

.footer-link {
  color: #00c8b37a;
  font-size: .85rem;
}

.footer-link:hover {
  color: #00c8b3;
}

.section-wrapper-footer {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  text-align: center;
  background-color: #35365700;
  border: 1px solid #44779b61;
  border-radius: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1300px;
  height: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 41px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-wrapper-footer.is80 {
  height: 80vh;
}

.section-hero-2 {
  height: 50vh;
  color: var(--_brand-colors---body-boldcolor);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Visbycf, Arial, sans-serif;
  display: block;
  position: relative;
}

.section-hero-2.narrow {
  height: 10vh;
}

.section-hero-2.is-metrics {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.hero2-bgr-img {
  opacity: .38;
  background-image: linear-gradient(#18285700, #182857bd), url('../images/about-hero-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 1.5rem;
  width: 1330px;
  height: 100%;
  position: relative;
  inset: 0%;
}

.section-body-3column {
  border-top: 0px solid var(--_brand-colors---primary-darker);
  max-width: 1300px;
  height: auto;
  color: var(--_brand-colors---body-boldcolor);
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
  font-family: Visbycf, Arial, sans-serif;
  overflow: visible;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3c {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-11 {
  background-image: url('../images/about-hero-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 1.5rem;
  height: 70%;
  position: absolute;
  inset: 0%;
}

.about-rhero-container {
  text-align: left;
  height: 50vh;
  position: relative;
}

.grid-cntnr {
  max-width: 1300px;
  color: var(--_brand-colors---body-boldcolor);
  margin-left: auto;
  margin-right: auto;
  padding-top: 41px;
  padding-bottom: 41px;
  font-family: Visbycf, Arial, sans-serif;
}

.grid2-cl-bnt {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.section-body-2column-bnt {
  max-width: 1300px;
  color: var(--_brand-colors---body-boldcolor);
  margin-left: auto;
  margin-right: auto;
  padding-top: 41px;
  padding-bottom: 41px;
  font-family: Visbycf, Arial, sans-serif;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
}

.quick-stack-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  height: auto;
}

.awards-cell-container {
  grid-column-gap: 39px;
  grid-row-gap: 41px;
  text-align: center;
  background-image: none;
  border: 0 solid #43697a;
  border-radius: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto 1px auto auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.award-txt {
  color: var(--_brand-colors---body-boldcolor);
  text-align: left;
  letter-spacing: .05ch;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.4;
}

.div-block-14 {
  background-color: #64e3ff00;
  border-radius: 1.5rem;
}

.grid-3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.awards-product-img {
  background-color: #18285700;
}

.cell-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: space-between;
  align-items: flex-start;
}

.quick-stack-4 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-image: linear-gradient(#25205a30, #263664c2);
  border: 1px solid #75a2c74a;
  border-radius: 1.5rem;
  height: 25rem;
  padding: 31px;
}

.image-2 {
  width: auto;
  height: 80%;
}

.cell-4 {
  justify-content: space-between;
  align-items: flex-start;
}

.cell-5 {
  line-height: 100%;
}

.cell-6, .cell-7 {
  justify-content: center;
  align-items: center;
}

.bold-text {
  color: var(--_brand-colors---body-boldcolor);
}

.heading-2 {
  position: static;
  bottom: 133px;
  left: 38px;
}

.cell-8 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}

.section-submenu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.section-submenu.narrow {
  height: 10vh;
}

.section-submenu.is-metrics {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.tab-button-primary {
  background-color: var(--_brand-colors---primary);
  opacity: 1;
  border: 3px solid #00c8b34d;
  border-radius: 100px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.tab-button-primary.w--current {
  color: var(--_brand-colors---primary);
  background-color: #00c8b35c;
  border-radius: 100px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.tabs-menu {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.products-img-container {
  column-count: 3;
  column-gap: 1.5rem;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 3;
  display: block;
  position: relative;
}

.products-image {
  border-radius: 1.5rem;
  margin-bottom: 18px;
}

.tabs-content {
  width: 100%;
  display: block;
}

.tab-pane-tab-1 {
  height: auto;
  padding-top: 1.875rem;
}

.lightbox-link {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: left;
  column-count: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 1.5rem;
  display: block;
  position: relative;
}

.image-3 {
  border-radius: 1.5rem;
  padding: 1rem;
}

.lighbox-products-img {
  border-radius: 1.5rem;
  width: 100%;
  padding: 0;
}

.tab-tag-active {
  font-size: 1.2rem;
  font-weight: 600;
}

.tab-tag-psv {
  color: var(--_brand-colors---secondary);
  text-align: center;
  letter-spacing: .2ch;
  font-size: 1.2rem;
  font-weight: 600;
}

.tab-tag-psv.current {
  color: var(--_brand-colors---primary);
}

.product-award-container {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: linear-gradient(#263768, #fff0);
  border: 0 solid #54b3c0;
  border-radius: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.product-award-year {
  color: var(--_brand-colors---body-boldcolor);
  letter-spacing: .1ch;
  font-weight: 700;
}

.product-award-text {
  color: var(--_brand-colors---body-boldcolor);
  letter-spacing: .2ch;
  font-weight: 500;
}

.bold-text-2 {
  letter-spacing: .1ch;
}

.industries-container {
  column-count: 1;
  column-gap: 1.5rem;
  max-width: 1300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  display: block;
  position: relative;
}

.hero-2-container {
  border-radius: 1.5rem;
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.secondary-hero-img {
  border-radius: 1.5rem;
  width: 100%;
  position: static;
  inset: 0% 0% 0;
}

.secondary-hero-img.is-absolute {
  position: absolute;
  overflow: hidden;
}

.div-block-15 {
  flex-flow: column;
  display: flex;
  position: relative;
}

.hero-2-bg {
  opacity: .2;
  height: auto;
  position: static;
}

.absolute {
  border-radius: 1.5rem;
  height: 70%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-3 {
  position: absolute;
  inset: auto auto 16% 0%;
}

.h1-heading--2 {
  box-sizing: border-box;
  background-image: linear-gradient(41deg, var(--_brand-colors---secondary), var(--_brand-colors---body-boldcolor));
  width: auto;
  height: auto;
  color: var(--_brand-colors---secondary);
  letter-spacing: .2ch;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: VisbyCF, Arial, sans-serif;
  font-weight: 100;
  line-height: 1.1;
  overflow: visible;
}

.h3-heading--2 {
  box-sizing: border-box;
  width: auto;
  height: auto;
  color: var(--_brand-colors---secondary);
  text-align: left;
  letter-spacing: .06ch;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  overflow: visible;
}

.div-block-17 {
  height: 100%;
}

.hero2-heading-container {
  grid-column-gap: 5.8rem;
  grid-row-gap: 5.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 30%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-copy {
  width: 23ch;
  color: var(--_brand-colors---body-coolor);
  font-family: Visbycf, Arial, sans-serif;
  font-size: var(--_size---p1-font-size);
  text-align: left;
  letter-spacing: .05ch;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph--2 {
  width: 100%;
  color: var(--_brand-colors---secondary);
  text-align: left;
  letter-spacing: .05ch;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.section-body-3column-copy {
  max-width: 1300px;
  height: auto;
  color: var(--_brand-colors---body-boldcolor);
  margin-bottom: 43px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 41px;
  padding-bottom: 41px;
  font-family: Visbycf, Arial, sans-serif;
  overflow: visible;
}

.section-cta {
  overflow: visible;
}

.secondary-hero-img-copy {
  border-radius: 1.5rem;
  width: 100%;
  position: static;
  inset: 0% 0% 0;
}

.secondary-hero-img-copy.is-absolute {
  position: absolute;
  overflow: hidden;
}

.cell-9 {
  justify-content: center;
  align-items: center;
}

.quick-stack-5 {
  padding: 0;
}

.cell-title {
  background-color: #fff0;
}

.cell-body {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.cell-logo-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.cell-logo {
  width: auto;
  height: 40px;
}

.cell-10, .cell-11 {
  justify-content: center;
  align-items: flex-start;
}

.cell-12 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
}

.cell-img-full {
  border-radius: 1.5rem;
}

.section-body-1column {
  border-top: 0px solid var(--_brand-colors---primary-darker);
  max-width: 1300px;
  color: var(--_brand-colors---body-boldcolor);
  margin-left: auto;
  margin-right: auto;
  font-family: Visbycf, Arial, sans-serif;
  overflow: visible;
}

.grid-2c {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-18 {
  background-image: url('../images/Omaks-Photo_0005_Layer-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: 40vh;
}

.cell-text {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.arrow-small {
  width: 8%;
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-_9ba2f082-54ed-c5a7-18aa-686d2dc5b367-6763c7b5, #w-node-_83f37c87-7589-741e-feb0-074a74af1eb0-6763c7b5, #w-node-d6760f11-3e6d-6263-1d2d-faf9c4ab2a9d-97bfe191 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8c253877-e8fe-b4bb-9853-a7d576453bff-97bfe191 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-e0667c06-d6a7-36cd-ba7f-f0f06458f9ee-97bfe191 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr;
}

#w-node-_1c095baa-5ed5-f7fb-f8a8-3d9c7b79a6fc-97bfe191 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a6cb232b-80d0-5651-d483-c58671fb0bd3-97bfe191 {
  grid-column: span 3 / span 3;
}

#w-node-_9923781d-e02d-2669-dccd-1b6aec3bf56b-97bfe191 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-b383612e-cab6-9257-e353-3cd65027d97f-97bfe191, #w-node-_91505b8e-e0a8-0a4f-d055-11b2a6388890-97bfe191, #w-node-a2a9d1fd-1204-2405-ca46-cb6da088dfcc-97bfe191, #w-node-_2158cc47-2f9c-643d-72a2-1da9563a19d1-97bfe191, #w-node-c6272947-69d9-ea56-7e7d-1b132b2801d1-97bfe191, #w-node-fcc647c0-c851-660d-b553-3bd88ae5d1ce-97bfe191 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_833a9c68-a147-15a9-901d-978f81217550-97bfe191 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr;
}

#w-node-_833a9c68-a147-15a9-901d-978f8121755c-97bfe191 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_833a9c68-a147-15a9-901d-978f8121755d-97bfe191 {
  grid-column: span 3 / span 3;
}

#w-node-_833a9c68-a147-15a9-901d-978f8121755f-97bfe191, #w-node-ab92c3c5-0255-b664-670d-998a65d55a54-65d55a53, #w-node-_8aac0bcf-e54a-72b9-bd4b-b5515be1fbeb-5be1fbea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9c23f030-275b-3de1-6fbb-1aa0ae783aa2-6801f162 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 2.5fr;
}

#w-node-_2d3b9754-8351-dc77-86f5-11a102de7b82-6801f162, #w-node-_51484ed0-668d-9f42-219d-a58d0fcd0547-6801f162, #w-node-c8edeeb6-c950-62fe-b77c-27b0b4eaf141-6801f162, #w-node-_00f3a20d-dd19-5aff-3a1e-4489ce3aab43-6801f162, #w-node-_516dac77-d340-d5bb-2033-ea67793e4d89-6801f162, #w-node-bc9541bc-08a1-b0ab-b4bb-37d5b39e6345-6801f162, #w-node-_6e90dbff-1cf6-b0ff-77b4-2cc82ee26f3a-6801f162 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}


@font-face {
  font-family: 'Visbycf';
  src: url('../fonts/VisbyCF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbycf';
  src: url('../fonts/VisbyCF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'VisbyCF';
  src: url('../fonts/VisbyThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbycf';
  src: url('../fonts/VisbyCF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbycf';
  src: url('../fonts/VisbyCF-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}