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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.grid {
  max-width: 1400px;
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
}

.footer-dark {
  color: #f8f8f8;
  background-color: #001c4d;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.container.nav-flex {
  align-items: center;
  display: flex;
}

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

.container.grid-inter {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.navbar {
  color: #f8f8f8;
  background-color: #001c4d;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-brand-logo {
  width: 100%;
  max-width: 230px;
  color: #f8f8f8;
  flex: 0 auto;
  font-size: 0;
}

.body {
  font-family: Open Sans, sans-serif;
}

.nav-menu {
  text-align: right;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #f8f8f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.nav-link.hidden {
  display: none;
}

.btn {
  color: #f8f8f8;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3ca6d4;
  border-radius: 6px;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.btn.orange {
  background-color: #d4883c;
}

.btn.lg {
  font-size: 14px;
  line-height: 22px;
}

.btn.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn.mtb20.lg.center {
  text-align: center;
}

.btn.mtb20.lg.center.orange.podcast {
  margin-top: 0;
  margin-bottom: 0;
}

.btn.revista-destaque {
  display: inline-block;
}

.nav-middle {
  flex: 1;
}

.nav-voltar-site {
  color: #f8f8f8;
  text-align: right;
  background-color: #262626;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
}

.link {
  color: #3898ec;
  font-weight: 600;
  text-decoration: none;
}

.link.white {
  color: #f8f8f8;
}

.link.small {
  font-size: 12px;
}

.link.small.white {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.link.gray {
  color: #262626;
}

.link.light {
  font-weight: 400;
}

.slidebar-home {
  background-color: #f2f2f2;
  border-radius: 3px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 40px;
  padding: 20px 20px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
}

.revista-cover {
  width: 100%;
  margin-bottom: 10px;
}

.section {
  margin-top: 40px;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.text-span {
  font-weight: 300;
}

.image {
  width: 29px;
  margin-left: 10px;
}

.text-block {
  height: 0;
}

.titulo-home {
  color: #001c4d;
  border-bottom: 1px solid #001c4d;
  padding-bottom: 5px;
}

.subt-tulo {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.home-titulo-block {
  margin-bottom: 20px;
}

.loop-artigo-item {
  margin-bottom: 40px;
}

.loop-artigo-item.destaque {
  background-image: linear-gradient(129deg, rgba(0, 0, 0, 0) 33%, rgba(56, 152, 236, .31));
  border-radius: 6px;
}

.loop-artigo-link-block {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  color: #262626;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  text-decoration: none;
  display: grid;
}

.loop-artigo-link-block:hover {
  color: #3898ec;
}

.loop-artigo-image {
  height: auto;
  object-fit: cover;
  border-radius: 3px;
}

.loop-artigo-t-tulo {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  text-decoration: none;
}

.loop-artigo-categoria {
  color: #f8f8f8;
  background-color: #001c4d;
  border-radius: 3px;
  padding: 8px 10px;
  font-size: 22px;
  font-weight: 300;
  display: inline-block;
}

.loop-artigo-categoria.small {
  height: auto;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
}

.image-2 {
  width: 100%;
  max-width: 400px;
}

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

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

.inner {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-3 {
  z-index: 999;
  background-color: #f2f2f2;
  border-radius: 3px;
  padding: 10px 20px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.heading-2 {
  color: #001c4d;
  border-bottom: 1px solid #001c4d;
  padding-bottom: 10px;
  font-size: 42px;
}

.rich-text-block {
  color: #262626;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  border-bottom: 1px solid rgba(38, 38, 38, .36);
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.link-block {
  color: #262626;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

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

.nao-associado-cut {
  z-index: 2;
  height: 50%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #fff 79%);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-5 {
  height: 100%;
  position: relative;
}

.revista-copy {
  max-width: 600px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f2f2f2;
  border-radius: 3px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 40px;
  display: grid;
  position: static;
  top: 128px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
}

.div-block-6 {
  width: 200px;
  height: 340px;
  max-width: 300px;
  background-color: #f8f8f8;
  border: 1px solid rgba(38, 38, 38, .15);
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.punli-hor {
  z-index: 4;
  width: 100%;
  /* height: 120px; */
  max-width: 600px;
  border: 1px solid rgba(38, 38, 38, .18);
  border-radius: 6px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: none;
}

.punli-hor.bottom {
  margin-top: 40px;
  display: none;
}

.publiciddade-text {
  color: rgba(38, 38, 38, .59);
  letter-spacing: 2px;
  background-color: #f2f2f2;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 9px;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: -70px;
  right: 10px;
  z-index: 1000;
}

.dropdown {
  display: none;
}

.grid-revistas-anteriores {
  max-width: 1400px;
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin: 40px auto 60px;
  display: grid;
}

.edicao {
  grid-row-gap: 20px;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.edicao.atual {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  padding: 40px 60px 40px 100px;
  display: grid;
}

.section-2 {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-template: "."
  / .5fr 1fr;
  align-items: start;
  justify-items: start;
  margin-bottom: 40px;
}

.small {
  height: 0;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
  justify-items: start;
  margin-bottom: 40px;
}

.div-block-7 {
  width: 200px;
  height: 340px;
  max-width: 300px;
  background-color: #f8f8f8;
  border: 1px solid rgba(38, 38, 38, .15);
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-3 {
  height: auto;
  object-fit: cover;
  border-radius: 3px;
}

.loop-carta-ao-leitor {
  color: #001c4d;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  display: inline-block;
}

.loop-carta-ao-leitor.small {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
}

.punli-video {
  z-index: 4;
  width: auto;
  height: 100%;
  max-width: 600px;
  border: 1px solid rgba(38, 38, 38, .18);
  border-radius: 6px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}

.punli-video img{
  border-radius: 6px;
}

.punli-video-2 {
  z-index: 4;
  width: 200px;
  height: 340px;
  max-width: 600px;
  border: 1px solid rgba(38, 38, 38, .18);
  border-radius: 6px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}

.punli-video-2 img{
  border-radius: 6px;
}

.punli-video.bottom {
  margin-top: 40px;
}

.link-block-2 {
  grid-column-gap: 12px;
  color: #262626;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.revista-online-destaque {
  width: 100%;
  margin-right: 40px;
}

.div-block-8 {
  max-width: 600px;
  color: #262626;
  padding-left: 40px;
  padding-right: 40px;
}

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

.expediente {
  border-top: 5px solid #f2f2f2;
  padding-bottom: 0;
}

.text-block-3 {
  color: #a7a7a7;
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 16px;
}

.paragraph {
  margin-bottom: 50px;
  padding-bottom: 10px;
}

.slide-nav {
  color: #262626;
}

.text-block-4 {
  color: #001c4d;
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.text-block-5 {
  color: #3898ec;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-top: 1px solid rgba(38, 38, 38, .17);
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  display: none;
}

.div-block-9 {
  margin-top: 0;
  margin-bottom: 41px;
}

.image-4 {
  width: 100%;
  height: 60%;
  object-fit: cover;
  background-color: #f8f8f8;
  border-radius: 6px;
}

.slider {
  height: 340px;
  background-color: rgba(221, 221, 221, 0);
  border-radius: 6px;
}

.left-arrow, .right-arrow {
  width: 36px;
}

.link-block-3 {
  width: 100%;
  height: 100%;
  color: #f8f8f8;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.text-block-6 {
  width: 100%;
  height: 40%;
  color: #001c4d;
  background-image: none;
  padding: 20px 20px 40px;
  position: absolute;
  bottom: 0;
}

.mask {
  border-radius: 6px;
}

.icon, .icon-2 {
  color: #001c4d;
}

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

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

.podcast-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 20px;
  margin-left: 20px;
  display: grid;
}

.podcast-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-6 {
  max-width: 45px;
}

.text-block-7 {
  color: #001c4d;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 700;
}

.image-7 {
  max-width: 20px;
}

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

  .container {
    max-width: 728px;
  }

  .container.nav-flex {
    align-items: center;
  }

  .container.grid-inter {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .nav-menu {
    background-color: #001c4d;
    justify-content: flex-end;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link.btn.smtop20 {
    margin-top: 20px;
  }

  .slidebar-home {
    grid-column-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 20px;
    position: static;
  }

  .subt-tulo.hidemobille {
    display: none;
  }

  .div-block-3 {
    padding-bottom: 10px;
  }

  .list.hiddemobile {
    display: none;
  }

  .link-block.dropdown {
    margin-bottom: 20px;
  }

  .revista-copy {
    grid-column-gap: 30px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 20px;
    position: static;
  }

  .div-block-6.hiddemobille {
    display: none;
  }

  .dropdown-toggle {
    width: 100%;
    padding-left: 0;
  }

  .dropdown {
    width: 100%;
    display: block;
  }

  .dropdown-list {
    padding-left: 5px;
  }

  .dropdown-list.w--open {
    background-color: #f2f2f2;
    border-radius: 9px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .menu-button.active {
    background-color: #001c4d;
  }

  .slider {
    height: 540px;
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.nav-flex {
    align-items: center;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .nav-link.btn.smtop20 {
    margin-top: 20px;
  }

  .slidebar-home {
    flex-direction: column;
  }

  .loop-artigo-link-block {
    grid-template-columns: 1fr;
  }

  .loop-artigo-t-tulo.center {
    text-align: center;
  }

  .revista-copy {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .dropdown-list.w--open {
    border-radius: 9px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-revistas-anteriores {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .edicao.atual {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .menu-button.active {
    background-color: #001c4d;
  }

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

  .grid-3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .loop-carta-ao-leitor {
    text-align: center;
  }

  .revista-online-destaque {
    margin-right: 0;
  }

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


@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .container.nav-flex {
    align-items: center;
  }

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

  .nav-link.btn.smtop20 {
    margin-top: 20px;
  }

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

  .grid-revistas-anteriores {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .edicao.atual {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .menu-button, .menu-button.active {
    background-color: #001c4d;
  }

  .punli-video {
    height: 233px;
  }

  .revista-online-destaque {
    align-self: center;
    margin-right: 0;
  }

  .image-4 {
    height: 60%;
  }

  .slider {
    height: 380px;
  }

  .text-block-6 {
    height: 40%;
  }
}

#w-node-_50ecc371-3ab3-4cfd-cd96-5a44588f2f10-03c516c7, #w-node-_9fb0382e-c8b3-67ba-07ed-2c8a4eadd580-03c516c7, #w-node-_8428691f-40f4-121f-ba66-9898a3799fde-03c516c7, #w-node-_2a37201e-2ec4-3c7f-d18d-9e74e3b62863-03c516c7, #w-node-_0b11548e-e0e4-c35a-1a51-8b627aa272f1-03c516c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2cf5033-5b42-44ea-e4de-91187894a49b-03c516c7 {
  align-self: start;
}

#w-node-_8513a437-ffcf-c39b-ac0c-69dd108f2df0-03c516c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2619f205-1ddc-6aa0-f1fa-3c3386b52b7e-03c516c7, #w-node-_86bec08e-babe-de60-6f2b-2c4aca237e93-03c516c7, #w-node-_309d3d02-6190-89bf-e808-d7b129866b3a-03c516c7, #w-node-_3ec45c80-ee0a-466a-b322-edff584f6903-03c516c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_273f6943-25ae-f26e-1a11-ab4c14bca92c-03c516c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6d56ab14-6250-24f0-d0ad-4e458a4a935a-03c516c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bf19b07-a959-b2fa-3251-b439f82b54cb-03c516c7 {
  justify-self: center;
}

#w-node-_8b07e7bc-fa4c-77c3-a93c-0df0783f5312-03c516c7, #w-node-_0e862ac9-4311-2671-73f9-98cf873e4879-03c516c7, #w-node-_28ea427e-9775-e6f7-cc94-38d2399428bb-03c516c7, #w-node-_85903b69-94ba-fc6d-3ac8-156df8fb1140-a13e8d3d, #w-node-_85903b69-94ba-fc6d-3ac8-156df8fb1141-a13e8d3d, #w-node-_85903b69-94ba-fc6d-3ac8-156df8fb1143-a13e8d3d, #w-node-_50ecc371-3ab3-4cfd-cd96-5a44588f2f10-a7461de2, #w-node-_9fb0382e-c8b3-67ba-07ed-2c8a4eadd580-a7461de2, #w-node-_309d3d02-6190-89bf-e808-d7b129866b3a-a7461de2, #w-node-_8b07e7bc-fa4c-77c3-a93c-0df0783f5312-a7461de2, #w-node-_0e862ac9-4311-2671-73f9-98cf873e4879-a7461de2, #w-node-_28ea427e-9775-e6f7-cc94-38d2399428bb-a7461de2, #w-node-_3f59fa3d-c164-fa60-5ebf-2b765cc4a9ab-a7461de2, #w-node-_3f59fa3d-c164-fa60-5ebf-2b765cc4a9b4-a7461de2, #w-node-_3f59fa3d-c164-fa60-5ebf-2b765cc4a9bf-a7461de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-accc4fcf-28a7-7762-2f9e-1820b0f4e795-06899088 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: stretch;
}

#w-node-_32122c24-df5e-6193-0150-6932c958232d-06899088 {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_309d3d02-6190-89bf-e808-d7b129866b3a-03c516c7 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_309d3d02-6190-89bf-e808-d7b129866b3a-03c516c7 {
    order: 9999;
  }

  #w-node-cc58c8cc-f4fa-15d9-41de-d3339ee7d847-06899088 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_32122c24-df5e-6193-0150-6932c958232d-06899088 {
    justify-self: stretch;
  }
}

