:root {
  --white: white;
  --black: black;
}

.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 {
  background-image: url('../images/bg_fred-roby_red_blur_brighter.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

h1 {
  color: #fedd1b;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Handlee, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

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

h3 {
  color: #f31b23;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Handlee, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #fedd1b;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Handlee, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-family: Handlee, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

a {
  color: #fff;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.header {
  margin-bottom: 40px;
}

.hero {
  margin-top: 60px;
  margin-bottom: 0;
}

.content {
  width: 80%;
  margin: 100px auto;
  position: static;
}

.navbar {
  color: #fedd1b;
  text-align: center;
  background-color: rgba(221, 221, 221, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  font-family: Handlee, sans-serif;
  font-size: 18px;
  display: flex;
}

.body {
  background-color: #163857;
  background-image: url('../images/bg_fred-roby.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.nav-item {
  color: #f31b23;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Handlee, sans-serif;
  text-decoration: none;
}

.nav-item:hover {
  color: #f31b23;
  background-color: #fedd1b;
  box-shadow: 0 0 12px 4px #fedd1b;
}

.nav-item.w--current {
  color: #f31b23;
  background-color: #fedd1b;
  font-weight: 400;
  box-shadow: 0 0 12px 4px #fedd1b;
}

.nav-link {
  color: #fff;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.footer {
  margin: 60px auto;
}

.slide {
  background-color: #000;
  background-image: url('../images/fred-roby_img_web_17.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider {
  min-height: 700px;
}

.slide-3 {
  background-image: url('../images/fred-roby_img_web_06.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/fred-roby_img_web_19.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.container-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #fedd1b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Handlee, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.container-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.icon-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  line-height: 0;
  display: flex;
}

.icon-box-title {
  color: #fff;
  font-family: Handlee, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.icon-box-text {
  color: #fff;
  text-align: center;
  font-family: Handlee, sans-serif;
  font-size: 18px;
}

.image-2 {
  border: 15px solid #fff;
  border-radius: 20px;
  transform: rotate(7deg);
}

.hero-image-1 {
  transform-style: preserve-3d;
  border: 10px solid #fff;
  border-bottom-width: 70px;
  border-radius: 15px;
  transform: rotateX(0)rotateY(-20deg)rotateZ(20deg);
}

.hero-image-2 {
  border-style: solid;
  border-width: 10px 10px 70px;
  border-color: var(--white);
  transform-style: preserve-3d;
  border-radius: 15px;
  transform: rotateX(0)rotateY(12deg)rotateZ(4deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.hero-image-3 {
  transform-style: preserve-3d;
  border: 10px solid #fff;
  border-bottom-width: 70px;
  border-radius: 15px;
  transform: rotateX(9deg)rotateY(18deg)rotateZ(-7deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.heading-2 {
  color: #f31b23;
  margin-top: 10px;
  font-family: Handlee, sans-serif;
  font-size: 82px;
}

.nav-menu {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: block;
}

.text-block {
  color: #fedd1b;
  text-align: center;
  font-family: Handlee, sans-serif;
}

.footer-text {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Handlee, sans-serif;
}

.bio-image-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-3 {
  border-style: solid;
  border-width: 10px 10px 70px;
  border-color: var(--white);
  border-radius: 10px;
  margin-top: 20px;
  margin-right: 0;
  transform: rotate(12deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-4 {
  border: 10px solid #fff;
  border-bottom-width: 50px;
  border-radius: 10px;
  margin-top: 60px;
  transform: rotate(-15deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.lightbox-link {
  display: flex;
}

.lightbox-link-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.image-5 {
  border: 10px solid #faf9e5;
  border-bottom: 50px solid #fffef3;
  border-radius: 10px;
}

.image-5.image-border {
  border: 10px solid #fff;
  border-bottom-width: 50px;
  border-radius: 10px;
}

.image-6 {
  border: 10px solid #fff;
  border-bottom: 50px solid #fffef3;
  border-radius: 10px;
  transform: rotate(-4deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-8 {
  border: 10px solid #fffef3;
  border-bottom-width: 50px;
  border-radius: 10px;
  transform: rotate(1deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-7 {
  border: 10px solid #fffef3;
  border-bottom-width: 50px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.body-2 {
  background-image: url('../images/bg_fred-roby_red_blur.jpg');
}

.lightbox-link-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-decoration: none;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area"
                       "."
                       ".";
}

.image-9 {
  border: 10px solid #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-10 {
  border: 10px solid #fff;
  border-radius: 10px;
}

.image-frame {
  border: 10px solid #fffef3;
  border-radius: 5px;
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, .34);
}

.container-5 {
  flex-flow: column;
  display: flex;
}

.heading-3 {
  margin-top: 0;
}

.ref-text {
  color: var(--white);
  font-family: Handlee, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.ref-title-2 {
  color: #fedd1b;
  font-weight: 400;
}

.ref-title-1 {
  color: #f31b23;
  margin-top: 0;
  margin-bottom: 0;
}

.cell-2 {
  border: 1px solid #fff;
  border-radius: 5px;
}

.ref-box {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 20px;
}

.ref-box.no-border {
  border-style: none;
  border-width: 0;
}

.quick-stack {
  padding-left: 0;
}

.link {
  color: #fff;
  text-decoration: underline;
}

.container-6 {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.container-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 5px;
  display: flex;
}

.heading-4, .heading-5 {
  text-decoration: none;
}

.body-3 {
  background-image: url('../images/bg_fred-roby_red_blur_brighter.jpg');
}

.section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.header-en {
  max-width: 80%;
}

.section-2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.image-11, .image-12 {
  margin-bottom: 20px;
}

.button {
  color: #f31b23;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 10px;
  font-family: Handlee, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button:hover {
  background-color: #fedd1b;
  box-shadow: 0 0 12px 4px #fedd1b;
}

.container-9 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.container-10 {
  max-width: 100%;
}

.lightbox-alt {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.text-block-2 {
  color: #000;
  margin-top: -85px;
  margin-left: 13px;
  font-family: Handlee, sans-serif;
  font-size: 18px;
}

.container-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1000px;
  margin-left: auto;
  display: flex;
}

.text-block-3 {
  color: var(--black);
  margin-top: -47px;
  margin-left: 9px;
  font-family: Handlee, sans-serif;
  font-size: 18px;
}

.text-block-3.text-block-2 {
  margin-top: -55px;
  font-size: 17px;
}

.text-block-3.long-text {
  margin-top: -122px;
}

.image-box.image-box-2 {
  margin-top: 40px;
  transform: rotate(4deg);
}

.image-13 {
  border: 8px solid #fff;
  border-bottom-width: 50px;
  border-radius: 6px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px 10px rgba(0, 0, 0, .2);
}

.image-13.large-bottom-border {
  border-bottom-width: 130px;
}

.container-12 {
  max-width: 1000px;
  margin-top: 20px;
}

.heading-6 {
  margin-bottom: 20px;
}

.container-13, .container-14 {
  max-width: 100%;
}

.container-15, .container-16, .container-17, .container-18, .container-19, .container-20 {
  max-width: 1000px;
}

.section-3 {
  margin: 60px;
}

.section-4 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.quick-stack-2, .quick-stack-3 {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .content {
    flex-flow: wrap;
    width: 100%;
  }

  .navbar {
    width: 100%;
  }

  .nav-item {
    justify-content: center;
    display: flex;
  }

  .nav-item.w--current {
    color: #fedd1b;
  }

  .container-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .icon-box {
    flex-flow: column;
    padding: 5px;
  }

  .icon-box-title {
    font-size: 20px;
  }

  .icon-box-text {
    font-size: 16px;
    line-height: 20px;
  }

  .nav-menu {
    background-color: rgba(200, 200, 200, 0);
    border-radius: 0;
    flex-flow: row;
    margin-left: 60px;
    margin-right: 60px;
    padding-bottom: 10px;
    display: flex;
  }

  .menu-button {
    font-size: 18px;
  }

  .menu-button:hover {
    background-color: maroon;
  }

  .menu-button:focus {
    border-radius: 100px;
  }

  .icon {
    font-size: 30px;
  }

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

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

  .container-10 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .text-block-3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .container-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-content: stretch;
  }

  .hero-image-1 {
    border-bottom-width: 50px;
    display: block;
  }

  .hero-image-2, .hero-image-3 {
    border-bottom-width: 50px;
    display: none;
  }

  .nav-menu {
    border-radius: 5px;
    margin-top: 20px;
  }

  .lightbox-link-2 {
    flex-flow: column;
    align-items: center;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

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

  .image-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lightbox-alt {
    flex-flow: column;
    align-items: center;
  }

  .container-11 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .text-block-3 {
    margin-top: -54px;
    font-size: 16px;
  }

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

@media screen and (max-width: 479px) {
  body {
    background-color: maroon;
    background-image: url('../images/bg_fred-roby_red_blur_bright_mobile.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .nav-item {
    justify-content: center;
    align-items: flex-start;
    min-width: 93%;
    margin-right: 10px;
    padding-right: 20px;
    display: block;
  }

  .nav-item:hover {
    background-color: #fafafa;
  }

  .nav-item.w--current {
    color: maroon;
  }

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

  .container-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .icon-box-title {
    font-size: 30px;
  }

  .nav-menu {
    background-color: maroon;
    flex-flow: column;
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-button.w--open {
    width: 500px;
  }

  .bold-text {
    text-align: center;
    font-size: 20px;
  }

  .body-3 {
    background-color: #500;
    background-image: url('../images/bg_fred-roby_red_blur_bright_mobile.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .container-9 {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .container-11 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
  }

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

  .image-box.image-box-2 {
    transform: none;
  }

  .image-13 {
    border-bottom-width: 50px;
  }

  .heading-7, .heading-8 {
    text-align: center;
  }

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

  .bold-text-3, .bold-text-4 {
    font-size: 24px;
    line-height: 24px;
  }
}

#w-node-_1857e91b-9209-29d0-6cb4-fadfda41b3ef-c8cecc35 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_273052d2-6c62-4606-0ae1-89721f3edf4c-7b7cca6e {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_45727218-ce07-9bef-7461-63cf53114429-4d278c62 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cf545ec2-7355-7ce3-7065-8cdb7523b3a4-4d278c62 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5244030b-059c-4bda-0025-8ba3417c7e7c-560b7162 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1857e91b-9209-29d0-6cb4-fadfda41b3ef-c8f7cf1e {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_486837e3-0674-92c5-2651-68775e1efb23-c8f81f45 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a04c45dc-e1e4-0c32-2f24-1c15c3b0f4aa-70c3797c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cf545ec2-7355-7ce3-7065-8cdb7523b3a4-70c3797c {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5244030b-059c-4bda-0025-8ba3417c7e7c-59a7b768 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-be19582a-fd36-2d27-cc5f-3b5db4427187-a9f6adec {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e48cd086-51ba-7c8a-6ac4-b42eef6631af-340f28ab {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-be19582a-fd36-2d27-cc5f-3b5db4427187-7a476569 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_38908f64-cef1-a373-0c69-06e464ec181e-dade4970 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_273052d2-6c62-4606-0ae1-89721f3edf4c-7b7cca6e, #w-node-_45727218-ce07-9bef-7461-63cf53114429-4d278c62 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_5244030b-059c-4bda-0025-8ba3417c7e7c-560b7162 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_486837e3-0674-92c5-2651-68775e1efb23-c8f81f45, #w-node-a04c45dc-e1e4-0c32-2f24-1c15c3b0f4aa-70c3797c {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_5244030b-059c-4bda-0025-8ba3417c7e7c-59a7b768 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e48cd086-51ba-7c8a-6ac4-b42eef6631af-340f28ab, #w-node-_38908f64-cef1-a373-0c69-06e464ec181e-dade4970 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_273052d2-6c62-4606-0ae1-89721f3edf4c-7b7cca6e, #w-node-_45727218-ce07-9bef-7461-63cf53114429-4d278c62 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5244030b-059c-4bda-0025-8ba3417c7e7c-560b7162 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_486837e3-0674-92c5-2651-68775e1efb23-c8f81f45, #w-node-a04c45dc-e1e4-0c32-2f24-1c15c3b0f4aa-70c3797c {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5244030b-059c-4bda-0025-8ba3417c7e7c-59a7b768 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e48cd086-51ba-7c8a-6ac4-b42eef6631af-340f28ab, #w-node-_38908f64-cef1-a373-0c69-06e464ec181e-dade4970 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1857e91b-9209-29d0-6cb4-fadfda41b3ef-c8cecc35 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_273052d2-6c62-4606-0ae1-89721f3edf4c-7b7cca6e, #w-node-_45727218-ce07-9bef-7461-63cf53114429-4d278c62 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cf545ec2-7355-7ce3-7065-8cdb7523b3a4-4d278c62 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5244030b-059c-4bda-0025-8ba3417c7e7c-560b7162 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1857e91b-9209-29d0-6cb4-fadfda41b3ef-c8f7cf1e {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_486837e3-0674-92c5-2651-68775e1efb23-c8f81f45, #w-node-a04c45dc-e1e4-0c32-2f24-1c15c3b0f4aa-70c3797c {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cf545ec2-7355-7ce3-7065-8cdb7523b3a4-70c3797c {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5244030b-059c-4bda-0025-8ba3417c7e7c-59a7b768 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-be19582a-fd36-2d27-cc5f-3b5db4427187-a9f6adec {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e48cd086-51ba-7c8a-6ac4-b42eef6631af-340f28ab {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-be19582a-fd36-2d27-cc5f-3b5db4427187-7a476569 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_38908f64-cef1-a373-0c69-06e464ec181e-dade4970 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}


