:root {
  --negro-usabilidad: #353738;
  --albia_turquesa: #00c2b6;
  --black: black;
  --white: white;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section-agenda {
  margin-left: 30px;
  margin-right: 30px;
}

.section-agenda.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section-agenda.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-top: 50px;
  padding-bottom: 100px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.container.carbono {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.paragraph-tiny {
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: .8;
  color: #1a1b1f;
  align-self: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  font-family: Nunito Sans, sans-serif;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  color: var(--negro-usabilidad);
  width: 100%;
  margin-top: 25px;
  margin-bottom: 50px;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
}

.button {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00c2b6;
  border-radius: 10px;
  align-self: center;
  padding: 12px 25px;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  position: static;
}

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

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

.button.cc-jumbo-button {
  margin-top: 15px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--albia_turquesa);
  color: #000;
  border-radius: 15px;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.purpura {
  background-color: #a25f87;
}

.label {
  color: var(--negro-usabilidad);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  color: var(--negro-usabilidad);
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  color: var(--negro-usabilidad);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Museo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito Sans, sans-serif;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .8;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.heading-jumbo {
  color: var(--negro-usabilidad);
  text-align: center;
  text-transform: none;
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Museo, sans-serif;
  font-size: 128px;
  font-weight: 300;
  line-height: 116px;
}

.heading-jumbo.justificado-derecha {
  text-align: right;
  margin-bottom: 15px;
}

.heading-jumbo-small {
  color: var(--negro-usabilidad);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  font-family: Museo, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.heading-jumbo-small.purpura {
  color: #a25f87;
  padding-bottom: 25px;
}

.styleguide-button-wrap {
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  opacity: .8;
  color: var(--negro-usabilidad);
  margin-top: 15px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.white-footer {
  color: #fff;
  margin-top: 7.5px;
  margin-bottom: 0;
  padding-left: 15px;
}

.paragraph-small.white-footer.linka {
  margin-top: 0;
  margin-bottom: 7.5px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #fff;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: sticky;
}

.navigation-item {
  font-family: Nunito Sans, sans-serif;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #f4f4f4;
  background-image: url('../images/Gradient_5.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95vh;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  width: 80%;
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 90%;
  margin: 75px auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

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

.home-content-wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 25px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  place-items: start stretch;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.heading {
  color: var(--negro-usabilidad);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
}

.heading-2 {
  color: var(--negro-usabilidad);
  font-family: Nunito Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.heading-3 {
  color: var(--negro-usabilidad);
  margin-bottom: 25px;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.heading-4, .heading-5, .heading-6 {
  color: var(--negro-usabilidad);
  font-family: Nunito Sans, sans-serif;
}

.text-block {
  font-family: Nunito Sans, sans-serif;
}

.paragraph, .link {
  color: var(--negro-usabilidad);
  font-family: Nunito Sans, sans-serif;
}

.image-24 {
  width: 600px;
}

.italic-text-6 {
  color: #333;
}

.image-21 {
  width: 200px;
}

.div-block-43 {
  align-items: flex-start;
  width: 50%;
  display: block;
}

.div-block-43.light {
  margin-right: 20px;
}

.grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-137 {
  width: 65%;
  margin-left: 20px;
}

.div-block-131 {
  width: 50%;
  margin-right: 20px;
}

.div-block-135 {
  margin-top: 30px;
  display: flex;
}

.bold-text-2, .link-26, .link-37 {
  color: #333;
}

.paragraph-6 {
  color: #198af2;
  text-align: right;
  margin-bottom: 0;
  padding-left: 220px;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.1em;
}

.seccion6 {
  max-width: 1400px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-150 {
  width: auto;
}

.seccion7 {
  border-bottom: 1px solid #000;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  grid-template: "Area . ."
                 ". Area-2 Area-3"
                 / 1fr 1fr 1fr;
}

.seccion1 {
  border-bottom: 1px solid #5e5e5e;
  max-width: 1400px;
  height: auto;
  margin: 100px auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.link-21 {
  color: #198af2;
}

.div-block-121 {
  text-align: left;
  align-self: stretch;
  width: 60%;
  margin-left: 40px;
}

.div-block-129 {
  text-align: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.intro-1 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row;
  align-items: center;
  height: auto;
  display: flex;
}

.intro-1.dos {
  background-color: #fff0;
  width: 70%;
  max-width: 1400px;
  margin-left: 20px;
  margin-right: auto;
  padding: 0;
  display: block;
}

.intro-1.dos.derecha {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.intro-1.dos.derecha._50 {
  text-align: right;
  width: 60%;
  margin-right: 0;
}

.intro-1.dos.sinpadding {
  margin-left: 0;
}

.intro-1.dos.izquierda {
  text-align: left;
}

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

.claves {
  z-index: 999;
  background-color: #fff;
  flex-direction: column;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  position: static;
  top: 75px;
}

.paragraph-9 {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph-9.centrado {
  text-align: center;
}

.text-span-73 {
  color: #333;
}

.barritaizq-2 {
  z-index: auto;
  background-color: #cecece00;
  border: 1px solid #cacaca;
  border-radius: 10px;
  flex-direction: row;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 10px;
  margin: 25px auto;
  display: flex;
  position: static;
  inset: 100px 0 100px -17px;
}

.link-27 {
  color: #333;
}

.div-block-118 {
  text-align: left;
  width: 60%;
  margin-top: 30px;
  margin-left: 0;
}

.div-block-149 {
  margin-bottom: 20px;
}

.div-block-116 {
  width: 50%;
  height: auto;
  margin-left: 20px;
}

.image-27 {
  width: 40px;
  margin-bottom: 15px;
}

.destacado {
  color: #000;
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.destacado.izquierda {
  text-align: left;
  -webkit-text-stroke-color: #0b58b6;
  width: 100%;
  margin-top: 10px;
  display: block;
}

.destacado.izquierda.sinpadding {
  margin-top: 0;
  display: block;
}

.destacado.light.negro {
  color: #353738;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.destacado.light.negro.izquierda {
  color: var(--negro-usabilidad);
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.destacado.light.negro.derecha {
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.destacado.light.negro.ponente-verde {
  color: #43857e;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
}

.destacado.light.negro.nombrecharla {
  color: #43857e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.destacado.light.negro.ponente-verde-copy {
  color: #43857e;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}

.destacado.light.negro.ponente-purpura {
  color: #a25f87;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1em;
}

.destacado.light.negro.nombrecharla-purpura {
  color: #a25f87;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.destacado.light.negro.ponente-purpura {
  color: #a25f87;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}

.destacado.light.negro.bold {
  font-weight: 700;
}

.destacado.light.negro.purpura {
  color: #a25f87;
  line-height: 18px;
}

.destacado.light.negro.turquesa {
  color: #43857e;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 16px;
}

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

.destacado.white {
  color: #fff;
}

.div-block-125 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_120451624.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  padding: 40px;
}

.jornada_1 {
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  height: auto;
  margin: 40px auto 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.link-24 {
  color: #333;
}

.seccion5 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-12 {
  text-align: right;
  width: auto;
  max-width: none;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 10px;
}

.image-26 {
  width: 60px;
  margin-bottom: 20px;
}

.text-span-68 {
  font-weight: 500;
}

.div-block-132 {
  width: 50%;
  margin-left: 20px;
}

.seccion3 {
  width: 100%;
  max-width: 1400px;
  margin: 60px auto 100px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.link-36 {
  color: #000;
}

.link-25 {
  color: #198af2;
}

.seccion4 {
  text-align: right;
  max-width: 1400px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.text-span-59 {
  font-weight: 500;
}

.text-span-62, .text-span-67 {
  font-weight: 700;
}

.div-block-119 {
  border: 1px solid #969696;
  border-radius: 20px;
  align-items: stretch;
  margin-top: 60px;
  padding: 40px 40px 40px 10px;
  display: flex;
}

.seccion2 {
  margin-left: auto;
}

.seccion2.derecha {
  text-align: right;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

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

.div-block-134 {
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 60px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

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

.div-block-133 {
  background-image: url('../images/flower.png');
  background-position: 50%;
  background-size: cover;
  width: 40%;
  height: 400px;
}

.heading-7 {
  color: #6730dd;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 6vw;
  font-weight: 300;
  line-height: .9em;
  position: static;
}

.heading-7.white {
  color: #000;
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  font-size: 6vw;
  font-weight: 300;
  display: block;
}

.heading-8 {
  color: #000;
  text-align: right;
  letter-spacing: -2px;
  border-top: 0 solid #ffac2c;
  border-bottom: 0 solid #ffac2c;
  height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 7vw;
  font-weight: 700;
  line-height: .9em;
}

.seccion8 {
  max-width: 1400px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.bloque-scotch {
  background-color: #1d5033;
  width: 50%;
  height: 800px;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
}

.bloque-scotch.verde {
  background-color: #ebf8ff;
  background-image: linear-gradient(#caebe9 48%, #e8fafa);
  border-radius: 15px;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 25px;
  display: block;
  position: static;
  overflow: hidden;
}

.bloque-scotch.verde-copy {
  background-color: #ebf8ff;
  background-image: linear-gradient(#fff0f4 48%, #fff6f6);
  border-radius: 15px;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 25px;
  display: block;
  position: static;
  overflow: hidden;
}

.link-19 {
  color: #333;
}

.div-block-117 {
  margin: 60px 20px 100px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-118-copy {
  text-align: left;
  width: auto;
  margin-top: 30px;
  margin-left: 0;
}

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

.div-block-122 {
  margin-bottom: 25px;
  display: flex;
}

.div-block-123 {
  width: 10%;
  margin-right: 5px;
}

.image-22 {
  width: 100px;
  margin-bottom: 20px;
}

.div-block-124 {
  width: 100%;
}

.cita {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3em;
}

.div-block-126 {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 100px;
  padding: 60px 40px;
}

.link-20 {
  color: #333;
}

.heading-140 {
  color: #333;
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
}

.heading-140.light {
  margin-bottom: 0;
}

.heading-140.light.izquierda {
  text-align: left;
}

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

.heading-140.izquierda {
  text-align: left;
}

.lo-que-hay-que-saber {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.grid-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "Area-2 Area-3"
                       "Area .";
}

.counterup-copy-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: .8em;
}

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

.image-23 {
  width: 40px;
  margin-bottom: 20px;
}

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

.div-block-41 {
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lottie-animation-16 {
  margin-left: -10px;
}

.counterup-copy-copy-2 {
  margin-right: 10px;
  font-size: 160px;
  font-weight: 400;
}

.bloque-azul {
  background-color: #e5f0f6;
  border: 1px solid #969696;
  border-radius: 20px;
  width: 100%;
  margin-top: 60px;
  padding: 40px;
  display: block;
}

.destacado-cifra {
  color: #000;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
}

.relleno-azul-barrita {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #caebe9;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.link-35 {
  color: #000;
}

.link-23 {
  color: #333;
}

.div-block-57 {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 10px;
  overflow: visible;
}

.paragraph-14-copy {
  color: #000;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 100;
  line-height: 1.3em;
}

.div-block-136 {
  width: 35%;
  margin-right: 20px;
}

.text-span-74 {
  font-style: italic;
}

.div-block-130 {
  margin-top: 20px;
  display: flex;
}

.div-block-127 {
  border-bottom: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.contexto-dos {
  background-color: #f3f1e0;
  background-image: none;
  height: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  padding-left: 0;
}

.image-28 {
  width: 600px;
}

.image-29 {
  width: 200px;
}

.div-block-157 {
  align-items: flex-start;
  width: 50%;
  display: block;
}

.div-block-157.light {
  width: 100%;
  margin-right: 0;
}

.grid-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-158 {
  width: 65%;
  margin-left: 20px;
}

.div-block-159 {
  width: 50%;
  margin-right: 20px;
}

.div-block-160 {
  margin-top: 30px;
  display: flex;
}

.link-38, .link-39 {
  color: #333;
}

.paragraph-10 {
  color: #198af2;
  text-align: right;
  margin-bottom: 0;
  padding-left: 220px;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.1em;
}

.div-block-162 {
  width: auto;
}

.link-40 {
  color: #198af2;
}

.div-block-163 {
  text-align: left;
  align-self: stretch;
  width: 60%;
  margin-left: 40px;
}

.div-block-164 {
  text-align: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-11 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
}

.paragraph-11.centrado {
  text-align: center;
}

.text-span-75, .link-41 {
  color: #333;
}

.div-block-166 {
  text-align: left;
  width: 60%;
  margin-top: 30px;
  margin-left: 0;
}

.div-block-167 {
  width: 50%;
  height: auto;
  margin-left: 20px;
}

.div-block-168 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_120451624.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  padding: 40px;
}

.link-42 {
  color: #333;
}

.div-block-170 {
  background-color: #fff;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 50px;
  position: static;
  top: 0;
}

.image-30 {
  width: 60px;
  margin-bottom: 20px;
}

.text-span-76 {
  font-weight: 500;
}

.div-block-171 {
  width: 50%;
  margin-left: 20px;
}

.link-43 {
  color: #000;
}

.link-44 {
  color: #198af2;
}

.text-span-77 {
  font-weight: 500;
}

.div-block-172 {
  border: 1px solid #969696;
  border-radius: 20px;
  align-items: stretch;
  margin-top: 60px;
  padding: 40px 40px 40px 10px;
  display: flex;
}

.div-block-174 {
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 60px;
  display: flex;
}

.grid-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.div-block-176 {
  background-image: url('../images/flower.png');
  background-position: 50%;
  background-size: cover;
  width: 40%;
  height: 400px;
}

.heading-141 {
  color: #6730dd;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 6vw;
  font-weight: 300;
  line-height: .9em;
  position: static;
}

.heading-141.white {
  color: #000;
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  font-size: 6vw;
  font-weight: 300;
  display: block;
}

.heading-142 {
  color: #000;
  text-align: right;
  letter-spacing: -2px;
  border-top: 0 solid #ffac2c;
  border-bottom: 0 solid #ffac2c;
  height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 7vw;
  font-weight: 700;
  line-height: .9em;
}

.link-45 {
  color: #333;
}

.div-block-177 {
  margin: 60px 20px 100px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-178 {
  margin-bottom: 25px;
  display: flex;
}

.div-block-179 {
  width: 10%;
  margin-right: 5px;
}

.image-31 {
  width: 100px;
  margin-bottom: 20px;
}

.div-block-180 {
  width: 100%;
}

.div-block-181 {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 100px;
  padding: 60px 40px;
}

.link-46 {
  color: #333;
}

.heading-143 {
  color: #333;
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
}

.heading-143.light {
  margin-bottom: 0;
}

.heading-143.light.izquierda {
  text-align: left;
}

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

.heading-143.izquierda {
  text-align: left;
}

.grid-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "Area-2 Area-3"
                       "Area .";
}

.counterup-copy-copy-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: .8em;
}

.image-32 {
  width: 40px;
  margin-bottom: 20px;
}

.div-block-183 {
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-47 {
  color: #333;
}

.sec-clave {
  z-index: 5;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 10px;
  overflow: visible;
}

.div-block-186 {
  width: 35%;
  margin-right: 20px;
}

.text-span-78 {
  font-style: italic;
}

.div-block-187 {
  margin-top: 20px;
  display: flex;
}

.div-block-188 {
  border-bottom: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.image-33 {
  object-fit: fill;
}

.aerolito {
  color: #000;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.aerolito.w--current {
  width: auto;
  margin-right: auto;
}

.filete {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pvtxt {
  color: #000;
  margin-left: 20px;
  text-decoration: none;
  display: block;
}

.btn-ver-secciones-2 {
  cursor: default;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 33.3%;
  margin-left: auto;
  padding-top: 5px;
  text-decoration: none;
  display: block;
}

.izq {
  align-self: center;
  align-items: center;
  width: 33.3%;
  margin-left: 20px;
  display: flex;
}

.logo-pv {
  color: #000;
  text-align: left;
  align-self: center;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.logo-pv.w--current {
  width: auto;
}

.lottie-animation-6 {
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin-left: auto;
  padding-top: 0;
}

.logo {
  text-align: left;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.home-aerolito {
  justify-content: center;
  align-items: center;
  width: 33.3%;
  display: flex;
}

.header-2 {
  z-index: 10;
  background-color: #fff;
  border-bottom: 0 solid #979797;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  padding: 20px;
  display: block;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 4px #00000014;
}

.evento {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.div-block-190 {
  box-sizing: border-box;
  object-fit: contain;
  flex: 1;
}

.charla {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.ponente {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 0 solid #000;
  grid-template: ". Area"
  / 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: auto;
  height: auto;
  padding-top: 2px;
  padding-bottom: 10px;
  display: flex;
}

.titulo-charla {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 0 solid #000;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  display: grid;
}

.l-nea {
  border: 0 #43857e;
  border-top: 1px solid #43857e;
  width: 25px;
}

.div-block-191 {
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ponente-horizontal {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #a25f87;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.jornada_2 {
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  height: auto;
  margin: 40px auto 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.linea-purpura {
  border: 0 solid #a25f87;
  border-top-width: 1px;
  width: 25px;
}

.div-block-192 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

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

.buttom-inverse {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #00c2b6;
  border-radius: 10px;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  margin-left: 0;
  padding: 12px 25px;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.buttom-inverse:hover {
  color: #fff;
  background-color: #32343a;
}

.buttom-inverse:active {
  background-color: #43464d;
}

.buttom-inverse.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.buttom-inverse.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--albia_turquesa);
  color: #000;
  border-radius: 15px;
}

.buttom-inverse.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.buttom-inverse.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.buttom-inverse.cc-contact-us {
  z-index: 5;
  position: relative;
}

.buttom-inverse.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.buttom-inverse.cc-white-button:hover {
  background-color: #fffc;
}

.buttom-inverse.cc-white-button:active {
  background-color: #ffffffe6;
}

.buttom-inverse.form {
  margin-left: 15px;
  margin-right: 15px;
}

.div-block-194 {
  background-color: #fff;
  border-radius: 15px;
  height: auto;
  margin-top: 0;
  padding: 12.5px 25px;
}

.section-gradient-clima {
  margin-left: 30px;
  margin-right: 30px;
}

.section-gradient-clima.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section-gradient-clima.cc-store-home-wrap {
  background-image: linear-gradient(#fff, #e8fafa 5% 95%, #fff);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 2px solid #000;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 7.5px;
  display: grid;
}

.div-block-195, .div-block-196 {
  display: flex;
}

.image-34 {
  background-image: url('../images/895655_O9S1SH1-03.svg');
  background-position: 50%;
}

.image-35 {
  align-self: center;
  width: 64px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.icon-clma {
  align-self: center;
  width: 32px;
  height: 48px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-2 {
  padding-top: 12.5px;
  padding-bottom: 25px;
}

.text-block-2.paragraph-bigger {
  float: none;
  clear: none;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.text-block-3, .text-block-4, .heading-144, .block-quote, .heading-145, .heading-146, .list-item, .list-item-2, .list-item-3 {
  color: var(--negro-usabilidad);
}

.code-embed {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.paragraph-bigger-copy {
  opacity: 1;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-bigger-copy.cc-bigger-light {
  opacity: .6;
  font-family: Nunito Sans, sans-serif;
}

.paragraph-bigger-copy.cc-bigger-white-light {
  opacity: .6;
  color: #353738;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.hero {
  margin-left: 30px;
  margin-right: 30px;
}

.hero.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.hero.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.hero.cc-store-home-wrap-copy {
  background-color: #353738;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-197 {
  flex-flow: row;
  margin-bottom: 15px;
  display: flex;
}

.icon-modulo-1 {
  align-self: flex-start;
  margin-right: 10px;
}

.div-block-198 {
  padding: 50px;
  overflow: hidden;
}

.forma-svg {
  opacity: .33;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% -33% 0% auto;
}

.forma-svg.izq {
  left: -128px;
  right: auto;
}

.forma-svg.izquierda1 {
  inset: 0% auto 0% -33%;
}

.forma-svg.izquierda1.hidden {
  left: -40%;
  right: 0%;
}

.forma-svg.hidden {
  right: -40%;
}

.div-block-199 {
  aspect-ratio: auto;
  width: 66%;
}

.div-block-200 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.paragraph-bigger-centered {
  opacity: .8;
  color: var(--negro-usabilidad);
  align-self: center;
  width: 75%;
  margin-top: 10px;
  margin-bottom: 35px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-bigger-centered.cc-bigger-light {
  opacity: .6;
  font-family: Nunito Sans, sans-serif;
}

.paragraph-bigger-centered.cc-bigger-white-light {
  opacity: 1;
  color: var(--negro-usabilidad);
  width: 100%;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
}

.image-37 {
  width: 75px;
  position: relative;
  bottom: -12vh;
}

.div-block-201 {
  align-self: center;
  display: none;
  position: relative;
  top: auto;
}

.div-block-202 {
  background-image: url('../images/AdobeStock_501280043.jpeg');
  background-position: 50%;
  background-size: auto;
  border-radius: 15px;
}

.div-block-203 {
  margin-bottom: 0;
}

.div-block-205 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.checkbox-label {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
  display: block;
}

.link-48 {
  width: auto;
}

.checkbox {
  opacity: .8;
}

.form-block {
  margin-top: 10px;
}

.image-38 {
  border-radius: 15px;
  width: auto;
  height: auto;
  overflow: clip;
}

.div-block-206 {
  text-align: center;
  border-radius: 15px;
  height: auto;
  position: relative;
  overflow: clip;
}

.grid-footer {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  place-items: center stretch;
  width: 100%;
  max-width: 1140px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.grid-footer.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.div-block-208 {
  border-left: 2px solid #fff;
}

.bold-text-3 {
  font-size: 102px;
}

.clima-text {
  opacity: .8;
  color: #1a1b1f;
  align-self: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.clima-text.cc-bigger-light {
  opacity: .6;
  font-family: Nunito Sans, sans-serif;
}

.clima-text.cc-bigger-white-light {
  opacity: 1;
  color: var(--negro-usabilidad);
  width: 100%;
  margin-top: 25px;
  margin-bottom: 50px;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
}

.div-block-210 {
  background-color: #fff;
  background-image: url('../images/20240917_Lines_Blue_4.png');
  background-position: 0 0;
  background-size: 100% 100%;
  border-radius: 15px;
  display: block;
}

.marco-texto-responsive {
  background-color: #fff;
  border-radius: 15px;
  max-width: 1400px;
  height: auto;
  margin-top: 0;
  padding: 0 25px 12.5px;
}

.div-block-213 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.link-block-2 {
  align-self: center;
}

.menu-desplegable {
  z-index: 2000;
  background-color: var(--albia_turquesa);
  border-radius: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 560px;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 20px 20px 0% auto;
  overflow: visible;
}

.navegacion {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.topmenu {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-left: auto;
  padding-top: 40px;
  display: flex;
}

.lottie-cerrar {
  color: var(--black);
  cursor: pointer;
  width: 25px;
}

.menu-items {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  height: auto;
  margin-top: 0%;
  display: flex;
}

.menulink {
  opacity: 1;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 13px;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 1.2em;
  text-decoration: none;
}

.menulink:hover {
  opacity: .8;
  color: var(--white);
}

.menulink.w--current {
  opacity: 1;
  color: var(--white);
  font-weight: 400;
}

.menulink.w--current:hover {
  opacity: .5;
}

.section-footer {
  margin-left: 30px;
  margin-right: 30px;
}

.section-footer.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section-footer.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-footer.cc-store-home-wrap-copy {
  background-color: #353738;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-participar {
  margin-left: 30px;
  margin-right: 30px;
}

.section-participar.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section-participar.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-participar.cc-store-home-wrap-copy {
  background-color: #353738;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-menu {
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin-left: auto;
  padding-top: 0;
  display: none;
}

.paragraph-12 {
  font-size: 10px;
}

.link-49 {
  display: inline-block;
}

.link-50 {
  display: inline;
}

.bold-text-4 {
  line-height: 16px;
}

.success-message {
  text-align: left;
  background-color: #fff0;
  border-radius: 15px;
  padding: 0;
}

.text-block-5 {
  font-family: Nunito Sans, sans-serif;
}

.text-block-5.checkbox-label {
  justify-content: center;
  align-items: center;
  display: block;
}

.error-message {
  border-radius: 15px;
}

.btn-ver-secciones-3 {
  cursor: default;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 33.3%;
  margin-left: auto;
  padding-top: 5px;
  text-decoration: none;
  display: flex;
}

.lottie-animation-17 {
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin-left: auto;
  padding-top: 0;
}

.bottommenu {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 25px;
  display: inline-block;
}

.descubrir-mas {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50px;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 40px;
  margin-left: 0;
  padding: 15px 30px;
  text-decoration: none;
  display: block;
  position: static;
  inset: 10px 10px auto auto;
}

.descubrir-mas:hover {
  opacity: 1;
  color: #000;
  background-color: #fff;
  border-color: #fffc;
}

.bloque-redes-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: none;
}

.div-block-74 {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.twitter-boton {
  color: #fff;
  text-align: left;
  background-color: #1797f800;
  border-radius: 50px;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  font-weight: 300;
  text-decoration: none;
  display: block;
  position: static;
  inset: 10px 10px auto auto;
}

.twitter-boton:hover {
  opacity: .7;
  background-color: #1797f800;
}

.menu-desplegable-2 {
  z-index: 2000;
  background-color: #8f7edc;
  border-radius: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 575px;
  padding-top: 0;
  display: block;
  position: fixed;
  inset: 20px 20px 0% auto;
}

.div-block-76 {
  align-items: center;
  display: flex;
}

.navegacion-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

.image-18 {
  width: 20px;
  max-width: none;
  margin-top: -7px;
  margin-right: 6px;
}

.menulink-2 {
  opacity: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  font-size: 32px;
  font-weight: 100;
  line-height: 1.2em;
  text-decoration: none;
}

.menulink-2:hover {
  opacity: .8;
}

.menulink-2.w--current {
  opacity: 1;
  color: #000;
  font-weight: 400;
}

.menulink-2.w--current:hover {
  opacity: .5;
}

.middlemenu-2 {
  margin-left: 0;
  margin-right: auto;
}

.lottie-cerrar-2 {
  cursor: pointer;
  width: 25px;
}

.image-19 {
  width: 20px;
  max-width: none;
  margin-right: 6px;
  display: block;
}

.linkedin-boton {
  color: #fff;
  text-decoration: none;
}

.linkedin-boton:hover {
  opacity: .7;
}

.code-embed-2 {
  text-align: center;
}

.div-oculto {
  background-color: #fff;
  border-radius: 15px;
  width: 1px;
  height: 1px;
  display: block;
}

.div-block-32 {
  background-color: #ff070700;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80px;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: auto 0% 55px;
}

.image-16 {
  text-align: center;
  width: 60px;
}

.loader-wrapper {
  z-index: 9000;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.quote-load {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.subt-aut {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.loader__bar-wrapper {
  background-color: #f0f0f04d;
  width: 20rem;
  height: 2px;
  margin-top: 200px;
}

.loader__bar {
  perspective-origin: 0%;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #f0f0f0;
  width: 20rem;
  height: 2px;
  transform: scale3d(0, 1, 1)translate(0);
}

.loader__trigger {
  display: block;
}

.wrap {
  z-index: 11;
  perspective: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.loading {
  z-index: 1;
  color: #101111;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  position: absolute;
}

.loading.clone {
  color: #fff;
}

.count {
  z-index: 5;
  color: #101111;
  text-align: center;
  letter-spacing: 2px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  line-height: 42px;
  position: relative;
  top: 35vh;
}

.blk-block {
  background-color: #101111;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0;
}

.loader {
  z-index: 9999;
  background-color: #00c3b7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.div-block-214 {
  justify-content: center;
  align-items: center;
  width: 350px;
  margin: auto;
  display: flex;
}

.barra-sticky {
  z-index: 5;
  background-color: #fff;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 50px;
  position: sticky;
  top: 75px;
  bottom: 15px;
}

.image-40 {
  margin-top: 0;
}

.flecha {
  background-color: #ff070700;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80px;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 25px;
  display: flex;
  position: static;
  inset: auto 0% 55px;
}

.motto-wrap-copy {
  text-align: center;
  width: 90%;
  margin: 75px auto;
}

.motto-wrap-copy.superior {
  width: 75%;
}

.div-block-215 {
  text-align: left;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-6 {
  width: 50%;
  position: static;
}

.section-privacidad {
  margin-left: 30px;
  margin-right: 30px;
}

.section-privacidad.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section-privacidad.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-privacidad.cc-store-home-wrap-copy {
  background-color: #353738;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-light-secundary {
  opacity: .8;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.paragraph-light-secundary.grid {
  text-align: left;
  word-break: normal;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  line-height: 14px;
  display: block;
  position: static;
}

.paragraph-light-secundary.extra {
  padding-left: 25px;
  padding-right: 25px;
}

.paragraph-light-secundary.turq {
  color: var(--albia_turquesa);
}

.paragraph-light-secundary.extra-copy {
  padding-left: 50px;
  padding-right: 25px;
}

.link-51, .link-52 {
  display: inline-block;
}

.div-block-216 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--albia_turquesa);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 25px;
  margin-bottom: 25px;
  display: grid;
}

.div-block-217 {
  border: 1px solid var(--albia_turquesa);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-53, .link-54, .link-55, .link-56, .link-57, .link-58 {
  display: inline-block;
}

.section-legal {
  margin-left: 30px;
  margin-right: 30px;
}

.section-legal.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section-legal.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-legal.cc-store-home-wrap-copy {
  background-color: #353738;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-cookie {
  margin-left: 30px;
  margin-right: 30px;
}

.section-cookie.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section-cookie.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-cookie.cc-store-home-wrap-copy {
  background-color: #353738;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.link-59, .link-60, .link-61, .link-62, .link-63, .link-64, .link-65, .link-66, .link-67, .link-68, .link-69, .link-70, .link-71, .link-72, .link-73, .link-74, .link-75, .link-76, .link-77 {
  display: inline-block;
}

.div-block-218 {
  justify-content: center;
  align-items: center;
  width: 350px;
  margin: auto;
  display: flex;
}

.image-41 {
  margin-top: 100px;
}

.loader-2 {
  z-index: 9999;
  background-color: #00c3b7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
}

.div-block-219, .div-block-220 {
  justify-content: center;
  align-items: center;
  width: 350px;
  margin: auto;
  display: flex;
}

.image-42 {
  align-self: center;
}

.div-block-221, .div-block-222 {
  z-index: 9999;
  background-color: #00c3b7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.div-block-194-copy {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  height: 250px;
  margin-top: 0;
  padding: 12.5px 25px;
  display: block;
}

.code-embed-3 {
  width: 100%;
}

.div-block-223 {
  width: 100%;
  display: block;
}

.div-block-217-copy {
  border: 1px solid var(--albia_turquesa);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-de-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--albia_turquesa);
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 25px;
  margin-bottom: 25px;
  display: grid;
}

.div-block-224 {
  background-color: #ffc5c5;
  border-radius: 5px;
  width: auto;
  height: auto;
  padding: 5px 15px;
  display: none;
}

.link-78 {
  display: inline-block;
}

.bold-text-5 {
  font-weight: 500;
}

.link-79 {
  display: inline-block;
}

@media screen and (min-width: 1280px) {
  .claves {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    position: static;
    overflow: hidden;
  }

  .seccion5 {
    margin-bottom: 60px;
    padding-bottom: 13px;
  }

  .heading-7.white, .heading-141.white {
    font-size: 5vw;
  }

  .forma-svg.izquierda1 {
    position: absolute;
    right: auto;
  }

  .div-block-74, .div-block-76 {
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .about-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .claves {
    width: 100vw;
    max-width: none;
  }

  .barritaizq-2 {
    align-items: flex-start;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-170 {
    max-width: 1140px;
  }

  .forma-svg {
    right: -45%;
  }

  .forma-svg.izquierda1 {
    left: -45%;
  }

  .forma-svg.izquierda1.hidden {
    left: -50%;
  }

  .forma-svg.hidden {
    right: -50%;
  }

  .grid-footer {
    margin-left: auto;
    margin-right: auto;
  }

  .barra-sticky {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1920px) {
  .section-agenda.cc-store-home-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .about-grid {
    justify-content: center;
    position: relative;
  }

  .claves {
    box-shadow: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .destacado.light.negro {
    margin-top: 10px;
  }

  .destacado.light.negro.izquierda {
    margin-top: 5px;
  }

  .div-block-170 {
    margin-right: auto;
  }

  .sec-clave {
    max-width: 1140px;
  }

  .btn-ver-secciones-2 {
    display: block;
  }

  .logo {
    font-size: 19px;
  }

  .evento {
    border-top-width: 0;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .charla {
    border-top-width: 0;
    height: auto;
  }

  .ponente {
    border-top-width: 0;
  }

  .titulo-charla {
    border-top-width: 0;
    height: auto;
  }

  .forma-svg {
    opacity: .5;
    display: block;
    right: -55%;
  }

  .forma-svg.izquierda1 {
    opacity: .5;
    display: block;
    left: -55%;
  }

  .forma-svg.izquierda1.hidden {
    left: -75%;
  }

  .forma-svg.hidden {
    right: -75%;
  }

  .paragraph-bigger-centered {
    width: 90%;
  }

  .div-block-204 {
    max-width: 1140px;
    display: block;
  }

  .grid-footer {
    justify-content: center;
    position: relative;
  }

  .div-block-210 {
    background-image: url('../images/20240917_Lines_Blue_4.png');
    background-position: 0 0;
    background-size: 100% 100%;
  }

  .marco-texto-responsive {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-desplegable {
    display: none;
  }

  .navegacion, .btn-menu {
    display: block;
  }

  .div-block-74 {
    align-items: center;
  }

  .menu-desplegable-2 {
    height: 575px;
  }

  .div-block-76 {
    align-items: center;
  }

  .navegacion-2 {
    display: block;
  }

  .barra-sticky {
    margin-right: auto;
  }

  .section-legal.cc-store-home-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .link-72 {
    display: inline-block;
  }
}

@media screen and (max-width: 991px) {
  .section-agenda.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section-agenda.cc-store-home-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-bigger {
    font-size: 32px;
    line-height: 36px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .paragraph-light {
    text-align: left;
    font-size: 22px;
  }

  .paragraph-light.centered {
    text-align: center;
  }

  .heading-jumbo.justificado-derecha {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .heading-jumbo-small {
    padding-top: 12.5px;
  }

  .paragraph-small {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-content.cc-homepage {
    position: relative;
  }

  .motto-wrap {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .home-section-wrap {
    text-align: left;
  }

  .about-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 35px 0;
    display: flex;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .heading-3 {
    text-align: left;
    font-size: 28px;
    line-height: 32px;
  }

  .italic-text-6 {
    color: #333;
  }

  .grid-3 {
    align-content: stretch;
    display: block;
  }

  .paragraph-6 {
    font-size: 30px;
  }

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

  .seccion7 {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 20px;
  }

  .grid-2 {
    flex-direction: column;
    grid-template-rows: 1fr auto;
    grid-auto-flow: row;
    display: flex;
  }

  .seccion1 {
    height: auto;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .div-block-121 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-129 {
    width: 100%;
  }

  .intro-1 {
    flex-direction: column;
    height: auto;
  }

  .intro-1.dos {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .intro-1.dos.derecha {
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro-1.dos.derecha._50 {
    padding-bottom: 40px;
  }

  .intro-1.dos.sinpadding {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .intro-1.dos.izquierda {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .claves {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-9 {
    margin-bottom: 0;
    padding-right: 0;
  }

  .div-block-151 {
    margin-left: 20px;
  }

  .div-block-118 {
    width: 100%;
  }

  .destacado {
    text-align: left;
    padding-right: 0;
    font-size: 22px;
  }

  .destacado.light.negro {
    line-height: 24px;
  }

  .destacado.light.negro.izquierda, .destacado.light.negro.ponente-verde, .destacado.light.negro.nombrecharla, .destacado.light.negro.ponente-verde-copy, .destacado.light.negro.ponente-purpura, .destacado.light.negro.nombrecharla-purpura, .destacado.light.negro.ponente-purpura {
    padding-right: 20px;
  }

  .destacado.light.negro.turquesa {
    line-height: 22px;
  }

  .destacado.white.izquierda {
    margin-bottom: 0;
  }

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

  .jornada_1 {
    flex-direction: column;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .div-block-12 {
    padding-right: 20px;
  }

  .seccion3, .seccion4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-119 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .seccion2.derecha {
    order: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .grid-4 {
    flex-direction: column;
    display: block;
  }

  .div-block-120 {
    width: 100%;
  }

  .div-block-133 {
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 20px;
  }

  .heading-7 {
    font-size: 8vw;
  }

  .heading-7.white {
    width: auto;
    font-size: 8vw;
  }

  .heading-8 {
    margin-bottom: 0;
    font-size: 80px;
  }

  .seccion8 {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bloque-scotch.verde, .bloque-scotch.verde-copy {
    width: 100%;
    height: auto;
    padding: 40px;
  }

  .div-block-117 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-126 {
    margin-top: 40px;
    padding: 40px 20px;
  }

  .heading-140 {
    color: #333;
    width: auto;
    margin-bottom: 40px;
    font-size: 7vw;
  }

  .heading-140.light.izquierda {
    margin-bottom: 0;
  }

  .heading-140.izquierda {
    margin-bottom: 10px;
    font-size: 7vw;
  }

  .lo-que-hay-que-saber {
    margin-top: 60px;
  }

  .div-block-152 {
    margin-bottom: 40px;
  }

  .counterup-copy-copy {
    padding-bottom: 10px;
  }

  .image-23 {
    width: 30px;
    margin-top: 5px;
  }

  .div-block-41 {
    flex-direction: column;
    padding-right: 0;
  }

  .counterup-copy-copy-2 {
    font-size: 150px;
  }

  .bloque-azul {
    padding-left: 20px;
    padding-right: 20px;
  }

  .destacado-cifra {
    padding-right: 40px;
  }

  .paragraph-14-copy {
    margin-bottom: 0;
  }

  .div-block-136 {
    margin-right: 0;
  }

  .div-block-127 {
    padding-bottom: 40px;
  }

  .grid-7 {
    align-content: stretch;
    display: block;
  }

  .paragraph-10 {
    font-size: 30px;
  }

  .div-block-163 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-164 {
    width: 100%;
  }

  .paragraph-11 {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .div-block-165 {
    margin-left: 20px;
  }

  .div-block-166 {
    width: 100%;
  }

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

  .div-block-170 {
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    position: static;
  }

  .div-block-172 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .grid-8 {
    flex-direction: column;
    display: block;
  }

  .div-block-175 {
    width: 100%;
  }

  .div-block-176 {
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 20px;
  }

  .heading-141 {
    font-size: 8vw;
  }

  .heading-141.white {
    width: auto;
    font-size: 8vw;
  }

  .heading-142 {
    margin-bottom: 0;
    font-size: 80px;
  }

  .div-block-177 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-181 {
    margin-top: 40px;
    padding: 40px 20px;
  }

  .heading-143 {
    color: #333;
    width: auto;
    margin-bottom: 40px;
    font-size: 7vw;
  }

  .heading-143.light.izquierda {
    margin-bottom: 0;
  }

  .heading-143.izquierda {
    margin-bottom: 10px;
    font-size: 7vw;
  }

  .div-block-182 {
    margin-bottom: 40px;
  }

  .counterup-copy-copy-3 {
    padding-bottom: 10px;
  }

  .image-32 {
    width: 30px;
    margin-top: 5px;
  }

  .div-block-183 {
    flex-direction: column;
    padding-right: 0;
  }

  .div-block-186 {
    margin-right: 0;
  }

  .div-block-188 {
    padding-bottom: 40px;
  }

  .btn-ver-secciones-2 {
    display: none;
  }

  .izq {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .logo-pv {
    align-items: center;
  }

  .logo {
    height: auto;
    font-size: 16px;
    line-height: 18px;
    overflow: visible;
  }

  .logo.hidden {
    display: none;
  }

  .jornada_2 {
    flex-direction: column;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .buttom-inverse {
    text-align: left;
    justify-content: center;
    margin-left: 0;
  }

  .buttom-inverse.cc-contact-us {
    display: none;
  }

  .buttom-inverse.secondbuttom {
    margin-left: 15px;
  }

  .div-block-194 {
    padding-top: 12.5px;
  }

  .section-gradient-clima.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section-gradient-clima.cc-store-home-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .code-embed {
    width: 95%;
  }

  .hero.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-197 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .icon-modulo-1 {
    align-self: center;
    margin-right: 0;
  }

  .div-block-198 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .forma-svg {
    opacity: .33;
    right: -60%;
  }

  .forma-svg.izquierda1 {
    opacity: .33;
    left: -60%;
  }

  .forma-svg.hidden {
    right: -75%;
  }

  .paragraph-bigger-centered {
    color: var(--negro-usabilidad);
    width: 85%;
    font-size: 22px;
  }

  .image-37 {
    position: relative;
  }

  .div-block-205 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .grid-footer {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr 1fr;
  }

  .grid-footer.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .div-block-209 {
    align-self: center;
  }

  .bold-text-3 {
    font-size: 42px;
    line-height: 46px;
  }

  .clima-text {
    font-size: 22px;
    line-height: 24px;
  }

  .div-block-210 {
    background-color: #fff;
    border-radius: 15px;
    width: 92%;
  }

  .marco-texto-responsive {
    padding-left: 0;
  }

  .hidden {
    display: none;
  }

  .link-block {
    text-align: left;
  }

  .div-block-211 {
    width: 100%;
  }

  .div-block-212 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-desplegable {
    width: 60%;
    height: 320px;
    display: none;
  }

  .navegacion {
    justify-content: space-between;
  }

  .topmenu {
    padding-top: 35px;
  }

  .menulink {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .section-footer.cc-cta, .section-participar.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .bloque-redes-2 {
    flex-direction: column;
    display: flex;
  }

  .div-block-74 {
    flex: 0 auto;
    display: flex;
  }

  .menu-desplegable-2 {
    width: 60%;
    height: 550px;
  }

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

  .navegacion-2 {
    justify-content: space-between;
  }

  .image-18 {
    display: block;
  }

  .menulink-2 {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .image-19 {
    display: block;
  }

  .div-oculto {
    background-color: #fff;
    border-radius: 15px;
    width: 92%;
  }

  .div-block-32 {
    display: flex;
    inset: auto 0% 0%;
  }

  .loader-wrapper {
    inset: 0%;
  }

  .quote-load {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
  }

  .loading {
    font-size: 30px;
  }

  .loading.clone, .count {
    font-size: 30px;
    line-height: 44px;
  }

  .barra-sticky {
    width: 100%;
    height: auto;
    padding: 5px 40px;
    position: sticky;
  }

  .flecha {
    display: flex;
    inset: auto 0% 0%;
  }

  .motto-wrap-copy {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .section-privacidad.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-light-secundary {
    text-align: left;
    font-size: 22px;
  }

  .paragraph-light-secundary.centered {
    text-align: center;
  }

  .section-legal.cc-cta, .section-cookie.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-194-copy {
    height: 150px;
    padding-top: 12.5px;
  }
}

@media screen and (max-width: 767px) {
  .section-agenda {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-agenda.cc-cta {
    padding: 15px;
  }

  .section-agenda.cc-home-wrap, .section-agenda.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 34px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-light.centered {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-jumbo {
    text-align: center;
    font-size: 92px;
    line-height: 96px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 34px;
  }

  .paragraph-small {
    font-size: 12px;
    line-height: 16px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .heading {
    font-size: 48px;
    line-height: 52px;
  }

  .italic-text-6 {
    color: #333;
  }

  .div-block-43.light {
    width: 100%;
  }

  .div-block-137 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-131 {
    width: 100%;
  }

  .div-block-135 {
    display: block;
  }

  .paragraph-6 {
    padding-left: 40px;
    font-size: 20px;
  }

  .seccion6 {
    margin-bottom: 20px;
  }

  .seccion7 {
    padding-right: 0;
  }

  .intro-1.dos {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .intro-1.dos.derecha._50 {
    width: 100%;
    padding-left: 20px;
  }

  .claves {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .paragraph-9 {
    margin-bottom: 20px;
    padding-right: 0;
    line-height: 24px;
  }

  .barritaizq-2 {
    display: block;
  }

  .div-block-116 {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .destacado {
    padding-right: 20px;
  }

  .destacado.light.negro {
    padding-right: 0;
    font-size: 14px;
  }

  .destacado.light.negro.izquierda {
    font-size: 14px;
  }

  .destacado.light.negro.derecha {
    font-size: 14px;
    line-height: 18px;
  }

  .destacado.light.negro.ponente-verde, .destacado.light.negro.nombrecharla {
    font-size: 14px;
  }

  .destacado.light.negro.turquesa {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .jornada_1 {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-153 {
    margin-bottom: 40px;
  }

  .div-block-12 {
    padding-right: 0;
  }

  .div-block-132 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .seccion2.derecha {
    margin-top: 30px;
  }

  .div-block-155 {
    margin-bottom: 40px;
  }

  .div-block-134 {
    display: block;
  }

  .grid-4 {
    margin-right: 20px;
  }

  .div-block-133 {
    background-position: 4%;
    background-size: contain;
    border-bottom: 1px solid #333;
    width: auto;
    height: 400px;
  }

  .heading-8 {
    letter-spacing: -2px;
    margin-bottom: 10px;
    font-size: 90px;
  }

  .bloque-scotch.verde, .bloque-scotch.verde-copy {
    flex-direction: column;
    padding-top: 40px;
    padding-left: 20px;
  }

  .div-block-117 {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 60px;
    display: block;
  }

  .image-22 {
    width: 60px;
  }

  .div-block-126 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-140.izquierda {
    line-height: 47px;
  }

  .grid-6 {
    display: block;
  }

  .lottie-animation-16 {
    width: 200px;
  }

  .counterup-copy-copy-2 {
    font-size: 130px;
  }

  .div-block-154 {
    margin-bottom: 40px;
  }

  .destacado-cifra {
    padding-right: 20px;
  }

  .div-block-136 {
    width: 100%;
  }

  .div-block-130 {
    display: block;
  }

  .div-block-157.light {
    width: 100%;
  }

  .div-block-158 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-159 {
    width: 100%;
  }

  .div-block-160 {
    display: block;
  }

  .paragraph-10 {
    padding-left: 40px;
    font-size: 20px;
  }

  .paragraph-11 {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-block-167 {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .div-block-169 {
    margin-bottom: 40px;
  }

  .div-block-170 {
    padding-right: 0;
  }

  .div-block-171 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-173 {
    margin-bottom: 40px;
  }

  .div-block-174 {
    display: block;
  }

  .grid-8 {
    margin-right: 20px;
  }

  .div-block-176 {
    background-position: 4%;
    background-size: contain;
    border-bottom: 1px solid #333;
    width: auto;
    height: 400px;
  }

  .heading-142 {
    letter-spacing: -2px;
    margin-bottom: 10px;
    font-size: 90px;
  }

  .div-block-177 {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 60px;
    display: block;
  }

  .image-31 {
    width: 60px;
  }

  .div-block-181 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-143.izquierda {
    line-height: 47px;
  }

  .grid-9 {
    display: block;
  }

  .div-block-184 {
    margin-bottom: 40px;
  }

  .div-block-186 {
    width: 100%;
  }

  .div-block-187 {
    display: block;
  }

  .aerolito {
    margin-right: auto;
  }

  .filete {
    justify-content: space-around;
    align-items: center;
  }

  .pvtxt {
    display: none;
  }

  .izq {
    align-self: center;
    display: block;
  }

  .logo {
    text-align: center;
    height: auto;
  }

  .home-aerolito {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 33%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .home-aerolito.hidden {
    display: none;
  }

  .header-2 {
    justify-content: center;
    padding-top: 20px;
  }

  .charla, .ponente {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .jornada_2 {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-194 {
    padding-top: 12.5px;
  }

  .section-gradient-clima {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-gradient-clima.cc-cta {
    padding: 15px;
  }

  .section-gradient-clima.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-35 {
    width: 54px;
  }

  .icon-clma {
    width: 36px;
  }

  .code-embed {
    width: 95%;
  }

  .paragraph-bigger-copy {
    font-size: 16px;
    line-height: 28px;
  }

  .hero {
    margin-left: 15px;
    margin-right: 15px;
  }

  .hero.cc-cta {
    padding: 15px;
  }

  .hero.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .icon-modulo-1 {
    width: 48px;
  }

  .forma-svg {
    right: -85%;
  }

  .forma-svg.izquierda1 {
    left: -85%;
  }

  .paragraph-bigger-centered {
    font-size: 16px;
    line-height: 20px;
  }

  .bold-text-3 {
    font-size: 48px;
    line-height: 52px;
  }

  .clima-text {
    font-size: 16px;
    line-height: 28px;
  }

  .link-block-2 {
    flex: 1;
  }

  .image-39 {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-desplegable {
    z-index: 6000;
    width: 60%;
    height: 280px;
  }

  .navegacion {
    padding-left: 30px;
    padding-right: 20px;
  }

  .topmenu {
    padding-top: 30px;
    padding-right: 10px;
  }

  .menulink {
    margin-bottom: 15px;
    font-size: 25px;
  }

  .section-footer {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-footer.cc-cta {
    padding: 15px;
  }

  .section-footer.cc-home-wrap, .section-participar {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-participar.cc-cta {
    padding: 15px;
  }

  .section-participar.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .bottommenu {
    padding-top: 0;
  }

  .bloque-redes-2 {
    display: none;
  }

  .menu-desplegable-2 {
    z-index: 6000;
    width: 60%;
    height: 420px;
  }

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

  .menulink-2 {
    margin-bottom: 15px;
    font-size: 25px;
  }

  .quote-load {
    line-height: 40px;
  }

  .loading, .loading.clone {
    font-size: 28px;
  }

  .barra-sticky {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-privacidad {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-privacidad.cc-cta {
    padding: 15px;
  }

  .section-privacidad.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .paragraph-light-secundary {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-light-secundary.centered {
    font-size: 20px;
    line-height: 24px;
  }

  .section-legal {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-legal.cc-cta {
    padding: 15px;
  }

  .section-legal.cc-home-wrap, .section-cookie {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-cookie.cc-cta {
    padding: 15px;
  }

  .section-cookie.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-194-copy {
    height: 250px;
    padding-top: 12.5px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section-agenda.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.carbono {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-bigger, .paragraph-bigger.cc-bigger-white-light {
    font-size: 16px;
    line-height: 20px;
  }

  .button {
    padding: 6px 15px;
    font-size: 10px;
  }

  .button.cc-jumbo-button {
    margin-top: 7.5px;
    padding: 8px 15px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-light.centered {
    font-size: 12px;
    line-height: 16px;
  }

  .heading-jumbo {
    font-size: 52px;
    line-height: 60px;
  }

  .heading-jumbo-small {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-jumbo-small.purpura {
    padding-bottom: 12.5px;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-small {
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-small.white-footer, .paragraph-small.white-footer.linka {
    font-size: 8px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .motto-wrap, .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .about-grid {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
  }

  .heading {
    font-size: 32px;
    line-height: 36px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block {
    font-size: 12px;
    line-height: 16px;
  }

  .italic-text-6 {
    color: #333;
  }

  .paragraph-6 {
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.3em;
  }

  .div-block-156 {
    margin-bottom: 40px;
  }

  .seccion6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .seccion7 {
    padding-bottom: 40px;
  }

  .seccion1 {
    padding-left: 20px;
    display: block;
  }

  .intro-1 {
    background-color: #f3f1e000;
    background-image: none;
    flex-direction: row;
    padding: 10px 20px 20px 0;
  }

  .intro-1.dos {
    background-color: #0000;
    justify-content: center;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-right: 20px;
  }

  .intro-1.dos.derecha {
    padding-right: 0;
  }

  .intro-1.dos.derecha._50 {
    padding-bottom: 20px;
  }

  .intro-1.dos.izquierda {
    padding-right: 0;
  }

  .claves {
    width: 100%;
    margin-right: 0;
    padding: 20px 15px 0;
    position: static;
  }

  .paragraph-9 {
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph-9.centrado {
    margin-top: 20px;
  }

  .barritaizq-2 {
    display: block;
  }

  .destacado {
    padding-right: 0;
    font-size: 18px;
  }

  .destacado.light.negro {
    font-size: 10px;
    line-height: 10px;
  }

  .destacado.light.negro.izquierda {
    font-size: 10px;
    line-height: 14px;
  }

  .destacado.light.negro.derecha {
    font-size: 12px;
    line-height: 14px;
  }

  .destacado.light.negro.ponente-verde, .destacado.light.negro.nombrecharla {
    font-size: 10px;
  }

  .destacado.light.negro.bold {
    font-size: 10px;
    line-height: 10px;
  }

  .destacado.light.negro.turquesa {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .div-block-125 {
    border-radius: 0;
    padding: 20px 10px;
  }

  .jornada_1 {
    max-width: none;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-12 {
    width: auto;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-right: 0;
  }

  .seccion3 {
    border-radius: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .seccion4 {
    margin-bottom: 40px;
  }

  .div-block-119 {
    border-radius: 10px;
    margin-top: 40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .seccion2.derecha {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-133 {
    height: 300px;
  }

  .heading-7 {
    font-size: 50px;
  }

  .heading-7.white {
    font-size: 40px;
    line-height: 1em;
  }

  .heading-8 {
    letter-spacing: -2px;
    margin-bottom: 10px;
    font-size: 70px;
    line-height: 1em;
  }

  .bloque-scotch.verde, .bloque-scotch.verde-copy {
    padding: 15px;
  }

  .div-block-122 {
    flex-direction: column;
  }

  .div-block-123 {
    margin-top: -5px;
  }

  .cita {
    font-size: 23px;
  }

  .div-block-126 {
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-140 {
    margin-bottom: 0;
    font-size: 9vw;
    line-height: 1.1em;
  }

  .heading-140.izquierda {
    font-size: 9vw;
    line-height: 36px;
  }

  .lo-que-hay-que-saber {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .counterup-copy-copy {
    margin-top: 40px;
    padding-bottom: 0;
    font-size: 90px;
  }

  .div-block-41 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 20px;
  }

  .lottie-animation-16 {
    width: 150px;
  }

  .counterup-copy-copy-2 {
    font-size: 90px;
  }

  .bloque-azul {
    padding: 25px 10px;
  }

  .destacado-cifra {
    padding-right: 0;
    font-size: 18px;
  }

  .div-block-57 {
    flex-wrap: nowrap;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-14-copy {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .paragraph-10 {
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.3em;
  }

  .div-block-161 {
    margin-bottom: 40px;
  }

  .paragraph-11 {
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 18px;
    line-height: 1.4em;
  }

  .paragraph-11.centrado {
    margin-top: 20px;
  }

  .div-block-168 {
    border-radius: 0;
    padding: 20px 10px;
  }

  .div-block-170 {
    width: auto;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-right: 0;
  }

  .div-block-172 {
    border-radius: 10px;
    margin-top: 40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-176 {
    height: 300px;
  }

  .heading-141 {
    font-size: 50px;
  }

  .heading-141.white {
    font-size: 40px;
    line-height: 1em;
  }

  .heading-142 {
    letter-spacing: -2px;
    margin-bottom: 10px;
    font-size: 70px;
    line-height: 1em;
  }

  .div-block-178 {
    flex-direction: column;
  }

  .div-block-179 {
    margin-top: -5px;
  }

  .div-block-181 {
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-143 {
    margin-bottom: 0;
    font-size: 9vw;
    line-height: 1.1em;
  }

  .heading-143.izquierda {
    font-size: 9vw;
    line-height: 36px;
  }

  .counterup-copy-copy-3 {
    margin-top: 40px;
    padding-bottom: 0;
    font-size: 90px;
  }

  .div-block-183 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 20px;
  }

  .sec-clave {
    flex-wrap: nowrap;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .aerolito {
    width: auto;
    margin-right: 10px;
    display: block;
  }

  .filete {
    justify-content: space-around;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .pvtxt {
    display: none;
  }

  .btn-ver-secciones-2 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 50%;
    padding-top: 0;
  }

  .izq {
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logo-pv {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    display: flex;
  }

  .lottie-animation-6 {
    text-align: left;
    align-self: center;
    margin-top: -8px;
    margin-bottom: -16px;
    margin-left: 0;
    padding-top: 0;
  }

  .logo {
    justify-content: center;
    align-items: center;
    height: 30px;
    font-size: 14px;
    line-height: 12px;
    display: flex;
  }

  .home-aerolito {
    justify-content: center;
    width: 90%;
    margin-left: 0;
    display: block;
  }

  .header-2 {
    justify-content: center;
    padding-bottom: 15px;
  }

  .evento {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .ponente {
    padding-top: 0;
    padding-bottom: 0;
  }

  .jornada_2 {
    max-width: none;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .buttom-inverse.secondbuttom {
    vertical-align: baseline;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 6px 15px;
    font-size: 10px;
  }

  .div-block-194 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-35 {
    width: 34px;
  }

  .icon-clma {
    width: 22px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .code-embed {
    width: 90%;
  }

  .hero.cc-store-home-wrap-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .icon-modulo-1 {
    width: 36px;
    margin-right: 0;
  }

  .div-block-198 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .forma-svg {
    right: -90%;
  }

  .forma-svg.izquierda1 {
    left: -90%;
  }

  .paragraph-bigger-centered {
    width: 95%;
    font-size: 12px;
    line-height: 16px;
  }

  .image-37 {
    width: 50px;
  }

  .checkbox-label {
    font-size: 8px;
    line-height: 10px;
  }

  .checkbox {
    line-height: 14px;
  }

  .form-block {
    text-align: center;
    margin-top: 15px;
  }

  .grid-footer {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .clima-text {
    font-size: 12px;
    line-height: 14px;
  }

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

  .form {
    text-align: left;
  }

  .div-block-213 {
    margin-top: 15px;
  }

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

  .image-39 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .menu-desplegable {
    border-radius: 30px;
    width: auto;
    left: 20px;
    right: 20px;
  }

  .navegacion {
    padding-left: 20px;
  }

  .topmenu {
    padding-top: 30px;
  }

  .middlemenu {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-items {
    align-items: center;
  }

  .menulink {
    margin-bottom: 15px;
  }

  .section-footer.cc-store-home-wrap-copy, .section-participar.cc-store-home-wrap-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .btn-menu {
    text-align: left;
    margin-top: -8px;
    margin-bottom: -16px;
    margin-left: 0;
    padding-top: 0;
  }

  .bold-text-4 {
    font-size: 10px;
  }

  .btn-ver-secciones-3 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 20%;
    padding-top: 0;
  }

  .lottie-animation-17 {
    text-align: left;
    margin-top: -8px;
    margin-bottom: -16px;
    margin-left: 0;
    padding-top: 0;
  }

  .bottommenu {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
  }

  .descubrir-mas {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-desplegable-2 {
    border-radius: 30px;
    width: auto;
    height: 420px;
    left: 20px;
    right: 20px;
  }

  .navegacion-2 {
    padding-left: 20px;
  }

  .menulink-2 {
    margin-bottom: 15px;
  }

  .code-embed-2 {
    width: 100%;
  }

  .div-block-32 {
    height: 50px;
  }

  .loader-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .quote-load {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 36px;
    line-height: 40px;
  }

  .subt-aut {
    font-size: 18px;
  }

  .loader__bar-wrapper {
    width: 100%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .loader__bar {
    width: 100%;
  }

  .loading {
    font-size: 24px;
  }

  .loading.clone {
    z-index: 2;
    font-size: 24px;
  }

  .barra-sticky {
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
    top: 60px;
  }

  .flecha {
    height: 50px;
  }

  .motto-wrap-copy {
    width: 100%;
  }

  .section-privacidad.cc-store-home-wrap-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-light-secundary {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-light-secundary.centered {
    font-size: 12px;
    line-height: 16px;
  }

  .section-legal.cc-store-home-wrap-copy, .section-cookie.cc-store-home-wrap-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-194-copy {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-fb065d59 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-fb065d59 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-fb065d59 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-fb065d59 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-fb065d59 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-fb065d59 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-fb065d5b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-fb065d5b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-fb065d5b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-fb065d5b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-fb065d5b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-fb065d5d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-fb065d5d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-fb065d5e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-fb065d5e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-fb065d5f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-fb065d5f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-fb065d60 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-fb065d60 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-fb065d60 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-fb065d62 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-fb065d62 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-fb065d62 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-fb065d62 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-fb065d62 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-fb065d62 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_321cc403-9990-1500-3856-0fcf38f7b2aa-18d2de8d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_85bc963b-2829-c08b-82c2-bf098e18e81e-18d2de8d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8e68f3a1-b5b0-065a-e674-4ef13071d4c7-18d2de8d {
  align-self: center;
}

#w-node-_8e68f3a1-b5b0-065a-e674-4ef13071d4ca-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_1f490451-3af5-3524-aa00-b695debd8bdc-18d2de8d {
  align-self: center;
}

#w-node-_1f490451-3af5-3524-aa00-b695debd8bdf-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_8a38c6b7-35f6-d9f9-a5fb-24c7b1521c0c-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8a38c6b7-35f6-d9f9-a5fb-24c7b1521c0d-18d2de8d {
  grid-area: Area;
  place-self: center start;
}

#w-node-bf532bd2-d2e2-bea3-2780-59bdc9644fc3-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3de93ee0-b8e2-1f56-c8bd-492b7b2f34bf-18d2de8d {
  grid-area: Area;
  place-self: center start;
}

#w-node-e0237e3f-e163-b58a-550f-5f42675a3432-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e0237e3f-e163-b58a-550f-5f42675a3433-18d2de8d {
  grid-area: Area;
  place-self: center start;
}

#w-node-_194a6540-ace7-daf8-1e11-346960a7c53b-18d2de8d {
  align-self: center;
}

#w-node-_194a6540-ace7-daf8-1e11-346960a7c53e-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f78ce839-56eb-70fc-2fee-ed082173f45e-18d2de8d, #w-node-f78ce839-56eb-70fc-2fee-ed082173f45f-18d2de8d {
  align-self: center;
}

#w-node-f78ce839-56eb-70fc-2fee-ed082173f464-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f78ce839-56eb-70fc-2fee-ed082173f468-18d2de8d, #w-node-f78ce839-56eb-70fc-2fee-ed082173f472-18d2de8d, #w-node-f78ce839-56eb-70fc-2fee-ed082173f47c-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ab96acff-a13b-99c1-6180-7e702b11476d-18d2de8d {
  align-self: center;
}

#w-node-ab96acff-a13b-99c1-6180-7e702b114770-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_64f43d72-b5e8-050b-6938-c48ca1a0452a-18d2de8d, #w-node-_64f43d72-b5e8-050b-6938-c48ca1a0452b-18d2de8d {
  align-self: center;
}

#w-node-ff18505e-67dd-9224-adae-2014d62aad2a-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-ff18505e-67dd-9224-adae-2014d62aad2e-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_40f1f2e1-6fbc-1cae-6bab-d02a615b39e4-18d2de8d {
  align-self: center;
}

#w-node-_40f1f2e1-6fbc-1cae-6bab-d02a615b39e7-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-c16416ff-6568-deee-017b-48dae1d06ea8-18d2de8d {
  align-self: center;
}

#w-node-c16416ff-6568-deee-017b-48dae1d06eab-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-ba2acf09-601e-9243-e8be-b53e972d7d35-18d2de8d {
  align-self: center;
}

#w-node-ba2acf09-601e-9243-e8be-b53e972d7d38-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_115fe25f-e7a4-f1ca-b641-4594967d1330-18d2de8d {
  align-self: center;
}

#w-node-_115fe25f-e7a4-f1ca-b641-4594967d1333-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_0c3457b4-d622-7611-dc85-2825f0dff3ac-18d2de8d {
  align-self: center;
}

#w-node-_0c3457b4-d622-7611-dc85-2825f0dff3af-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_0c3457b4-d622-7611-dc85-2825f0dff3e4-18d2de8d {
  align-self: center;
}

#w-node-_0c3457b4-d622-7611-dc85-2825f0dff3e7-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_0c3457b4-d622-7611-dc85-2825f0dff3f3-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0c3457b4-d622-7611-dc85-2825f0dff3f4-18d2de8d {
  grid-area: Area;
  place-self: center start;
}

#w-node-aef940a8-cb51-f643-ae87-5d273082eb5c-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-aef940a8-cb51-f643-ae87-5d273082eb5d-18d2de8d {
  grid-area: Area;
  place-self: center start;
}

#w-node-_634bf432-245d-da2b-9d0b-c7bb9b4b63e1-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_634bf432-245d-da2b-9d0b-c7bb9b4b63e2-18d2de8d {
  grid-area: Area;
  place-self: center start;
}

#w-node-_96f53dbd-47ba-3801-d842-7677f74f8297-18d2de8d, #w-node-e0f1ab82-e05f-cc13-546f-61d13fdb608c-18d2de8d {
  align-self: center;
}

#w-node-e0f1ab82-e05f-cc13-546f-61d13fdb608f-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_285382f8-5b46-0bc5-f652-37a3e0941763-18d2de8d, #w-node-_285382f8-5b46-0bc5-f652-37a3e0941764-18d2de8d {
  align-self: center;
}

#w-node-_285382f8-5b46-0bc5-f652-37a3e094176a-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_29440bb6-ed3c-635a-ffff-c627a4fed797-18d2de8d, #w-node-_29440bb6-ed3c-635a-ffff-c627a4fed798-18d2de8d {
  align-self: center;
}

#w-node-_29440bb6-ed3c-635a-ffff-c627a4fed79e-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f255eafe-28f8-8ebb-54eb-71559a5f5919-18d2de8d, #w-node-f255eafe-28f8-8ebb-54eb-71559a5f591a-18d2de8d {
  align-self: center;
}

#w-node-f255eafe-28f8-8ebb-54eb-71559a5f5920-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_0c3457b4-d622-7611-dc85-2825f0dff418-18d2de8d {
  align-self: center;
}

#w-node-_0c3457b4-d622-7611-dc85-2825f0dff41b-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_78ab1c22-adc7-d8a3-7da6-4b65b58c566a-18d2de8d, #w-node-_78ab1c22-adc7-d8a3-7da6-4b65b58c566b-18d2de8d {
  align-self: center;
}

#w-node-_78ab1c22-adc7-d8a3-7da6-4b65b58c5671-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_6a5e49a8-833d-f87f-2cb5-4358a7c93a27-18d2de8d {
  align-self: center;
}

#w-node-_6a5e49a8-833d-f87f-2cb5-4358a7c93a2a-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_6a5e49a8-833d-f87f-2cb5-4358a7c93a2e-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4e00a357-51aa-34ba-479f-bb13078c8cf6-18d2de8d {
  align-self: center;
}

#w-node-_4e00a357-51aa-34ba-479f-bb13078c8cf9-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-b7a5877b-d9e1-fcb7-8be8-1b60ecbcaaac-18d2de8d {
  align-self: center;
}

#w-node-b7a5877b-d9e1-fcb7-8be8-1b60ecbcaaaf-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-ebcea94a-5bae-94d0-cb0f-105c29ce8545-18d2de8d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ebcea94a-5bae-94d0-cb0f-105c29ce856c-18d2de8d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cfaf5417-a1fa-cf4d-b54c-1c1e140e5b11-18d2de8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c938320e-4db7-c669-92fe-1296aba4a380-18d2de8d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c938320e-4db7-c669-92fe-1296aba4a365-18d2de8d {
  align-self: start;
}

#w-node-_058528e9-b200-a034-ec36-49a101a44dd1-01a44dce {
  align-self: center;
}

#w-node-_058528e9-b200-a034-ec36-49a101a44dd3-01a44dce {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_501b1600-c77c-4310-63f8-358786bf99fe-7b10a074 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_501b1600-c77c-4310-63f8-358786bf9a02-7b10a074 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a86b0260-2d99-33be-c65f-e2092690492d-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904930-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904935-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904938-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e2092690493c-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e2092690493d-7b10a074 {
  grid-area: Area;
  place-self: center start;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904944-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904945-7b10a074 {
  grid-area: Area;
  place-self: center start;
}

#w-node-a86b0260-2d99-33be-c65f-e2092690494d-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e2092690494e-7b10a074 {
  grid-area: Area;
  place-self: center start;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904956-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904959-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e2092690495e-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e2092690495f-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904964-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904968-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904972-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e2092690497c-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904986-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904989-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e2092690498d-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e2092690498e-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904994-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904998-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e2092690499b-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e2092690499f-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049a2-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049a6-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049a9-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049ad-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049b0-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049be-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049c1-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049c6-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049c9-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049cd-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049ce-7b10a074 {
  grid-area: Area;
  place-self: center start;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049d5-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049d6-7b10a074 {
  grid-area: Area;
  place-self: center start;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049dd-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049de-7b10a074 {
  grid-area: Area;
  place-self: center start;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049e5-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049e6-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049eb-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049ef-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049f0-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049f5-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049f9-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049fa-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e209269049ff-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904a03-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904a04-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904a09-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904a0d-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904a10-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904a14-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904a15-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904a1a-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904a1e-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904a1f-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904a24-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904a28-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904a2b-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904a2f-7b10a074 {
  align-self: center;
}

#w-node-a86b0260-2d99-33be-c65f-e20926904a32-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_741ba270-bca5-2331-5561-2331fed4f28b-7b10a074 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_741ba270-bca5-2331-5561-2331fed4f29a-7b10a074 {
  align-self: center;
}

#w-node-_741ba270-bca5-2331-5561-2331fed4f29e-7b10a074 {
  place-self: center end;
}

#w-node-_741ba270-bca5-2331-5561-2331fed4f2a6-7b10a074 {
  align-self: center;
}

#w-node-_741ba270-bca5-2331-5561-2331fed4f2aa-7b10a074 {
  place-self: center end;
}

#w-node-_741ba270-bca5-2331-5561-2331fed4f2b2-7b10a074 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_741ba270-bca5-2331-5561-2331fed4f2c2-7b10a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ce8350b-6b1b-948e-e5db-520cab2c41ae-1bd9221c, #w-node-be967068-b1bd-975d-96a9-118630a2f2b4-1bd9221c, #w-node-_40d8bf9c-9375-e478-44ef-7ac0d625ba94-1bd9221c, #w-node-_13c2344e-e7f0-d7e9-317d-300f9f0e6360-1bd9221c, #w-node-_65b846fa-a2b2-db05-46b7-c3720d1e99f2-1bd9221c, #w-node-bd6df3bb-f907-a7f2-5e21-f23de2b5d70e-1bd9221c, #w-node-_62dda8e9-baee-f125-30c3-9d47f49b3fa4-1bd9221c, #w-node-_456ac348-b84b-8c3a-2fec-94c8ca09728f-1bd9221c, #w-node-d76654fd-0d6f-e34c-29c4-847f50e1c5ad-1bd9221c, #w-node-a13956dc-5548-ac2e-3ca4-250f4ebd8d6a-1bd9221c, #w-node-_81fcdfbd-080a-7d59-a4dd-a0f202590687-1bd9221c, #w-node-_483d6350-eba9-b946-8a5d-a2dc2bce3e91-1bd9221c, #w-node-c725dc36-a04c-52ae-82d9-37d01ad4bf15-1bd9221c, #w-node-_040592e8-fcdf-a732-9888-ff07db2fcdbc-1bd9221c, #w-node-_9dc097e5-7fdc-7e6a-3483-a3907aaef72d-1bd9221c, #w-node-bd7f03e4-09c2-c20b-10ed-bf463c7c01e5-1bd9221c, #w-node-_72cf0b55-7df0-ffb9-024e-bec78a7bc4de-1bd9221c, #w-node-b65368fc-a6b2-d9aa-edf2-e264bea56673-1bd9221c, #w-node-_9302bc49-ab2a-6adb-c56c-47174ab1eb9e-1bd9221c, #w-node-_3d38980c-3a13-7c1d-6829-eb7d020687df-1bd9221c, #w-node-_2eb77574-9553-9a25-c49a-45ba1f611b2d-1bd9221c, #w-node-_81713676-de66-feaf-fe27-ab4d5c838888-1bd9221c, #w-node-_147a480a-d1e2-e144-2bc7-c0c207cbcdad-1bd9221c, #w-node-b2796ae4-a0bd-8d1c-6807-65bceec49e6d-1bd9221c, #w-node-_425acfb7-6957-b89f-d15e-d8c0b448199c-1bd9221c, #w-node-_325fc790-3fe9-3897-2c98-0b86563c7029-1bd9221c, #w-node-a36ccc3c-320f-6d35-0b73-f7250b8407f8-1bd9221c, #w-node-_0601fe9a-511b-a24b-a43a-4c128011ef0b-1bd9221c, #w-node-c4917b7a-2d8b-0a83-96c4-117b0c90b8d8-1bd9221c, #w-node-dc9fbb67-858d-3c3f-2e2c-fdc482cc423c-1bd9221c, #w-node-_247f4ede-a05b-2c32-e566-2016605e5d95-1bd9221c, #w-node-_67fecb28-cf1a-4601-6693-ed9f1b85d25c-1bd9221c, #w-node-_4ea2b4a3-273a-74e3-aaa8-7fa29b7799ef-1bd9221c, #w-node-_36856933-d27e-6b9d-33c9-c162dc1100d0-1bd9221c, #w-node-_224b373c-70f7-76b7-fe8d-92e03bcdb0f7-1bd9221c, #w-node-c6465499-508a-909a-63a6-a68e17f6500c-1bd9221c, #w-node-_3c80d0e5-8690-9a79-ee93-60689cecfb34-1bd9221c, #w-node-_0e9c860b-8ee7-4ea8-b702-d4932d8a48b5-1bd9221c, #w-node-_19e7472e-3ea1-bc19-203e-e35b380679fa-1bd9221c, #w-node-ac9004b6-f3bd-6697-39e8-aa8e7cd095af-1bd9221c, #w-node-_76e35221-f091-a016-2e53-6b8e00d92496-1bd9221c, #w-node-_8708e9d6-dec5-1d5c-46f5-735845c954f6-1bd9221c, #w-node-_7260b5e7-6d50-288f-88fb-b292598afec2-1bd9221c, #w-node-_10824ef0-4cff-0d96-a4c7-1dda8351c55e-1bd9221c, #w-node-a505a6ae-258a-e4bb-97cc-6ac38d2852cc-1bd9221c, #w-node-_7edb3641-b13f-6ff8-5612-ef70b21dedf6-1bd9221c, #w-node-b05c401f-671d-91bd-f209-5f14d8cc4b19-1bd9221c, #w-node-_11e07d19-7df7-58a7-a140-a4f9d432f365-1bd9221c, #w-node-_2adb46bd-181a-0f2d-4556-25a7b03f144a-1bd9221c, #w-node-_73086373-9559-1b5b-1d5c-c195632470b4-1bd9221c, #w-node-a59b0606-4432-2e01-e68a-eeaacc21fccf-1bd9221c, #w-node-_31cceb5c-4844-e785-2431-132e3ffccd16-1bd9221c, #w-node-_259925be-538f-b685-fe82-0360009d0491-1bd9221c, #w-node-_95cfe973-467c-041b-26de-ab4198d54188-1bd9221c, #w-node-_4f25b49c-d6e4-7256-beda-651f5d30fe23-1bd9221c, #w-node-f4034315-9b33-3b93-6ce7-e93d8065f902-1bd9221c, #w-node-c85af707-716f-e52c-bb82-a423150f29b9-1bd9221c, #w-node-_7016f832-fb9a-d5b7-4202-cc459ab6df35-1bd9221c, #w-node-_9a2e7941-4987-75dd-c088-959aa0b8fe09-1bd9221c, #w-node-_05dce714-cbe3-cc3f-7f35-4ea13783f1de-1bd9221c, #w-node-_413f4de3-c4ca-2a12-d120-fe2009487f50-1bd9221c, #w-node-b9a52d3e-ec6a-4ca1-3237-2de249e70230-1bd9221c, #w-node-_12622fd5-481e-fad8-2013-646b7dc983d2-1bd9221c, #w-node-_12aaf8cd-4ebc-a4eb-e86a-91dddb737a8b-1bd9221c, #w-node-c005417a-a8d0-a0b4-6ba4-af8a1d12a2c2-1bd9221c, #w-node-_0eef14b8-3b80-bd90-4ce5-85f25ae47966-1bd9221c, #w-node-bdfeaae0-5d1d-9983-2d98-61df3460712b-1bd9221c, #w-node-_143048ea-22cb-fd92-dec1-10fd4faee95e-1bd9221c, #w-node-_4f96b414-ea42-d30f-296f-c3cadb99f1f7-1bd9221c, #w-node-eea7188e-2ec5-b397-0bc1-64ee60f18719-1bd9221c, #w-node-_39119bb6-ad99-f87e-bf66-01fcbb89fb6d-1bd9221c, #w-node-_0f7298a7-886f-85c5-34d6-a411b42c4842-1bd9221c, #w-node-_4bec5e56-53a4-6590-2dc2-cf1c2b4272bc-1bd9221c, #w-node-_0cb70640-248a-26a7-3583-44b9e9ee3d3e-1bd9221c, #w-node-f6299afd-9d9f-9b66-e4aa-16a399673492-1bd9221c, #w-node-_374e26e1-0c1d-ae55-19ed-8c68c394a5fc-1bd9221c, #w-node-_9a354631-bdbf-01ae-d8b7-3ae46e8baead-1bd9221c, #w-node-afdb096a-b1b2-cc9b-aff4-475f7ec59130-1bd9221c, #w-node-_98097ea4-6313-e2f5-ebdd-cd31744bf36f-1bd9221c, #w-node-_9657e323-6e41-39e3-49da-3dbcbe83e9b1-1bd9221c, #w-node-ebb0c73f-9391-d2bf-4840-fbea7d7607d2-1bd9221c, #w-node-ba54ef78-463d-c0e1-8884-471a97665f26-1bd9221c, #w-node-_527c6365-6af5-388f-df69-d0d35df65947-1bd9221c, #w-node-c061780b-824c-9eb1-c930-b35a409a2c92-1bd9221c, #w-node-f7a48fea-6a4b-dc2a-d68d-b6f9af470e3b-62d7f701, #w-node-_23d4b2dd-c474-00d2-b9f8-22fedf0a7661-62d7f701, #w-node-_9c079cff-48ba-2750-032b-ce0feae53274-62d7f701, #w-node-_2d6cf332-68e1-632a-e658-a6f58e19c69e-62d7f701 {
  place-self: center;
}

#w-node-ad79aded-7e29-08c9-ddfd-1bee2c5a2b8c-62d7f701 {
  place-self: center start;
}

#w-node-_4c2664d5-7e9c-b626-7512-d0525e20c4ba-62d7f701, #w-node-_09dfa390-f056-b49b-324e-565d54f698f8-62d7f701, #w-node-_0cd386c2-3b9b-f88f-6c59-7a1e4d856b13-62d7f701, #w-node-c605e427-2f8a-4090-a8cb-dba03456df92-62d7f701, #w-node-_1c91ac07-4a88-652d-ffd4-b5d5c3a7e9c0-62d7f701, #w-node-_3ddedad9-33e5-49ed-67e9-dccd683228ae-62d7f701, #w-node-_59cb664f-f025-156b-4439-e7ee9ee0329f-62d7f701, #w-node-e151c6b6-1203-b586-e791-e5d84297fb55-62d7f701, #w-node-_318c29f6-627e-db57-1778-f071151525c2-62d7f701, #w-node-dc3609ee-5272-7869-2539-2dd2da5bb71c-62d7f701, #w-node-f05fabbc-0f94-1f70-35fa-26611fe4bb10-62d7f701, #w-node-_1e7ebbf1-17bb-abfb-5eb3-30c9359726ed-62d7f701, #w-node-d0cdde45-8a68-f7ed-8aac-925bf3c3c2ea-62d7f701, #w-node-_2d9b959f-c3ba-9589-edd8-3051a8b94759-62d7f701, #w-node-e042963b-dbed-a03f-5cd8-645eadf725a8-62d7f701, #w-node-_74c6fee6-82c4-d59a-eefb-06f9a96b08eb-62d7f701, #w-node-_6738f276-ccf4-f17d-65ad-e35f1ce5b3b8-62d7f701, #w-node-_6738f276-ccf4-f17d-65ad-e35f1ce5b3bc-62d7f701, #w-node-_6738f276-ccf4-f17d-65ad-e35f1ce5b3c0-62d7f701, #w-node-_6738f276-ccf4-f17d-65ad-e35f1ce5b3c4-62d7f701, #w-node-_6738f276-ccf4-f17d-65ad-e35f1ce5b3c7-62d7f701, #w-node-_6738f276-ccf4-f17d-65ad-e35f1ce5b3ce-62d7f701, #w-node-_6738f276-ccf4-f17d-65ad-e35f1ce5b3d1-62d7f701, #w-node-_6738f276-ccf4-f17d-65ad-e35f1ce5b3d4-62d7f701, #w-node-_6738f276-ccf4-f17d-65ad-e35f1ce5b3e5-62d7f701, #w-node-_919449fe-a82f-266f-262e-3c01f6d754c9-62d7f701, #w-node-c9effc35-0aa6-3ad3-2746-af3b4b0baca1-62d7f701, #w-node-_919449fe-a82f-266f-262e-3c01f6d754d1-62d7f701, #w-node-_919449fe-a82f-266f-262e-3c01f6d754d5-62d7f701, #w-node-_919449fe-a82f-266f-262e-3c01f6d754cd-62d7f701, #w-node-_919449fe-a82f-266f-262e-3c01f6d754dc-62d7f701 {
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_8e68f3a1-b5b0-065a-e674-4ef13071d4c7-18d2de8d, #w-node-_8e68f3a1-b5b0-065a-e674-4ef13071d4ca-18d2de8d, #w-node-_1f490451-3af5-3524-aa00-b695debd8bdc-18d2de8d, #w-node-_1f490451-3af5-3524-aa00-b695debd8bdf-18d2de8d, #w-node-_8a38c6b7-35f6-d9f9-a5fb-24c7b1521c0d-18d2de8d, #w-node-_3de93ee0-b8e2-1f56-c8bd-492b7b2f34bf-18d2de8d, #w-node-e0237e3f-e163-b58a-550f-5f42675a3433-18d2de8d, #w-node-_194a6540-ace7-daf8-1e11-346960a7c53b-18d2de8d, #w-node-_194a6540-ace7-daf8-1e11-346960a7c53e-18d2de8d, #w-node-f78ce839-56eb-70fc-2fee-ed082173f45e-18d2de8d, #w-node-f78ce839-56eb-70fc-2fee-ed082173f45f-18d2de8d, #w-node-f78ce839-56eb-70fc-2fee-ed082173f464-18d2de8d, #w-node-ab96acff-a13b-99c1-6180-7e702b11476d-18d2de8d, #w-node-ab96acff-a13b-99c1-6180-7e702b114770-18d2de8d, #w-node-_64f43d72-b5e8-050b-6938-c48ca1a0452a-18d2de8d, #w-node-_64f43d72-b5e8-050b-6938-c48ca1a0452b-18d2de8d, #w-node-ff18505e-67dd-9224-adae-2014d62aad2a-18d2de8d, #w-node-_40f1f2e1-6fbc-1cae-6bab-d02a615b39e4-18d2de8d, #w-node-_40f1f2e1-6fbc-1cae-6bab-d02a615b39e7-18d2de8d, #w-node-c16416ff-6568-deee-017b-48dae1d06ea8-18d2de8d, #w-node-c16416ff-6568-deee-017b-48dae1d06eab-18d2de8d, #w-node-ba2acf09-601e-9243-e8be-b53e972d7d35-18d2de8d, #w-node-ba2acf09-601e-9243-e8be-b53e972d7d38-18d2de8d, #w-node-_115fe25f-e7a4-f1ca-b641-4594967d1330-18d2de8d, #w-node-_115fe25f-e7a4-f1ca-b641-4594967d1333-18d2de8d, #w-node-_0c3457b4-d622-7611-dc85-2825f0dff3ac-18d2de8d, #w-node-_0c3457b4-d622-7611-dc85-2825f0dff3af-18d2de8d, #w-node-_0c3457b4-d622-7611-dc85-2825f0dff3e4-18d2de8d, #w-node-_0c3457b4-d622-7611-dc85-2825f0dff3e7-18d2de8d, #w-node-_0c3457b4-d622-7611-dc85-2825f0dff3f4-18d2de8d, #w-node-aef940a8-cb51-f643-ae87-5d273082eb5d-18d2de8d, #w-node-_634bf432-245d-da2b-9d0b-c7bb9b4b63e2-18d2de8d, #w-node-_96f53dbd-47ba-3801-d842-7677f74f8297-18d2de8d, #w-node-e0f1ab82-e05f-cc13-546f-61d13fdb608c-18d2de8d, #w-node-e0f1ab82-e05f-cc13-546f-61d13fdb608f-18d2de8d, #w-node-_285382f8-5b46-0bc5-f652-37a3e0941763-18d2de8d, #w-node-_285382f8-5b46-0bc5-f652-37a3e0941764-18d2de8d, #w-node-_285382f8-5b46-0bc5-f652-37a3e094176a-18d2de8d, #w-node-_29440bb6-ed3c-635a-ffff-c627a4fed797-18d2de8d, #w-node-_29440bb6-ed3c-635a-ffff-c627a4fed798-18d2de8d, #w-node-_29440bb6-ed3c-635a-ffff-c627a4fed79e-18d2de8d, #w-node-f255eafe-28f8-8ebb-54eb-71559a5f5919-18d2de8d, #w-node-f255eafe-28f8-8ebb-54eb-71559a5f591a-18d2de8d, #w-node-f255eafe-28f8-8ebb-54eb-71559a5f5920-18d2de8d, #w-node-_0c3457b4-d622-7611-dc85-2825f0dff418-18d2de8d, #w-node-_0c3457b4-d622-7611-dc85-2825f0dff41b-18d2de8d, #w-node-_78ab1c22-adc7-d8a3-7da6-4b65b58c566a-18d2de8d, #w-node-_78ab1c22-adc7-d8a3-7da6-4b65b58c566b-18d2de8d, #w-node-_78ab1c22-adc7-d8a3-7da6-4b65b58c5671-18d2de8d, #w-node-_6a5e49a8-833d-f87f-2cb5-4358a7c93a27-18d2de8d, #w-node-_6a5e49a8-833d-f87f-2cb5-4358a7c93a2a-18d2de8d, #w-node-_4e00a357-51aa-34ba-479f-bb13078c8cf6-18d2de8d, #w-node-_4e00a357-51aa-34ba-479f-bb13078c8cf9-18d2de8d, #w-node-b7a5877b-d9e1-fcb7-8be8-1b60ecbcaaac-18d2de8d, #w-node-b7a5877b-d9e1-fcb7-8be8-1b60ecbcaaaf-18d2de8d, #w-node-a86b0260-2d99-33be-c65f-e2092690492d-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904930-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904935-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904938-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e2092690493d-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904945-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e2092690494e-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904956-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904959-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e2092690495e-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e2092690495f-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904964-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904986-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904989-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e2092690498d-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e2092690498e-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904994-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904998-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e2092690499b-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e2092690499f-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049a2-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049a6-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049a9-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049ad-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049b0-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049be-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049c1-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049c6-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049c9-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049ce-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049d6-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049de-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049e5-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049e6-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049eb-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049ef-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049f0-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049f5-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049f9-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049fa-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e209269049ff-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904a03-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904a04-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904a09-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904a0d-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904a10-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904a14-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904a15-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904a1a-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904a1e-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904a1f-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904a24-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904a28-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904a2b-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904a2f-7b10a074, #w-node-a86b0260-2d99-33be-c65f-e20926904a32-7b10a074 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-fb065d59 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-fb065d59 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-fb065d59 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-fb065d59 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-fb065d5b, #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-fb065d5b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-fb065d5b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-fb065d5d, #w-node-_421df62a-c217-12af-eee8-27f88a387928-fb065d5e, #w-node-_421df62a-c217-12af-eee8-27f88a387928-fb065d5f, #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-fb065d62 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-fb065d62 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-fb065d62 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-fb065d62 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_321cc403-9990-1500-3856-0fcf38f7b2aa-18d2de8d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_85bc963b-2829-c08b-82c2-bf098e18e81e-18d2de8d, #w-node-ebcea94a-5bae-94d0-cb0f-105c29ce8545-18d2de8d, #w-node-ebcea94a-5bae-94d0-cb0f-105c29ce856c-18d2de8d, #w-node-c938320e-4db7-c669-92fe-1296aba4a380-18d2de8d, #w-node-_058528e9-b200-a034-ec36-49a101a44dd3-01a44dce {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_058528e9-b200-a034-ec36-49a101a44dd4-01a44dce {
    place-self: center end;
  }

  #w-node-_501b1600-c77c-4310-63f8-358786bf99fe-7b10a074 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_501b1600-c77c-4310-63f8-358786bf9a02-7b10a074, #w-node-_741ba270-bca5-2331-5561-2331fed4f28b-7b10a074, #w-node-_741ba270-bca5-2331-5561-2331fed4f2b2-7b10a074 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-fb065d59 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-fb065d59 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-fb065d59 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-fb065d59 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-fb065d59 {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-fb065d62 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-fb065d62 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-fb065d62 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-fb065d62 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-fb065d62 {
    grid-area: 6 / 1 / 7 / 2;
  }
}


@font-face {
  font-family: 'Museo';
  src: url('../fonts/Museo-900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/Museo-500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/Museo-100.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/Museo300-Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/Museo700-Regular.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}