:root {
  --black: #000;
  --transprant: #fff0;
  --white: white;
  --grey: #4c4c4c;
  --light-green: #cde290;
  --green: #108d48;
  --green2: #9c0;
  --yellow: #fbce13;
  --grey2: #949494;
  --light-grey: #c7c7c7;
  --white-25: #ffffff40;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  background-image: linear-gradient(#f9f9f9d9, #f9f9f9d9), url('../images/bg-pattern.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 100px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

p {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 180%;
}

a {
  text-decoration: none;
  transition: all .5s;
}

.all {
  padding-top: 100px;
}

.all.hiden {
  overflow: hidden;
}

.section {
  padding-top: 100px;
  overflow: hidden;
}

.section.top-banner {
  padding-top: 0;
}

.section._50-padding {
  padding-top: 50px;
}

.section.sticky {
  overflow: visible;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.home-banner-b {
  background-image: linear-gradient(0deg, #0009, var(--transprant) 30%), linear-gradient(to bottom, #0006, #0006), url('../images/home-banner-img2x.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
}

.home-banner-title-b {
  width: 100%;
}

.txt-white {
  color: var(--white);
}

.home-banner-flex-center {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-banner-video-b {
  position: absolute;
  inset: auto 0% 0%;
}

.home-banner-video {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-home-earth-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

.section-home-earth-col {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.section-small-heading {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.padding-top-10 {
  padding-top: 10px;
}

.txt-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #108d48, #fbce13);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

.padding-top-50 {
  padding-top: 50px;
}

.home-earth-list {
  border-left: 1px solid var(--light-green);
  margin-bottom: 0;
  padding-left: 50px;
}

.home-earth-list-item {
  color: var(--grey);
  background-image: url('../images/home-earth-list-item.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 25px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 600;
  list-style-type: none;
}

.inline-b {
  display: inline-block;
}

.common-btn-arrow {
  width: 30px;
  margin-left: 10px;
}

.img-full {
  width: 100%;
  display: block;
}

.section-home-earth-img {
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  text-align: center;
}

.handwrite-txt {
  color: var(--green);
  text-align: left;
  font-family: Shantell Sans, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}

.handwrite-txt.experience-logo {
  font-size: 28px;
  line-height: 120%;
}

.handwrite-txt-bottom-b {
  padding-top: 2px;
  padding-left: 160px;
}

.home-employee-row {
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
}

.home-employee-sticky-col {
  width: 45%;
  padding-left: 25px;
  padding-right: 25px;
}

.home-employee-col {
  width: 55%;
  padding-left: 25px;
  padding-right: 25px;
}

.home-employee-sticky-img-b {
  background-image: url('../images/home-employee-sticky-img2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.home-employee-img-container {
  margin-bottom: -50px;
}

.home-employee-img-b {
  width: 80%;
  margin-right: auto;
  padding-bottom: 50px;
}

.sticky-b {
  position: sticky;
  top: 120px;
}

.home-overview-row {
  flex-flow: wrap;
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
}

.home-overview-num-col {
  width: 30%;
  padding-left: 25px;
  padding-right: 25px;
}

.home-overview-col {
  width: 70%;
  padding-left: 25px;
  padding-right: 25px;
}

.home-overview-num-top {
  width: 70%;
  min-width: 250px;
  min-height: 250px;
  margin-right: auto;
  padding-top: 70%;
  position: relative;
}

.home-overview-num-b {
  color: var(--grey);
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-overview-num-txt {
  margin-top: -20px;
  font-family: Cormorant, sans-serif;
  font-size: 70px;
  line-height: 100%;
}

.home-overview-txt {
  font-size: 24px;
  line-height: 120%;
}

.home-overview-line-img1 {
  z-index: -1;
  width: 200%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-overview-line-img2 {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-overview-num-bottom {
  width: 70%;
  min-width: 250px;
  min-height: 250px;
  margin-top: -60px;
  margin-left: auto;
  padding-top: 70%;
  position: relative;
}

.home-overview-video-b {
  width: 70%;
  padding-top: 39.475%;
  position: relative;
}

.home-overview-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.txt-green {
  color: var(--green);
}

.padding-top-20 {
  padding-top: 20px;
}

.home-overview-content-b {
  padding-top: 40px;
}

.home-overview-video-btn {
  opacity: 0;
  width: 100px;
  height: 100px;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.home-overview-video-btn-img {
  width: 100%;
  height: 100%;
  display: block;
}

.product-range-b {
  position: relative;
}

.product-range-illustration-b {
  z-index: -1;
  width: 400px;
  margin-top: -210px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-overview-b {
  padding-bottom: 100px;
}

.product-range-row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.product-range-col {
  width: 25%;
  transition: width .5s;
}

.product-range-col:hover {
  width: 40%;
}

.product-range-content {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 650px;
  position: relative;
}

.product-range-content.cut-and-sewn-knit {
  background-image: linear-gradient(#0000 35%, #00000080), url('../images/product-range-img22x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.product-range-content.woven {
  background-image: linear-gradient(#0000 35%, #00000080), url('../images/product-range-img42x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.product-range-content.jeans {
  background-image: linear-gradient(#0000 35%, #00000080), url('../images/product-range-img32x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.product-range-content.infant-items {
  background-image: linear-gradient(#0000 35%, #00000080), url('../images/product-range-img12x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.product-range-content-title-b {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.product-range-content-title {
  color: var(--white);
  text-shadow: 0 4px 20px #0009;
  width: 100%;
  font-size: 28px;
  line-height: 120%;
}

.product-range-container {
  padding-left: 10px;
  padding-right: 10px;
}

.header {
  z-index: 999;
  border-bottom: 1px solid var(--light-green);
  background-color: var(--white);
  width: 100%;
  position: fixed;
}

.header-wrap {
  width: 100%;
}

.nav-link {
  color: var(--green);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.nav-link.w--current {
  color: var(--green);
  background-image: url('../images/nav-link-current.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 3px;
}

.nav-b {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.header-row {
  justify-content: space-between;
  display: flex;
}

.header-logo {
  width: 280px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 10vw;
  display: block;
}

.header-logo:hover {
  transform: scale(1.05);
}

.nav-menu {
  flex: 1;
}

.nav-border-hover {
  background-color: var(--light-green);
  opacity: 0;
  height: 3px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-dropdown-list {
  background-color: var(--white);
  margin-top: 97px;
  inset: 0% auto auto 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.nav-link-line {
  display: none;
}

.footer-b {
  background-color: var(--white);
}

.footer-main-container {
  max-width: 1440px;
  padding-left: 50px;
  padding-right: 50px;
}

.footer-main-wrap {
  display: flex;
}

.footer-main-content {
  flex: 1;
}

.footer-share-b {
  color: var(--green);
  background-color: #ffe27c;
  min-width: 300px;
  padding: 20px;
  display: block;
}

.footer-share-b:hover {
  background-color: var(--green);
  color: var(--white);
}

.footer-share-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.footer-logo {
  width: 40%;
  max-width: 400px;
  margin-right: 40px;
}

.footer-logo.w--current:hover {
  transform: scale(1.05);
}

.footer-content {
  border-left: 1px solid var(--light-green);
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-main-content-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-content-b {
  padding-top: 25px;
}

.footer-contact-content-b {
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-contact-content-b:hover {
  color: var(--green);
}

.footer-contact-icon {
  flex: none;
  width: 30px;
  margin-right: 10px;
  position: relative;
}

.img-full-hover {
  z-index: 1;
  opacity: 0;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.footer-share-txt {
  font-size: 30px;
  line-height: 100%;
}

.footer-share-icon-b {
  padding-top: 20px;
}

.footer-share-icon {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-title {
  color: var(--green);
  font-size: 30px;
  line-height: 120%;
}

.footer-bottom-b {
  border-top: 1px solid var(--light-green);
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-bottom-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.footer-bottom-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.footer-bottom-txt-b {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-bottom-link {
  color: var(--black);
}

.footer-bottom-link:hover {
  opacity: .4;
}

.top-banner-b {
  background-image: url('../images/top-banner-bg-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
  position: relative;
}

.top-banner-center-b {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.top-banner-title-b {
  z-index: 1;
  width: 100%;
  position: relative;
}

.top-banner-illustration-b {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.top-banner-illustration-img {
  flex: none;
  width: 100%;
  max-width: 1440px;
}

.top-banner-bottom-border-b {
  background-color: var(--green);
  width: 100%;
  height: 1px;
}

.top-banner-bottom-border-b.yellow {
  background-color: var(--yellow);
}

.perspective-row {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.perspective-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.perspective-animation {
  width: 100%;
}

.pop-slide-row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pop-slide-col {
  flex: none;
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

.pop-slider-b {
  width: 100%;
  padding-top: 70%;
  display: block;
  position: relative;
  overflow: hidden;
}

.pop-slider-container {
  z-index: 1;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pop-slider-content-container {
  border: 1px solid var(--white);
  background-color: #00000059;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.perspective-location-title {
  color: var(--white);
  font-size: 36px;
  line-height: 120%;
}

.section-title {
  text-transform: capitalize;
  font-size: 40px;
}

.section-title-b {
  position: relative;
}

.section-title-line-b {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-title-line-container {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.section-title-line {
  flex: none;
  width: 100%;
  max-width: 1440px;
}

.section-title-extend-line {
  background-color: var(--green2);
  opacity: .5;
  width: 100%;
  height: 1px;
}

.network-content-b {
  padding-top: 40px;
}

.network-slider-row {
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 80px;
  display: flex;
}

.network-slider-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.network-list {
  border-left: 1px solid var(--light-green);
  margin-bottom: 0;
  padding-left: 50px;
}

.network-list-item {
  background-image: url('../images/network-list-item.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 25px;
  padding-left: 30px;
  list-style-type: none;
}

.network-list-title {
  color: var(--grey2);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.network-list-txt {
  padding-top: 5px;
}

.home-overview-num-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-overview-num-plus {
  margin-top: -20px;
  font-family: Cormorant, sans-serif;
  font-size: 70px;
  line-height: 100%;
}

.perspective-location-description-b {
  padding-bottom: 40px;
}

.pop-slider-btn-b {
  padding-top: 10px;
}

.pop-slider-btn {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  padding-bottom: 5px;
  font-weight: 500;
  display: inline-block;
}

.pop-slider-hover-bg {
  z-index: -1;
  opacity: 0;
  background-color: #00000057;
  position: absolute;
  inset: 0%;
}

.pop-slide-big-container {
  overflow: hidden;
}

.pop-b {
  z-index: 1000;
  opacity: 0;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.pop-content-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.pop-content-bg {
  z-index: 1;
  background-color: #000000e6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pop-content-container {
  z-index: 2;
  background-image: linear-gradient(#108d481a, #108d481a), linear-gradient(#ffffffd9, #ffffffd9), url('../images/bg-pattern.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 100px;
  width: 100%;
  max-height: 80vh;
  padding: 10px;
  position: relative;
  overflow: auto;
}

.pop-container {
  width: 100%;
  max-width: 900px;
  padding-left: 5%;
  padding-right: 5%;
}

.pop-content-b {
  border: 2px solid var(--white);
  padding: 20px;
}

.pop-content-title-b {
  color: var(--green);
  text-align: center;
  padding-bottom: 20px;
}

.pop-close-btn-b {
  z-index: 3;
  cursor: pointer;
  width: 24px;
  margin-top: -34px;
  margin-right: 10px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.relative {
  position: relative;
}

.pop-slide-prev {
  z-index: 2;
  margin-left: -20px;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.slide-arrow-b {
  cursor: pointer;
  background-image: linear-gradient(#f9f9f9d9, #f9f9f9d9), url('../images/bg-pattern.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.slide-arrow-img {
  width: 20px;
}

.pop-slide-next {
  z-index: 2;
  margin-right: -20px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.slider {
  background-color: var(--transprant);
  width: 100%;
  height: 100%;
}

.slider.no-hover-effect {
  pointer-events: none;
}

.hide {
  display: none;
}

.slider-mask {
  height: 100%;
}

.network-slide-b {
  width: 100%;
  height: 100%;
}

.network-slide-img {
  width: 100%;
  padding-top: 60%;
  position: relative;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.slide-arrow-prev {
  z-index: 10;
  width: auto;
  margin-right: 40px;
  inset: auto 0% 0% auto;
}

.slide-arrow-next {
  z-index: 10;
  width: auto;
  inset: auto 0% 0% auto;
}

.img-deco-b {
  padding-bottom: 1.7%;
  padding-left: 2.22%;
  position: relative;
}

.img-deco {
  z-index: 5;
  pointer-events: none;
  background-image: url('../images/photo-frame-deco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.paragraph-hide {
  overflow: hidden;
}

.paragraph-btn-flex {
  border-bottom: 1px solid var(--grey);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-btn-txt {
  color: var(--grey);
  text-transform: uppercase;
  padding-right: 20px;
}

.paragraph-readless-btn {
  margin-top: 20px;
  padding-bottom: 5px;
}

.paragraph-btn-arrow-b {
  width: 20px;
}

.paragraph-readmore-btn {
  margin-top: 20px;
}

.network-slider-b {
  margin-top: -40px;
}

.network-slider-content-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.location-sticky-container {
  z-index: 100;
  position: sticky;
  top: 100px;
}

.location-sticky-b {
  border-bottom: 1px solid var(--light-green);
  background-color: var(--white);
  overflow: hidden;
}

.location-sticky-row {
  flex-flow: wrap;
  margin-left: -50px;
  margin-right: -50px;
  display: flex;
}

.location-sticky-col {
  padding-left: 50px;
  padding-right: 50px;
}

.location-sticky-btn {
  color: var(--grey);
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

.location-sticky-btn:hover {
  opacity: .5;
}

.location-sticky-btn.w--current {
  color: var(--green);
}

.location-sticky-active-border {
  background-color: var(--light-green);
  opacity: 0;
  width: 100%;
  height: 3px;
  position: absolute;
  inset: auto 0% 0%;
}

.experience-logo-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.experience-logo-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.experience-client-container {
  padding-top: 40px;
}

.experience-client-row {
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.experience-client-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.experience-client-readless-btn {
  opacity: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.experience-client-paragraph-b {
  height: 110px;
  overflow: hidden;
}

.experience-client-list {
  margin-bottom: 0;
  padding-left: 0;
}

.experience-client-list-item {
  background-image: url('../images/network-list-item.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 20px;
  padding-left: 30px;
  font-weight: 400;
  list-style-type: none;
}

.experience-client-btn-b {
  margin-top: 20px;
  position: relative;
}

.deco-img {
  width: 100%;
  padding-top: 60%;
  position: relative;
}

.experience-carosell-brand-b {
  display: flex;
  overflow: hidden;
}

.experience-carosell-brand-col {
  margin-right: 20px;
}

.sce-brand-img-b {
  background-color: var(--white);
  border-radius: 25px;
  width: 250px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.experience-carosell-qualification-container {
  padding-top: 50px;
}

.experience-carosell-qualification-b {
  display: flex;
  overflow: hidden;
}

.experience-carosell-qualification-col {
  margin-right: 20px;
}

.sce-brand-qualification-b {
  background-color: var(--white);
  border-radius: 25px;
  width: 180px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.network-illustration-b {
  z-index: -10;
  width: 500px;
  margin-right: -200px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.sustainable-content-b {
  padding-top: 40px;
}

.pop-slider-card-title {
  color: var(--white);
  font-size: 30px;
  line-height: 120%;
}

.sustainable-slider-container {
  background-color: var(--transprant);
  height: 100%;
}

.sustainable-slider {
  flex: none;
  width: 100%;
  height: 100%;
}

.sustainable-slider-row {
  flex-flow: wrap;
  justify-content: center;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.sustainable-slider-col {
  width: 33.33%;
  min-width: 350px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.sustainable-slider-b {
  width: 100%;
  padding-top: 115%;
  display: block;
  position: relative;
  overflow: hidden;
}

.sustainable-slider-mask {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.sustainable-slider-content-b {
  z-index: 1;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sustainable-slider-content-container {
  border: 1px solid var(--white);
  background-color: #00000059;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.sustainable-slider-content {
  color: var(--white);
  text-align: center;
  width: 100%;
}

.by-doing-right-img-b {
  width: 30%;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.by-doing-right-content-b {
  padding-top: 20px;
}

.by-doing-right-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.by-doing-right-paragraph-b {
  padding-top: 5px;
}

.by-doing-right-btn-b {
  padding-top: 10px;
}

.by-doing-right-btn {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  padding-bottom: 5px;
  font-weight: 500;
  display: inline-block;
}

.sustainable-slider-prev-arrow {
  width: auto;
  margin-left: -20px;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.sustainable-slider-next-arrow {
  width: auto;
  margin-right: -20px;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.sustainable-slider-num-row {
  flex-flow: wrap;
  justify-content: center;
  height: 100%;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.sustainable-slider-num-col {
  flex: none;
  width: 20%;
}

.sustainable-slider-num-b {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.sustainable-slider-num-content-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sustainable-slider-num-content-b {
  text-align: center;
}

.sustainable-slider-num-txt {
  color: var(--grey);
  margin-top: -20px;
  font-family: Cormorant, sans-serif;
  font-size: 70px;
  line-height: 100%;
}

.sustainable-slider-num-container {
  margin-top: -40px;
  margin-left: -10px;
  margin-right: -10px;
}

.sustainable-slider-num-container.top-padding-60 {
  padding-top: 60px;
}

.sustainable-slider-chart-img {
  background-image: url('../images/sustainable-slider-chart-img-desktop2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 33%;
}

.sustainable-row {
  flex-flow: wrap;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.sustainable-col {
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.sustainable-col.first {
  order: 1;
}

.sustainable-people-slide-row {
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.sustainable-people-slide-col {
  flex: none;
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.sustainable-people-slide-b {
  background-color: var(--white);
  padding: 10px;
}

.sustainable-people-slide-img {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.sustainable-people-slide-content {
  text-align: center;
  padding-top: 10px;
}

.sustainable-people-slide-chip-row {
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.sustainable-people-slide-chip-col {
  padding-left: 10px;
  padding-right: 10px;
}

.sustainable-people-slide-chip-b {
  z-index: 1;
  margin-bottom: -20px;
  position: relative;
}

.sustainable-people-slide-chip {
  width: 35px;
}

.section-people-line-container {
  z-index: 1;
  width: 100%;
  padding-top: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slick-people-prev {
  z-index: 2;
  margin-left: -20px;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.slick-people-next {
  z-index: 2;
  margin-right: -20px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.sustainable-tab-b {
  border-bottom: 1px solid var(--grey);
  color: var(--grey);
  padding-bottom: 5px;
  font-size: 30px;
  line-height: 120%;
}

.sustainable-tab-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sustainable-tab-arrow {
  width: 30px;
  padding-left: 5px;
}

.sustainable-tab-paragraph {
  padding-top: 10px;
}

.sustainable-tab-row {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.sustainable-tab-menu {
  flex-flow: column;
  width: 50%;
  padding-left: 20px;
  display: flex;
}

.sustainable-tab-content {
  width: 50%;
  padding-right: 20px;
}

.sustainable-tab-pane {
  width: 100%;
}

.sustainable-tab-link {
  background-color: var(--transprant);
  color: var(--grey);
  margin-top: 40px;
  padding: 0;
}

.sustainable-tab-link.w--current {
  background-color: var(--transprant);
}

.sustainable-content-paragraph-b {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.sustainable-future-open-quote {
  z-index: -99;
  width: 80px;
  margin-top: -80px;
  margin-left: -80px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sustainable-future-close-quote {
  z-index: -99;
  width: 80px;
  margin-right: -80px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.txt-bold {
  font-weight: 600;
}

.experience-logo-img-b {
  display: block;
}

.experience-logo-img-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.experience-logo-btn-b {
  justify-content: space-between;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.experience-logo-btn-b:hover {
  opacity: .5;
}

.experience-logo-btn-col {
  padding-left: 5px;
  padding-right: 5px;
}

.experience-logo-btn-arrow {
  width: 30px;
}

.experience-product-range-content {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 650px;
  position: relative;
}

.experience-product-range-content.cut-and-sewn-knit {
  background-image: linear-gradient(#0000 35%, #00000080), url('../images/experience-product-range012x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.experience-product-range-content.woven {
  background-image: linear-gradient(#0000 35%, #00000080), url('../images/experience-product-range022x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.experience-product-range-content.jeans {
  background-image: linear-gradient(#0000 35%, #00000080), url('../images/experience-product-range032x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.experience-product-range-content.infant-items {
  background-image: linear-gradient(#0000 35%, #00000080), url('../images/experience-product-range042x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.product-range-hover-bg {
  z-index: 1;
  background-color: var(--black);
  opacity: .5;
  position: absolute;
  inset: 0%;
}

.sustainable-tab-img1, .sustainable-tab-img2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 1.7%;
  padding-left: 2.22%;
  display: none;
  position: absolute;
  inset: 0%;
}

.sustainable-tab-content-b1, .sustainable-tab-content-b2 {
  height: 0;
  overflow: hidden;
}

.sustainable-tab-btn {
  color: var(--grey);
  display: block;
  position: relative;
}

.sustainable-tab-btn-close01, .sustainable-tab-btn-close02 {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0%;
}

html.w-mod-js [data-ix="nav-dropdown-list"] {
  height: 0;
}

html.w-mod-js [data-ix="nav-link-line"] {
  width: 0;
}

html.w-mod-js [data-ix="fade-from-left"] {
  opacity: 0;
  transform: translate(-200px);
}

html.w-mod-js [data-ix="fade-from-right"] {
  opacity: 0;
  transform: translate(200px);
}

html.w-mod-js [data-ix="fade-from-bottom"] {
  opacity: 0;
  transform: translate(0, 200px);
}

html.w-mod-js [data-ix="fade-opacity"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
  }

  .all {
    padding-top: 70px;
  }

  .section {
    padding-top: 80px;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-banner-b {
    height: 600px;
  }

  .section-home-earth-row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .section-home-earth-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-earth-list {
    padding-left: 40px;
  }

  .handwrite-txt {
    font-size: 32px;
  }

  .handwrite-txt.experience-logo {
    font-size: 24px;
  }

  .handwrite-txt-bottom-b {
    padding-left: 120px;
  }

  .home-employee-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .home-employee-sticky-col, .home-employee-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-employee-sticky-img-b {
    height: 80vh;
  }

  .home-employee-img-b {
    width: 85%;
  }

  .home-overview-num-col {
    width: 40%;
  }

  .home-overview-col {
    width: 60%;
  }

  .home-overview-num-top {
    min-width: 200px;
    min-height: 200px;
  }

  .home-overview-num-txt {
    font-size: 50px;
  }

  .home-overview-txt {
    font-size: 18px;
  }

  .home-overview-num-bottom {
    min-width: 200px;
    min-height: 200px;
  }

  .home-overview-video-b {
    width: 100%;
    padding-top: 56.25%;
  }

  .home-overview-content-b {
    padding-top: 25px;
  }

  .product-range-illustration-b {
    width: 250px;
    margin-top: -130px;
  }

  .home-overview-b {
    padding-bottom: 80px;
  }

  .product-range-row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .product-range-content-title {
    font-size: 20px;
  }

  .product-range-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link {
    padding: 20px 5%;
  }

  .nav-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .nav-b {
    background-color: var(--white);
    height: auto;
    display: block;
  }

  .header-row {
    justify-content: space-between;
    align-items: center;
  }

  .header-logo {
    width: 200px;
  }

  .nav-border-hover {
    display: none;
  }

  .nav-dropdown-list {
    margin-top: 0;
    position: static;
    transform: none;
  }

  .menu-btn {
    padding: 0;
  }

  .menu-btn.w--open {
    background-color: var(--transprant);
  }

  .nav-link-line {
    background-color: var(--light-green);
    width: 0%;
    height: 1px;
    padding-bottom: 0;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .menu-btn-line01 {
    background-color: var(--green2);
    width: 30px;
    height: 5px;
    margin-bottom: 7px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-btn-line02 {
    background-color: var(--yellow);
    width: 30px;
    height: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-main-wrap {
    flex-flow: wrap;
  }

  .footer-main-content {
    flex: 0 auto;
    width: 100%;
  }

  .footer-share-b {
    border-top: 1px solid var(--light-green);
    background-color: var(--transprant);
    width: 100%;
    min-width: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-main-content-container {
    padding: 40px 5%;
  }

  .footer-contact-content-b {
    font-size: 14px;
  }

  .footer-title {
    font-size: 26px;
  }

  .footer-bottom-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .no-wrap-txt {
    white-space: nowrap;
  }

  .top-banner-bottom-border-b {
    display: none;
  }

  .perspective-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .perspective-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pop-slide-row {
    margin-top: -20px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .pop-slide-col {
    width: 50%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-title {
    font-size: 36px;
  }

  .network-slider-row {
    padding-top: 60px;
  }

  .network-list {
    padding-left: 20px;
  }

  .home-overview-num-plus {
    font-size: 50px;
  }

  .location-sticky-container {
    top: 80px;
  }

  .experience-client-list {
    padding-left: 20px;
  }

  .network-illustration-b {
    width: 400px;
  }

  .sustainable-slider-col {
    width: 50%;
  }

  .sustainable-slider-num-col {
    width: 33.33%;
  }

  .sustainable-slider-num-txt {
    font-size: 50px;
  }

  .sustainable-slider-num-container.top-padding-60.bottom {
    padding-top: 0;
  }

  .sustainable-people-slide-col {
    width: 50%;
  }

  .sustainable-tab-b {
    font-size: 24px;
    line-height: 120%;
  }

  .sustainable-content-paragraph-b {
    width: 100%;
    padding-bottom: 40px;
  }

  .sustainable-future-open-quote {
    width: 40px;
    margin-top: -40px;
    margin-left: -20px;
  }

  .sustainable-future-close-quote {
    width: 40px;
    margin-bottom: -40px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  .section, .section._50-padding {
    padding-top: 60px;
  }

  .container.sticky-network {
    padding-left: 0%;
    padding-right: 0%;
  }

  .home-banner-b {
    height: 500px;
  }

  .section-home-earth-row {
    margin-top: -20px;
  }

  .section-home-earth-col {
    width: 100%;
    padding-top: 20px;
  }

  .section-small-heading {
    font-size: 18px;
  }

  .padding-top-50 {
    padding-top: 40px;
  }

  .section-home-earth-img {
    width: 75%;
  }

  .handwrite-txt {
    font-size: 28px;
  }

  .handwrite-txt-bottom-b {
    padding-left: 80px;
  }

  .home-employee-sticky-col {
    display: none;
  }

  .home-employee-col {
    width: 100%;
  }

  .home-employee-img-container {
    flex-flow: wrap;
    margin-bottom: -20px;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }

  .home-employee-img-b {
    width: 50%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticky-b {
    position: static;
  }

  .home-overview-row {
    margin-left: 0;
    margin-right: 0;
  }

  .home-overview-num-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-overview-col {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-overview-num-top, .home-overview-num-bottom {
    width: 60%;
    padding-top: 60%;
  }

  .home-overview-num-wrap {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-overview-content-b {
    padding-top: 40px;
  }

  .product-range-illustration-b {
    display: none;
  }

  .home-overview-b {
    padding-bottom: 0;
  }

  .product-range-row {
    flex-flow: wrap;
    margin-top: -10px;
  }

  .product-range-col, .product-range-col:hover {
    width: 50%;
  }

  .product-range-content {
    height: 300px;
  }

  .product-range-container {
    padding-top: 10px;
  }

  .footer-main-wrap {
    flex-flow: wrap;
  }

  .footer-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-logo {
    width: 60%;
  }

  .footer-content {
    border-left-style: none;
    flex: 0 auto;
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-title {
    text-align: center;
    font-size: 24px;
  }

  .top-banner-illustration-b {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .top-banner-illustration-img {
    width: 135%;
  }

  .perspective-row {
    flex-flow: wrap;
    margin-top: -20px;
  }

  .perspective-col {
    width: 100%;
    padding-top: 20px;
  }

  .pop-slide-col {
    width: 75%;
  }

  .pop-slider-b {
    height: 300px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-title-line {
    width: 135%;
  }

  .network-content-b {
    padding-top: 20px;
  }

  .network-slider-row {
    margin-top: -20px;
    margin-left: 0;
    margin-right: 0;
  }

  .network-slider-col {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .network-list {
    padding-left: 40px;
  }

  .network-slider-content-col {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .location-sticky-b {
    border-bottom-style: none;
  }

  .location-sticky-row {
    margin-left: 0;
    margin-right: 0;
  }

  .location-sticky-col {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .location-sticky-btn {
    border-bottom: 1px solid var(--light-green);
    text-align: center;
  }

  .experience-logo-row {
    margin-top: -20px;
    margin-left: 0;
    margin-right: 0;
  }

  .experience-logo-col {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .experience-client-row {
    margin-top: -20px;
    margin-left: 0;
    margin-right: 0;
  }

  .experience-client-col {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .experience-client-list {
    padding-left: 40px;
  }

  .sustainable-slider-content-container {
    padding: 10px;
  }

  .sustainable-slider-num-col {
    min-width: 220px;
  }

  .sustainable-slider-num-container.top-padding-60 {
    padding-top: 0;
  }

  .sustainable-slider-chart-img {
    background-image: url('../images/sustainable-slider-chart-img-mobile2x.png');
    padding-top: 88%;
  }

  .sustainable-slider-chart-b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sustainable-row {
    margin-left: 0;
    margin-right: 0;
  }

  .sustainable-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .sustainable-col.first {
    order: 0;
  }

  .sustainable-people-slide-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sustainable-people-slide-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sustainable-tab-row {
    margin-left: 0;
    margin-right: 0;
  }

  .sustainable-tab-menu {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .sustainable-tab-content {
    width: 100%;
    padding-right: 0;
  }

  .experience-logo-img-col {
    order: -1;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .experience-logo-btn-arrow {
    width: 25px;
  }

  .experience-product-range-content {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  .all {
    padding-top: 74px;
  }

  .home-banner-b {
    height: 400px;
  }

  .padding-top-50 {
    padding-top: 28px;
  }

  .home-earth-list {
    padding-left: 25px;
  }

  .section-home-earth-img {
    width: 90%;
  }

  .handwrite-txt {
    text-align: center;
    font-size: 24px;
  }

  .handwrite-txt.experience-logo {
    text-align: left;
    font-size: 20px;
  }

  .handwrite-txt-bottom-b {
    padding-left: 0;
  }

  .home-employee-row {
    margin-left: 0;
    margin-right: 0;
  }

  .home-employee-col {
    padding-left: 0;
    padding-right: 0;
  }

  .home-employee-img-b {
    width: 100%;
  }

  .home-overview-num-top, .home-overview-num-bottom {
    min-width: 150px;
    min-height: 150px;
  }

  .home-overview-num-wrap {
    width: 85%;
  }

  .home-overview-content-b {
    padding-top: 28px;
  }

  .product-range-col, .product-range-col:hover {
    width: 100%;
  }

  .header-logo {
    width: 176px;
  }

  .top-banner-b {
    height: 250px;
  }

  .top-banner-illustration-img {
    width: 150%;
  }

  .pop-slide-col {
    width: 100%;
  }

  .perspective-location-title {
    font-size: 32px;
  }

  .section-title-line {
    width: 150%;
  }

  .network-list {
    padding-left: 25px;
  }

  .location-sticky-container {
    top: 74px;
  }

  .experience-client-list {
    padding-left: 25px;
  }

  .pop-slider-card-title {
    font-size: 32px;
  }

  .sustainable-slider-col {
    width: 100%;
    min-width: 0;
  }

  .sustainable-slider-b {
    padding-top: 70%;
  }

  .by-doing-right-paragraph-b {
    display: none;
  }

  .sustainable-slider-num-row {
    padding-top: 20px;
  }

  .sustainable-slider-num-col {
    width: 50%;
    min-width: 180px;
  }

  .sustainable-slider-num-container {
    margin-top: -20px;
  }

  .sustainable-slider-chart-img {
    background-image: url('../images/sustainable-slider-chart-img-mobile-tall2x.png');
    padding-top: 151%;
  }

  .sustainable-people-slide-col {
    width: 100%;
  }

  .section-people-line-container {
    padding-top: 20px;
  }

  .sustainable-future-open-quote {
    margin-left: -10px;
  }

  .sustainable-future-close-quote {
    margin-right: -10px;
  }
}


