:root {
  --ghost-white: #f9f8fc;
  --dim-grey: #3a3940;
  --gainsboro: #e1e1e7;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.panela {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.panela._1 {
  background-color: #a05151;
}

.panela._2 {
  background-color: #686af5;
}

.panela._3 {
  background-color: #bccf50;
}

.div-interno {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.panel {
  background-color: var(--ghost-white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.panel._2 {
  background-color: var(--dim-grey);
}

.panel._1 {
  background-color: var(--dim-grey);
  height: 100vh;
}

.panel.oculto, .panel.hidepanel {
  display: none;
}

.grid-full-screen {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-columns: minmax(0, 1fr);
  width: 100%;
  height: 100%;
}

.container-full-screen {
  flex: 1;
}

.heading {
  display: flex;
}

.div-block {
  filter: contrast(90%) brightness(70%);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.div-block.a, .div-block.b {
  background-color: #0000;
}

.div-block.c {
  background-color: #0000;
  flex-direction: row;
  display: flex;
}

.div-block.cannes {
  background-color: var(--dim-grey);
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
}

.container {
  flex: 1;
  max-width: 100%;
}

.container-2 {
  background-color: #fff;
  border-radius: 80px;
  justify-content: space-between;
  align-items: center;
  max-width: 11000px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 16px;
  display: flex;
  box-shadow: 4px 4px 10px #0000001a;
}

.navbar {
  background-color: #0000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px 32px;
  position: fixed;
  inset: 0% 0% auto;
}

.marca-home {
  width: auto;
  height: 36px;
  margin-left: 8px;
}

.navmenulado {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.navlink {
  border-right: 8px none var(--dim-grey);
  opacity: 1;
  color: #484850;
  text-align: right;
  border-bottom: 1px solid #3a39401a;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 20px;
  padding: 0 8px 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  transition: color .2s, padding-right .2s;
}

.navlink:hover {
  color: #000;
  padding-right: 20px;
}

.navlink.w--current {
  color: var(--dim-grey);
  font-weight: 700;
}

.navlink.ultimo {
  border-bottom-style: none;
}

.navlink.oculta, .navlink.hidetotal {
  display: none;
}

.botao-menu {
  color: var(--dim-grey);
  background-color: #3a39401a;
  border-radius: 40px 0 0 40px;
  margin: 8px 0 8px auto;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  transition: background-color .2s, color .2s;
}

.botao-menu:hover {
  background-color: var(--dim-grey);
  color: var(--ghost-white);
}

.botao-menu.cor-2 {
  background-color: #9bafbb;
}

.botao-menu.cor-2:hover {
  background-color: #6f91a5;
}

.botao-menu.mobile {
  display: none;
}

.botao-menu.site {
  z-index: 1987;
  color: #3a3940cc;
  text-align: center;
  background-color: #0000;
  border: 2px solid #3a39401a;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 20%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  font-size: 1.2em;
  line-height: 200%;
  position: absolute;
  inset: 10% 0% auto;
}

.botao-menu.site:hover {
  background-color: var(--ghost-white);
  color: #3a3940e6;
}

.menu-button {
  z-index: 2000;
  background-color: #0000;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

.menu-button.w--open {
  background-color: var(--gainsboro);
}

.brand {
  padding-left: 0;
}

.icon {
  color: #424e55;
  font-size: 32px;
  line-height: 100%;
}

.grid {
  z-index: 20;
  grid-template-rows: 1fr 6fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div-quase-branco {
  background-color: var(--ghost-white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-quase-branco.align-bottom {
  justify-content: flex-end;
}

.div-quase-branco.align-top {
  justify-content: flex-start;
}

.grid-interno {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 96px minmax(10px, 6fr) 96px;
  grid-template-columns: 320px 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.heading-2 {
  z-index: 3;
  color: var(--dim-grey);
  text-align: right;
  margin: 0 0 4px;
  font-family: museo, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}

.navbar-2 {
  z-index: 2000;
  background-color: #0000;
  display: flex;
}

.container-3 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-redes-sociais {
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.div-redes-sociais.inferior {
  z-index: 1999;
  margin-bottom: -16px;
  margin-right: 32px;
  position: fixed;
  inset: auto 0% 96px auto;
}

.div-redes-sociais.superior {
  margin-bottom: -20px;
}

.div-redes-sociais.menumobile {
  z-index: 1999;
  margin-bottom: -16px;
  display: none;
  position: fixed;
  inset: auto 0% 12.5% auto;
}

.icone-rede-social {
  width: 28px;
  height: auto;
}

.icone-rede-social.streamline {
  width: 16px;
}

.redes-sociais {
  background-color: var(--dim-grey);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  transition: transform .2s;
  display: flex;
}

.redes-sociais:hover {
  transform: scale(1.15);
}

.heading-3 {
  color: #48485066;
  text-align: right;
  margin: 0;
  font-family: museo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 110%;
}

.home {
  text-decoration: none;
}

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

.slide-nav {
  margin-bottom: 24px;
  font-size: 10px;
  display: none;
}

.left-arrow {
  z-index: 22;
  background-color: #3a3940d9;
  width: 46px;
  height: 46px;
  margin-top: auto;
  margin-bottom: auto;
  transition: background-color .2s;
  inset: 46px 0% 0% auto;
}

.left-arrow:hover {
  background-color: var(--dim-grey);
}

.right-arrow {
  z-index: 22;
  background-color: #3a3940d9;
  width: 46px;
  height: 46px;
  margin-top: auto;
  margin-bottom: auto;
  transition: background-color .2s;
  inset: -46px 0% 0% auto;
}

.right-arrow:hover {
  background-color: var(--dim-grey);
}

.icon-2 {
  opacity: .9;
  font-size: 28px;
  transition: transform .2s, opacity .2s;
}

.icon-2:hover {
  opacity: 1;
  transform: scale(1.1);
}

.icon-3 {
  opacity: .9;
  font-size: 28px;
  transition: transform .2s, opacity .2s;
}

.icon-3:hover {
  opacity: 1;
  transform: scale(1.1);
}

.slide-2 {
  background-color: #802e2e;
}

.slide-1 {
  background-color: #6c65bb;
}

.slide-3 {
  z-index: 51;
}

.div-slide {
  background-color: #0000;
  height: 100%;
}

.div-slide._1 {
  z-index: 2;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-slide._2, .div-slide._3 {
  background-color: var(--dim-grey);
}

.div-slide.grid-fotos {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.image {
  object-fit: cover;
  border-radius: 24px;
  flex: 1;
  width: 100%;
  transition: filter .5s cubic-bezier(.25, .46, .45, .94);
}

.image:hover {
  filter: brightness(60%);
}

.image.b {
  filter: brightness(96%);
}

.image.branca {
  filter: brightness(94%);
  flex: 1;
  height: auto;
}

.image.branca:hover {
  filter: brightness(60%);
}

.image.semhover {
  object-position: 50% 0%;
}

.image.semhover:hover {
  filter: none;
}

.image.top-align {
  object-position: 50% 0%;
}

.image.capa-campus {
  object-position: 50% 45%;
}

.image.capa-mockups {
  filter: brightness(94%);
  object-position: 50% 55%;
}

.image.capa-mockups:hover {
  filter: brightness(60%);
}

.image.cover {
  border-radius: 24px;
}

.image.cover:hover {
  filter: brightness(50%);
}

.lightbox-link {
  flex: 1;
  align-items: stretch;
  display: flex;
}

.div-navbar {
  z-index: 2000;
  background-color: var(--ghost-white);
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 96px;
  padding-right: 32px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto 65px;
}

.div-barra-lateral-escura {
  z-index: 1999;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 87px;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.icone-lupa {
  width: 36px;
  height: auto;
  position: sticky;
  inset: auto 0% 0% auto;
}

.marca-cannes {
  width: 66%;
  height: auto;
  margin-top: 0;
  margin-bottom: 8px;
}

.heading-4 {
  color: #888887;
  text-align: center;
  text-transform: none;
  border-top: 1px solid #88888733;
  width: 66%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  font-family: museo, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
}

.div-texto-carrossel {
  z-index: 5;
  background-color: var(--dim-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.heading-5 {
  color: #f9f8fccc;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: museo, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 140%;
  display: flex;
}

.heading-3-slider {
  color: var(--ghost-white);
  text-align: center;
  border-bottom: 1px solid #f9f8fc33;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: museo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 110%;
  display: flex;
}

.heading-3-slider.baixo {
  border-bottom-style: none;
}

.div-foto-menor-carrossel {
  z-index: 5;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.image-2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.links-capa {
  flex: 1;
  display: flex;
  overflow: hidden;
}

.youtube {
  flex: 1;
  height: 100%;
  display: flex;
}

.div-video {
  z-index: 5;
  background-color: #0000;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.texto-oculto {
  display: none;
}

.hideme {
  font-family: museo, sans-serif;
  font-weight: 300;
  display: inline;
}

.excondido {
  display: inline;
}

.namenu-mobile {
  background-color: var(--gainsboro);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 200px;
  height: 100%;
  margin-right: 23px;
  padding-right: 0;
  display: flex;
}

.div-block-4 {
  position: relative;
}

.divmenumobile2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 223px;
  height: 100vh;
  display: flex;
  position: relative;
}

.nav {
  z-index: 5;
  display: none;
}

.link-block-externo {
  z-index: 1900;
  opacity: .6;
  transition: opacity .2s;
  position: absolute;
  inset: 16px 16px auto auto;
}

.link-block-externo:hover {
  opacity: .6;
}

.icone-link-externo {
  width: 24px;
  height: auto;
}

.icone-link-externo.negativo {
  filter: invert();
}

.div-block-6, .div-block-7, .div-block-8, .div-block-9, .div-block-10, .div-block-11, .div-block-12, .div-block-13, .div-block-14 {
  position: relative;
}

.image-3 {
  width: 24px;
  margin-right: 0;
  position: absolute;
}

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 200px;
  height: 100%;
  display: flex;
  position: absolute;
  left: -200px;
}

.heading-6 {
  color: var(--dim-grey);
  text-align: right;
  margin: 0 28px 0 0;
  font-family: museo, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 125%;
}

.heading-6.capa {
  font-size: 28px;
}

.heading-6-copy {
  border-bottom: 1px solid var(--gainsboro);
  color: #3a394099;
  text-align: right;
  justify-content: flex-end;
  margin: 0 0 16px;
  padding-bottom: 8px;
  padding-right: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 115%;
}

.div-block-16 {
  position: relative;
}

.bold-text {
  color: #3a394066;
  font-weight: 300;
}

.div-block-17, .div-block-18 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-19 {
  background-color: var(--gainsboro);
  width: 64px;
  height: 100%;
  margin-right: auto;
  display: flex;
}

.wrapper-hamburger {
  z-index: 2000;
  margin-left: 4px;
  position: relative;
}

.div-inferior {
  z-index: 1998;
  background-color: var(--ghost-white);
  height: 96px;
  position: fixed;
  inset: auto 0% 0%;
}

.button {
  border: 2px solid var(--gainsboro);
  color: var(--dim-grey);
  background-color: #0000;
  border-radius: 50px;
  margin-top: 16px;
  margin-right: 28px;
  padding: 8px 16px;
  font-family: museo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.button:hover {
  border-color: var(--dim-grey);
  background-color: var(--dim-grey);
  color: var(--ghost-white);
}

.button:focus-visible {
  border-right-color: var(--dim-grey);
  background-color: var(--dim-grey);
  color: var(--ghost-white);
}

.button[data-wf-focus-visible] {
  border-right-color: var(--dim-grey);
  background-color: var(--dim-grey);
  color: var(--ghost-white);
}

.inv-but {
  display: none;
}

.div-tags {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 8px;
  margin-right: 28px;
  display: flex;
}

.tag {
  background-color: var(--gainsboro);
  color: #484850;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  padding: 4px 10px;
  font-size: 11px;
  line-height: 11px;
}

.div-block-20 {
  background-color: #000;
  background-image: url('../images/andreoki-perfil.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 200px;
  flex: none;
  width: 56px;
  height: 56px;
  margin-left: 16px;
}

.div-block-21 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-block-22 {
  opacity: .8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.div-block-22:hover {
  opacity: 1;
}

.lineh {
  background-color: var(--dim-grey);
  border-radius: 20px;
  width: 20px;
  height: 3px;
}

.lineh._1 {
  margin-bottom: 4px;
}

.lineh._3 {
  margin-top: 4px;
}

.youtube-2 {
  border-radius: 24px;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .container-2 {
    background-color: #ffffffe6;
    max-width: 1200px;
  }

  .navlink {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .botao-menu.site {
    width: 160px;
    font-size: 16px;
    inset: auto 0% 5%;
  }

  .botao-menu.site.qmf {
    color: var(--gainsboro);
    border-color: #e1e1e733;
    width: 250px;
  }

  .botao-menu.site.qmf:hover {
    color: #3a3940e6;
  }

  .invisivel {
    display: inline;
  }

  .grid-interno {
    grid-template-rows: 110px minmax(10px, 6fr) 110px;
  }

  .div-redes-sociais.inferior {
    margin-bottom: -18px;
    margin-right: 40px;
    bottom: 110px;
  }

  .div-redes-sociais.menumobile {
    margin-bottom: -17px;
  }

  .icone-rede-social {
    width: 32px;
  }

  .icone-rede-social.streamline {
    width: 18px;
  }

  .redes-sociais {
    width: 36px;
    height: 36px;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    top: 50px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    top: -50px;
  }

  .icon-2, .icon-3 {
    font-size: 30px;
  }

  .div-navbar {
    height: 110px;
    padding-right: 40px;
  }

  .marca-cannes {
    margin-bottom: 12px;
  }

  .heading-4 {
    font-size: 13px;
  }

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

  .heading-3-slider {
    font-size: 22px;
  }

  .namenu-mobile {
    width: 240px;
  }

  .divmenumobile2 {
    width: 263px;
  }

  .icone-link-externo {
    width: 26px;
  }

  .div-block-15 {
    width: 210px;
    left: -210px;
  }

  .heading-6 {
    font-size: 22px;
  }

  .div-inferior {
    height: 110px;
  }
}

@media screen and (min-width: 1440px) {
  .container-full-screen {
    flex: 1;
  }

  .container-2 {
    max-width: 1300px;
  }

  .navlink {
    margin-bottom: 14px;
    margin-right: 24px;
    padding-bottom: 14px;
    font-size: 15px;
  }

  .navlink:hover {
    padding-right: 24px;
  }

  .botao-menu {
    margin-top: 16px;
    font-size: 13px;
  }

  .grid-interno {
    grid-template-rows: 140px minmax(10px, 6fr) 140px;
    grid-template-columns: 360px 1fr 1fr 1fr;
  }

  .heading-2 {
    font-size: 32px;
  }

  .div-redes-sociais.inferior {
    margin-bottom: -20px;
    margin-right: 48px;
    bottom: 140px;
  }

  .div-redes-sociais.menumobile {
    margin-bottom: -18px;
  }

  .icone-rede-social {
    width: 36px;
  }

  .icone-rede-social.streamline {
    width: 20px;
  }

  .redes-sociais {
    width: 40px;
    height: 40px;
  }

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

  .left-arrow {
    width: 54px;
    height: 54px;
    top: 54px;
  }

  .right-arrow {
    width: 54px;
    height: 54px;
    top: -54px;
  }

  .icon-2, .icon-3 {
    font-size: 32px;
  }

  .div-navbar {
    height: 140px;
    padding-right: 48px;
  }

  .div-barra-lateral-escura {
    display: flex;
  }

  .marca-cannes {
    margin-bottom: 16px;
  }

  .heading-4 {
    padding-top: 6px;
    font-size: 14px;
  }

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

  .heading-3-slider {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 24px;
  }

  .texto-oculto {
    display: inline;
  }

  .hideme {
    font-weight: 300;
    display: inline;
  }

  .namenu-mobile {
    width: 320px;
  }

  .divmenumobile2 {
    width: 343px;
  }

  .nav {
    z-index: 5;
    height: 64px;
  }

  .icone-link-externo {
    width: 30px;
  }

  .div-block-15 {
    width: 240px;
    left: -240px;
  }

  .heading-6 {
    font-size: 24px;
  }

  .heading-6.capa {
    font-size: 30px;
  }

  .heading-6-copy {
    font-size: 16px;
  }

  .div-inferior {
    height: 140px;
  }

  .button {
    padding: 10px 20px;
  }

  .inv-but {
    display: inline;
  }

  .tag {
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-20 {
    width: 64px;
    height: 64px;
  }
}

@media screen and (min-width: 1920px) {
  .grid-full-screen {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .container-2 {
    max-width: 1400px;
  }

  .navlink {
    margin-bottom: 16px;
    margin-right: 28px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .navlink:hover {
    padding-right: 32px;
  }

  .botao-menu {
    padding: 10px 20px;
    font-size: 14px;
  }

  .grid-interno {
    grid-template-rows: 150px minmax(10px, 6fr) 150px;
    grid-template-columns: 440px 1fr 1fr 1fr;
  }

  .heading-2 {
    margin-bottom: 6px;
    font-size: 36px;
  }

  .div-redes-sociais.inferior {
    margin-right: 64px;
    bottom: 150px;
  }

  .div-redes-sociais.menumobile {
    margin-bottom: -21px;
    margin-right: 56px;
  }

  .icone-rede-social.streamline {
    width: 24px;
  }

  .redes-sociais {
    width: 44px;
    height: 44px;
    margin-left: 10px;
  }

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

  .left-arrow {
    width: 62px;
    height: 62px;
    top: 62px;
  }

  .right-arrow {
    width: 62px;
    height: 62px;
    top: -62px;
  }

  .icon-2, .icon-3 {
    font-size: 36px;
  }

  .lightbox-link {
    width: 100%;
  }

  .div-navbar {
    height: 150px;
    padding-right: 64px;
  }

  .div-barra-lateral-escura {
    width: 95px;
  }

  .icone-lupa {
    width: 40px;
  }

  .heading-4 {
    padding-top: 8px;
    font-size: 18px;
  }

  .heading-5 {
    width: 80%;
    max-width: 320px;
    font-size: 17px;
  }

  .heading-3-slider {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 32px;
  }

  .image-2 {
    max-width: 320px;
  }

  .excondido {
    display: inline;
  }

  .namenu-mobile {
    width: 380px;
    margin-right: 31px;
  }

  .divmenumobile2 {
    width: 411px;
  }

  .nav {
    z-index: 5;
  }

  .icone-link-externo {
    width: 38px;
  }

  .image-3 {
    width: 32px;
  }

  .div-block-15 {
    width: 280px;
    left: -280px;
  }

  .heading-6 {
    margin-right: 32px;
    font-size: 26px;
  }

  .heading-6.capa {
    font-size: 34px;
  }

  .heading-6-copy {
    padding-right: 32px;
  }

  .div-inferior {
    height: 150px;
  }

  .button {
    margin-top: 20px;
    margin-right: 32px;
    font-size: 17px;
  }

  .div-tags {
    margin-bottom: 12px;
    margin-right: 32px;
  }

  .tag {
    margin-bottom: 6px;
    margin-left: 6px;
    padding: 6px 14px;
  }

  .div-block-20 {
    width: 72px;
    height: 72px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .grid-full-screen {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .div-block.cannes {
    border-radius: 16px;
  }

  .container-2 {
    padding-right: 12px;
  }

  .navbar {
    padding: 24px 24px 3px;
  }

  .marca-home {
    height: 32px;
    margin-left: 4px;
  }

  .navmenulado {
    background-color: #0000;
    background-image: none;
    flex: 1;
  }

  .navlink {
    text-align: center;
    border-bottom: 1px solid #4848503d;
    border-right-style: none;
    justify-content: flex-end;
    align-items: center;
    width: 66%;
    margin-bottom: 0;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 0;
  }

  .navlink:hover {
    padding-right: 0;
  }

  .navlink.ultimo {
    border-bottom-style: none;
    margin-bottom: 12px;
  }

  .navlink.primeiro {
    margin-top: 0;
  }

  .botao-menu {
    background-color: var(--dim-grey);
    color: var(--ghost-white);
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: 12px;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    transition: transform .2s;
  }

  .botao-menu:hover {
    transform: scale(1.1);
  }

  .botao-menu.mobile {
    z-index: 2000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 34px;
    margin: 0 auto -17px;
    padding: 7px 21px;
    display: block;
    position: fixed;
    inset: auto 0% 112px;
  }

  .menu-button {
    margin-left: 16px;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .invisivel {
    display: inline;
  }

  .grid-interno {
    grid-template-rows: 90px 90px 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 100%;
  }

  .heading-2 {
    z-index: -1;
    font-size: 34px;
  }

  .navbar-2 {
    background-color: var(--ghost-white);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-3 {
    z-index: 0;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .div-redes-sociais.inferior {
    margin-bottom: -18px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    inset: auto 0% 112px;
  }

  .div-redes-sociais.menumobile {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    inset: auto 0% 112px;
  }

  .icone-rede-social {
    width: 32px;
  }

  .redes-sociais {
    width: 32px;
    height: 32px;
    margin-left: 4px;
    margin-right: 4px;
  }

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

  .home.w--current {
    z-index: 9;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-slide.grid-fotos {
    filter: contrast(90%) brightness(40%);
    display: block;
  }

  .image, .image.cover {
    border-radius: 16px;
  }

  .div-navbar {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-right: 0;
    inset: 0% 0% auto;
  }

  .div-barra-lateral-escura {
    margin-left: -87px;
  }

  .marca-cannes {
    width: 60%;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .heading-4 {
    padding-top: 8px;
    font-size: 14px;
  }

  .heading-3-slider {
    font-size: 24px;
  }

  .image-2 {
    width: 75%;
  }

  .texto-oculto {
    display: none;
  }

  .hideme, .excondido {
    display: inline;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .div-block-3 {
    flex: 1;
    margin-top: 25vh;
    margin-bottom: 12.5vh;
  }

  .namenu-mobile {
    background-color: var(--gainsboro);
    background-image: none;
    width: 240px;
    height: 100%;
    margin-right: auto;
  }

  .teste {
    border: 1px solid #000;
  }

  .divmenumobile2 {
    width: 263px;
  }

  .nav {
    z-index: -1;
    background-image: linear-gradient(#e1e1e74d, #e1e1e74d), linear-gradient(#f9f8fcf2, #f9f8fcf2);
    width: 250px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 5px 0 20px #0000004d;
  }

  .div-block-5 {
    padding: 0 32px 32px;
  }

  .div-block-6, .div-block-7, .div-block-8, .div-block-10, .div-block-11, .div-block-14 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-3 {
    margin-right: 0;
  }

  .div-block-15 {
    z-index: 6;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
    inset: auto 0% 100px;
  }

  .heading-6 {
    color: var(--ghost-white);
    text-align: center;
    margin-right: 0;
  }

  .heading-6-copy {
    color: var(--gainsboro);
    text-align: center;
    padding-right: 0;
  }

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

  .div-inferior {
    display: none;
  }

  .button {
    color: #fff;
    text-align: center;
    width: 50%;
    margin-right: 0;
  }

  .button:hover {
    border-color: var(--ghost-white);
    background-color: var(--ghost-white);
    color: var(--dim-grey);
  }

  .button:focus-visible {
    border-color: var(--ghost-white);
    background-color: var(--ghost-white);
    color: var(--dim-grey);
  }

  .button[data-wf-focus-visible] {
    border-color: var(--ghost-white);
    background-color: var(--ghost-white);
    color: var(--dim-grey);
  }

  .div-tags {
    justify-content: center;
    margin-right: 0;
  }

  .tag {
    margin-bottom: 3px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 2px 6px;
  }

  .div-block-20 {
    width: 72px;
    height: 72px;
  }

  .youtube-2 {
    border-radius: 16px;
  }
}

@media screen and (max-width: 767px) {
  .grid-full-screen {
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  }

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

  .container-2 {
    padding: 12px 12px 12px 16px;
  }

  .navbar {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .marca-home {
    height: 30px;
  }

  .navmenulado {
    background-color: var(--gainsboro);
    box-shadow: none;
    flex: none;
    align-items: center;
    width: 100%;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0%;
  }

  .navlink {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 0;
    font-size: 14px;
  }

  .navlink:hover {
    padding-right: 0;
  }

  .navlink.ultimo {
    margin-bottom: 0;
  }

  .botao-menu {
    margin: 8px auto 12px;
    font-size: 13px;
  }

  .menu-button {
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: 16px;
  }

  .menu-button.w--open {
    background-color: var(--ghost-white);
    margin-left: 8px;
  }

  .grid-interno {
    grid-template-rows: 40px 40px 1fr 1fr 1fr 1fr 1fr;
  }

  .heading-2 {
    text-align: left;
    margin-bottom: 2px;
    font-size: 26px;
  }

  .navbar-2 {
    height: 80px;
  }

  .container-3 {
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
    padding-left: 32px;
  }

  .div-redes-sociais.menumobile {
    margin-left: auto;
    margin-right: auto;
  }

  .icone-rede-social {
    width: 28px;
  }

  .redes-sociais {
    width: 32px;
    height: 32px;
    margin-left: 0;
    margin-right: 8px;
  }

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

  .home {
    margin-left: auto;
  }

  .home.w--current {
    margin-right: 0;
  }

  .div-slide.grid-fotos {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .marca-cannes {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .heading-3-slider {
    width: auto;
    font-size: 18px;
  }

  .image-2 {
    width: 60%;
  }

  .texto-oculto {
    display: inline;
  }

  .namenu-mobile {
    box-shadow: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 20px;
  }

  .divmenumobile2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav {
    width: 100%;
  }

  .image-3 {
    display: none;
  }

  .div-block-15 {
    bottom: 64px;
  }

  .heading-6 {
    color: var(--gainsboro);
    font-size: 18px;
  }

  .heading-6-copy {
    color: var(--ghost-white);
    border-bottom-style: none;
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
  }

  .div-block-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center flex-start;
    align-items: center;
    width: 100%;
    padding: 0 32px;
  }

  .div-block-18 {
    align-items: center;
    width: 50%;
    padding: 13px 0 0;
  }

  .button {
    width: 80%;
  }

  .div-block-20 {
    width: 48px;
    height: 48px;
    margin-left: 0;
    margin-right: 12px;
  }

  .div-block-21 {
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .grid-full-screen {
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-rows: minmax(1px, 1fr);
    height: 100%;
  }

  .div-block.c.oculto, .div-block.ocultodiv {
    display: none;
  }

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

  .navlink {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .navlink.ultimo {
    margin-bottom: 8px;
  }

  .botao-menu {
    margin-left: auto;
  }

  .botao-menu.mobile {
    width: 170px;
    height: 30px;
    margin-bottom: -15px;
    padding: 6px 14px;
    font-size: 14px;
    bottom: 96px;
  }

  .menu-button {
    margin-top: 34px;
  }

  .menu-button.w--open {
    background-color: var(--ghost-white);
  }

  .grid-interno {
    grid-template-rows: 50px 50px 1fr 1fr 1fr 1fr 1fr;
  }

  .heading-2 {
    font-size: 28px;
  }

  .navbar-2 {
    height: 100px;
  }

  .container-3 {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .div-redes-sociais.inferior {
    margin-bottom: -56px;
    bottom: 96px;
  }

  .div-redes-sociais.menumobile {
    margin-left: auto;
    bottom: 96px;
  }

  .icone-rede-social {
    width: 28px;
  }

  .redes-sociais {
    width: 32px;
    height: 32px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .heading-3 {
    text-align: center;
    font-size: 17px;
  }

  .home, .home.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav {
    display: block;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .div-slide.grid-fotos {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image.capa-groove {
    object-position: 50% 65%;
  }

  .div-texto-carrossel {
    padding: 16px;
  }

  .heading-5 {
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 500;
    line-height: 130%;
  }

  .heading-3-slider {
    width: 66%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
  }

  .div-foto-menor-carrossel.escondido, .texto-oculto, .hideme {
    display: none;
  }

  .excondido {
    display: inline;
  }

  .namenu-mobile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .icone-link-externo {
    width: 22px;
  }

  .div-block-15 {
    width: 75%;
    bottom: 88px;
  }

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

  .div-block-18 {
    align-items: center;
    width: 100%;
    padding-top: 4px;
    padding-left: 0;
  }

  .div-block-20 {
    width: 56px;
    height: 56px;
    margin-left: 0;
    margin-right: 12px;
  }

  .div-block-21 {
    align-items: flex-start;
  }

  .hidmob {
    display: none;
  }
}

#w-node-a1c57595-4361-4354-386f-8dbceb30514c-acdde2b4 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-dfd38619-3595-82ba-fdb7-ff89f50e132e-acdde2b4 {
  grid-area: 1 / 1 / 3 / 9;
}

#w-node-bfddcc01-87df-ac56-fcb1-68a7ed2b5c1d-acdde2b4 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-bfddcc01-87df-ac56-fcb1-68a7ed2b5c17-acdde2b4 {
  grid-area: 3 / 5 / 4 / 9;
}

#w-node-_0b7dc76a-93cc-2824-53c4-824434d545f2-acdde2b4 {
  grid-area: 3 / 9 / 4 / 13;
}

#w-node-bfddcc01-87df-ac56-fcb1-68a7ed2b5c1a-acdde2b4 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-ec9715bb-68df-a97f-f171-b0a394c38d17-acdde2b4 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-e195b9a9-5238-3568-586b-42c9f78088b3-acdde2b4 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_0e28a8bd-65a4-48df-44c0-865761e957c0-acdde2b4 {
  grid-area: 1 / 1 / 4 / 9;
}

#w-node-_0e28a8bd-65a4-48df-44c0-865761e957c3-acdde2b4 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-a698d6e2-d885-3799-81bb-cde69a97fd2a-acdde2b4 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_0e28a8bd-65a4-48df-44c0-865761e957c6-acdde2b4 {
  grid-area: 3 / 9 / 4 / 13;
}

#w-node-a8009d6b-4b3f-ad44-b539-67aa9b1a7bad-acdde2b4 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_72ecaaa2-ffae-cbc3-3ef4-2b826353db30-acdde2b4 {
  grid-area: span 3 / span 12 / span 3 / span 12;
}

#w-node-_8c4d119a-d170-4734-c0ef-6fbf5d573d90-acdde2b4 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_9351f28d-b5fa-afa8-a1ce-5be0c269b78e-acdde2b4 {
  grid-area: 1 / 1 / 4 / 9;
}

#w-node-_9351f28d-b5fa-afa8-a1ce-5be0c269b791-acdde2b4 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_9351f28d-b5fa-afa8-a1ce-5be0c269b794-acdde2b4 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_0f1cd9bd-16fb-98a7-048b-2747282cc6b1-acdde2b4 {
  grid-area: 3 / 9 / 4 / 13;
}

#w-node-_8c2eb013-631b-7bd6-9bd4-f942e79085a8-acdde2b4 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_8c2eb013-631b-7bd6-9bd4-f942e79085aa-acdde2b4 {
  grid-area: 1 / 1 / 3 / 13;
}

#w-node-_6819bb79-563f-bc3f-2f5c-f1a8edad6eee-acdde2b4 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_150434ef-a578-3e18-c761-73ca5e9f3ef8-acdde2b4 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_5721ef1e-cab5-fdf7-d2f9-329acec3a151-acdde2b4 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_5721ef1e-cab5-fdf7-d2f9-329acec3a153-acdde2b4 {
  grid-area: 1 / 1 / 4 / 7;
}

#w-node-_5eb3a2af-2246-3bc9-b19f-eb82449c4fa0-acdde2b4 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a57eaed2-bd23-ba5d-6578-a99f298c3f30-acdde2b4 {
  grid-area: 2 / 10 / 4 / 13;
}

#w-node-_1d3d162f-2ae6-c43a-d67d-c4123c6e55f0-acdde2b4 {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-_7acf405b-e2b7-febb-5c57-db5fc876d869-acdde2b4 {
  grid-area: 3 / 7 / 4 / 10;
}

#w-node-_29d0d2a7-ef0a-c293-3926-c0d54f46b594-acdde2b4 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_29d0d2a7-ef0a-c293-3926-c0d54f46b596-acdde2b4 {
  grid-area: 1 / 1 / 3 / 13;
}

#w-node-_50ffe44e-0ad3-89f2-a673-7e4aa62699a0-acdde2b4 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-d7b1c9f2-74f7-e043-eed8-10a770d6b34f-acdde2b4 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_5da7f8d9-f769-2264-7827-5f401f11544e-acdde2b4 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_5da7f8d9-f769-2264-7827-5f401f115450-acdde2b4 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-d8e84fcd-36e9-8581-c6f2-cb711aff2a6d-acdde2b4 {
  grid-area: 3 / 9 / 4 / 13;
}

#w-node-_2b6d5187-6e63-fd65-ab88-7249fd243a7d-acdde2b4 {
  grid-area: 3 / 5 / 4 / 9;
}

#w-node-b23961a3-c1fe-0b98-f1ed-d02619e4c1ce-acdde2b4 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_33326201-9273-d799-5c07-207fef551e72-acdde2b4 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_1c59a035-8539-0273-6edf-d8084d32be2a-acdde2b4 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-c319dd7f-78be-5fc7-81c4-528599c0a3d3-acdde2b4 {
  grid-area: 1 / 1 / 7 / 4;
}

#w-node-_159ba3ec-aa69-9a3a-118f-6593bd4259c1-acdde2b4 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_159ba3ec-aa69-9a3a-118f-6593bd4259d2-acdde2b4 {
  grid-area: 1 / 1 / 7 / 4;
}

#w-node-_9b5afa9e-2ab9-69fe-e0cb-42c915b5e040-acdde2b4 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_9b5afa9e-2ab9-69fe-e0cb-42c915b5e051-acdde2b4 {
  grid-area: 1 / 1 / 7 / 4;
}

#w-node-_99e01ebf-2a03-6eda-9ed1-666e2999f2f7-acdde2b4 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_99e01ebf-2a03-6eda-9ed1-666e2999f308-acdde2b4 {
  grid-area: 1 / 1 / 7 / 4;
}

@media screen and (min-width: 1280px) {
  #w-node-_5da7f8d9-f769-2264-7827-5f401f115450-acdde2b4 {
    grid-area: 1 / 1 / 3 / 13;
  }

  #w-node-d8e84fcd-36e9-8581-c6f2-cb711aff2a6d-acdde2b4 {
    grid-area: 3 / 10 / 4 / 13;
  }

  #w-node-_2b6d5187-6e63-fd65-ab88-7249fd243a7d-acdde2b4 {
    grid-area: 3 / 7 / 4 / 10;
  }

  #w-node-b23961a3-c1fe-0b98-f1ed-d02619e4c1ce-acdde2b4 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_33326201-9273-d799-5c07-207fef551e72-acdde2b4 {
    grid-area: 3 / 4 / 4 / 7;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a1c57595-4361-4354-386f-8dbceb30514c-acdde2b4 {
    grid-row: 3 / 8;
    grid-column-start: 1;
  }

  #w-node-dfd38619-3595-82ba-fdb7-ff89f50e132e-acdde2b4 {
    grid-column-end: 13;
  }

  #w-node-bfddcc01-87df-ac56-fcb1-68a7ed2b5c1a-acdde2b4 {
    grid-area: 3 / 5 / 4 / 9;
  }

  #w-node-ec9715bb-68df-a97f-f171-b0a394c38d17-acdde2b4 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-e195b9a9-5238-3568-586b-42c9f78088b3-acdde2b4 {
    grid-row: 3 / 8;
    grid-column-start: 1;
  }

  #w-node-_0e28a8bd-65a4-48df-44c0-865761e957c0-acdde2b4 {
    grid-row-end: 3;
    grid-column-end: 13;
  }

  #w-node-_0e28a8bd-65a4-48df-44c0-865761e957c3-acdde2b4 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-a698d6e2-d885-3799-81bb-cde69a97fd2a-acdde2b4 {
    grid-area: 3 / 5 / 4 / 9;
  }

  #w-node-a8009d6b-4b3f-ad44-b539-67aa9b1a7bad-acdde2b4, #w-node-_8c4d119a-d170-4734-c0ef-6fbf5d573d90-acdde2b4 {
    grid-row: 3 / 8;
    grid-column-start: 1;
  }

  #w-node-_9351f28d-b5fa-afa8-a1ce-5be0c269b78e-acdde2b4 {
    grid-row-end: 3;
    grid-column-end: 13;
  }

  #w-node-_9351f28d-b5fa-afa8-a1ce-5be0c269b791-acdde2b4 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_9351f28d-b5fa-afa8-a1ce-5be0c269b794-acdde2b4 {
    grid-area: 3 / 5 / 4 / 9;
  }

  #w-node-_8c2eb013-631b-7bd6-9bd4-f942e79085a8-acdde2b4, #w-node-_5721ef1e-cab5-fdf7-d2f9-329acec3a151-acdde2b4, #w-node-_29d0d2a7-ef0a-c293-3926-c0d54f46b594-acdde2b4, #w-node-_5da7f8d9-f769-2264-7827-5f401f11544e-acdde2b4, #w-node-_1c59a035-8539-0273-6edf-d8084d32be2a-acdde2b4, #w-node-_159ba3ec-aa69-9a3a-118f-6593bd4259c1-acdde2b4, #w-node-_9b5afa9e-2ab9-69fe-e0cb-42c915b5e040-acdde2b4, #w-node-_99e01ebf-2a03-6eda-9ed1-666e2999f2f7-acdde2b4 {
    grid-row: 3 / 8;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dfd38619-3595-82ba-fdb7-ff89f50e132e-acdde2b4 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-bfddcc01-87df-ac56-fcb1-68a7ed2b5c1d-acdde2b4 {
    grid-area: 1 / 9 / 3 / 13;
  }

  #w-node-bfddcc01-87df-ac56-fcb1-68a7ed2b5c17-acdde2b4, #w-node-_0b7dc76a-93cc-2824-53c4-824434d545f2-acdde2b4 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-bfddcc01-87df-ac56-fcb1-68a7ed2b5c1a-acdde2b4 {
    grid-area: 1 / 5 / 3 / 9;
  }

  #w-node-ec9715bb-68df-a97f-f171-b0a394c38d17-acdde2b4, #w-node-_0e28a8bd-65a4-48df-44c0-865761e957c0-acdde2b4 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-_0e28a8bd-65a4-48df-44c0-865761e957c3-acdde2b4 {
    grid-area: 1 / 5 / 3 / 9;
  }

  #w-node-a698d6e2-d885-3799-81bb-cde69a97fd2a-acdde2b4 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-_0e28a8bd-65a4-48df-44c0-865761e957c6-acdde2b4 {
    grid-area: 1 / 9 / 3 / 13;
  }

  #w-node-_9351f28d-b5fa-afa8-a1ce-5be0c269b78e-acdde2b4 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-_9351f28d-b5fa-afa8-a1ce-5be0c269b791-acdde2b4 {
    grid-area: 1 / 5 / 3 / 9;
  }

  #w-node-_9351f28d-b5fa-afa8-a1ce-5be0c269b794-acdde2b4 {
    grid-area: 1 / 9 / 3 / 13;
  }

  #w-node-_0f1cd9bd-16fb-98a7-048b-2747282cc6b1-acdde2b4, #w-node-_8c2eb013-631b-7bd6-9bd4-f942e79085aa-acdde2b4 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-_6819bb79-563f-bc3f-2f5c-f1a8edad6eee-acdde2b4 {
    grid-area: 1 / 5 / 3 / 9;
  }

  #w-node-_150434ef-a578-3e18-c761-73ca5e9f3ef8-acdde2b4 {
    grid-area: 1 / 9 / 3 / 13;
  }

  #w-node-_5721ef1e-cab5-fdf7-d2f9-329acec3a153-acdde2b4 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-_5eb3a2af-2246-3bc9-b19f-eb82449c4fa0-acdde2b4 {
    grid-area: 1 / 9 / 2 / 13;
  }

  #w-node-a57eaed2-bd23-ba5d-6578-a99f298c3f30-acdde2b4 {
    grid-area: 2 / 9 / 3 / 13;
  }

  #w-node-_1d3d162f-2ae6-c43a-d67d-c4123c6e55f0-acdde2b4 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_7acf405b-e2b7-febb-5c57-db5fc876d869-acdde2b4 {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_29d0d2a7-ef0a-c293-3926-c0d54f46b596-acdde2b4 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-_50ffe44e-0ad3-89f2-a673-7e4aa62699a0-acdde2b4 {
    grid-area: 1 / 5 / 3 / 9;
  }

  #w-node-d7b1c9f2-74f7-e043-eed8-10a770d6b34f-acdde2b4 {
    grid-area: 1 / 9 / 3 / 13;
  }

  #w-node-_5da7f8d9-f769-2264-7827-5f401f115450-acdde2b4 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-d8e84fcd-36e9-8581-c6f2-cb711aff2a6d-acdde2b4 {
    grid-row: 2 / 3;
  }

  #w-node-_2b6d5187-6e63-fd65-ab88-7249fd243a7d-acdde2b4 {
    grid-area: 2 / 7 / 3 / 13;
  }

  #w-node-b23961a3-c1fe-0b98-f1ed-d02619e4c1ce-acdde2b4 {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-_33326201-9273-d799-5c07-207fef551e72-acdde2b4 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-c319dd7f-78be-5fc7-81c4-528599c0a3d3-acdde2b4, #w-node-_159ba3ec-aa69-9a3a-118f-6593bd4259d2-acdde2b4, #w-node-_9b5afa9e-2ab9-69fe-e0cb-42c915b5e051-acdde2b4, #w-node-_99e01ebf-2a03-6eda-9ed1-666e2999f308-acdde2b4 {
    grid-area: 1 / 1 / 7 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dfd38619-3595-82ba-fdb7-ff89f50e132e-acdde2b4 {
    grid-area: 1 / 1 / 4 / 7;
  }

  #w-node-bfddcc01-87df-ac56-fcb1-68a7ed2b5c1d-acdde2b4 {
    grid-area: 4 / 4 / 5 / 7;
  }

  #w-node-bfddcc01-87df-ac56-fcb1-68a7ed2b5c17-acdde2b4, #w-node-_0b7dc76a-93cc-2824-53c4-824434d545f2-acdde2b4, #w-node-bfddcc01-87df-ac56-fcb1-68a7ed2b5c1a-acdde2b4 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-ec9715bb-68df-a97f-f171-b0a394c38d17-acdde2b4 {
    grid-area: 4 / 4 / 5 / 7;
  }

  #w-node-_0e28a8bd-65a4-48df-44c0-865761e957c0-acdde2b4 {
    grid-area: 1 / 1 / 4 / 7;
  }

  #w-node-_0e28a8bd-65a4-48df-44c0-865761e957c3-acdde2b4, #w-node-a698d6e2-d885-3799-81bb-cde69a97fd2a-acdde2b4 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_0e28a8bd-65a4-48df-44c0-865761e957c6-acdde2b4 {
    grid-area: 4 / 4 / 5 / 7;
  }

  #w-node-_9351f28d-b5fa-afa8-a1ce-5be0c269b78e-acdde2b4 {
    grid-area: 1 / 1 / 4 / 7;
  }

  #w-node-_9351f28d-b5fa-afa8-a1ce-5be0c269b791-acdde2b4, #w-node-_9351f28d-b5fa-afa8-a1ce-5be0c269b794-acdde2b4 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_0f1cd9bd-16fb-98a7-048b-2747282cc6b1-acdde2b4 {
    grid-area: 4 / 4 / 5 / 7;
  }

  #w-node-_8c2eb013-631b-7bd6-9bd4-f942e79085aa-acdde2b4 {
    grid-area: 1 / 1 / 3 / 7;
  }

  #w-node-_6819bb79-563f-bc3f-2f5c-f1a8edad6eee-acdde2b4 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-_150434ef-a578-3e18-c761-73ca5e9f3ef8-acdde2b4 {
    grid-area: 3 / 4 / 5 / 7;
  }

  #w-node-_5721ef1e-cab5-fdf7-d2f9-329acec3a153-acdde2b4 {
    grid-row-end: 4;
    grid-column-end: 13;
  }

  #w-node-_5eb3a2af-2246-3bc9-b19f-eb82449c4fa0-acdde2b4 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-a57eaed2-bd23-ba5d-6578-a99f298c3f30-acdde2b4 {
    grid-row: 4 / 5;
    grid-column-start: 7;
  }

  #w-node-_1d3d162f-2ae6-c43a-d67d-c4123c6e55f0-acdde2b4 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_7acf405b-e2b7-febb-5c57-db5fc876d869-acdde2b4 {
    grid-area: 4 / 7 / 5 / 13;
  }

  #w-node-_29d0d2a7-ef0a-c293-3926-c0d54f46b596-acdde2b4 {
    grid-area: 1 / 1 / 4 / 9;
  }

  #w-node-_50ffe44e-0ad3-89f2-a673-7e4aa62699a0-acdde2b4 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-d7b1c9f2-74f7-e043-eed8-10a770d6b34f-acdde2b4 {
    grid-area: 4 / 5 / 5 / 9;
  }

  #w-node-_5da7f8d9-f769-2264-7827-5f401f115450-acdde2b4 {
    grid-column-end: 13;
  }

  #w-node-d8e84fcd-36e9-8581-c6f2-cb711aff2a6d-acdde2b4 {
    grid-area: 4 / 7 / 5 / 13;
  }

  #w-node-_2b6d5187-6e63-fd65-ab88-7249fd243a7d-acdde2b4 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-b23961a3-c1fe-0b98-f1ed-d02619e4c1ce-acdde2b4 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_33326201-9273-d799-5c07-207fef551e72-acdde2b4 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-c319dd7f-78be-5fc7-81c4-528599c0a3d3-acdde2b4, #w-node-_159ba3ec-aa69-9a3a-118f-6593bd4259d2-acdde2b4, #w-node-_9b5afa9e-2ab9-69fe-e0cb-42c915b5e051-acdde2b4, #w-node-_99e01ebf-2a03-6eda-9ed1-666e2999f308-acdde2b4 {
    grid-area: 1 / 1 / 5 / 3;
  }
}


