:root {
  --white: white;
}

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

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

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

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

.section {
  background-image: url('../images/barn-siding.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 0;
}

.image {
  max-width: 80%;
  margin-bottom: 152px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-2 {
  max-width: 100%;
  position: relative;
  top: -222px;
  left: 17px;
}

.image-3 {
  position: relative;
}

.section-2 {
  z-index: 999;
  background-image: url('../images/Farming-Sillouette.png');
  background-position: 50%;
  background-size: cover;
  margin-bottom: -227px;
  padding-bottom: 0;
  position: relative;
  top: 0;
}

.navbar {
  background-color: #000;
}

.image-4 {
  max-width: 50%;
  margin-top: 19px;
  margin-bottom: 17px;
}

.nav-link {
  color: #fff;
  margin-top: 35px;
  font-size: 20px;
  font-weight: 700;
}

.nav-link.w--current {
  color: #d64d4d;
  margin-top: 35px;
}

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

.section-3 {
  text-align: center;
  background-color: #000;
  background-image: url('../images/background-road.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.container {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: -726px;
}

.image-5 {
  text-align: left;
  object-fit: contain;
  border: 12px solid #fff;
  flex: 0 auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  left: auto;
  box-shadow: 5px 8px 20px #000;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch;
  place-items: stretch stretch;
  margin-top: 91px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container-2 {
  justify-content: center;
  align-items: center;
  margin-top: 104px;
  margin-bottom: 116px;
  display: flex;
}

.animal-link {
  filter: grayscale();
  transform-style: preserve-3d;
  background-image: url('../images/iStock-1270854319.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  height: 250px;
  text-decoration: none;
}

.animal-link:hover {
  filter: none;
  transform: scale3d(1none, 1none, 1none);
  box-shadow: 6px 6px 16px 4px #000;
}

.link-block-2 {
  background-image: url('../images/iStock-92697985.jpg');
  background-position: 50%;
  background-size: cover;
  width: 250px;
}

.link-block-3 {
  background-image: url('../images/iStock-889083114.jpg');
  background-position: 50%;
  background-size: cover;
  width: 250px;
}

.link-block-4 {
  background-image: url('../images/iStock-645788690.jpg');
  background-position: 50%;
  background-size: cover;
  width: 250px;
}

.link-block-5 {
  background-image: url('../images/iStock-464996814.jpg');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.link-block-6 {
  background-image: url('../images/iStock-518461942.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-7 {
  background-image: url('../images/144661304_3976164662414649_426396870804515189_n_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-8 {
  background-image: url('../images/iStock-478287121.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-9 {
  background-image: url('../images/iStock-913076122.jpg');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.link-block-10 {
  background-image: url('../images/iStock-1059410404.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-11 {
  background-image: url('../images/iStock-520734897.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-12 {
  background-image: url('../images/iStock-960947634.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-6 {
  z-index: 1;
  border: 10px solid #fff;
  border-radius: 4px;
  position: relative;
  top: 0;
  box-shadow: 6px 6px 20px #000;
}

.section-4 {
  position: relative;
  top: -685px;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.feed-products-section, .image-7 {
  margin-top: 0;
}

.image-8 {
  max-width: 80%;
  margin-top: 47px;
  margin-left: 43px;
}

.section-5 {
  background-image: url('../images/barn-siding.jpg');
  background-position: 0 0;
  background-size: auto;
}

.body {
  background-color: #000;
}

.image-9 {
  margin-top: -37px;
  position: static;
  top: 0;
}

.image-10 {
  width: 100vw;
  min-width: 100px;
  max-width: 100vw;
  height: 15%;
}

.text-block {
  display: none;
}

.text-block:hover {
  opacity: 1;
  color: #b80a0a;
  text-align: center;
  border: 1px #000;
  border-radius: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 39px;
  font-style: normal;
  line-height: 80%;
  text-decoration: none;
  display: block;
}

.hover-text {
  display: none;
}

.hover-text:hover {
  display: block;
}

.bold-text {
  box-shadow: 1px 1px 3px 0 var(--white);
  color: #6f1a1a;
  justify-content: center;
  margin-top: 219px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 36px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 218px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 32px;
  display: flex;
}

.text-block-2:hover {
  color: #fff;
  display: flex;
}

.animal-hover-text {
  flex-flow: row-reverse;
  place-content: flex-start center;
  align-items: flex-start;
  margin-top: 219px;
  display: block;
}

.animal-hover-text:hover {
  display: none;
}

.heading-2 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-3 {
  text-align: center;
  margin-top: 39px;
  margin-bottom: -83px;
}

.beef-cattle-header {
  background-image: url('../images/Beef-Cattle.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.image-11 {
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-12 {
  max-width: 60%;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 0;
}

.section-7 {
  height: 20px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 16px;
}

.header {
  background-image: url('../images/Header-Poultry_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.header.beef-cattle {
  background-image: url('../images/Beef-Cattle.jpg');
  background-position: 50%;
  background-size: cover;
}

.header.dairy-cattle {
  background-image: url('../images/Dairy-Cattle.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.header.sheep {
  background-image: url('../images/Header-Sheep.jpg');
  background-position: 50%;
  background-size: cover;
}

.header.goats {
  background-image: url('../images/Header-Goats.jpg');
  background-position: 50%;
  background-size: cover;
}

.header.rabbits {
  background-image: url('../images/Header-Rabbits.jpg');
  background-position: 50% 66%;
  background-size: cover;
}

.header.gamefowl {
  background-image: url('../images/Header-Gamefowl.jpg');
  background-position: 50%;
  background-size: cover;
}

.header.swine {
  background-image: url('../images/Header-Swine.jpg'), url('../images/Header-Poultry_1.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.header.wild-game {
  background-image: url('../images/Header-Wild-Game.jpg'), url('../images/Header-Poultry_1.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.header.pets {
  background-image: url('../images/Header-Pets.jpg'), url('../images/Header-Poultry_1.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.header.gardening {
  background-image: url('../images/Header-Gardening.jpg');
  background-position: 50% 0;
}

.header.product-shelves {
  background-image: url('../images/PRODUCT-SHELVES.jpg');
  background-position: 50%;
  background-size: cover;
}

.header.store-counter {
  background-image: url('../images/DJI_0013.jpg');
  background-position: 50%;
  background-size: cover;
}

.header.about-header {
  background-image: url('../images/First-Gen.png');
  background-position: 50% 11%;
  background-size: cover;
}

.header.staff-header {
  background-image: url('../images/STORE-COUNTER.jpg');
  background-position: 50%;
  background-size: cover;
}

.header.feed-pet {
  background-image: url('../images/555963017_122143031858890430_7715951236145510673_n.jpg');
  background-size: cover;
}

.header.equestrian {
  background-image: url('../images/Equestrian2.jpg');
  background-position: 50% 82%;
  background-size: cover;
}

.image-13 {
  margin-bottom: 26px;
}

.image-14 {
  margin-bottom: 16px;
}

.image-15 {
  margin-bottom: 17px;
}

.image-16 {
  margin-bottom: 18px;
}

.image-17 {
  margin-bottom: 20px;
}

.image-18 {
  margin-bottom: 16px;
}

.image-19 {
  margin-bottom: 19px;
}

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

.image-21 {
  margin-bottom: 14px;
}

.image-22 {
  margin-bottom: 15px;
}

.image-23 {
  margin-bottom: 19px;
}

.dropdown-toggle {
  background-color: #000;
  border-radius: 0 0 17px 17px;
  position: relative;
  left: 0;
  box-shadow: 2px 2px 13px -1px #5c5a5a;
}

.dropdown-toggle.w--open {
  left: 0;
}

.text-block-5 {
  color: var(--white);
  font-weight: 700;
}

.section-8 {
  color: #000;
}

.icon {
  color: var(--white);
}

.dropdown {
  left: 946px;
}

.dropdown-link {
  color: #312f2f;
  text-align: center;
  font-weight: 700;
}

.dropdown-link.w--current {
  color: #000;
  text-align: center;
  font-weight: 700;
}

.dropdown-link.w--current:hover {
  background-color: #f8b1b1;
}

.dropdown-link-2 {
  text-align: center;
  font-weight: 700;
}

.dropdown-link-2:hover {
  background-color: #f8b1b1;
}

.dropdown-link-2.w--current {
  color: red;
}

.dropdown-link-3 {
  text-align: center;
  font-weight: 700;
}

.dropdown-link-3:hover {
  background-color: #f8b1b1;
}

.dropdown-link-3.w--current {
  color: red;
}

.dropdown-link-4 {
  text-align: center;
  font-weight: 700;
}

.dropdown-link-4:hover {
  background-color: #f8b1b1;
}

.dropdown-link-4.w--current {
  color: #fd0000;
}

.dropdown-link-5 {
  text-align: center;
  font-weight: 700;
}

.dropdown-link-5:hover {
  background-color: #f8b1b1;
}

.dropdown-link-5.w--current {
  color: red;
}

.dropdown-link-6 {
  text-align: center;
  font-weight: 700;
}

.dropdown-link-6:hover {
  background-color: #f8b1b1;
}

.dropdown-link-6.w--current {
  color: red;
}

.dropdown-link-7 {
  text-align: center;
  font-weight: 700;
}

.dropdown-link-7:hover {
  background-color: #f8b1b1;
}

.dropdown-link-7.w--current {
  color: red;
}

.dropdown-link-8 {
  text-align: center;
  font-weight: 700;
}

.dropdown-link-8:hover {
  background-color: #f8b1b1;
}

.dropdown-link-8.w--current {
  color: red;
}

.dropdown-link-9 {
  text-align: center;
  font-weight: 700;
}

.dropdown-link-9:hover {
  background-color: #f8b1b1;
}

.dropdown-link-9.w--current {
  color: red;
}

.dropdown-link-10 {
  text-align: center;
  font-weight: 700;
}

.dropdown-link-10:hover {
  background-color: #f8b1b1;
}

.dropdown-link-10.w--current {
  color: red;
}

.dropdown-link-11 {
  text-align: center;
  font-weight: 700;
}

.dropdown-link-11:hover {
  background-color: #f8b1b1;
}

.dropdown-link-11.w--current {
  color: red;
}

.dropdown-link-12 {
  text-align: center;
  font-weight: 700;
}

.dropdown-link-12:hover {
  background-color: #f8b1b1;
}

.dropdown-link-12.w--current {
  color: red;
}

.text-block-5-copy {
  color: var(--white);
  font-weight: 700;
}

.rich-text-block {
  font-weight: 700;
}

.image-13-copy {
  margin-bottom: 26px;
}

.div-block {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: -40px;
}

.text-block-6 {
  flex-wrap: nowrap;
  flex: 0 auto;
  order: -1;
  place-content: stretch center;
  align-self: flex-start;
  align-items: stretch;
  margin-top: 346px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -427px;
}

.container-3 {
  margin-bottom: -79px;
  padding-top: 0;
  position: relative;
}

.container-4 {
  position: relative;
}

.text-block-7 {
  text-align: center;
  margin-top: 36px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-8 {
  font-size: 21px;
}

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

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

.html-embed {
  border-radius: 0;
  margin-top: 19px;
}

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

.container-12 {
  max-width: 80%;
}

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

.heading-13 {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: -28px;
  font-size: 19px;
}

.text-block-4-copy {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}

.section-8-copy {
  color: #000;
}

.image-11-copy {
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-14 {
  color: #8a0000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-24 {
  border: 8px solid #000;
}

.mobile-footer {
  display: none;
}

@media screen and (max-width: 991px) {
  .image {
    margin-bottom: 180px;
  }

  .grid {
    flex: 1;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: block;
    position: static;
  }

  .container-2 {
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: static;
  }

  .animal-link {
    width: 219px;
    height: 233px;
    margin-left: 22px;
    padding-left: 0;
  }

  .text-block-2 {
    margin-top: 241px;
  }

  .dropdown {
    left: 513px;
  }

  .container-12 {
    max-width: 90%;
  }

  .mobile-footer {
    display: none;
  }

  .section-44, .quick-stack, .quick-stack-2 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .image {
    margin-bottom: 215px;
  }

  .image-8 {
    max-width: 33%;
    margin-left: 3px;
  }

  .section-5 {
    min-height: 13.59%;
    display: none;
    position: static;
  }

  .image-12 {
    max-width: 40%;
    margin-top: -129px;
    margin-bottom: 28px;
  }

  .text-block-3 {
    margin-top: -5px;
    margin-left: 7px;
    font-size: 11px;
    position: relative;
    top: -196px;
  }

  .text-block-4 {
    margin-top: 170px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: -212px;
    left: 0;
  }

  .image-15 {
    margin-left: -11px;
  }

  .section-8 {
    background-color: var(--white);
    padding-left: 11px;
    padding-right: 15px;
  }

  .dropdown {
    left: 337px;
  }

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

  .column {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: -197px;
    display: flex;
    top: -185px;
    left: 0;
    right: 0;
  }

  .link-block-13 {
    flex: 0 auto;
    justify-content: flex-end;
    margin-top: 140px;
    margin-left: 186px;
    display: flex;
  }

  .column-2 {
    margin-top: -115px;
    line-height: 20px;
    top: -2px;
    bottom: -186px;
  }

  .container-5 {
    max-height: 268px;
    position: static;
  }

  .heading-5 {
    margin-left: 18px;
  }

  .rich-text-block-2 {
    margin-left: 24px;
    margin-right: 14px;
  }

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

  .section-11 {
    background-color: var(--white);
  }

  .heading-6 {
    margin-left: 21px;
  }

  .section-12 {
    background-color: var(--white);
    margin-left: -1px;
  }

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

  .section-13 {
    background-color: var(--white);
  }

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

  .section-14 {
    background-color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-left: 14px;
    padding-right: 18px;
  }

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

  .container-7 {
    background-color: var(--white);
    padding-left: 17px;
  }

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

  .section-15 {
    background-color: var(--white);
  }

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

  .section-16 {
    background-color: var(--white);
    padding-left: 3px;
  }

  .section-17 {
    background-color: var(--white);
    padding-left: 22px;
    padding-right: 8px;
  }

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

  .section-18 {
    background-color: var(--white);
  }

  .section-19 {
    background-color: var(--white);
    padding-left: 16px;
    padding-right: 10px;
  }

  .container-8 {
    padding-left: 13px;
  }

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

  .section-20 {
    background-color: var(--white);
  }

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

  .section-21, .section-22 {
    background-color: var(--white);
  }

  .container-9 {
    padding-left: 14px;
    padding-right: 10px;
  }

  .text-block-10 {
    padding-left: 60px;
    font-size: 10px;
    line-height: 12px;
    display: block;
  }

  .html-embed-2 {
    max-width: 96%;
    margin-right: -62px;
  }

  .heading-7 {
    margin-left: 52px;
  }

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

  .container-10, .section-23 {
    background-color: var(--white);
  }

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

  .section-24, .section-25, .container-11, .section-26 {
    background-color: var(--white);
  }

  .heading-8 {
    padding-left: 29px;
  }

  .rich-text-block-4 {
    padding-left: 11px;
    padding-right: 11px;
  }

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

  .section-27, .section-28 {
    background-color: var(--white);
  }

  .section-29 {
    background-color: var(--white);
    padding-left: 10px;
    padding-right: 12px;
  }

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

  .section-30, .section-31 {
    background-color: var(--white);
  }

  .section-32 {
    background-color: var(--white);
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .section-33, .section-34 {
    background-color: var(--white);
  }

  .section-35 {
    background-color: var(--white);
    padding-left: 10px;
    padding-right: 9px;
  }

  .heading-9 {
    padding-left: 8px;
  }

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

  .section-36 {
    background-color: var(--white);
  }

  .section-37 {
    background-color: var(--white);
    padding-left: 10px;
    padding-right: 16px;
  }

  .section-38 {
    background-color: var(--white);
  }

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

  .section-39, .section-40 {
    background-color: var(--white);
  }

  .section-41 {
    background-color: var(--white);
    padding-left: 13px;
    padding-right: 15px;
  }

  .text-block-4-copy {
    margin-top: 170px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: -212px;
    left: 0;
  }

  .section-8-copy {
    background-color: var(--white);
    padding-left: 11px;
    padding-right: 15px;
  }

  .mobile-footer {
    display: block;
  }

  .heading-15 {
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .section-44 {
    background-color: var(--white);
    max-width: 100%;
  }

  .quick-stack-2 {
    max-width: 100%;
  }

  .text-block-10-copy {
    padding-left: 0;
    font-size: 10px;
    line-height: 12px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .image {
    margin-bottom: 220px;
  }

  .image-8 {
    max-width: 45%;
  }

  .section-5 {
    min-height: 16%;
  }

  .heading-3 {
    color: #fff;
  }

  .image-12 {
    max-width: 40%;
    margin-top: -112px;
  }

  .text-block-3 {
    background-color: #000;
    top: -94px;
  }

  .text-block-4 {
    font-size: 14px;
    line-height: 17px;
    top: -53px;
  }

  .section-8 {
    background-color: var(--white);
  }

  .dropdown {
    left: 42px;
  }

  .text-block-7 {
    margin-top: 62px;
    font-size: 15px;
  }

  .section-9 {
    margin-top: -30px;
  }

  .column {
    margin-top: -73px;
    top: -240px;
  }

  .link-block-13 {
    margin-top: 124px;
    margin-left: 79px;
  }

  .container-5 {
    max-height: 305px;
  }

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

  .section-11 {
    background-color: var(--white);
  }

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

  .html-embed-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-10 {
    padding-left: 18px;
  }

  .container-12 {
    max-width: 90%;
  }

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

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

  .text-block-4-copy {
    font-size: 14px;
    line-height: 17px;
    top: -53px;
  }

  .section-8-copy {
    background-color: var(--white);
  }

  .columns {
    display: none;
  }

  .code-embed {
    width: 100%;
  }

  .mobile-footer {
    height: 500px;
  }

  .heading-15 {
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span {
    font-size: 19px;
    line-height: 16px;
  }

  .text-block-11 {
    color: #fff;
    text-align: center;
  }

  .icon-2 {
    color: #fff;
    margin-top: -46px;
    padding-top: 39px;
    font-size: 72px;
  }

  .section-42 {
    font-size: 17px;
  }

  .quick-stack {
    max-width: 300px;
  }

  .quick-stack-2 {
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

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

#w-node-f163d748-3dbb-7cce-b164-5eff148fdee4-148fdee3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f2ca09ad-8919-9b03-d7a8-fa57d967f7ac-0f626363 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e090076b-e5a5-2a20-e3f8-412910ce28a8-0f626363, #w-node-_5d062b00-9a22-6d39-84d8-45c5b920d06a-0f626363, #w-node-aad89818-b786-1fba-5c02-3269343ecf02-0d0e27ec {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-d0765753-022c-9329-ac59-175a6f2bec57-f2938e3f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f2ca09ad-8919-9b03-d7a8-fa57d967f7ac-0f626363 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e090076b-e5a5-2a20-e3f8-412910ce28a8-0f626363, #w-node-_5d062b00-9a22-6d39-84d8-45c5b920d06a-0f626363 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-aad89818-b786-1fba-5c02-3269343ecf02-0d0e27ec {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f163d748-3dbb-7cce-b164-5eff148fdee4-148fdee3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e090076b-e5a5-2a20-e3f8-412910ce28a8-0f626363 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.75fr;
  }

  #w-node-_5d062b00-9a22-6d39-84d8-45c5b920d06a-0f626363 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f163d748-3dbb-7cce-b164-5eff148fdee4-148fdee3, #w-node-e090076b-e5a5-2a20-e3f8-412910ce28a8-0f626363 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5d062b00-9a22-6d39-84d8-45c5b920d06a-0f626363 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }
}


