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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 39px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

h3 {
  margin-top: -6px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #f90606;
  font-family: Raleway, sans-serif;
  text-decoration: none;
  position: relative;
  bottom: 0;
}

a:hover {
  color: #7b219c;
  border-bottom: 4px solid #f90606;
}

.body {
  max-width: 100%;
  color: #000;
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.section-22 {
  margin-top: 0;
  position: static;
}

.section-22:hover {
  mix-blend-mode: normal;
}

.container-2 {
  max-width: 80%;
  justify-content: center;
  margin-top: 14px;
  display: flex;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 36px;
  margin-bottom: 21px;
  padding: 22px 30px 11px;
  position: relative;
}

.footer-dark:hover {
  border-bottom: 3px #f90606;
}

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

.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: 29px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  border-left: 2px dotted rgba(64, 64, 64, .34);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 15px;
  display: flex;
}

.footer-block:hover {
  border-left-color: #f98306;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 9px;
  padding-left: 4px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  margin-top: 1px;
  margin-bottom: 9px;
  padding: 2px 4px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  bottom: 0;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
  border-color: rgba(64, 64, 64, .34);
  border-radius: 0;
  font-weight: 600;
}

.footer-link.w--current:hover {
  border-color: rgba(64, 64, 64, .34);
}

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

.footer-copyright-center {
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.footer-copyright-center:hover {
  border-bottom: 1px #000;
}

.heading__3 {
  margin-top: -4px;
  line-height: 27px;
  display: flex;
}

.heading__3.bio {
  margin-top: 0;
}

.text-span {
  color: #f90606;
  font-size: 48px;
  line-height: 20px;
  position: relative;
  top: 22px;
}

.text-block-3 {
  margin-bottom: 6px;
}

.text-block-3.footer {
  flex: 0 auto;
  padding-left: 4px;
  font-family: Raleway, sans-serif;
}

.paragraph {
  margin-bottom: 5px;
}

.section_samples {
  margin-top: 0;
}

.grid-steve {
  max-width: 100%;
  grid-column-gap: 19px;
  grid-row-gap: 16px;
  object-fit: contain;
  grid-template: ". ."
                 "Area Area"
                 / 1.75fr 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  display: grid;
}

.grid-div-block {
  border: 1px solid rgba(64, 64, 64, .7);
  flex-flow: row-reverse wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-div-block:hover {
  background-color: rgba(64, 64, 64, .14);
}

.image-4 {
  width: auto;
  text-align: left;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.image-ctr {
  object-fit: contain;
  padding-left: 10px;
  padding-right: 10px;
}

.steve_image {
  max-width: 99%;
  flex: 1;
  align-self: center;
  padding: 10px;
  position: static;
}

.image-7 {
  object-fit: contain;
  border: 1px solid rgba(0, 0, 0, 0);
  flex: 0 auto;
  padding: 10px;
}

.container-5 {
  margin-top: 20px;
}

.section-24 {
  margin-top: 36px;
}

.div-block {
  width: 50%;
  display: flex;
}

.image-9 {
  width: 16%;
  float: left;
  margin-bottom: 12px;
  margin-right: 19px;
}

.paragraph-5 {
  text-align: left;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.paragraph-5.red-border-box {
  background-color: #efefef;
  border-left: 4px solid #ec1b1b;
  margin-top: 8px;
  margin-bottom: 25px;
  padding: 8px 29px;
}

.tiny_caption {
  text-align: center;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.div-block-2 {
  float: right;
  margin-left: 21px;
}

.container-7 {
  margin-top: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.heading-5 {
  z-index: 3;
  text-align: left;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.image-37 {
  width: 135px;
  min-height: 25%;
  min-width: 15%;
  float: left;
  margin-right: 15px;
  padding-right: 0;
}

.image-38 {
  min-height: 20%;
  float: right;
  border: 1px solid #d2d2d2;
  margin-bottom: 5px;
}

.image-30 {
  margin: 1px auto 19px;
}

.image-35 {
  z-index: 10;
  width: 12%;
  float: right;
  clear: none;
  margin: 2px 132px 20px 10px;
  padding-right: 5px;
  font-size: 10px;
  position: relative;
}

.capybara_subhead {
  margin-top: 20px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.capybara_body {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.section-25 {
  margin-top: 3px;
}

.container-8 {
  margin-top: 8px;
}

.columns-2 {
  margin-left: 0;
  margin-right: 0;
}

.heading-main {
  max-width: 100%;
  justify-content: center;
  margin-bottom: 17px;
  padding-top: 0;
  font-size: 48px;
  line-height: 50px;
  display: flex;
}

.div-block-3 {
  display: flex;
}

.button {
  text-align: center;
  background-color: #f90606;
  margin-bottom: 17px;
  padding-top: 9px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  position: static;
}

.button.red {
  display: flex;
}

.button.red:hover {
  color: #f5f7fa;
  background-color: #9a2dc1;
  border-bottom-style: none;
}

.div-about-steve {
  justify-content: center;
  align-items: stretch;
  margin-top: 9px;
  margin-bottom: 0;
  padding-top: 7px;
  display: flex;
}

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

.heading_2_column {
  border-top: 8px solid #000;
  margin-top: 0;
  margin-right: 30px;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 22px;
}

.heading_2_column:hover {
  border-top-color: #f90606;
}

.paragraph-graybar {
  border-left: 6px solid rgba(64, 64, 64, .34);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-left: 15px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-graybar:hover {
  border-left-color: #f90606;
}

.paragraph_footer {
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 4px;
  font-size: 16px;
}

.red_header-rev {
  justify-content: center;
  display: flex;
}

.text-block-4 {
  font-size: 24px;
}

.red_head_block {
  width: 100%;
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #f90606;
  border-radius: 2px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 25vw;
  margin-right: 25vw;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  position: static;
}

.centered-red-container {
  color: #fff;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: static;
}

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

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

@media screen and (min-width: 1440px) {
  .paragraph-5 {
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .section-22 {
    margin-top: 26px;
  }

  .container-2 {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-3 {
    max-width: 728px;
  }

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

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

  .heading__3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
  }

  .text-span {
    top: 20px;
  }

  .image-4 {
    object-fit: contain;
    padding: 10px;
  }

  .image-ctr {
    object-fit: contain;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    overflow: visible;
  }

  .steve_image {
    flex: 1;
  }

  .container-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-4 {
    float: none;
  }

  .image-9 {
    width: 20%;
  }

  .paragraph-5 {
    line-height: 24px;
  }

  .paragraph-18 {
    line-height: 22px;
  }

  .heading-5 {
    margin-left: 0;
    padding-left: 0;
  }

  .image-30 {
    margin-top: -4px;
  }

  .image-35 {
    margin-right: 41px;
  }

  .section-25 {
    margin-top: 0;
  }

  .heading-main {
    padding-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
  }

  .button {
    font-family: Raleway, sans-serif;
  }

  .button.red {
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    font-size: 18px;
    display: flex;
  }

  .button.red:hover {
    color: #f5f7fa;
    background-color: #f98306;
  }

  .div-about-steve {
    clear: none;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    display: flex;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .section-22 {
    margin-top: 11px;
    margin-bottom: 15px;
  }

  .column-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2 {
    max-width: 100%;
    margin-top: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .footer-block {
    border-right: 2px dotted rgba(64, 64, 64, .34);
    align-items: center;
    padding-right: 15px;
    font-weight: 400;
  }

  .title-small {
    margin-top: -21px;
  }

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

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

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

  .footer-copyright-center {
    font-size: 10px;
  }

  .heading__3 {
    clear: none;
    flex-flow: row;
    order: 0;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    margin-top: 12px;
    padding-left: 0;
    padding-right: 50px;
    font-size: 18px;
    line-height: 22px;
    display: flex;
  }

  .column {
    margin-top: 7px;
  }

  .section_samples {
    width: 100%;
    object-fit: contain;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .grid-steve {
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .steve_image {
    align-self: center;
  }

  .container-4 {
    max-width: 90%;
    object-fit: contain;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .columns {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .paragraph-3 {
    float: left;
  }

  .image-9 {
    max-width: 70%;
  }

  .paragraph-5 {
    margin-bottom: 2px;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-5.red-border-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-18 {
    line-height: 20px;
  }

  .heading-5 {
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 11px;
    padding-left: 0;
    line-height: 22px;
  }

  .image-30 {
    margin-top: 16px;
  }

  .image-35 {
    width: 15%;
    margin-top: -2px;
    margin-right: 11px;
  }

  .section-25 {
    margin-top: 0;
  }

  .heading-main {
    justify-content: center;
    font-size: 36px;
    line-height: 37px;
    display: flex;
  }

  .button.red {
    font-size: 16px;
    line-height: 16px;
  }

  .div-about-steve {
    position: relative;
  }

  .div-block-5 {
    max-width: 100%;
    justify-content: center;
    margin-left: 21px;
    margin-right: 21px;
    display: flex;
  }

  .heading_2_column {
    margin-top: 10px;
  }

  .container-head {
    max-width: 80%;
    justify-content: center;
    display: flex;
  }

  .red_head_block {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #fff;
  }

  .section-22 {
    margin-top: -54px;
  }

  .container-2 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-dark {
    background-color: rgba(64, 64, 64, .12);
    margin-top: 15px;
  }

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

  .footer-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-link {
    text-align: center;
    top: 1px;
  }

  .heading__3 {
    padding-right: 4px;
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .column {
    margin-top: 56px;
  }

  .grid-steve {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-9 {
    width: 35%;
  }

  .paragraph-5 {
    margin-bottom: 1px;
    padding-bottom: 1px;
    font-size: 11px;
    line-height: 20px;
  }

  .container-7 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    padding-left: 0;
    padding-right: 18px;
    line-height: 20px;
  }

  .image-30 {
    margin-top: 1px;
  }

  .capybara_subhead {
    font-size: 14px;
    line-height: 18px;
  }

  .capybara_body {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-25 {
    margin-top: 0;
  }

  .heading-main {
    padding-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .button {
    font-family: Raleway, sans-serif;
  }

  .button.red {
    max-width: 80%;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    display: flex;
  }

  .div-about-steve {
    margin-left: 16px;
    margin-right: 15px;
  }

  .heading_2_column {
    margin-right: 0;
  }

  .paragraph-graybar {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .red_header-rev {
    justify-content: center;
    display: flex;
  }

  .container-head {
    max-width: 90%;
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .container-11 {
    justify-content: center;
    display: flex;
  }

  .centered-red-container {
    margin-bottom: 10px;
  }
}

#w-node-_9b228dc0-e454-7532-c4da-ae7453953595-ed77eeef, #w-node-_65dee881-5df9-9232-0c14-7c7d44f11df9-ed77eeef, #w-node-ad2801e3-3e61-7f85-98bd-cfb9a274e814-ed77eeef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00b2676a-e323-5d95-cdfe-c8133d26a2e4-ed77eeef {
  align-self: stretch;
  justify-self: auto;
}

#w-node-_85d4d6f9-d2c1-3f2c-a78c-a978344b850e-ed77eeef, #w-node-_9c63e26a-0d2f-b032-7b12-bdec556d7d0c-ed77eeef, #w-node-_51355118-6539-f62b-f681-c9513988dc28-ed77eeef, #w-node-_211f20b0-eec2-acf5-9c11-7a1d5f76efa4-ed77eeef, #w-node-f02638a5-e753-c67b-3dfd-7119c51282c6-ed77eeef, #w-node-_5306c8d4-07cf-6f1b-9e18-624e2906b857-ed77eeef, #w-node-_5306c8d4-07cf-6f1b-9e18-624e2906b858-ed77eeef, #w-node-fe290821-8a2b-d2b1-864b-3508ee9ad0b8-ed77eeef, #w-node-_0eaec074-5644-d0ed-1cea-42058adc15d8-ed77eeef, #w-node-_0eaec074-5644-d0ed-1cea-42058adc15d9-ed77eeef, #w-node-a77f4478-6cf8-cbd6-1d61-05fa2cad394a-ed77eeef, #w-node-a77f4478-6cf8-cbd6-1d61-05fa2cad3953-ed77eeef, #w-node-_2d3f849d-54c8-7349-f42d-9861d8e5b699-e2691dde, #w-node-_2d3f849d-54c8-7349-f42d-9861d8e5b6a4-e2691dde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Raleway variablefont wght';
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}