.full-screen-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 0.20000000000000018%;
  -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;
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  background-color: #fff;
}

.navbar.france {
  top: 78px;
}

.nav-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-top: 0px;
  padding-right: 81px;
  padding-bottom: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-3 {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.hero-wrapper {
  position: relative;
  display: none;
  width: 100%;
  max-width: 1200px;
  margin-top: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-side-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 14px;
  padding-left: 11px;
  -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;
}

.main-heading {
  margin-top: 50px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
}

.right-side-hero {
  position: relative;
  width: 50%;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.lightbox-link {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: url('../images/Video-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 15px 14px 48px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: rotateX(0deg) rotateY(-20deg) rotateZ(0deg) translate(-48px, 0px);
  transform: rotateX(0deg) rotateY(-20deg) rotateZ(0deg) translate(-48px, 0px);
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.lightbox-link:hover {
  -webkit-transform: rotateX(0deg) rotateY(0) rotateZ(0deg) translate(-48px, 0px) scale(1.04);
  transform: rotateX(0deg) rotateY(0) rotateZ(0deg) translate(-48px, 0px) scale(1.04);
}

.lightbox-link._23 {
  display: block;
  height: 600px;
  background-image: url('../images/IMG_E0984-1.JPG');
  background-size: cover;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.image-11 {
  display: none;
}

.button {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 88px;
  height: 56px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 32px;
  background-color: rgba(22, 26, 37, 0.6);
  background-image: url('../images/play-icon-white.svg');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.button-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 15px 32px;
  -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;
  border-radius: 28px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #00aeef;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 1px;
}

.button-big:hover {
  box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.6);
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 136px 24px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-intro {
  margin-bottom: 0px;
}

.intro-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 32px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.black-title {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 64px;
  line-height: 64px;
  font-weight: 400;
  text-align: center;
}

.divider {
  display: block;
  width: 40px;
  height: 3px;
  margin: 30px auto 40px;
  background-color: #0098ff;
}

.divider.no-margin {
  margin-top: 19px;
  margin-bottom: 19px;
}

.intro-big-text {
  margin-top: 8px;
  font-family: Poppins, sans-serif;
  color: rgba(230, 232, 239, 0.5);
  font-size: 158px;
  line-height: 112px;
  text-align: center;
}

.intro-big-text._2texts {
  line-height: 140px;
}

.full-width {
  width: 100%;
  margin-top: -16px;
}

.left-side-background {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -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;
  background-image: url('../images/metal-family.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.47)), to(hsla(0, 0%, 96.1%, 0.47)));
  background-image: url('../images/metal-family.png'), linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.47), hsla(0, 0%, 96.1%, 0.47));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.left-side-background.height {
  height: 550px;
  background-image: url('../images/make-your-own-can.jpg');
  background-size: cover;
}

.title-holder {
  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: 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;
}

.black-sub-title {
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.right-side-background {
  position: relative;
  height: 350px;
  background-image: url('../images/Family-Plastic2.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.67)), to(hsla(0, 0%, 96.1%, 0.67)));
  background-image: url('../images/Family-Plastic2.png'), linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.67), hsla(0, 0%, 96.1%, 0.67));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.right-side-background.height {
  height: 550px;
  background-image: url('../images/TurnKey-Projects_Jean-anid-et-fils.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: rgba(0, 152, 255, 0.61);
}

.button-2 {
  display: block;
  height: 40px;
  padding: 10px 24px;
  border-radius: 20px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 13px;
  text-align: justify;
  letter-spacing: 1px;
}

.button-2.phonebutton {
  display: none;
}

.section-become-our-partner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding: 150px 24px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.title-holder-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.small-heading {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  text-align: center;
}

.section-intro-contact {
  margin-bottom: 0px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

.paragraph {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #525b73;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.paragraph.margin {
  margin-top: 27px;
}

.paragraph.margin-bottom {
  margin-bottom: 24px;
}

.contact-holder {
  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: 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;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 26px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block.margin {
  margin-top: 31px;
}

.paragraph-title {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #525b73;
  font-size: 13px;
  font-weight: 400;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
  text-align: center;
}

.section-contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 112px 24px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-button {
  position: absolute;
  left: 17%;
  right: auto;
  bottom: 0px;
  width: 64px;
  height: 64px;
  background-color: #fff;
  background-image: url('../images/5ab9be4760e600a58ecf3770_arrow-down-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-block {
  width: 100%;
  height: 100%;
}

.nav-link {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 3px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.nav-link:hover {
  color: #0098ff;
}

.section-2 {
  display: none;
  padding-top: 127px;
  padding-bottom: 127px;
  -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;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  -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;
  background-image: url('../images/steel-pipelines-and-cables-in-a-plant_1359-150.jpg');
  background-position: 29% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-2 {
  margin-top: 15px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #717177;
  font-size: 14px;
  line-height: 26px;
}

.about-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -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;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
  -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;
  background-color: #f5f5f7;
}

.div-block-6 {
  width: 75%;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-3 {
  font-family: Poppins, sans-serif;
  color: #b0b0bd;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 122px;
  padding-bottom: 161px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 37px;
  -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;
}

.center-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-7 {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-height: 350px;
  margin-bottom: 20px;
  padding-top: 90px;
  padding-right: 40px;
  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: 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;
  background-color: #fff;
}

.div-block-7.height-values {
  height: 300px;
  min-height: auto;
}

.div-block-7.height-values.newlogos {
  padding-top: 73px;
}

.intro-normal-text {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
}

.div-block-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  min-height: 70px;
  margin-top: -120px;
  margin-bottom: 25px;
  -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;
  background-color: #0098ff;
}

.div-block-8.solo {
  bottom: -16px;
  margin-top: -133px;
}

.heading-4 {
  font-family: Poppins, sans-serif;
  color: #121217;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.what-parag {
  margin-top: 9px;
  margin-bottom: 13px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #717177;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.heading-5 {
  margin-bottom: 55px;
  font-family: Poppins, sans-serif;
  color: #121217;
  font-size: 54px;
  line-height: 64px;
  font-weight: 500;
}

.div-block-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -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;
}

.div-block-9.leftsidecol {
  padding-left: 45px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 56px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-3 {
  max-width: auto;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #525b73;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.center-wrapper-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 86px;
  padding-bottom: 85px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.blue-square {
  position: relative;
  z-index: 3;
  padding: 80px 70px;
  background-color: #0098ff;
}

.white-title {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 600;
}

.white-paragraph {
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: justify;
  letter-spacing: 2px;
}

.image-overflow {
  position: relative;
  left: -93px;
  z-index: 2;
  overflow: hidden;
  width: 800px;
  height: auto;
  border-radius: 5px;
}

.image-overflow.small-image {
  height: 600px;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  -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;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -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;
  border: 2px solid #0098ff;
  background-color: #fff;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Poppins, sans-serif;
  color: #0098ff;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 1px;
}

.button-3:hover {
  background-color: #0098ff;
  color: #fff;
}

.make-cans-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-top: 80px;
  -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;
  background-color: #0098ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 152, 255, 0.7)), to(rgba(0, 152, 255, 0.7))), url('../images/make-your-own-can.jpg');
  background-image: linear-gradient(180deg, rgba(0, 152, 255, 0.7), rgba(0, 152, 255, 0.7)), url('../images/make-your-own-can.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.procces-sectio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-top: 80px;
  padding: 120px 15px 32px;
}

.process-step {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.process-step-info {
  position: relative;
  width: 100%;
  text-align: right;
}

.process-title {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 36px;
  font-family: Poppins, sans-serif;
  color: #0098ff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  text-transform: none;
}

.process-title.right {
  margin-bottom: 22px;
  font-size: 38px;
  text-align: left;
}

.grey-title {
  font-family: Poppins, sans-serif;
  color: #525b73;
  font-size: 13px;
  line-height: 21px;
}

.grey-title.right {
  text-align: left;
}

.heading-27 {
  position: absolute;
  top: -46px;
  right: 30px;
  font-family: Poppins, sans-serif;
  color: #f4f5f9;
  font-size: 88px;
  line-height: 64px;
}

.heading-27.right {
  left: 12px;
  right: auto;
}

.process-line {
  position: absolute;
  left: 499px;
  top: 0px;
  right: 499px;
  bottom: 0px;
  width: 2px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(6%, #e6e8ef), color-stop(94%, #e6e8ef), color-stop(99%, #fff));
  background-image: linear-gradient(180deg, transparent, #e6e8ef 6%, #e6e8ef 94%, #fff 99%);
}

.unordered-list-4 {
  padding-left: 0px;
  text-align: right;
}

.list-item-5 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: rgba(51, 51, 51, 0.71);
  font-weight: 400;
  text-align: left;
  text-transform: none;
  list-style-type: disc;
}

.process-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process-steps {
  display: none;
  width: 100%;
}

.step {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 13px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.11);
}

.step.first {
  width: auto;
  margin-bottom: 20px;
  margin-left: 25px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 200px;
  max-width: 200px;
  min-height: 175px;
  min-width: 175px;
  padding: 20px;
  -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;
  background-color: hsla(0, 0%, 50.2%, 0.13);
}

.process-steps-title {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  color: #0098ff;
  font-size: 15px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.image-13 {
  position: absolute;
  top: 50%;
  right: -45px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -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;
  border-radius: 360px;
  background-color: #0098ff;
  -webkit-transform: rotate(-90deg) translate(0px, -50%);
  -ms-transform: rotate(-90deg) translate(0px, -50%);
  transform: rotate(-90deg) translate(0px, -50%);
}

.heading-25 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-44.second {
  height: 50px;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #00aeef;
}

.div-block-49.no-border-bottom {
  border-bottom-style: none;
  border-bottom-color: #0098ff;
}

.div-block-46 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-18 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #00aeef;
  line-height: 38px;
  font-weight: 400;
  text-align: left;
}

.paragraph-10 {
  display: inline-block;
  height: auto;
  font-family: Poppins, sans-serif;
  color: #525b73;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.div-block-50 {
  width: 15px;
  height: 10px;
  background-color: #0098ff;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 70px;
  -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;
  border-right: 1px solid #0098ff;
}

.div-block-43.second {
  height: 50px;
}

.list-item-6 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: #525b73;
  font-weight: 400;
  text-align: justify;
  text-transform: none;
  list-style-type: disc;
}

.div-block-51 {
  width: 15px;
  height: 10px;
  margin-right: 15px;
  background-color: rgba(134, 145, 154, 0.4);
}

.list-item-3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: #525b73;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  list-style-type: decimal;
}

.unordered-list-2 {
  padding-left: 0px;
  text-align: center;
}

.heading-24 {
  max-width: 600px;
  font-family: Poppins, sans-serif;
  color: #525b73;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-top: 51px;
  -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;
}

.div-block-52 {
  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;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.div-block-45 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #0098ff;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #00aeef;
}

.unordered-list-3 {
  display: inline-block;
  padding-left: 11px;
  list-style-type: disc;
}

.div-block-62 {
  display: none;
  -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;
}

.image-14 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding-top: 80px;
  -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;
}

.list-item-7 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  list-style-type: disc;
}

.list-item-7.fir {
  padding-top: 20px;
}

.unordered-list-5 {
  margin-top: 44px;
  padding-top: 0px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  list-style-type: disc;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10.3em;
  column-gap: 10.3em;
}

.dropdown-list {
  z-index: 1;
}

.dropdown-list.w--open {
  top: 40px;
  z-index: 33333;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.dropdown-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: rgba(51, 51, 51, 0.63);
  text-transform: none;
}

.dropdown-link:hover {
  background-color: #f5f5f5;
}

.dropdown-link.w--current {
  color: rgba(51, 51, 51, 0.63);
}

.dropdown-link.unclick {
  background-color: #fff;
  color: #000;
  font-weight: 800;
}

.dropdown-link.unclick.noradius {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.dropdown-link.lastone {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-transform: none;
}

.dropdown-link.firstnorad {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-transform: none;
}

.dropdown-toggle {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.dropdown-toggle:hover {
  color: #0098ff;
}

.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;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 33333;
  display: none;
  padding-top: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
}

.sign-up-wrapper {
  position: relative;
  z-index: 44444444;
  display: block;
  width: 450px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 52px;
  background-color: #fff;
}

.text-field {
  height: 50px;
  border: 1px solid #0098ff;
  font-family: Poppins, sans-serif;
  text-align: center;
}

.submit-button {
  width: 100%;
  height: 50px;
  background-color: #0098ff;
  font-family: Poppins, sans-serif;
  letter-spacing: 1px;
}

.heading-28 {
  margin-bottom: 19px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-align: center;
}

.paragraph-11 {
  font-family: Poppins, sans-serif;
  text-align: center;
}

.text-block {
  position: absolute;
  left: 0px;
  top: 15px;
  right: 0px;
  font-family: Poppins, sans-serif;
  text-align: center;
  cursor: pointer;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 83px;
  padding-bottom: 82px;
  -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;
}

.turnkeyintro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-29 {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.image-holder {
  width: 100%;
  height: 500px;
  max-width: 1200px;
  margin-top: -57px;
  background-image: url('../images/TurnKey-Projects_Jean-anid-et-fils.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.tabs {
  width: 100%;
  height: 400px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.tab-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  max-height: 250px;
  margin-top: 23px;
  margin-bottom: 23px;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
  border-radius: 10px;
  background-color: #fff;
}

.bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-left: 50px;
  -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;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 42px;
  padding-bottom: 111px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.bar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px 29px 25px 50px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
}

.bar-content.table {
  padding: 0px;
}

.text-block-2 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-transform: capitalize;
}

.tab-link-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 50px;
  margin-right: 4px;
  margin-left: 4px;
  -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;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.06);
  font-family: Poppins, sans-serif;
  color: #0098ff;
  text-align: center;
}

.tab-link-tab-2.w--current {
  background-color: #0098ff;
  color: #fff;
}

.text-block-3 {
  font-family: Poppins, sans-serif;
  text-transform: capitalize;
}

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

.tabs-2 {
  height: 380px;
}

.tab-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  max-height: 350px;
  min-height: 350px;
  margin-top: 23px;
  margin-bottom: 23px;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
  border-radius: 10px;
  background-color: #fff;
}

.columns-6 {
  margin-top: 114px;
}

.column-18 {
  padding-right: 35px;
}

.column-19 {
  padding-left: 35px;
}

.column-20 {
  padding-left: 35px;
}

.column-21 {
  padding-right: 35px;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-69 {
  display: none;
}

.rightbackgroundimage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -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;
  background-color: #fff;
  background-image: url('../images/plastic--metal-family-pic_anid.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.links {
  color: #525b73;
  text-decoration: none;
}

.links.big {
  font-size: 18px;
}

.column-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.div-block-70 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.row-4 {
  height: 100%;
}

.link-block-2 {
  height: auto;
  float: right;
}

.footer {
  height: 90px;
}

.container-5 {
  height: 100%;
}

.text-block-4 {
  display: inline-block;
  margin-left: 5px;
  font-family: Poppins, sans-serif;
  color: #919191;
  text-transform: none;
}

.column-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-16 {
  float: right;
  opacity: 0.39;
}

.image-16:hover {
  opacity: 1;
}

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

.div-block-72.englgre {
  display: none;
}

.bold-text {
  font-weight: 400;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-30 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #0098ff;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  color: #0098ff;
}

.button-4 {
  margin-top: 20px;
  border: 1px solid #0098ff;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #0098ff;
  letter-spacing: 1px;
}

.button-4:hover {
  background-color: #0098ff;
  color: #fff;
}

.div-block-73 {
  position: absolute;
  right: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.heading-31 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.div-block-74 {
  width: 1px;
  height: 35px;
  margin-right: 7px;
  margin-left: 7px;
  background-color: rgba(0, 0, 0, 0.42);
}

.link {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.link.w--current {
  color: rgba(0, 0, 0, 0.6);
}

.div-block-73-copy {
  position: absolute;
  right: 5%;
  display: none;
  -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;
}

.link-copy {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.link-copy.w--current {
  color: rgba(0, 0, 0, 0.6);
}

.div-block-75 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-76 {
  width: 100vw;
  height: 100vh;
  padding-top: 139px;
  background-color: #0098ff;
}

.heading-32 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.link-block-3 {
  margin-left: 300px;
  color: #fff;
}

.language-mobile {
  display: none;
}

.language-box {
  display: none;
}

@media (max-width: 991px) {
  .full-screen-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
    padding-top: 0%;
  }
  .navbar {
    width: 100vw;
  }
  .nav-wrapper {
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .image-3 {
    width: 23vw;
  }
  .left-side-hero {
    width: auto;
  }
  .main-heading {
    font-size: 28px;
    line-height: 36px;
  }
  .lightbox-link._23 {
    height: 400px;
  }
  .button-big {
    height: 36px;
    font-size: 14px;
  }
  .black-title {
    font-size: 32px;
    line-height: 32px;
  }
  .intro-big-text {
    font-size: 78px;
    line-height: 78px;
  }
  .button-2.phonebutton {
    display: block;
    font-size: 10px;
  }
  .section-contact {
    padding-top: 129px;
    padding-bottom: 129px;
  }
  .scroll-button {
    bottom: 242px;
  }
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #919197;
    font-weight: 500;
  }
  .nav-link:hover {
    color: #515157;
  }
  .section-3 {
    padding-bottom: 122px;
  }
  .columns-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .center-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-7 {
    height: 250px;
    max-height: auto;
    min-height: auto;
  }
  .div-block-7.height-values {
    height: 250px;
  }
  .div-block-9.leftsidecol {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .paragraph-3 {
    font-size: 14px;
  }
  .center-wrapper-about {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section-5 {
    position: relative;
    overflow: hidden;
    width: 100vw;
  }
  .image-overflow {
    left: 0px;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .image-overflow.small-image {
    height: 400px;
  }
  .columns-4 {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-4.reverselay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .button-3 {
    margin-top: 52px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 18px;
    line-height: 22px;
  }
  .make-cans-banner {
    position: relative;
    overflow: hidden;
  }
  .process-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -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;
  }
  .process-step {
    margin-top: 18px;
    margin-bottom: 57px;
  }
  .process-line {
    display: none;
  }
  .div-block-61 {
    max-width: 800px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-6 {
    position: relative;
  }
  .unordered-list-5 {
    margin-top: 22px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4.4em;
    column-gap: 4.4em;
  }
  .dropdown-list.w--open {
    border-radius: 0px;
    background-color: #f5f5f7;
    box-shadow: none;
  }
  .dropdown-link {
    border-bottom-style: none;
    background-color: transparent;
  }
  .dropdown-link:hover {
    color: #515157;
  }
  .dropdown-link.unclick {
    background-color: transparent;
    font-weight: 600;
  }
  .dropdown-link.unclick.noradius {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: transparent;
    font-weight: 600;
  }
  .dropdown-link.lastone {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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;
  }
  .dropdown-toggle:hover {
    font-family: Poppins, sans-serif;
    color: #515157;
  }
  .dropdown-toggle.alonepadding {
    margin-left: 20px;
    font-family: Poppins, sans-serif;
  }
  .nav-menu {
    padding-top: 0px;
    background-color: #fff;
  }
  .div-block-66 {
    position: relative;
    overflow: hidden;
    padding: 43px 36px;
  }
  .image-holder {
    width: 90%;
    max-width: 100%;
    margin-top: -16px;
  }
  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tabs-menu {
    display: -ms-grid;
    display: grid;
    width: 700px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0px;
    grid-row-gap: 14px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-68 {
    padding-bottom: 114px;
  }
  .tabs-menu-2 {
    display: -ms-grid;
    display: grid;
    -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;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1px;
    grid-template-rows: 1fr 1px;
  }
  .tabs-2 {
    width: 700px;
  }
  .columns-6 {
    display: none;
  }
  .column-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 27px;
    -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;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 2px;
    -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;
  }
  .menu-button.w--open {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0098ff), to(#0098ff));
    background-image: linear-gradient(180deg, #0098ff, #0098ff);
  }
  .icon-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: auto;
    -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;
  }
  .tabs-content {
    width: 700px;
  }
  .columns-7 {
    display: none;
  }
  .div-block-69 {
    display: block;
    max-width: 600px;
  }
  .rightbackgroundimage {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-71 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-72.englgre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .div-block-73 {
    display: none;
  }
  .div-block-73-copy {
    position: relative;
    right: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .language-mobile {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 125px;
    height: 40px;
  }
  .language-mobile.cans {
    top: 4%;
  }
  .language-mobile.homepage {
    top: 12%;
    z-index: 1;
    overflow: hidden;
  }
  .language-mobile.products {
    top: 80px;
    z-index: 1;
  }
  .language-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.333333333333336%;
    height: 100%;
    -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;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }
  .language-close.white {
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-left-color: rgba(0, 0, 0, 0.2);
  }
  .language-close.product-close {
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-left-color: rgba(0, 0, 0, 0.2);
  }
  .language-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.333333333333336%;
    height: 100%;
    -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;
    background-color: #0098ff;
    color: #fff;
    text-decoration: none;
  }
  .language-link.w--current {
    background-color: #0098ff;
    text-decoration: underline;
  }
  .language-link.new {
    width: 50%;
    border-right: 1px solid #fff;
    background-color: #00aeef;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }
  .image-18 {
    position: absolute;
  }
  .image-19 {
    display: none;
  }
  .language-icon-products {
    position: absolute;
  }
  .body {
    overflow: hidden;
  }
  .body-2 {
    overflow: hidden;
  }
  .language-box {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 999999999;
    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: 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;
  }
  .div-block-77 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 15px;
    -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;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background-color: #bdbcbc;
  }
  .div-block-78 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    -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;
  }
  .image-20 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .text-block-8 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 8px;
    letter-spacing: 1px;
  }
}

@media (max-width: 767px) {
  .full-screen-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-wrapper {
    display: none;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .intro-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .black-title {
    font-size: 28px;
    line-height: 32px;
  }
  .intro-big-text {
    font-size: 58px;
    line-height: 60px;
  }
  .left-side-background {
    margin-bottom: 20px;
  }
  .left-side-background.height {
    margin-bottom: 0px;
  }
  .section-become-our-partner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-holder {
    margin-top: 21px;
  }
  .section-contact {
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .scroll-button {
    left: 17%;
    bottom: 0%;
    width: 44px;
    height: 44px;
  }
  .section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .center-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-7.height-values.newlogos {
    height: auto;
    padding-top: 64px;
  }
  .div-block-8.solo {
    margin-top: -115px;
  }
  .what-parag {
    margin-bottom: 29px;
  }
  .div-block-9 {
    width: 100%;
  }
  .div-block-9.leftsidecol {
    overflow: hidden;
    width: 100%;
    padding-left: 0px;
  }
  .section-4 {
    padding-right: 17px;
    padding-left: 17px;
  }
  .paragraph-3 {
    font-size: 14px;
    line-height: 22px;
  }
  .center-wrapper-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .white-title {
    margin-left: 27px;
  }
  .image-overflow {
    height: auto;
  }
  .process-title {
    font-size: 28px;
    text-align: center;
  }
  .unordered-list-4 {
    padding-left: 20px;
  }
  .heading-18 {
    font-size: 18px;
    line-height: 22px;
  }
  .list-item-7 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    -webkit-column-span: none;
    column-span: none;
  }
  .list-item-7.fir {
    padding-top: 0px;
  }
  .unordered-list-5 {
    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;
  }
  .dropdown-toggle.alonepadding {
    margin-left: 20px;
  }
  .heading-29 {
    font-size: 18px;
    line-height: 22px;
  }
  .tabs-menu {
    width: auto;
  }
  .bar {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 27px;
  }
  .bar-content {
    padding-right: 13px;
    padding-left: 27px;
  }
  .tab-link-tab-2 {
    width: 200px;
  }
  .tab-link-tab-2.w--current {
    width: 200px;
  }
  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs-2 {
    width: auto;
  }
  .column-23 {
    margin-bottom: 15px;
  }
  .tabs-content {
    width: 400px;
    max-width: 400px;
  }
  .div-block-69 {
    max-width: 550px;
  }
  .rightbackgroundimage {
    width: 100%;
  }
  .column-24 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-70 {
    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: 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;
  }
  .row-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;
    -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;
  }
  .footer {
    height: auto;
  }
  .text-block-4 {
    text-align: center;
  }
  .column-25 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-71 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-73-copy {
    position: relative;
  }
  .div-block-75 {
    margin-bottom: 13px;
  }
  .language-close.white {
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
  }
  .language-close.product-close {
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-left-color: rgba(0, 0, 0, 0.2);
  }
  .language-link {
    background-color: #00aeef;
  }
  .language-link.w--current {
    text-decoration: underline;
  }
  .language-link.new {
    background-color: #00aeef;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }
  .image-18 {
    display: none;
  }
  .image-19 {
    display: block;
  }
  .language-icon-products {
    display: block;
  }
  .div-block-77 {
    height: 25px;
  }
  .text-block-8 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 8px;
    letter-spacing: 1px;
  }
}

@media (max-width: 479px) {
  .full-screen-wrapper {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-3 {
    width: 200px;
  }
  .hero-wrapper {
    display: none;
  }
  .main-heading {
    font-size: 18px;
    line-height: 26px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-intro {
    padding-top: 19px;
  }
  .intro-wrapper {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .black-title {
    font-size: 28px;
    line-height: 32px;
  }
  .intro-big-text {
    font-size: 58px;
    line-height: 60px;
  }
  .intro-big-text._2texts {
    line-height: 115px;
  }
  .left-side-background.height {
    height: 350px;
  }
  .title-holder {
    background-color: #fff;
  }
  .black-sub-title {
    font-size: 18px;
  }
  .right-side-background {
    margin-top: 15px;
  }
  .right-side-background.height {
    height: 350px;
    margin-top: 30px;
  }
  .button-2 {
    display: block;
  }
  .section-become-our-partner {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .heading-2 {
    text-align: center;
  }
  .contact-holder {
    margin-top: 15px;
  }
  .div-block {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .div-block.margin {
    margin-top: 20px;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-contact {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .scroll-button {
    left: 17%;
    top: auto;
    bottom: 0%;
    z-index: 999;
    width: 44px;
    height: 44px;
  }
  .nav-link {
    display: inline-block;
    margin-right: 0px;
    margin-left: 20px;
    padding: 0px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #919197;
    font-size: 12px;
    font-weight: 500;
  }
  .nav-link:hover {
    color: #515157;
  }
  .section-3 {
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .div-block-7 {
    height: auto;
    min-height: 350px;
  }
  .div-block-7.height-values {
    height: auto;
    min-height: 350px;
  }
  .div-block-9 {
    width: 100%;
    height: 40%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-9.leftsidecol {
    width: 100%;
    height: 60%;
  }
  .section-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph-3 {
    font-size: 12px;
    line-height: 20px;
  }
  .center-wrapper-about {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .section-5 {
    overflow: hidden;
    padding-right: 9px;
    padding-left: 9px;
  }
  .blue-square {
    padding: 30px 11px;
  }
  .white-title {
    margin-left: 0px;
    font-size: 24px;
    line-height: 32px;
  }
  .white-paragraph {
    font-size: 14px;
  }
  .image-overflow {
    height: auto;
  }
  .image-overflow.small-image {
    height: auto;
  }
  .make-cans-banner {
    padding-left: 16px;
  }
  .grey-title {
    text-align: center;
  }
  .grey-title.right {
    font-size: 15px;
  }
  .list-item-7 {
    font-size: 16px;
  }
  .dropdown-list.w--open {
    margin-top: 21px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
    background-color: #f5f5f7;
    box-shadow: none;
  }
  .dropdown-link {
    border-bottom-style: none;
    background-color: transparent;
    color: #919197;
  }
  .dropdown-link:hover {
    color: #515157;
  }
  .dropdown-link.unclick {
    background-color: transparent;
    font-weight: 600;
  }
  .dropdown-link.unclick.noradius {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: transparent;
    font-weight: 600;
  }
  .dropdown-link.lastone {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -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;
    color: #919197;
  }
  .dropdown-toggle:hover {
    font-family: Poppins, sans-serif;
    color: #515157;
  }
  .dropdown-toggle.alonepadding {
    margin-left: 20px;
  }
  .nav-menu {
    padding-top: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }
  .div-block-66 {
    overflow: hidden;
    padding-right: 9px;
    padding-left: 9px;
  }
  .image-holder {
    width: 100%;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 23px;
    padding-left: 23px;
    -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;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .tab-link-tab-2 {
    width: 100%;
    margin-bottom: 13px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .tab-link-tab-2.w--current {
    width: 100%;
  }
  .tabs-menu-2 {
    width: 100%;
    padding-right: 23px;
    padding-left: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-2 {
    width: 100%;
    height: auto;
  }
  .menu-button {
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 0px;
    -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;
    background-color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 100;
    text-align: center;
  }
  .menu-button.w--open {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0098ff), to(#0098ff));
    background-image: linear-gradient(180deg, #0098ff, #0098ff);
    color: #fff;
  }
  .icon-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: auto;
    -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;
  }
  .tabs-content {
    width: 100%;
    max-width: 100%;
    padding-right: 23px;
    padding-left: 23px;
  }
  .tabs-content-2 {
    padding-right: 23px;
    padding-left: 23px;
  }
  .rightbackgroundimage {
    width: 100%;
    height: 40%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .column-24 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-70 {
    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: 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;
  }
  .row-4 {
    height: 100%;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .container-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .text-block-4 {
    margin-left: 0px;
    font-size: 12px;
    text-align: center;
  }
  .column-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -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;
  }
  .text-block-5 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-71 {
    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;
  }
  .text-block-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .dropdown-3 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .div-block-72 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .div-block-72.englgre {
    -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;
  }
  .bold-text {
    font-size: 15px;
    font-weight: 400;
  }
  .utility-page-content {
    padding: 11px;
  }
  .div-block-73-copy {
    position: relative;
    right: 0%;
  }
  .language-mobile {
    top: 0%;
  }
  .language-mobile.cans {
    top: 5%;
  }
  .language-mobile.homepage {
    top: 14%;
  }
  .language-mobile.products {
    top: 80px;
  }
  .language-close.white {
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
  }
  .language-close.product-close {
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-left-color: rgba(0, 0, 0, 0.2);
  }
  .language-link {
    background-color: #0098ff;
  }
  .language-link.w--current {
    text-decoration: underline;
  }
}

@media screen and (max-width: 991px) {
  #w-node-dc06c2a7aff2-20bddee7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dc06c2a7aff2-20bddee7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-dc06c2a7aff5-20bddee7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-3628af5cd85f-20bddee7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-3628af5cd862-20bddee7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-3628af5cd865-20bddee7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f9fd9c4f4b3a-20bddee7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-60268596095a-20bddee7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-dc06c2a7aff2-5038d2c6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dc06c2a7aff2-5038d2c6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-dc06c2a7aff5-5038d2c6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-3628af5cd85f-5038d2c6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-3628af5cd862-5038d2c6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-3628af5cd865-5038d2c6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f9fd9c4f4b3a-5038d2c6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-60268596095a-5038d2c6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

