:root {
  --blue: #0084ff1a;
  --midnight-blue-2: #1a3066;
  --slate-grey: #546681;
  --white: white;
  --slate-blue: #0037ff;
  --dodger-blue: #1a81ff;
  --dark-slate-grey: #2e3642;
  --midnight-blue: #001632;
  --black: black;
}

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

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

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

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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.header {
  background-image: url('../images/bg_shade.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 72vh;
  padding: 120px 3% 80px;
  display: flex;
}

.header.polipropileno {
  background-image: linear-gradient(to bottom, var(--blue), var(--blue)), url('../images/bg_shade.svg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

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

.container.space-below {
  margin-bottom: 120px;
}

.content-wrap {
  max-width: 590px;
  position: relative;
}

.heading {
  color: var(--midnight-blue-2);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 1;
}

.paragraph {
  color: var(--slate-grey);
  max-width: 490px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.3;
}

.paragraph.paragraph-centre-white {
  color: var(--white);
  text-align: center;
  max-width: 570px;
}

.paragraph.calro {
  color: #5466818a;
  line-height: 1;
}

.paragraph.big {
  font-size: 22px;
  line-height: 1.4;
}

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

.button {
  background-color: var(--slate-blue);
  border-radius: 45px;
  margin-right: 15px;
  padding: 15px 25px;
  font-size: 16px;
}

.button.button-space {
  margin-top: 25px;
}

.service-card-wrap {
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.footer-title {
  color: #0a1f44;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 16%;
  display: flex;
}

.footer-column-large {
  width: 60%;
}

.footer-icon {
  margin-right: 10px;
}

.footer-logo {
  width: 110px;
  margin-bottom: 25px;
}

.footer {
  background-color: #fff;
  background-image: url('../images/Sombra-4.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 140px 5% 20px;
}

.footer-text-02 {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.footer-link {
  color: #4e5d78;
  margin-bottom: 15px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: var(--slate-blue);
}

.footer-link-wrap {
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.footer-link-wrap:visited {
  color: var(--slate-blue);
}

.column {
  width: 33%;
  padding: 10px;
}

.column.productos {
  width: 50%;
}

.service-card {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 25px;
  display: flex;
  box-shadow: 14px 14px 200px #0016320f;
}

.card-content-wrap {
  color: #6b539a;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.heading-3 {
  color: var(--slate-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
}

.paragraph-2 {
  color: var(--slate-grey);
  text-align: left;
  max-width: 320px;
  font-size: 17px;
  line-height: 1.4;
}

.hero-block {
  align-items: center;
  width: 50%;
  min-height: 350px;
  display: flex;
}

.image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 30px;
  display: flex;
  position: relative;
}

.content-block-left {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 55px 25px 10px;
  display: flex;
}

.section-content {
  background-color: #f0f7ff;
  background-image: url('../images/Sombra-4.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 700px;
  justify-content: center;
  align-items: flex-start;
  padding: 120px 5%;
  display: block;
}

.service-icon {
  width: 70px;
  margin-bottom: 25px;
}

.column-wrap-reversed {
  flex-direction: row-reverse;
  margin-bottom: 140px;
  display: flex;
}

.title {
  color: var(--slate-blue);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.title.clear {
  color: var(--dodger-blue);
}

.heading-primary {
  color: var(--midnight-blue-2);
  letter-spacing: -.5px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.heading-primary.h3-centre {
  text-align: center;
  max-width: 700px;
}

.heading-primary.h3-centre.white {
  color: var(--white);
}

.heading-primary.h3-centre-white {
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.button-wrap-hero {
  margin-top: 35px;
}

.link {
  color: var(--slate-grey);
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  color: var(--slate-blue);
}

.section-logo {
  background-color: #fff;
  padding: 15px 5%;
  display: none;
}

.full-logo-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 36px;
  display: flex;
}

.light-logo {
  width: 130px;
}

.column-wrap {
  display: flex;
}

.phone-text {
  color: var(--slate-grey);
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.dropdown-list-wrap {
  z-index: 9;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 12px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px #2c3e501a;
}

.link-block {
  text-decoration: none;
}

.navigation-link {
  color: var(--slate-grey);
  flex-direction: row;
  align-items: center;
  padding: 12px 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--slate-blue);
}

.navigation-block-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation-block-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  z-index: 7;
  border-radius: 15px;
  min-width: 460px;
  padding-top: 15px;
}

.dropdown-list.dropdown-smaller {
  min-width: 360px;
  left: -30px;
}

.logo-image {
  width: 100px;
}

.dropdown-mobile {
  display: none;
}

.navigation-link-wrap {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.navigation-text {
  width: 100%;
  min-width: 70px;
  text-decoration: none;
}

.phone-image {
  text-align: center;
  margin-right: 8px;
  display: block;
}

.container-navigation {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.phone-wrap {
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  margin-right: 15px;
  display: flex;
}

.mobile-button-link {
  display: none;
}

.arrow-down {
  margin-left: 8px;
  margin-right: 7px;
}

.navigation {
  z-index: 9;
  border-bottom: 1px solid #ffffff14;
  min-height: 100px;
  padding: 25px 5%;
  position: absolute;
  inset: 0% 0% auto;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.dropdown-column {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.feature-wrap {
  border-radius: 10px;
  align-items: flex-start;
  padding: 15px 12px 15px 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: #484dff08;
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.short-title {
  color: var(--dark-slate-grey);
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-small {
  color: #3b4c5b;
  letter-spacing: -.2px;
  max-width: 450px;
  margin-bottom: 0;
  font-size: 14px;
}

.hero-image-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 30px;
  display: flex;
  position: relative;
}

.content-block-right {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.slider-arrow-wrap {
  margin-top: 45px;
  display: flex;
}

.icon-3 {
  color: #4c4172;
}

.slider-left {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.testimonial-content-wrap {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.slide-nav {
  display: none;
}

.slider-right {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.testimonial-content-block {
  max-width: 590px;
  position: relative;
}

.arrow {
  width: 28px;
}

.left-arrow {
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.testimonial-image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 85px;
  display: flex;
  position: relative;
}

.testimonial-columns-2 {
  display: flex;
}

.author-name {
  color: #546681;
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
}

.arrow-disabled {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.right-arrow {
  display: none;
  inset: auto 35% 0% auto;
}

.testimonial-paragraph {
  color: var(--slate-grey);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.logo {
  width: 110px;
  margin-bottom: 6px;
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.text-span {
  color: var(--slate-blue);
}

.button-default {
  background-color: var(--slate-blue);
  border-radius: 50px;
  padding: 18px 35px;
  font-size: 16px;
  transition: all .2s;
}

.button-default:hover {
  background-color: #343af0;
}

.new-tag {
  color: #2dca73;
  background-color: #2dca731a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding: 4px 16px;
  font-size: 12px;
  display: flex;
}

.title-wrap-horizontal {
  align-items: center;
  display: flex;
}

.hero-content {
  display: flex;
}

.paragraph-hero {
  color: var(--slate-grey);
  max-width: 490px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.4;
}

.content-block-hero {
  max-width: 590px;
  position: relative;
}

.button-navigation {
  background-color: var(--slate-blue);
  border-radius: 50px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.title-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.section-statistics {
  background-color: #f0f7ff;
  flex-direction: column;
  align-items: center;
  padding: 120px 5%;
  display: none;
}

.footer-text {
  color: var(--slate-grey);
  text-align: left;
  max-width: 320px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.4;
}

.legal-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.legal-text {
  color: #6b6f9a9c;
  font-size: 16px;
}

.legal-text.delgado {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.social-link-wrap {
  display: none;
}

.social-link {
  background-color: #fbdee3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 8px;
  display: flex;
  transform: rotate(0);
}

.circle-div {
  background-color: var(--white);
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 250px;
  max-width: 250px;
  height: 100%;
  min-height: 250px;
  max-height: 250px;
  display: flex;
  box-shadow: 7px 7px 150px #54668114;
}

.statistic-circle-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.title-capped {
  color: var(--slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}

.counterup {
  color: var(--slate-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 52px;
}

.flowbase-close-card {
  opacity: .43;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 13px 10px 10px;
  transition: all .2s ease-out;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-home-link {
  position: absolute;
  inset: 0;
}

.flowbase-title {
  color: #5b3acc;
  letter-spacing: -.25px;
  margin-bottom: 4px;
  font-family: Circularstd;
  font-size: 18px;
  font-weight: 500;
}

.flowbase-author {
  color: #9b9eb8;
  letter-spacing: -.3px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.flowbase-left-wrap {
  display: flex;
}

.flowbase-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40px;
  margin-right: 25px;
  display: flex;
}

.flowbase-card-wrap {
  z-index: 99999;
  background-color: #fff;
  border-radius: 200px;
  min-width: 520px;
  margin-bottom: 30px;
  margin-left: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 8px 1px 20px #807c8e26;
}

.flowbase-underline {
  text-decoration: underline;
}

.flowbase-icon-wrap {
  background-color: #7020ff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.text-span-2 {
  color: #5b3acc;
}

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

.feature-number-wrap {
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.section-content-plain {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 120px 5%;
}

.blog-article-wrap {
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.blog-card {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 15px 16px 35px;
  transition: all .3s ease-out;
  overflow: hidden;
  box-shadow: 14px 14px 40px #767ead14;
}

.blog-card:hover {
  transform: translate(0, -4px);
  box-shadow: 14px 14px 40px #767ead1f;
}

.blog-placeholder-image {
  background-image: url('../images/sacos-poli.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.blog-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  min-height: 140px;
  padding-top: 15px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.category-tag {
  background-color: var(--blue);
  color: var(--slate-blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px 20px;
  display: flex;
}

.category-title {
  color: var(--slate-blue);
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 500;
}

.blog-content {
  margin-bottom: 25px;
}

.section-blog {
  background-color: var(--white);
  background-image: url('../images/Sombra-4.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 120px 5%;
}

.section-testimoinals {
  background-color: #f0f7ff;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.arrow-image-mobile, .arrow-image-mobile-02 {
  display: none;
}

.section-cta {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(#001632e0, #001632e0), url('../images/bg_shade.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  padding: 145px 5%;
  display: flex;
}

.feature {
  align-items: flex-start;
  margin-top: 25px;
  padding-right: 60px;
  display: flex;
}

.content-icon {
  width: 40px;
  margin-right: 15px;
}

.content-title {
  color: var(--slate-blue);
  margin-top: 7px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.blog-placeholder-image-03 {
  background-image: url('../images/unsplash_img_02.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.blog-placeholder-image-02 {
  background-image: url('../images/Sacos-papel.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.container-flex {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-02 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.link-02:hover {
  color: #ffffff94;
}

.clone-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7020ff;
  background-image: linear-gradient(159deg, #7020ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: 250px;
  min-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.clone-button:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.text-span-3 {
  color: #5b3acc;
}

.remove-before-use {
  z-index: 99;
  background-color: #2e3642ed;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.flowbase-card-delete {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 15px 40px 15px 20px;
  display: flex;
  position: relative;
}

.resalte {
  color: var(--slate-blue);
  font-weight: 700;
}

.heading-4 {
  font-weight: 500;
}

.section {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 80px 36px;
}

.size1-text {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.size1-text.size1-top-clear {
  margin-top: 0;
  font-weight: 700;
}

.paragraph-70 {
  opacity: 1;
  margin-bottom: 10px;
}

.text-label {
  opacity: 1;
  color: var(--slate-blue);
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.content29-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content29-qa-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.deco-dot {
  background-color: var(--slate-blue);
  flex: none;
  width: 12px;
  height: 6px;
  margin-top: 7px;
  margin-right: 30px;
}

.deco-dot.clear {
  background-color: var(--dodger-blue);
}

.content29-qa-item {
  padding-right: 103px;
}

.content19-sticky-wrap {
  position: sticky;
  top: 40px;
  bottom: 40px;
}

.content19-headline-wrap {
  margin-bottom: 36px;
}

.content19-items-wrap {
  margin-bottom: 72px;
}

.paragraph-40 {
  opacity: .4;
  margin-bottom: 10px;
}

.paragraph-71 {
  opacity: .7;
  margin-bottom: 10px;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
}

.text-label-2 {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.content19-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.item-overlay {
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(#18181d1a, #18181d1a);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: none;
  position: absolute;
}

.content19-image {
  background-image: url('../images/alimento-mascotas.png');
  background-position: 50%;
  background-size: cover;
  height: 582px;
}

.content19-image.papel {
  background-image: url('../images/Cemento.png');
}

.content19-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.content18-images-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-2 {
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 110px 36px 45px;
}

.content18-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.paragraph-72 {
  opacity: .4;
  margin-bottom: 10px;
}

.paragraph-73 {
  opacity: .7;
  margin-bottom: 10px;
}

.content18-image3 {
  background-image: url('../images/alimento-mascotas-2.png');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 15px;
  height: 460px;
}

.content18-image3.papel {
  background-image: url('../images/Pega-Piso-azul-2.png');
}

.content18-image2 {
  background-image: url('../images/alimento-caballos-3.png');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 15px;
  height: 260px;
}

.content18-image2.papel {
  background-image: url('../images/Pega-Piso-azul-3.png');
}

.content18-image1 {
  background-image: url('../images/alimento-caballos-2.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  height: 410px;
}

.content18-image1.papel {
  background-image: url('../images/Pega-Piso-azul-4.jpg');
}

.content18-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content18-headline-wrap {
  margin-bottom: 36px;
}

.paragraph-74 {
  color: var(--slate-blue);
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.bold-text {
  font-size: 40px;
  line-height: 40px;
}

.section-3 {
  background-color: var(--white);
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 50px 36px;
}

.paragraph-75 {
  opacity: .4;
  margin-bottom: 10px;
}

.paragraph-76 {
  opacity: 1;
  color: var(--black);
  margin-bottom: 10px;
}

.text-label-3 {
  opacity: 1;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.content12-button-wrap {
  display: flex;
}

.content12-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-wrap {
  flex-direction: column;
  align-items: stretch;
  display: none;
  position: relative;
}

.section-4 {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(#001632e6, #001632e6), url('../images/Sombra-4.svg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 50px 36px;
}

.paragraph-77 {
  opacity: .7;
  margin-bottom: 10px;
}

.content12-description-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.text-label-4 {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.size3-link {
  color: #18181d;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  text-decoration: none;
  display: block;
}

.size3-link:hover {
  opacity: .7;
}

.size3-link.size3-top-clear {
  color: var(--dodger-blue);
  margin-top: 0;
  font-weight: 700;
}

.size3-link.size3-top-clear:hover {
  color: var(--dodger-blue);
}

.button-text {
  color: #18181d;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.content12-headline-wrap {
  max-width: 582px;
}

.content12-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 360px;
}

.content12-image.content12-image1 {
  background-image: url('../images/Portada-papel-1.jpg');
  background-position: 50% 0;
}

.content12-image.content12-image2 {
  background-image: url('../images/BOPP-Plano.png');
  background-position: 0 0;
}

.content12-image.content12-image2.papel {
  background-image: url('../images/Potada-papel-2.jpg');
  background-position: 0 100%;
}

.content12-image.content12-image3 {
  background-image: url('../images/BOPP.png');
  background-position: 100% 0;
}

.content12-image.content12-image3.papel {
  background-image: url('../images/Portada-papel-1.jpg');
}

.content12-image-description {
  margin-top: 24px;
  margin-bottom: 20px;
}

.image {
  margin-bottom: 39px;
}

.content6-headline-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content6-image1 {
  background-image: url('../images/belmont-22in-group-environment-high_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 360px;
  margin-bottom: 40px;
}

.content6-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.section-5 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
}

.content6-headline-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.size1-text-2 {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.content6-image2 {
  background-image: url('../images/bola-bedroom-ft-v2_download.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 460px;
}

.content6-image3 {
  background-image: url('../images/circafloor_pedestal_env_72_download_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 360px;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col.lg-4.xs-1 {
  width: 50%;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-8.md-4 {
  width: 50%;
}

.margin-bottom-gutter {
  margin-bottom: 30px;
}

.section-6 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.lightbox-image {
  transition: transform .2s ease-in-out;
}

.lightbox-image:hover {
  transform: translate(0, -5px);
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

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

.image-wrapper.overflow-hidden.border-radius-24px {
  border-radius: 0;
}

.inner-container._600px {
  max-width: 600px;
}

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

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

.grid-1-column.gap-row-28px.mg-top-110px {
  margin-top: 110px;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.section-7 {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(#001632d6, #001632d6), url('../images/bg_shade.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 176px;
  padding-bottom: 176px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.align-top {
  align-items: start;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.image-3 {
  border-radius: 15px;
}

.div-block {
  display: flex;
}

.paragraph-small-2 {
  font-size: 14px;
  line-height: 20px;
}

.form_field-label {
  color: var(--slate-blue);
  margin-bottom: 6px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.form_field-label.dato {
  color: var(--midnight-blue);
  font-weight: 700;
  text-decoration: none;
}

.width-60percent {
  width: 60%;
  line-height: 1.3em;
}

.link-3 {
  color: #000;
}

.is--second {
  color: #000;
  margin-left: 32px;
}

.button-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0b6dff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-2:hover {
  background-color: #284ee7;
}

.button-2.is--secondary {
  color: #080808;
  background-color: #ededed00;
  border: 1px solid #080808;
  border-radius: 20px;
  padding: 10px 12px;
}

.button-2.mg-top-36px {
  background-color: #5600e3;
  border-radius: 50px;
  margin-top: 36px;
  font-weight: 500;
}

.form_section {
  background-color: #f8f8f8;
  background-image: url('../images/Sombra-4.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 80vh;
  padding: 64px;
  display: flex;
}

.button-_icon {
  margin-left: 12px;
}

.page-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 80vh;
  margin-top: 0;
  display: grid;
}

.form_block {
  width: 400px;
}

.information_logo {
  max-width: none;
}

.form_error-message {
  background-color: #ffecec;
  border-radius: 6px;
}

.form_text-field {
  border: 1px solid #ededed;
  border-radius: 20px;
  margin-bottom: 37px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span-8 {
  color: var(--midnight-blue-2);
}

.display-1 {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 62px;
}

.display-1.width-80percent {
  color: #0c0c0c;
  width: 80%;
  font-weight: 700;
}

.divider {
  background-color: #ccc;
  width: 100%;
  max-width: 300px;
  height: 1px;
  margin-top: 56px;
  margin-bottom: 16px;
}

.form_success-message {
  background-color: #eaf3ff;
  border-radius: 6px;
}

.information_header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.information_section {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding: 40px;
  display: flex;
}

.information_section.background-color.neutral-200 {
  background-color: #fff;
  height: 80vh;
}

.information_section.background-color.neutral-200.is--footer.hide-desktop {
  display: none;
}

.link-block-2 {
  margin-bottom: 25px;
}

.nutricion-animal {
  background-image: url('../images/Mascotas.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
}

.construccion {
  background-image: url('../images/construccion.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
}

.carbon {
  background-image: url('../images/carbon.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
}

.granos {
  background-image: url('../images/fertilizantes.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
}

.fertilizantes {
  background-image: url('../images/OCP-Group-Inks-Deal-with-Indian-fertilizer-Manufacturers-for-Tailor-made-fertilizers-696x398.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
}

.quimicos {
  background-image: url('../images/quimicos.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
}

.tab-pane-tab-1 {
  background-color: var(--white);
  border-radius: 10px;
  margin: 0;
  padding: 20px;
}

.tab-link-tab-1 {
  background-color: var(--slate-grey);
  color: var(--white);
  border-radius: 30px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link-tab-1.w--current {
  background-color: var(--slate-blue);
  border-radius: 45px;
  font-size: 16px;
}

.tabs {
  margin-top: 30px;
}

.accordion-content {
  overflow: hidden;
}

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

.accordion-item {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 16px;
  box-shadow: 1px 1px 4px #00000029;
}

.border {
  background-color: #dcddff;
  width: 100%;
  height: 1.5px;
  margin-bottom: 12px;
}

.plus-icon {
  width: 24px;
}

.faq-question {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.minus-icon {
  width: 24px;
}

.faq-question-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion_item-image {
  width: 40px;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.question-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 16px;
  line-height: 24px;
}

.faq-video {
  margin-top: 40px;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
  padding-left: 24px;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  margin-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.tabs-content {
  box-shadow: 1px 1px 15px #0000001a;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
  font-family: Line rounded icon font, sans-serif;
  font-size: 7px;
}

.dropdown-pd {
  padding: 40px;
}

.header-logo {
  max-width: 240px;
}

.dropdown-link-2 {
  color: #6e7191;
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link-2:hover {
  color: #4a3aff;
}

.dropdown-link-2.w--current {
  color: var(--slate-blue);
}

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

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-wrapper {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}

.hamburger-menu-bar {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.dropdown-toggle-2 {
  color: var(--midnight-blue-2);
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle-2:hover, .dropdown-toggle-2:focus {
  color: var(--slate-blue);
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.header-nav-link {
  padding: 0;
}

.header-nav-link:hover, .header-nav-link:focus, .header-nav-link.w--current {
  color: var(--slate-blue);
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  background-color: var(--slate-blue);
  margin-left: 24px;
}

.header-nav-list-item {
  color: var(--midnight-blue-2);
  margin-bottom: 0;
  padding-left: 32px;
  font-size: 18px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.middle {
  padding-left: 16px;
  padding-right: 16px;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px #14142b14;
}

.paragraph-78 {
  font-family: Line rounded icon font, sans-serif;
}

.nutricion-animal-2 {
  background-image: url('../images/nutricion-animal-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
}

.pecuarios {
  background-image: url('../images/pecuarios.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
}

.harina {
  background-image: url('../images/harina.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
}

.paragraph-79 {
  text-align: justify;
  flex-direction: column;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heading-5 {
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .form_field-label {
    font-size: 2em;
  }

  .width-60percent, .link-3, .is--second {
    font-size: .8em;
  }

  .paragraph-79 {
    max-width: 1440px;
  }
}

@media screen and (min-width: 1920px) {
  .form_field-label {
    font-size: 2em;
  }

  .width-60percent, .link-3, .is--second {
    font-size: .8em;
  }

  .display-1 {
    font-size: 60px;
    line-height: 60px;
  }

  .display-1.width-80percent {
    font-size: 66px;
    line-height: 80px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 160px;
  }

  .container.space-below {
    margin-bottom: 80px;
  }

  .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
  }

  .heading {
    text-align: left;
  }

  .footer-column {
    width: 20%;
  }

  .footer-column-large {
    width: 40%;
  }

  .column, .column.productos {
    width: 100%;
  }

  .hero-block {
    justify-content: center;
    width: 100%;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .content-block-left {
    width: 100%;
    padding-right: 25px;
  }

  .section-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-wrap-reversed {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .dropdown-link {
    color: #3b4c5b;
    border-radius: 10px;
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

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

  .dropdown-link.w--current {
    color: var(--slate-blue);
  }

  .navigation-block-right {
    width: 100%;
  }

  .dropdown-mobile {
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .navigation-link-wrap {
    display: none;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .mobile-button-link {
    background-color: #54668114;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    padding: 17px;
    display: flex;
  }

  .mobiel-dropdown {
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    background-color: #fff;
    border-radius: 15px;
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    box-shadow: 1px 1px 3px #54668121;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .hero-image-wrap {
    width: 100%;
    min-height: auto;
  }

  .content-block-right {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .hero-content {
    flex-wrap: wrap;
  }

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

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .flowbase-card-wrap {
    min-width: auto;
    max-width: 610px;
    margin-right: 15px;
    display: block;
  }

  .arrow-image {
    display: none;
  }

  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature-number-wrap {
    flex-direction: column;
  }

  .blog-card {
    padding: 20px 20px 35px;
  }

  .section-blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .arrow-image-mobile {
    display: block;
    position: relative;
    left: 55px;
  }

  .arrow-image-mobile-02 {
    display: block;
    position: relative;
    left: -55px;
  }

  .feature {
    flex-direction: column;
  }

  .content-icon {
    margin-bottom: 15px;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content29-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content29-qa-item {
    padding-right: 0;
  }

  .content19-sticky-wrap {
    position: relative;
    top: 0;
    bottom: 0;
  }

  .content19-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content19-image {
    background-repeat: no-repeat;
    background-size: contain;
    height: 480px;
  }

  .content19-image.papel {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .section-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content18-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content18-image3 {
    display: none;
  }

  .section-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content12-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .section-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content12-description-wrap {
    margin-bottom: 20px;
  }

  .content12-image {
    background-position: 50% 0;
  }

  .content6-headline-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content6-image1 {
    background-position: 50% 0;
    height: 260px;
  }

  .content6-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .section-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content6-image3 {
    height: 260px;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-8.md-4 {
    width: 100%;
  }

  .section-6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-7 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .form_field-label {
    font-size: 1.7em;
  }

  .information_content.hide-tablet {
    display: none;
  }

  .information_content.is--centered {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form_section {
    align-items: flex-start;
    max-width: 100%;
    height: auto;
  }

  .page-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
    height: auto;
  }

  .form_block {
    width: 540px;
  }

  .display-1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 66px;
  }

  .display-1.width-80percent {
    width: 82%;
  }

  .information_header {
    display: none;
  }

  .information_section {
    height: auto;
  }

  .information_section.background-color {
    min-height: auto;
  }

  .information_section.background-color.neutral-200 {
    justify-content: center;
    max-width: 100%;
    height: 50vh;
  }

  .information_section.background-color.neutral-200.is--footer {
    text-align: center;
    padding-bottom: 8px;
  }

  .information_section.background-color.neutral-200.is--footer.hide-desktop {
    height: auto;
    display: flex;
  }

  .nutricion-animal, .construccion, .carbon, .granos, .fertilizantes, .quimicos {
    height: 400px;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .header-nav-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.middle {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .nutricion-animal-2, .pecuarios, .harina {
    height: 400px;
  }
}

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

  .footer-column {
    width: 50%;
  }

  .footer-column-large {
    width: 50%;
    margin-bottom: 25px;
  }

  .footer {
    padding-top: 50px;
  }

  .section-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .heading-primary.h3-centre-white {
    font-size: 45px;
  }

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

  .full-logo-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .navigation-link-wrap, .phone-wrap {
    display: none;
  }

  .content-block-right {
    padding: 10px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns-2 {
    flex-direction: column;
  }

  .logo {
    width: 130px;
  }

  .button-navigation {
    display: none;
  }

  .flowbase-card-wrap {
    min-width: auto;
    margin-left: 15px;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-blog {
    padding-left: 3%;
    padding-right: 3%;
  }

  .clone-button.w--current {
    text-align: center;
  }

  .flowbase-card-delete {
    display: none;
  }

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

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .content29-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content29-qa-item {
    padding-right: 0;
  }

  .content19-sticky-wrap {
    position: relative;
  }

  .content19-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content19-image {
    height: 360px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content18-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content18-image1 {
    height: 360px;
  }

  .content18-content-wrap {
    margin-bottom: 20px;
  }

  .content18-headline-wrap {
    margin-bottom: 26px;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content12-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content6-headline-grid, .content6-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .size1-text-2 {
    font-size: 34px;
    line-height: 42px;
  }

  .content6-image3 {
    display: none;
  }

  .row {
    flex-wrap: wrap;
  }

  .grid-1-column.gap-row-28px.mg-top-110px.mg-top-0-mbl {
    margin-top: 0;
  }

  .section-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .form_field-label {
    font-size: 1.4em;
  }

  .button-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form_section {
    padding: 56px 40px;
  }

  .page-wrapper {
    grid-template-columns: 100vw;
    width: 100%;
  }

  .form_block {
    width: 100%;
  }

  .display-1 {
    margin-bottom: 24px;
    font-size: 45px;
    line-height: 45px;
  }

  .display-1.width-80percent {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .information_header {
    margin-bottom: 56px;
  }

  .information_section.background-color.neutral-200 {
    height: auto;
    padding-bottom: 16px;
  }

  .nutricion-animal, .construccion, .carbon, .granos, .fertilizantes, .quimicos {
    height: 300px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-logo {
    max-width: 220px;
  }

  .dropdown-toggle-2:hover {
    color: var(--slate-blue);
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    background-color: var(--slate-blue);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .nutricion-animal-2, .pecuarios, .harina {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    text-align: center;
    font-size: 40px;
  }

  .button {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .button.portada {
    margin-right: 0;
  }

  .footer-column, .footer-column-large {
    width: 100%;
  }

  .image-block {
    padding: 8px;
  }

  .content-block-left {
    padding-right: 10px;
  }

  .column-wrap-reversed {
    margin-bottom: 0;
  }

  .heading-primary.h3-centre {
    font-size: 40px;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .phone-wrap {
    display: none;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-image-wrap {
    padding: 10px;
  }

  .testimonial-content-wrap, .testimonial-image-block {
    padding: 15px;
  }

  .flowbase-close-card {
    top: 0;
    bottom: auto;
    right: 0;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .flowbase-card-wrap {
    min-width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .arrow-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .blog-card {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flowbase-card-delete {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content29-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .button-small {
    flex: none;
    align-self: stretch;
  }

  .button-small.white-small {
    flex: none;
  }

  .content19-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content18-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content12-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content6-headline-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content6-image1 {
    margin-bottom: 0;
  }

  .content6-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content6-headline-wrap {
    text-align: left;
    align-items: flex-start;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-4.xs-1 {
    width: 50%;
  }

  .image-wrapper.overflow-hidden.border-radius-24px {
    border-radius: 16px;
  }

  .section-7 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .grid-2-columns.align-top._2-col-mbl {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    flex-wrap: wrap;
  }

  .paragraph-small-2.width-60percent {
    width: 100%;
  }

  .form_field-label {
    font-size: 1.2em;
  }

  .button-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .button-2.is--secondary {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .form_section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-_icon {
    margin-left: 6px;
  }

  .page-wrapper {
    max-width: 100%;
  }

  .information_section.background-color.neutral-200 {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nutricion-animal, .construccion, .carbon, .granos, .fertilizantes, .quimicos {
    height: 200px;
  }

  .tab-link-tab-1 {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 16px;
  }

  .faq-image {
    margin-top: 20px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-logo {
    max-width: 180px;
  }

  .hamburger-menu-wrapper.w--open {
    color: var(--slate-blue);
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .nutricion-animal-2, .pecuarios, .harina {
    height: 200px;
  }
}

#w-node-d04addb7-f588-000b-38d5-dcf400900bdd-00defdbb {
  grid-area: 1 / 1 / 2 / 6;
  place-self: center start;
}

#w-node-d04addb7-f588-000b-38d5-dcf400900bea-00defdbb {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-d04addb7-f588-000b-38d5-dcf400900beb-00defdbb, #w-node-d04addb7-f588-000b-38d5-dcf400900bec-00defdbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d04addb7-f588-000b-38d5-dcf400900bed-00defdbb {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_3d3fc08f-5251-4aa9-01ed-0d6235f00da7-00defdbb, #w-node-_3d3fc08f-5251-4aa9-01ed-0d6235f00d81-00defdbb, #w-node-_3d3fc08f-5251-4aa9-01ed-0d6235f00d94-00defdbb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_08cba191-d9e0-a80e-0a91-4d17d703679e-00defdbb {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: start;
}

#w-node-_08cba191-d9e0-a80e-0a91-4d17d70367a4-00defdbb {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d04addb7-f588-000b-38d5-dcf400900bdd-86dfa104 {
  grid-area: 1 / 1 / 2 / 6;
  place-self: center start;
}

#w-node-d04addb7-f588-000b-38d5-dcf400900bea-86dfa104 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-d04addb7-f588-000b-38d5-dcf400900beb-86dfa104, #w-node-d04addb7-f588-000b-38d5-dcf400900bec-86dfa104 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d04addb7-f588-000b-38d5-dcf400900bed-86dfa104 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_3d3fc08f-5251-4aa9-01ed-0d6235f00d81-86dfa104, #w-node-_3d3fc08f-5251-4aa9-01ed-0d6235f00da7-86dfa104 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_08cba191-d9e0-a80e-0a91-4d17d703679e-86dfa104 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: start;
}

#w-node-_08cba191-d9e0-a80e-0a91-4d17d70367a4-86dfa104 {
  grid-area: 1 / 7 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-d04addb7-f588-000b-38d5-dcf400900bdd-00defdbb {
    grid-area: 1 / 1 / 2 / 6;
    place-self: center start;
  }

  #w-node-_3d3fc08f-5251-4aa9-01ed-0d6235f00da7-00defdbb {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_08cba191-d9e0-a80e-0a91-4d17d703679e-00defdbb {
    grid-column: span 8 / span 8;
  }

  #w-node-_08cba191-d9e0-a80e-0a91-4d17d70367a4-00defdbb {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-d04addb7-f588-000b-38d5-dcf400900bdd-86dfa104 {
    grid-area: 1 / 1 / 2 / 6;
    place-self: center start;
  }

  #w-node-_3d3fc08f-5251-4aa9-01ed-0d6235f00da7-86dfa104 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_08cba191-d9e0-a80e-0a91-4d17d703679e-86dfa104 {
    grid-column: span 8 / span 8;
  }

  #w-node-_08cba191-d9e0-a80e-0a91-4d17d70367a4-86dfa104 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d04addb7-f588-000b-38d5-dcf400900bdd-00defdbb, #w-node-d04addb7-f588-000b-38d5-dcf400900bea-00defdbb {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_3d3fc08f-5251-4aa9-01ed-0d6235f00da7-00defdbb, #w-node-_3d3fc08f-5251-4aa9-01ed-0d6235f00d81-00defdbb, #w-node-_3d3fc08f-5251-4aa9-01ed-0d6235f00d94-00defdbb, #w-node-_08cba191-d9e0-a80e-0a91-4d17d703679e-00defdbb {
    grid-column: span 6 / span 6;
  }

  #w-node-_08cba191-d9e0-a80e-0a91-4d17d70367a4-00defdbb, #w-node-d04addb7-f588-000b-38d5-dcf400900bdd-86dfa104, #w-node-d04addb7-f588-000b-38d5-dcf400900bea-86dfa104 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_3d3fc08f-5251-4aa9-01ed-0d6235f00d81-86dfa104, #w-node-_3d3fc08f-5251-4aa9-01ed-0d6235f00da7-86dfa104, #w-node-_08cba191-d9e0-a80e-0a91-4d17d703679e-86dfa104 {
    grid-column: span 6 / span 6;
  }

  #w-node-_08cba191-d9e0-a80e-0a91-4d17d70367a4-86dfa104 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d04addb7-f588-000b-38d5-dcf400900bdd-00defdbb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d04addb7-f588-000b-38d5-dcf400900bea-00defdbb {
    grid-column: span 4 / span 4;
  }

  #w-node-d04addb7-f588-000b-38d5-dcf400900bdd-86dfa104 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d04addb7-f588-000b-38d5-dcf400900bea-86dfa104 {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Line rounded icon font';
  src: url('../fonts/line-rounded-icon-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}