.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #f2f2f2;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.body {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.1;
}

.hero-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-heading {
  width: 70%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 500;
}

.welcome-txt {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.64);
}

.top-rapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-rapper._2 {
  margin-top: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.line-decor {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 300px;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d202c), to(#0d202c));
  background-image: linear-gradient(180deg, #0d202c, #0d202c);
  color: #0d202c;
}

.line-decor.white {
  background-color: #fff;
  background-image: none;
}

.about-section {
  padding-right: 10vw;
  padding-bottom: 10vh;
  padding-left: 10vw;
  background-color: #ececec;
}

.section-header-01 {
  margin-top: 80px;
  font-family: Montserrat, sans-serif;
  color: #0d202c;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
}

.container {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-heading {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #0d202c;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.section-heading.white {
  color: #fff;
}

.about-p {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #58656d;
}

.services-section {
  display: none;
  min-height: 10vw;
  min-width: 10vw;
  padding-right: 10vw;
  padding-left: 10vw;
  background-color: #fff;
}

.service-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.grid {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 39px;
  grid-row-gap: 61px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.responsability-section {
  padding-right: 10vw;
  padding-bottom: 40px;
  padding-left: 10vw;
  border-bottom: 1px none #000;
  background-color: #ececec;
}

.section-header-02 {
  width: 60%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #0d202c;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 600;
}

.section-header-02.ann {
  margin-bottom: 0px;
  margin-left: 0px;
}

.section-header-02._3 {
  width: 80%;
  margin-top: 100px;
  margin-bottom: 0px;
  margin-left: 40px;
  color: #fff;
}

.container-2 {
  display: block;
  margin: 2vh auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.appl_wrapper {
  position: relative;
  display: block;
  margin-top: 0vh;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-label {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
}

.field-label._2 {
  margin-top: 10px;
}

.field-label.white {
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
}

.submit-button {
  margin-top: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.contact-section {
  padding-right: 10vw;
  padding-bottom: 0px;
  padding-left: 10vw;
  border-bottom: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Asset-16.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Asset-16.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.left-form {
  width: 70%;
  padding-left: 20px;
}

.right-form {
  width: 40%;
  padding-right: 20px;
}

.contact-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar_ {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #ececec;
}

.contact-heading {
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
}

.financed-block {
  display: -ms-grid;
  display: grid;
  margin-top: 0vh;
  margin-bottom: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-info-block {
  display: -ms-grid;
  display: grid;
  margin-top: 0vh;
  margin-bottom: 2vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 39px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.copyblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
}

.footer-section {
  padding: 40px 10vw 5vh;
  border-bottom: 1px none #000;
  background-color: #ececec;
}

.img-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-p {
  margin-top: 2vh;
  font-family: Montserrat, sans-serif;
  color: #0d202c;
  font-size: 14px;
  font-weight:normal;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #0d202c;
  font-weight: 500;
}

.footer-link {
  margin-top: 2vh;
  font-family: Montserrat, sans-serif;
  color: #0d202c;
  font-size: 14px;
  font-weight:normal;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image {
  height: 60%;
  color: #f2f2f2;
}

.image-2 {
  height: 60%;
}

.link-block {
  margin-left: 60px;
  padding-top: 10px;
  padding-right: 10px;
}

.link-block-2 {
  padding-top: 10px;
}

.image-3 {
  max-width: 80%;
  margin-bottom: 2vh;
}

.text-span-2 {
  font-weight: 700;
}

.text-span-3 {
  font-weight: 700;
}

.link {
  color: #333;
  text-decoration: none;
}

.link-2 {
  color: #333;
  text-decoration: none;
}

.brand {
  max-width: 25%;
  margin-top: 10px;
  padding-top: 0vh;
  padding-bottom: 0vh;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  color: #0d202c;
  font-weight: 500;
}

.nav-link:hover {
  font-weight: 700;
}

.nav-link:focus {
  font-weight: 700;
}

.nav-link.w--current {
  color: #0d202c;
  font-weight: 700;
}

.nav-link.button {
  margin-top: 2vh;
  margin-bottom: 2vh;
  margin-left: 10px;
  padding: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #0d202c;
  background-color: transparent;
  color: #0d202c;
}

.financed-section {
  padding: 5vh 10vw;
  border-bottom: 1px none #000;
  background-color: #fff;
}

.copywright-p {
  margin-top: 4vh;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-txt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.service-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 2px solid #000;
}

.services-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 1.1;
}

.service-subheader {
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #0d202c;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
}

.service-subheader._2 {
  padding-top: 10px;
}

.service-p {
  margin-bottom: 0px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #58656d;
}

.privacy-section {
  margin-top: 15vh;
  padding-right: 10vw;
  padding-bottom: 40px;
  padding-left: 10vw;
  border-bottom: 1px none #000;
  background-color: #fff;
}

.privacy-p {
  margin-top: 5vh;
  font-family: Montserrat, sans-serif;
  color: #686868;
  line-height: 1.3;
}

.link-3 {
  color: #333;
}

.privacy-docs-div {
  margin-top: 5vh;
}

.hero-video-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 85vh;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.53)), to(rgba(0, 0, 0, 0.53)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.53));
}

.hero-video-section.ann {
  margin-top: 0px;
  background-image: none;
}

.grid-4 {
  margin-top: 6vh;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.appl-section-copy {
  margin-top: 0vh;
  padding-right: 10vw;
  padding-bottom: 60px;
  padding-left: 10vw;
  border-bottom: 1px none #000;
  background-color: #fff;
}

.icon-2 {
  color: #fff;
  text-shadow: 2px 2px 8px rgba(16, 6, 6, 0.06);
}

.icon-3 {
  color: #fff;
  text-shadow: 1px 1px 11px #000;
}

.slide-2 {
  background-color: #f2f2f2;
}

.appl_wrapper-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-5 {
  width: 40%;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding-top: 0px;
  padding-right: 80px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ececec;
}

.background-video {
  display: block;
  overflow: auto;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  -o-object-fit: contain;
  object-fit: contain;
}

.slider-5 {
  min-height: 45vh;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  color: #0d202c;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
}

.slide-nav-4 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  text-shadow: 1px 1px 6px #000;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  color: #58656d;
  font-size: 14px;
  line-height: 1.3;
}

.areas {
  margin-top: 6vh;
  grid-column-gap: 39px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.area-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #000;
  background-color: #ececec;
}

.image-4 {
  max-width: 15%;
}

.service-p-copy {
  margin-bottom: 0px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #58656d;
  font-size: 14px;
  text-align: center;
}

.sustainability-slider {
  margin-top: 5vh;
}

.sust-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-left-block {
  width: 40%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/scope.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/scope.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-left-block.nativa {
  background-image: url('../images/nativa.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-left-block.certified {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0.19))), url('../images/team.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0.19)), url('../images/team.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-left-block.un {
  background-image: url('../images/UNSustainableDevelopmentGoals_Brand-02.png');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.slider-left-block.focus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding: 40px 15px 40px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Picture11.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Picture11.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  padding-right: 80px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.slider-right-block.focus {
  width: 55%;
  padding-right: 50px;
  padding-left: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/Picture12.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/Picture12.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-6 {
  margin-bottom: 5vh;
  background-color: #fff;
}

.icon-white {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.26);
}

.in-txt-ink {
  color: #333;
}

.list {
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-9 {
  max-width: 100%;
  margin-top: 20px;
}

.grid-6 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sustain-focus-heading {
  max-width: 70%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.focus-image {
  max-width: 41px;
  min-height: 25px;
  min-width: 25px;
}

.list-item {
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.list-item._2 {
  color: transparent;
}

.grid-6-copy {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slide-nav-5 {
  display: none;
}

.doc-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vh;
  margin-bottom: 5vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.doc-link {
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}

.image-10 {
  height: 5vh;
}

.code-section {
  margin-top: 15vh;
  padding-right: 10vw;
  padding-bottom: 40px;
  padding-left: 10vw;
  border-bottom: 1px none #000;
  background-color: #fff;
}

.accordion-wrapper {
  /*margin-bottom: 5vh;*/
}

.accordion-trigger {
  padding-top: 10px;
  cursor: pointer;
}

.div-block-8 {
  width: 100%;
  height: 2px;
  background-color: #333;
}

.accordion-content {
  overflow: hidden;
}

.financed-p {
  margin-bottom: 5vh;
  padding-top: 5vh;
  font-family: 'Open Sans', sans-serif;
  color: #686868;
  font-size: 14px;
  line-height: 1.3;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link {
  text-decoration: underline;
}

.right-arrow-2 {
  background-color: #ececec;
}

.cookie-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-button-bottom {
  margin-right: 35px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 5px;
  background-color: #fff;
  color: #0d202c;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.no-margin {
  margin-bottom: 0px;
}

.no-margin.white-text {
  color: #fff;
}

.no-margin.white-text.max-700 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.cookie-span {
  border-bottom-style: none;
  color: #8798ab;
  font-weight: 600;
}

.white-x {
  width: 17px;
  height: 17px;
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.white-text {
  color: #fff;
}

.bottom-cookie-wrapper-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d202c;
}

.sticky-clone {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #f2f2f2;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.07);
  -o-object-fit: cover;
  object-fit: cover;
}

.checkbox-label {
  font-family: Montserrat, sans-serif;
  color: #f2f2f2;
}

.link-4 {
  color: #f2f2f2;
}

.image-13 {
  max-width: 90%;
  margin-top: 20px;
}

.image-14 {
  max-width: 110%;
  margin-top: 0px;
}

.textarea {
  font-family: Montserrat, sans-serif;
}

.text-field {
  font-family: Montserrat, sans-serif;
}

.text-field-2 {
  font-family: Montserrat, sans-serif;
}

.rebrand-top-section {
  margin-top: 15vh;
  padding-right: 10vw;
  padding-bottom: 40px;
  padding-left: 10vw;
  border-bottom: 1px none #000;
  background-color: #fff;
}

.gif_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f2f2f2;
}

.gif_left_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  min-width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gif_right_div {
  max-width: 50%;
}

.gif_p {
  margin: 5vh 40px;
  font-family: Montserrat, sans-serif;
  color: #686868;
  line-height: 1.3;
}

.color_block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color1 {
  min-height: 200px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #b4aeaa;
}

.color1.lgiht {
  background-color: #f2f2f2;
}

.color-heading-1 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.color-heading-1.warm {
  color: #b4aeaa;
}

.color2 {
  min-height: 200px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #0d202c;
}

.color_block-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.s1 {
  min-height: 80px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('../images/c1.png');
  background-position: 0px 0px;
  background-size: auto;
}

.pebble {
  min-height: 200px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #b4aeaa;
  background-image: url('../images/pebbles-2021-08-26-17-12-39-utc.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.graph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inside_p {
  margin: 5vh 40px 40px;
  font-family: Montserrat, sans-serif;
  color: #686868;
  line-height: 1.3;
}

.image-16 {
  margin: 40px 40px 10vh;
}

.slider-7 {
  margin-right: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
}

.left-arrow-3 {
  display: block;
}

.right-arrow-3 {
  display: block;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  min-height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-12 {
  max-height: 100%;
  max-width: 50%;
  min-width: 50%;
  background-image: url('../images/Screenshot-2021-11-22-153744.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-12._2 {
  background-image: url('../images/IMG_3472.jpg');
}

.div-block-12._3 {
  background-image: url('../images/trim.png');
  background-size: cover;
}

.div-block-13 {
  max-width: 50%;
  min-width: 50%;
  padding: 20px 40px;
  background-color: #fff;
}

.photogrey {
  min-height: 200px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #b4aeaa;
  background-image: url('../images/sand-dune-desert-landscape-2021-08-26-22-29-42-utc.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sky {
  min-height: 200px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #0d202c;
  background-image: url('../images/forest-starry-sky-night.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.flower {
  min-height: 200px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #b4aeaa;
  background-image: url('../images/close-up-of-blue-flax-flowers-bunch-2021-08-27-09-35-56-utc.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.s2 {
  min-height: 80px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('../images/c2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.s3 {
  min-height: 80px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('../images/c3.png');
  background-position: 0px 0px;
  background-size: cover;
}

.s4 {
  min-height: 80px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('../images/c4.png');
  background-position: 0px 0px;
  background-size: cover;
}

.s5 {
  min-height: 80px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('../images/c5.png');
  background-position: 0px 0px;
  background-size: cover;
}

.s6 {
  min-height: 80px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('../images/c6.png');
  background-position: 0px 0px;
  background-size: cover;
}

.s7 {
  min-height: 80px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('../images/c7.png');
  background-position: 0px 0px;
  background-size: cover;
}

.s8 {
  min-height: 80px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('../images/c8.png');
  background-position: 0px 0px;
  background-size: cover;
}

.s9 {
  min-height: 80px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('../images/c10.png');
  background-position: 0px 0px;
  background-size: auto;
}

.s10 {
  min-height: 80px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('../images/c11.png');
  background-size: auto;
}

.s11 {
  min-height: 80px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
  background-image: url('../images/c13.png');
  background-size: auto;
}

.s12 {
  min-height: 80px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('../images/c15.png');
  background-position: 0px 0px;
  background-size: auto;
}

.color3 {
  min-height: 200px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #a3b4c8;
}

.unis-heading {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #0d202c;
  font-size: 30px;
  font-weight: 400;
}

.unit_p {
  margin: 0vh 0px 40px;
  font-family: Montserrat, sans-serif;
  color: #0d202c;
  line-height: 1.3;
}

.unit_p._3 {
  margin-bottom: 20px;
}

.country {
  margin: 0vh 0px 0px;
  font-family: Montserrat, sans-serif;
  color: #0d202c;
  line-height: 1.3;
}

.slide-nav-6 {
  color: #0d202c;
}

.thread {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #b4aeaa;
}

.thread_p {
  margin: 5vh 40px 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.3;
}

.image-18 {
  margin: 20px 40px 100px;
}

.image-19 {
  height: 100%;
}

.header-logo {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  max-width:250px;
  transform: translateY(-50%);
}

@media screen and (min-width: 1920px) {
  .image-14 {
    margin-top: 5px;
  }
}

@media screen and (max-width: 991px) {
  .hero-container {
    margin-top: 10vh;
    padding-left: 10vw;
  }

  .hero-heading {
    font-size: 45px;
  }

  .top-rapper {
    margin-top: 5vh;
  }

  .line-decor {
    width: 200px;
  }

  .about-section {
    padding-bottom: 5vh;
  }

  .section-header-01 {
    font-size: 30px;
  }

  .section-heading {
    text-align: right;
  }

  .about-p {
    font-size: 14px;
  }

  .section-header-02 {
    width: 70%;
    padding-top: 20px;
    font-size: 30px;
  }

  .contact-heading {
    font-size: 30px;
  }

  .brand {
    margin-left: 60px;
  }

  .brand.w--current {
    max-width: 30%;
    margin-left: 10px;
  }

  .nav-link.button {
    margin-right: 600px;
    margin-left: 40px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .services-header {
    font-size: 30px;
  }

  .service-p {
    font-size: 14px;
  }

  .hero-video-section {
    min-height: 65vh;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .icon {
    color: #333;
  }

  .heading-4 {
    margin-top: 0px;
  }

  .service-p-copy {
    font-size: 14px;
  }

  .sustainability-slider {
    height: 600px;
  }

  .sust-slider-wrapper {
    height: 600px;
    min-height: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-left-block {
    width: 100%;
  }

  .slider-left-block.nativa {
    width: 100%;
    background-size: cover;
  }

  .slider-left-block.un {
    height: 100%;
    background-size: contain;
  }

  .slider-left-block.focus {
    width: 100%;
  }

  .slider-right-block {
    width: 100%;
    padding-right: 40px;
  }

  .slider-right-block.focus {
    width: 100%;
  }

  .slider-6 {
    display: block;
    height: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide-3 {
    height: 600px;
  }

  .right-arrow {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: auto;
    height: 50px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .left-arrow {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    height: 50px;
    margin-bottom: 20px;
  }

  .bottom-cookie-wrapper-2 {
    height: auto;
  }

  .image-14 {
    margin-top: 10px;
  }

  .color_block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    font-size: 38px;
  }

  .section-header-01 {
    font-size: 32px;
  }

  .container._2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-header-02 {
    width: 100%;
    font-size: 28px;
  }

  .appl_wrapper {
    height: 100%;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-form {
    width: 100%;
    padding-left: 0px;
  }

  .right-form {
    width: 100%;
  }

  .contact-heading {
    margin-top: 0px;
  }

  .brand {
    max-width: 30%;
  }

  .brand.w--current {
    max-width: 50%;
    margin-left: 5vw;
    padding-left: 0px;
  }

  .nav-link.button {
    margin-right: 430px;
    margin-left: 20px;
  }

  .services-header {
    font-size: 32px;
  }

  .hero-video-section {
    min-height: 50vh;
  }

  .menu-button {
    margin-right: 5vw;
  }

  .grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .appl_wrapper-copy {
    height: 500px;
    margin-bottom: 10vh;
  }

  .slider-container {
    height: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-5 {
    width: 100%;
    height: 70%;
  }

  .div-block-6 {
    width: 100%;
    height: 100%;
    margin-top: -86px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .background-video.yarn {
    height: 100%;
  }

  .slider-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .areas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie-content {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cookie-content.bottom-banner-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sticky-clone {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-14 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    width: 90%;
    font-size: 28px;
    line-height: 1.1;
  }

  .welcome-txt {
    font-size: 14px;
  }

  .top-rapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-header-01 {
    position: static;
    width: 100%;
    font-size: 24px;
  }

  .section-header-02 {
    position: static;
    width: 90%;
    font-size: 26px;
  }

  .left-form {
    margin-top: 20px;
  }

  .contact-heading {
    font-size: 24px;
    line-height: 1.2;
  }

  .financed-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-info-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copyblock {
    margin-top: 0vh;
  }

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

  .link-block {
    padding-right: 0px;
  }

  .brand {
    max-width: 50%;
    margin-left: 20px;
  }

  .brand.w--current {
    max-width: 50%;
  }

  .nav-link.button {
    margin-right: 190px;
    margin-left: 20px;
  }

  .services-header {
    position: static;
    width: 90%;
    font-size: 26px;
  }

  .hero-video-section {
    min-height: 40vh;
  }

  .slider-container {
    height: 500px;
  }

  .div-block-5 {
    height: 50%;
  }

  .div-block-6 {
    height: 500px;
    margin-top: -76px;
  }

  .background-video.yarn {
    height: 70%;
  }

  .heading-4 {
    margin-top: 20px;
  }

  .slide-nav-4 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
  }

  .areas {
    margin-top: 0vh;
  }

  .sustainability-slider {
    height: 650px;
  }

  .slider-right-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider-6 {
    height: 660px;
  }

  .right-arrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 30px;
    margin-top: 20px;
  }

  .left-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    height: 30px;
    margin-top: 20px;
  }

  .image-11 {
    height: 70%;
  }

  .image-12 {
    height: 70%;
  }

  .left-arrow-2 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    height: 20px;
    margin-top: 20px;
  }

  .right-arrow-2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    height: 20px;
    margin-top: 20px;
  }

  .mask {
    height: 100%;
  }

  .cookie-content.bottom-banner-content {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bottom-cookie-wrapper-2 {
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-14 {
    margin-top: 15px;
  }
}