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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Spectral, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Spectral, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.site-header {
  height: 120px;
}

.image {
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1440px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body {
  background-color: #fff;
  font-family: Lato, sans-serif;
}

.nav-link {
  height: 53%;
  margin: auto 0;
}

.container {
  align-items: center;
  width: 50%;
  height: 120px;
  display: flex;
}

.nav-menu {
  color: #213245;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  font-size: 20px;
  display: flex;
}

.white-heading {
  color: #fff;
  text-align: center;
  font-family: Spectral, sans-serif;
  font-weight: 400;
}

.heading {
  font-family: Spectral, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.darkbluesection {
  background-color: #213245;
  justify-content: center;
  align-items: center;
  height: 210px;
  display: flex;
}

.darkbluesection.footer {
  display: block;
}

.bluesection {
  background-color: #313d4e;
  padding-bottom: 50px;
}

.container-2 {
  max-width: 60vw;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}

.div-block.left-align {
  display: block;
}

.div-block.archive-div {
  color: #313d4e;
}

.zoom-clickprompt {
  z-index: 1;
  color: #fff;
  text-transform: none;
  background-color: #313d4e;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 70px;
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.zoom-clickprompt._2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #e8a748;
  border-radius: 28px;
  width: 440px;
  height: 92px;
  font-size: 28px;
  font-weight: 500;
}

.link-block {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
}

.link-block:visited {
  color: #000;
}

.grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr .5fr;
}

.grid.right-align {
  grid-template-columns: 1.25fr 1.25fr;
}

.div-block-2 {
  color: #fff;
}

.event-info-block {
  color: #223245;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 24vw;
  margin-top: 18px;
}

.event-info-block:hover {
  color: #50647c;
}

.event-info-block:active {
  color: #223245;
}

.event-info-block.right-align {
  text-align: right;
}

.event-info-block.archive-text {
  width: 25vw;
}

.event-info-block.upcoming {
  color: #fff;
  align-items: flex-end;
  width: 32vw;
  max-width: 32vw;
  display: flex;
}

.event-info-block.upcoming.left-align {
  text-align: center;
  align-items: center;
  width: auto;
  max-width: none;
}

.event-title {
  text-align: left;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spectral, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: underline;
  display: inline-block;
}

.event-title.sub-header {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.event-title._2 {
  margin-bottom: 0;
  line-height: 38px;
  text-decoration: none;
}

.event-title.right-align {
  text-align: right;
  margin-bottom: 0;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
}

.div-block-3.right-align {
  align-items: flex-end;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.paragraph.rightalign {
  text-align: right;
}

.bluespacer {
  background-color: #313d4e;
  height: 60px;
}

.white-section-header {
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  height: 140px;
  display: flex;
}

.heading-2 {
  font-family: Spectral, sans-serif;
  font-weight: 400;
}

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

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 80%;
  min-width: 800px;
  max-width: 1920px;
}

.container-3 {
  justify-content: center;
  max-width: 90vw;
}

.category-buttons {
  text-align: center;
  background-color: #838b95;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15%;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  transition: background-color .2s;
  display: flex;
}

.category-buttons:hover {
  background-color: #213245;
}

.category-buttons:active {
  background-color: #313d4e;
}

.accordion-item {
  flex: 1;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.button {
  justify-content: center;
  align-items: center;
}

.accordion-content-frame {
  color: #fff;
  background-color: #213245;
  border-radius: 29px;
  padding: 100px;
  overflow: hidden;
}

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

.grid-4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  padding-left: 101px;
  padding-right: 101px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.accordion-item-content---cff {
  overflow: hidden;
}

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

.div-block-5 {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.accordion-item-content---fctc, .accordion-item-content---anwa {
  overflow: hidden;
}

.div-block-6 {
  justify-content: flex-start;
  margin-top: 23px;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.text-block {
  width: 70%;
}

.accordion-item-content---se {
  overflow: hidden;
}

.past-content-blocks {
  display: none;
}

.archive-div {
  margin-bottom: 35px;
}

.div-block-9 {
  background-image: url('../images/Artboard-10.5x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  max-width: 30vw;
  height: 16.87vw;
  max-height: 18vw;
  display: flex;
}

.div-block-9.upcoming {
  background-image: url('../images/FCtC-YT-Thumb-V2_Artboard-1-2.png');
  max-width: 32vw;
  height: 18vw;
  max-height: 18vw;
}

.div-block-9.upcoming.cff-thumb {
  background-image: url('../images/FCtC-YT-Thumb-Gala2021_Artboard-1-2.png');
  max-width: none;
  height: 36vw;
  max-height: none;
}

.fctc {
  background-image: url('../images/Artboard-1-20.5x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  max-width: 30vw;
  height: 16.87vw;
  max-height: 18vw;
  display: flex;
}

.fctc.upcoming {
  background-image: url('../images/Artboard-1-20.5x.png');
  max-width: 32vw;
  height: 18vw;
  max-height: 18vw;
}

.container-4 {
  justify-content: center;
  padding-top: 35px;
  display: flex;
}

.se-thumb {
  background-image: url('../images/FCtC-YT-Thumb-V2_Artboard-1-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  max-width: 30vw;
  height: 16.87vw;
  max-height: 18vw;
  display: flex;
}

.se-thumb.upcoming {
  background-image: url('../images/FCtC-YT-Thumb-V2_Artboard-1-2.png');
  max-width: 32vw;
  height: 18vw;
  max-height: 18vw;
}

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

.spacer1 {
  padding-bottom: 20px;
}

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

.div-block-11 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.body-2 {
  background-color: #000;
}

.image-3 {
  text-align: left;
}

.image-4 {
  float: none;
  text-align: left;
  margin-left: auto;
  margin-right: 200px;
  padding-right: 0;
}

.body-3 {
  background-color: #000;
}

.image-5 {
  vertical-align: baseline;
  margin-left: auto;
  margin-right: auto;
}

.container-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-4 {
  color: #000;
}

.body-5 {
  background-color: #000;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.video {
  opacity: .96;
  border-radius: 0;
}

.image-6 {
  box-sizing: border-box;
  text-align: center;
  width: 50%;
  height: 88.7479%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-2 {
  color: #ddd;
  text-align: center;
  background-color: #000;
  padding-top: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 23px;
}

.link {
  color: #7cbbf0;
}

.text-block-3 {
  color: #e0e0e0;
  background-color: #b68d8d00;
}

.section-3 {
  text-align: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.text-span {
  color: #cbd2e5;
}

.text-block-4 {
  color: #ffe6e6;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 42px;
  font-family: Montserrat, sans-serif;
  display: block;
  position: static;
}

.text-span-2 {
  color: #488dec;
}

.container-6 {
  color: #0000;
  background-color: #000;
}

.nav-link-2, .nav-link-3, .nav-link-4 {
  color: #fff;
}

.container-7 {
  margin-bottom: 51px;
}

.text-span-3 {
  background-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-6 {
  color: #fff;
  background-color: gray;
  border: 1px solid #000;
  font-size: 22px;
  line-height: 35px;
}

.text-block-7, .text-block-8 {
  color: #fff;
}

.text-block-9, .text-block-10 {
  color: #fff;
  margin-top: -18px;
  font-size: 18px;
}

.text-block-11 {
  color: #fff;
  background-color: #0000;
  margin-left: 10px;
  font-size: 22px;
  line-height: 35px;
}

.text-block-12 {
  color: #fff;
  text-align: right;
  margin-left: 50px;
}

.text-block-13 {
  color: #fff;
  margin-left: 50px;
}

.cell {
  text-align: center;
}

.text-block-14 {
  color: #fff;
  margin-left: 50px;
}

.text-block-15 {
  direction: ltr;
  color: #fff;
  font-size: 15px;
}

.text-block-16 {
  color: #fff;
}

.text-block-17 {
  color: #fff;
  margin-left: 35px;
}

.cell-2, .cell-3 {
  font-size: 15px;
}

.text-block-18 {
  color: #fff;
  background-color: #0000;
  margin-left: 10px;
  font-size: 22px;
  line-height: 35px;
}

.text-block-19 {
  color: #fff;
  margin-top: 9px;
  margin-bottom: 15px;
}

.image-7 {
  line-height: 15px;
}

.image-8 {
  color: #fff;
  -webkit-text-stroke-color: white;
  background-color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 107px;
}

.section-4 {
  color: #0000;
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  margin-bottom: 15px;
  margin-left: 100px;
  padding-left: 0;
}

.text-block-20 {
  -webkit-text-stroke-color: white;
}

.text-block-21 {
  color: #fff;
  -webkit-text-stroke-color: white;
  background-color: #0000;
  margin-left: 10px;
  font-size: 22px;
  line-height: 35px;
}

.text-block-22 {
  color: #fff;
  margin-top: 48px;
}

.text-block-23 {
  color: #fff;
  margin-bottom: -51px;
}

.text-block-24 {
  line-height: 35px;
}

.text-block-25 {
  color: #fff;
  -webkit-text-stroke-color: white;
  background-color: #0000;
  margin-left: 10px;
  font-size: 22px;
  line-height: 35px;
}

.text-block-26 {
  color: #fff;
  margin-top: 9px;
  font-size: 18px;
  line-height: 24px;
}

.section-5 {
  color: gray;
  background-color: gray;
  margin-top: 33px;
  margin-bottom: 12px;
  line-height: 14px;
}

.text-block-27 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 20px;
}

.text-block-28, .text-block-29, .text-block-30, .text-block-31 {
  color: #fff;
}

.image-9 {
  color: #fff;
  background-color: #fff;
  padding-top: 16px;
  font-size: 16px;
  line-height: 20px;
}

.container-8 {
  border: 1px solid #0000;
}

.section-6, .section-7, .section-8, .section-9, .section-10 {
  background-color: gray;
}

.section-11 {
  color: gray;
  background-color: gray;
}

.container-10 {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .navbar {
    height: 100px;
  }

  .nav-link {
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .white-heading {
    font-size: 30px;
    line-height: 32px;
  }

  .darkbluesection {
    height: 100px;
  }

  .container-2 {
    max-width: 80vw;
  }

  .zoom-clickprompt {
    width: 300px;
    height: 55px;
    font-size: 18px;
  }

  .zoom-clickprompt._2 {
    border-radius: 20px;
    width: 320px;
    height: 75px;
    font-size: 20px;
  }

  .link-block {
    flex-direction: column;
    display: flex;
  }

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

  .event-info-block {
    text-align: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .event-info-block.upcoming {
    align-items: center;
    width: auto;
    max-width: none;
  }

  .event-title {
    text-align: center;
    align-self: center;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 26px;
  }

  .event-title.sub-header {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .event-title._2 {
    text-align: center;
  }

  .div-block-3 {
    text-align: center;
    align-self: center;
  }

  .paragraph {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

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

  .bluespacer {
    height: 30px;
  }

  .white-section-header {
    height: 100px;
  }

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

  .container-3 {
    max-width: 90vw;
  }

  .category-buttons {
    width: 40vw;
    height: 15vw;
    padding-top: 11%;
    padding-bottom: 11%;
    font-size: 18px;
    line-height: 22px;
  }

  .grid-4 {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-content---cff {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

  .text-block {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .navlink {
    padding: 0;
  }

  .past-content-blocks {
    display: none;
  }

  .div-block-9 {
    width: 600px;
    max-width: 48vw;
    height: 27vw;
    max-height: 24vw;
    display: flex;
  }

  .div-block-9.upcoming {
    flex-direction: column;
    width: 800px;
    max-width: none;
    height: 27vw;
    max-height: 36vw;
  }

  .div-block-9.upcoming.cff-thumb {
    width: 800px;
    max-width: 90vw;
    height: 50vw;
  }

  .image-2 {
    z-index: 1;
    max-width: 75vw;
  }

  .fctc {
    width: 600px;
    max-width: 48vw;
    height: 27vw;
    max-height: 24vh;
  }

  .fctc.upcoming {
    flex-direction: column;
    max-width: 64vw;
    height: 36vw;
    max-height: none;
  }

  .se-thumb {
    width: 600px;
    max-width: 48vw;
    height: 27vw;
    max-height: 24vw;
    display: flex;
  }

  .se-thumb.upcoming {
    flex-direction: column;
    width: 800px;
    max-width: none;
    height: 27vw;
    max-height: 36vw;
  }

  .image-6 {
    width: 60%;
  }

  .container-7 {
    margin-bottom: 48px;
  }

  .icon {
    color: #fff;
    font-size: 35px;
  }

  .image-8 {
    margin-left: 17px;
  }
}

@media screen and (max-width: 767px) {
  .zoom-clickprompt {
    border-radius: 15px;
    width: 200px;
    height: 46px;
    font-size: 15px;
    line-height: 20px;
  }

  .zoom-clickprompt._2 {
    width: 280px;
    height: 65px;
    font-size: 15px;
  }

  .link-block {
    width: 80vw;
  }

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

  .event-info-block.upcoming {
    align-items: center;
  }

  .event-title {
    width: 80vw;
    font-size: 24px;
    line-height: 26px;
  }

  .event-title.sub-header {
    width: 70vw;
  }

  .event-title._2 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-3 {
    width: 70vw;
  }

  .paragraph {
    line-height: 22px;
  }

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

  .container-3 {
    max-width: none;
  }

  .grid-4 {
    grid-template-columns: minmax(200px, 1fr);
  }

  .div-block-5 {
    height: 60px;
  }

  .archive-div {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .text-block-2 {
    font-size: 20px;
  }

  .container-7 {
    margin-bottom: 54px;
  }

  .icon {
    color: #fff;
  }

  .image-8 {
    margin-left: -83px;
  }
}

@media screen and (max-width: 479px) {
  .header-logo.w--current {
    width: 40vw;
  }

  .navbar {
    justify-content: space-between;
    width: 100%;
    height: 80px;
  }

  .nav-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .nav-menu {
    width: 35%;
  }

  .zoom-clickprompt._2 {
    width: 220px;
    height: 45px;
  }

  .event-info-block.upcoming {
    background-color: #00000030;
    border-radius: 10px;
    padding: 15px;
  }

  .event-info-block.upcoming.left-align {
    max-width: 95vw;
  }

  .event-title.right-align {
    text-align: center;
  }

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

  .category-buttons {
    width: 80vw;
    height: 30vw;
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .div-block-5 {
    margin-bottom: 30px;
  }

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

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

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

  .div-block-9.upcoming.cff-thumb {
    max-width: 95vw;
    height: 60vw;
    display: flex;
  }

  .fctc, .se-thumb {
    display: none;
  }

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

  .image-6 {
    width: 70%;
  }

  .text-block-5 {
    font-size: 12px;
    line-height: 18px;
  }

  .container-7 {
    margin-top: -39px;
    margin-bottom: 27px;
  }

  .navbar-2 {
    margin-top: 21px;
  }

  .menu-button {
    color: #fff;
  }

  .icon {
    margin-top: 6px;
  }

  .text-span-3, .text-block-6 {
    font-size: 18px;
  }

  .text-block-9, .text-block-10 {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-11 {
    font-size: 18px;
  }

  .text-block-12 {
    text-align: left;
    margin-left: 8px;
    font-size: 12px;
    line-height: 15px;
  }

  .text-block-13 {
    text-align: center;
    flex: 0 auto;
    margin-left: 11px;
    font-size: 12px;
    line-height: 15px;
  }

  .cell {
    text-align: left;
  }

  .text-block-14 {
    text-align: center;
    margin-left: 47px;
    font-size: 12px;
    line-height: 15px;
  }

  .text-block-15 {
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }

  .text-block-16 {
    text-align: left;
    margin-left: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-17 {
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-18 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-19 {
    font-size: 12px;
    line-height: 15px;
  }

  .image-8 {
    margin-left: -92px;
  }

  .text-block-21 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-22, .text-block-23 {
    font-size: 12px;
    line-height: 15px;
  }

  .text-block-25 {
    font-size: 18px;
  }

  .text-block-26 {
    font-size: 12px;
    line-height: 15px;
  }

  .text-block-27 {
    text-align: center;
    font-size: 13px;
    line-height: 14px;
  }

  .text-block-28, .text-block-29, .text-block-30, .text-block-31 {
    font-size: 12px;
    line-height: 14px;
  }

  .quick-stack {
    grid-column-gap: 0px;
  }

  .bold-text, .bold-text-2 {
    font-size: 16px;
  }

  .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
    font-size: 14px;
  }

  .container-9 {
    margin-top: -54px;
  }

  .container-10 {
    margin-bottom: -18px;
  }
}

#w-node-f65147cc-4185-1c0d-274e-b0b0817187f1-e1af2313 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0718bea3-1c5f-7fa2-fe10-3e56217359c2-e1af2313 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_0718bea3-1c5f-7fa2-fe10-3e56217359c2-75567822 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_3a442ff4-bc05-1034-1937-16cf5a05396a-75567822 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}


