:root {
  --color--dark-grey: #333;
  --orange: #dd4b0d;
  --color--beige: #ebecdc;
  --mobile-w: 100vh;
  --color--white: #fff;
  --color--black: #000;
}

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

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

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

body {
  color: #333;
  background-color: #ebecdc;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

a {
  text-decoration: none;
  -webkit-text-decoration-color: var(--color--dark-grey);
  text-decoration-color: var(--color--dark-grey);
}

.header {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  min-width: 50vw;
  min-height: 150px;
  display: flex;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: center;
  min-width: 50vw;
  min-height: 150px;
  padding-right: 40px;
  display: flex;
}

.heading {
  text-align: right;
  margin-right: 50px;
  font-size: 14px;
}

.image {
  max-width: 70px;
  margin-left: 50px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
}

.line-mask {
  align-self: center;
  padding-left: 0;
  overflow: hidden;
}

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

.hero-title {
  margin-right: 40px;
  font-family: Anton, sans-serif;
  font-size: 10vw;
  line-height: 10vw;
  transform: translate(0);
}

.text-block {
  width: 480px;
  font-size: 1.45rem;
  line-height: 2rem;
}

.div-block-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 0;
  display: flex;
}

.div-block-7 {
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.image-2, .image-3, .image-4 {
  max-height: 340px;
}

.projects {
  border-bottom: 1px solid #000;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Anton, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 6vw;
}

.container {
  max-width: 80vw;
}

.footer {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-3 {
  font-size: 16px;
}

.list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 80vw;
  display: flex;
}

.heading-4 {
  text-transform: uppercase;
  border-radius: 0;
  width: 25vw;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Anton, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 5.5vw;
  transition: width .425s, transform .45s;
}

.heading-4:hover {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #ff512f;
  background-clip: border-box;
  width: 100%;
  transform: translate(38px);
}

.heading-4.var {
  width: 40vw;
  font-size: 4vw;
  line-height: 4vw;
}

.div-block-18 {
  border-right: 1px solid #000;
  flex-flow: column;
  max-width: 50vw;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.social-icons {
  max-width: 30px;
}

.div-block-19 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  min-width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
}

.div-block-20 {
  justify-content: flex-start;
  align-items: center;
  min-width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  max-width: 100vw;
  display: flex;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cover-images {
  max-width: 25%;
}

.navbar {
  background-color: #ebecdc;
}

.nav-link {
  font-weight: 700;
  transition: background-color .35s;
}

.nav-link:hover {
  background-color: #ff6000;
}

.nav-link-2, .nav-link-3 {
  font-weight: 700;
}

.dropdown-list {
  background-color: #ebecdc;
  box-shadow: 0 5px 7px -4px #0003;
}

.text-span {
  color: #ff512f;
}

.div-block-22 {
  background-color: #fff0;
  border-right: 1px solid #000;
  min-width: 50vw;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-23 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 0;
  display: flex;
}

.code-embed {
  min-height: 100%;
}

.div-block-24 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  padding-top: 0;
  padding-left: 40px;
  display: flex;
}

.button {
  text-transform: uppercase;
  background-color: #ff512f;
  margin-top: 20px;
  padding: 20px;
  font-weight: 600;
  transition: transform .1s cubic-bezier(.075, .82, .165, 1);
}

.button:hover {
  transform: scale(1.2);
}

.big-body {
  font-size: 14px;
  line-height: 20px;
}

.image-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.shine {
  filter: blur(75px) blur(5px);
  background-color: #fff;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  position: absolute;
}

.div-block-25 {
  z-index: 5;
  position: relative;
}

.section-2 {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.heading-6 {
  font-family: Anton, sans-serif;
  font-size: 2.5rem;
}

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

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

.div-block-27 {
  max-width: 80%;
  margin-bottom: 20px;
  line-height: 22px;
}

.text-block-2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
}

.text-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 164px;
  font-weight: 400;
  line-height: 100%;
}

.text-h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 34px;
}

.text-h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 75px;
}

.text-h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 34px;
}

.text-body {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.text-big-body {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.header-style {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 20px 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.logo {
  object-fit: cover;
  width: 4rem;
  height: auto;
  overflow: hidden;
}

.main-container {
  border-top: 0 solid #000;
  max-width: 1728px;
  padding-left: 40px;
  padding-right: 40px;
}

.main-container.right-pos {
  border-bottom: 1px solid var(--color--dark-grey);
  border-top-width: 1px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-2 {
  grid-row-gap: 10px;
  border-style: solid;
  border-width: 0;
  border-color: #000 #000 var(--color--dark-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 40px 0 120px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  text-decoration: none;
  display: flex;
}

.text {
  color: var(--color--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 14vw;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.main-body {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.im-braulio-aka-brauhaus-an-eclectic-creative-professional-working-as-a-designer-brand-strategist-and-2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.im-braulio-aka-brauhaus-an-eclectic-creative-professional-working-as-a-designer-brand-strategist-and-3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
}

.cover-images-2 {
  grid-row-gap: 10px;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 80%;
  max-width: 80%;
  padding: 40px 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.image-carrousel {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-end;
  place-items: center end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.candle {
  object-fit: cover;
  height: 100%;
  overflow: hidden;
}

.woman {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.woman.woman-mobile {
  height: 100%;
}

.hero-section-2 {
  object-fit: cover;
  height: 100%;
}

.what-i-do {
  grid-row-gap: 10px;
  border: 0 solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-area {
  grid-column-gap: 4px;
  border-right: 1px solid var(--color--dark-grey);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 120px 0 120px 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 70%;
  text-decoration: none;
  display: flex;
}

.paragraph {
  color: #333;
  width: 90%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
}

.disciplines {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #333;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.disciplines-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._01 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-3 {
  color: #333;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.what-im-working {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.what-im-working.underline {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.section-title {
  grid-row-gap: 10px;
  border: 0 solid #333;
  border-bottom-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.section-title.underline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 1px;
}

.section-title.toolset {
  padding-bottom: 0;
}

.description {
  color: #333;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  position: static;
  top: 219px;
  left: 40px;
}

.title {
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 16vw;
  font-weight: 400;
  line-height: 90%;
  text-decoration: none;
  position: static;
  top: 118px;
  left: 40px;
}

.title.small-title {
  width: 70%;
  font-size: 10vw;
}

.projects-2 {
  grid-row-gap: 10px;
  border: 0 solid #333;
  border-bottom-style: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-area-2 {
  grid-row-gap: 10px;
  border: 0 #333;
  border-right: 1px solid #333;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 160px 40px;
  display: flex;
  overflow: hidden;
}

.text-6 {
  color: #333;
  text-transform: uppercase;
  width: 420px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 90%;
  text-decoration: none;
  transition: width .2s cubic-bezier(.785, .135, .15, .86), color .2s;
}

.text-6:hover {
  background-color: var(--orange);
  color: var(--color--beige);
  width: 500px;
}

.text-7 {
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  position: absolute;
  top: 118px;
  left: 40px;
}

.what-i-think {
  border-width: 0 0 1px;
  border-top-style: solid;
  border-top-color: var(--color--dark-grey);
  border-bottom-style: solid;
  border-bottom-color: var(--color--dark-grey);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 805px;
  height: 348px;
  text-decoration: none;
  display: flex;
}

.frame-4 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #333;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.text-9 {
  color: #333;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

.frame-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-3 {
  grid-column-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.blog-thumbnail {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 241px;
  text-decoration: none;
  display: flex;
}

.what-i-done {
  border-style: none solid solid;
  border-width: 0 1px 0 0;
  border-color: #000 var(--color--dark-grey) #000 #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.section-title-2 {
  grid-row-gap: 10px;
  border: 0 solid #000;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-title-3 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #000;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.text-11 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

.gallery-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 1px solid var(--color--dark-grey);
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.train {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.owl {
  height: 100%;
}

.woman-2 {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.man, .illustration, .woman-in-subway, .coffee {
  object-fit: cover;
  height: 100%;
}

.pottery {
  object-fit: cover;
}

.footer-2 {
  grid-column-gap: 10px;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1728px;
  height: 170px;
  padding: 57px 37px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-12 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.image-intro {
  height: 320px;
}

.div-block-28 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

._02 {
  width: 1%;
  transition: width .2s;
}

._02:hover {
  background-color: var(--orange);
  width: 100%;
}

.text-span-2 {
  color: var(--orange);
}

.icon {
  color: var(--color--dark-grey);
  width: 50px;
  max-width: 100%;
}

.div-block-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-bottom {
  margin-bottom: 3rem;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: var(--orange);
}

.link-box {
  -webkit-text-decoration-color: var(--color--dark-grey);
  text-decoration-color: var(--color--dark-grey);
  overflow: hidden;
}

.heading-8 {
  -webkit-text-decoration-color: var(--color--dark-grey);
  text-decoration-color: var(--color--dark-grey);
}

.heading-9 {
  text-transform: uppercase;
  width: 100%;
  font-family: Anton, sans-serif;
  font-size: 20px;
}

.thumbnail-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 241px;
  display: flex;
}

.div-block-30 {
  width: 100%;
  height: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-31 {
  flex-flow: column;
  max-width: 241px;
  display: flex;
}

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

.heading-10 {
  -webkit-text-decoration-color: var(--color--dark-grey);
  text-decoration-color: var(--color--dark-grey);
}

.link-block {
  color: var(--color--dark-grey);
  -webkit-text-decoration-color: var(--color--dark-grey);
  text-decoration-color: var(--color--dark-grey);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
}

.grid-thumbails {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  display: flex;
}

.video-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.background-video {
  width: 100%;
}

.background-video-2, .background-video-3 {
  height: 30vh;
}

.heading-11 {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.heading-12 {
  text-align: left;
}

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

.heading-13 {
  margin-top: 10px;
}

@media screen and (min-width: 1280px) {
  .main-container.right-pos {
    border: 1px solid #000;
    border-width: 1px 0;
  }

  .container-3, .main-body {
    width: 80%;
  }

  .paragraph {
    width: 75%;
  }

  ._01 {
    overflow: hidden;
  }

  .description {
    width: 70%;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .title {
    font-size: 14vw;
  }

  .title.small-title {
    width: 55%;
    font-size: 8vw;
  }

  .text-6 {
    width: 500px;
  }

  .coffee {
    width: 100%;
  }

  .background-video-2, .background-video-3 {
    height: 40vh;
  }

  .background-video-7, .background-video-8, .background-video-9, .background-video-10 {
    height: 60vh;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-family: Montserrat, sans-serif;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 200px;
  }

  .line-mask {
    padding-left: 200px;
  }

  .div-block-5 {
    padding-right: 240px;
  }

  .hero-title {
    margin-right: 40px;
    font-size: 14vw;
    line-height: 14vw;
  }

  .text-block {
    width: 600px;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .div-block-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: center end;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-7 {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-2, .image-3, .image-4 {
    max-height: 580px;
  }

  .projects {
    border-bottom: 1px solid #000;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-8 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .heading-2 {
    max-width: 25vw;
    margin-left: 0;
    padding-bottom: 0;
    font-size: 4.5vw;
    line-height: 4.5vw;
  }

  .div-block-9 {
    max-width: 90vw;
    margin-left: 0;
  }

  .container {
    max-width: 70vw;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 40px;
  }

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

  .list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    display: flex;
  }

  .heading-4 {
    font-size: 4.5vw;
    line-height: 4vw;
  }

  .heading-4.var {
    color: #333;
  }

  .div-block-18 {
    border-right: 1px solid #000;
    max-width: 40vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .social-icons {
    max-width: 30px;
  }

  .text-span {
    color: #ff512f;
  }

  .div-block-22 {
    background-color: #fff0;
    border-right: 1px solid #000;
    min-width: 30vw;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-23 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    flex-flow: row;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .code-embed {
    min-height: 100%;
  }

  .div-block-24 {
    margin-right: 40px;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .image-7 {
    object-fit: cover;
  }

  .big-body {
    max-width: 25vw;
    font-size: 21px;
    line-height: 24px;
  }

  .section-2 {
    border-top: 1px solid #000;
    flex-flow: row;
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .link-menu {
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .heading-7 {
    max-width: 80%;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1rem;
  }

  .main-container.right-pos {
    border-bottom-width: 1px;
  }

  .container-3 {
    width: 70%;
  }

  .main-body {
    width: 100%;
  }

  .paragraph {
    width: 73%;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8rem;
  }

  ._01 {
    height: 100%;
    overflow: hidden;
  }

  .text-3 {
    font-size: 6vw;
    line-height: 100%;
  }

  .section-title {
    padding-bottom: 80px;
  }

  .section-title.toolset {
    padding-bottom: 10px;
  }

  .description {
    width: 70%;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .title {
    font-size: 12vw;
  }

  .title.small-title {
    width: 50%;
    font-size: 6vw;
  }

  .text-6 {
    width: 750px;
    font-size: 6vw;
    line-height: 90%;
  }

  .text-6:hover {
    width: 777px;
  }

  .frame-3 {
    grid-column-gap: 10px;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .div-block-30 {
    height: 80px;
  }

  .video-gallery {
    grid-template-rows: auto auto auto auto;
  }

  .background-video-2, .background-video-3 {
    height: 40vh;
  }

  .heading-11 {
    margin-top: 10px;
  }

  .heading-13 {
    margin-bottom: 0;
  }
}

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

  .image {
    max-width: 60px;
  }

  .hero-title {
    margin-right: 20px;
    font-size: 13vw;
    line-height: 12vw;
  }

  .text-block {
    width: 350px;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .div-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 8vw;
    line-height: 8vw;
  }

  .container {
    max-width: 90vw;
  }

  .heading-3 {
    font-size: 11px;
  }

  .heading-4 {
    font-size: 8vw;
    font-weight: 400;
    line-height: 7vw;
  }

  .heading-4.var {
    width: 70vw;
    font-size: 6.5vw;
    line-height: 5.5vw;
  }

  .div-block-18 {
    max-width: 60vw;
  }

  .social-icons {
    max-width: 20px;
  }

  .heading-5 {
    font-size: 12px;
  }

  .div-block-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 50vw;
  }

  .cover-images {
    max-width: 25%;
  }

  .div-block-22 {
    border-bottom: 1px solid #000;
    border-right-style: none;
    align-self: center;
    min-width: 90vw;
  }

  .div-block-23 {
    flex-flow: column-reverse;
  }

  .div-block-24 {
    margin-right: 0;
    padding-top: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    margin-bottom: 40px;
  }

  .big-body {
    max-width: 80vw;
    line-height: 21px;
  }

  .image-wrap, .div-block-25 {
    max-width: 50vw;
  }

  .heading-6 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .div-block-26 {
    min-width: 80%;
  }

  .text-block-2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .header-style {
    justify-content: center;
    align-items: center;
  }

  .main-container.right-pos {
    border-bottom-style: solid;
  }

  .hero-2 {
    justify-content: center;
    align-items: center;
    padding: 150px 40px;
  }

  .container-3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
  }

  .text {
    font-size: 20vw;
  }

  .main-body {
    width: 100%;
    font-size: 1.75rem;
  }

  .cover-images-2 {
    width: 100%;
    max-width: 100%;
  }

  .image-carrousel {
    grid-column-gap: 41px;
    flex-flow: column;
    grid-template-columns: auto 1fr 1fr 1fr 1fr 1fr auto auto auto;
    grid-auto-flow: column;
    place-content: center;
    place-items: center;
  }

  .what-i-do {
    border-top-width: 0;
    border-top-color: var(--color--dark-grey);
    border-bottom-width: 0;
  }

  .text-area {
    width: 80%;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 40px;
  }

  .content-style {
    max-width: 80%;
  }

  .paragraph {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  ._01 {
    grid-column-gap: 5px;
    height: 100%;
  }

  .text-3 {
    font-size: 12vw;
    line-height: 100%;
  }

  .what-im-working {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title {
    padding-right: 40px;
  }

  .section-title.underline {
    padding-bottom: 60px;
    padding-right: 0;
  }

  .description {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .title {
    font-size: 20vw;
    line-height: 90%;
  }

  .title.small-title {
    width: 75%;
  }

  .projects-2 {
    width: 80%;
  }

  .text-area-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    height: 100%;
    padding: 100px 160px 100px 40px;
  }

  .text-6 {
    font-size: 12vw;
    line-height: 90%;
  }

  .text-6:hover {
    width: 450px;
  }

  .what-i-think {
    flex-flow: column;
    max-width: 100%;
  }

  .frame-5 {
    max-width: 100%;
    height: 250px;
  }

  .frame-6 {
    height: 100%;
  }

  .frame-3 {
    grid-column-gap: 10px;
    flex-flow: column;
  }

  .blog-thumbnail {
    max-width: 100%;
    height: auto;
  }

  .gallery-container {
    border-top: 1px solid var(--color--dark-grey);
    border-right-style: none;
    grid-template-rows: .25fr .25fr .25fr .25fr .25fr .25fr auto auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .owl {
    object-fit: cover;
  }

  .coffee {
    object-fit: cover;
    width: 100%;
  }

  .pottery {
    object-fit: cover;
    height: 100%;
  }

  .image-intro {
    height: 735px;
  }

  .div-block-28 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .margin-bottom {
    margin-bottom: 2.5rem;
  }

  .link-box {
    width: 100%;
    max-width: 100%;
  }

  .grid-thumbails {
    width: 100%;
  }

  .video-gallery {
    grid-template-columns: auto auto auto auto auto auto auto auto;
  }

  .heading-11 {
    font-size: 1rem;
  }

  .heading-12 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-3 {
    flex-flow: column;
  }

  .hero-title {
    font-size: 14vw;
    line-height: 14vw;
  }

  .text-block {
    width: 400px;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .div-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-2 {
    font-size: 10vw;
    line-height: 10vw;
  }

  .container {
    max-width: 80vw;
  }

  .heading-4 {
    font-size: 10vw;
    line-height: 8.5vw;
  }

  .heading-4.var {
    width: 80vw;
    font-size: 8.5vw;
    line-height: 7.5vw;
  }

  .div-block-18 {
    max-width: 65vw;
  }

  .div-block-19 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-23 {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .big-body {
    font-size: 16px;
  }

  .section-2 {
    flex-flow: column;
  }

  .heading-6 {
    line-height: 2.5rem;
  }

  .div-block-26 {
    min-width: 70%;
  }

  .text-block-2 {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .container-3 {
    width: 100%;
  }

  .text-area {
    width: 90%;
    padding-left: 20px;
  }

  .content-style {
    max-width: 75%;
  }

  .paragraph {
    width: 100%;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  ._01 {
    height: 3.5rem;
  }

  .text-3 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .description {
    width: 90%;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .title {
    font-size: 20vw;
    line-height: 90%;
  }

  .title.small-title {
    width: 90%;
    font-size: 12vw;
  }

  .projects-2 {
    width: 100%;
  }

  .text-area-2 {
    border-right-style: none;
    padding: 100px 120px 100px 20px;
  }

  .text-6 {
    font-size: 12vw;
    line-height: 90%;
  }

  .text-6:hover {
    width: 400px;
  }

  .frame-6 {
    max-width: 100%;
    height: 100%;
  }

  .frame-3 {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 80px;
  }

  .blog-thumbnail {
    max-width: 100%;
    height: auto;
  }

  .what-i-done {
    border-right-style: none;
    width: 90%;
  }

  .gallery-container {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto .25fr auto;
  }

  .image-intro {
    height: 524px;
  }

  .div-block-28 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .icon {
    width: 40px;
  }

  .margin-bottom {
    margin-bottom: 1.5rem;
  }

  .link-box, .thumbnail-box {
    width: 100%;
    max-width: 100%;
  }

  .video-gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .background-video-5 {
    height: 20vh;
  }

  .background-video-6 {
    height: 65vh;
  }
}

@media screen and (max-width: 479px) {
  .header {
    flex-flow: column-reverse;
  }

  .div-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 90px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    min-height: 50px;
    margin-bottom: 80px;
    padding-right: 0;
  }

  .heading {
    margin-right: 0;
  }

  .image {
    max-width: 100px;
    margin-left: 0;
  }

  .div-block-3 {
    flex-flow: column;
    padding-top: 120px;
  }

  .hero-title {
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 24vw;
    line-height: 22vw;
  }

  .text-block {
    width: 80vw;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .div-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

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

  .image-2, .image-3, .image-4 {
    max-height: 100%;
  }

  .projects {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-content: stretch;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 13vw;
    line-height: 12vw;
  }

  .container {
    max-width: 90vw;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    padding-left: 0;
  }

  .container-2 {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .div-block-11 {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    display: block;
  }

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

  .image-5 {
    max-width: 100%;
  }

  .image-6 {
    max-width: 100%;
    max-height: none;
  }

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

  .div-block-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .list-item, .list-item-2, .list-item-3 {
    line-height: 14px;
    list-style-type: none;
  }

  .heading-4 {
    font-size: 13vw;
    line-height: 11vw;
  }

  .heading-4.var {
    width: 90vw;
    font-size: 9.5vw;
    line-height: 7.5vw;
  }

  .div-block-18 {
    border-right-width: 0;
    max-width: 90vw;
  }

  .div-block-19 {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .div-block-20 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

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

  .cover-images {
    max-width: 100%;
  }

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

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

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

  .heading-6 {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .div-block-26 {
    min-width: 90%;
  }

  .text-block-2 {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .logo {
    max-width: 100%;
  }

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

  .hero-2 {
    padding: 80px 10px;
  }

  .text {
    font-size: 6rem;
  }

  .main-body {
    font-size: 1.2rem;
    line-height: 120%;
  }

  .im-braulio-aka-brauhaus-an-eclectic-creative-professional-working-as-a-designer-brand-strategist-and-2 {
    font-size: 1.1rem;
  }

  .woman.woman-mobile {
    height: 524%;
  }

  .text-area {
    border-right-style: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-style {
    max-width: 95%;
  }

  .paragraph {
    width: 95%;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  ._01 {
    height: 10%;
  }

  .text-3 {
    font-size: 3rem;
    line-height: 100%;
  }

  .section-title {
    padding-right: 0;
  }

  .description {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .title {
    font-size: 20vw;
    line-height: 90%;
  }

  .title.small-title {
    width: 90%;
    font-size: 14vw;
  }

  .text-area-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-6 {
    width: 250px;
    font-size: 3rem;
    line-height: 90%;
  }

  .text-6:hover {
    width: 250px;
  }

  .what-i-think {
    padding-left: 0;
    padding-right: 0;
  }

  .frame-6 {
    max-width: 100%;
    height: 100%;
  }

  .frame-3 {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 80px;
  }

  .blog-thumbnail {
    max-width: 100%;
  }

  .what-i-done {
    border-right-style: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-container {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: auto 1fr 1fr 1fr 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .pottery {
    width: 100%;
  }

  .image-intro {
    height: 100%;
  }

  .div-block-28 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .icon {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .div-block-29 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .icon-box {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-thumbails {
    flex-flow: column;
  }

  .video-gallery {
    grid-template-rows: auto auto auto auto;
  }

  .background-video-2, .background-video-3, .background-video-4, .background-video-5 {
    height: 20vh;
  }

  .background-video-6 {
    height: 40vh;
  }

  .heading-11 {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .heading-12 {
    font-size: 14px;
  }
}

#w-node-f5fef1b5-03a4-b866-a463-d12acc564826-fb70cb9c {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-cdcdda36-e499-883e-700c-0656cd31b207-fb70cb9c {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_823f1f8d-816f-3410-7c4f-fa011e28165e-fb70cb9c {
  grid-area: span 4 / span 4 / span 4 / span 4;
}

#w-node-_53626dc3-af9f-bcf6-1e3b-da8e36ed88cf-fb70cb9c, #w-node-ee21d1e3-8e66-8a03-332a-8415e7da8702-fb70cb9c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cb773d73-49f3-fd90-ab92-f15d2f89fa6f-fb70cb9c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5fb8f2c7-8831-6841-3774-7043373ff060-fb70cb9c, #w-node-f43e352f-7a2d-1cfa-fac1-eff56988117f-fb70cb9c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7f02ea8-720a-9501-9d2a-882e026f6537-fb70cb9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2e8adca-fd6e-8679-99ba-5cbae72601d2-fb70cb9c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_675331c6-9755-71a3-2b0d-388d2da23f17-fb70cb9c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_45dede1d-f18f-91cc-d5fc-190cc978ed52-fb70cb9c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-bf02dd56-0024-900d-ee5e-2d9a5311cb63-fb70cb9c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7b92f83d-8e9b-3e33-3cd9-1bd058fde490-fb70cb9c, #w-node-aa8a541a-dd73-36e9-eba3-2977283d81b7-fb70cb9c {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_28de086f-cb83-7ebf-13fa-2dbee9e43734-fb70cb9c, #w-node-_43528636-f5c3-eaca-fc0d-c00fe7b59f8b-fb70cb9c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9335510d-8ce0-7383-210b-52dae2547217-fb70cb9c {
  grid-area: span 3 / span 6 / span 3 / span 6;
}

#w-node-d609d2eb-f1b8-18cd-7f08-9eada23244d9-fb70cb9c {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_7f4cf7d4-ee92-d77d-9fed-71de31cabfd6-fb70cb9c {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-d8052c5d-c971-4049-bcc1-957c5b3fce0b-fb70cb9c {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-e11aff22-e384-8890-ed9e-414e6869355e-fb70cb9c {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_67fd142d-9e41-4db6-ae5f-9e3ee03cd205-fb70cb9c, #w-node-_67190df5-af43-5089-c8b6-5e4a2fc4a981-fb70cb9c {
  place-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-d8052c5d-c971-4049-bcc1-957c5b3fce0b-fb70cb9c {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f5fef1b5-03a4-b866-a463-d12acc564826-fb70cb9c, #w-node-cdcdda36-e499-883e-700c-0656cd31b207-fb70cb9c, #w-node-_823f1f8d-816f-3410-7c4f-fa011e28165e-fb70cb9c {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-_53626dc3-af9f-bcf6-1e3b-da8e36ed88cf-fb70cb9c, #w-node-ee21d1e3-8e66-8a03-332a-8415e7da8702-fb70cb9c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-d7f02ea8-720a-9501-9d2a-882e026f6537-fb70cb9c, #w-node-_675331c6-9755-71a3-2b0d-388d2da23f17-fb70cb9c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7b92f83d-8e9b-3e33-3cd9-1bd058fde490-fb70cb9c, #w-node-aa8a541a-dd73-36e9-eba3-2977283d81b7-fb70cb9c {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_28de086f-cb83-7ebf-13fa-2dbee9e43734-fb70cb9c, #w-node-_43528636-f5c3-eaca-fc0d-c00fe7b59f8b-fb70cb9c {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_9335510d-8ce0-7383-210b-52dae2547217-fb70cb9c {
    grid-area: span 2 / span 6 / span 2 / span 6;
  }

  #w-node-d609d2eb-f1b8-18cd-7f08-9eada23244d9-fb70cb9c, #w-node-_7f4cf7d4-ee92-d77d-9fed-71de31cabfd6-fb70cb9c {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-d8052c5d-c971-4049-bcc1-957c5b3fce0b-fb70cb9c, #w-node-e11aff22-e384-8890-ed9e-414e6869355e-fb70cb9c {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cb773d73-49f3-fd90-ab92-f15d2f89fa6f-fb70cb9c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5fb8f2c7-8831-6841-3774-7043373ff060-fb70cb9c, #w-node-f43e352f-7a2d-1cfa-fac1-eff56988117f-fb70cb9c, #w-node-d7f02ea8-720a-9501-9d2a-882e026f6537-fb70cb9c, #w-node-f2e8adca-fd6e-8679-99ba-5cbae72601d2-fb70cb9c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_675331c6-9755-71a3-2b0d-388d2da23f17-fb70cb9c, #w-node-_45dede1d-f18f-91cc-d5fc-190cc978ed52-fb70cb9c, #w-node-bf02dd56-0024-900d-ee5e-2d9a5311cb63-fb70cb9c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_7b92f83d-8e9b-3e33-3cd9-1bd058fde490-fb70cb9c {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-aa8a541a-dd73-36e9-eba3-2977283d81b7-fb70cb9c {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_28de086f-cb83-7ebf-13fa-2dbee9e43734-fb70cb9c, #w-node-_43528636-f5c3-eaca-fc0d-c00fe7b59f8b-fb70cb9c {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_9335510d-8ce0-7383-210b-52dae2547217-fb70cb9c {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-d609d2eb-f1b8-18cd-7f08-9eada23244d9-fb70cb9c, #w-node-_7f4cf7d4-ee92-d77d-9fed-71de31cabfd6-fb70cb9c {
    grid-area: span 1 / span 10 / span 1 / span 10;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_53626dc3-af9f-bcf6-1e3b-da8e36ed88cf-fb70cb9c, #w-node-_675331c6-9755-71a3-2b0d-388d2da23f17-fb70cb9c, #w-node-_45dede1d-f18f-91cc-d5fc-190cc978ed52-fb70cb9c, #w-node-bf02dd56-0024-900d-ee5e-2d9a5311cb63-fb70cb9c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_7b92f83d-8e9b-3e33-3cd9-1bd058fde490-fb70cb9c {
    grid-area: span 2 / span 10 / span 2 / span 10;
  }

  #w-node-aa8a541a-dd73-36e9-eba3-2977283d81b7-fb70cb9c {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_28de086f-cb83-7ebf-13fa-2dbee9e43734-fb70cb9c {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_43528636-f5c3-eaca-fc0d-c00fe7b59f8b-fb70cb9c {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_9335510d-8ce0-7383-210b-52dae2547217-fb70cb9c {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-d609d2eb-f1b8-18cd-7f08-9eada23244d9-fb70cb9c, #w-node-_7f4cf7d4-ee92-d77d-9fed-71de31cabfd6-fb70cb9c {
    grid-area: span 2 / span 10 / span 2 / span 10;
    place-self: center;
  }
}


