:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --color1: #73737375;
  --yellow-green: #a8d069;
  --dark-grey: #a5a5a566;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #cf404d;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  display: block;
}

.brand-text {
  color: #cf404d;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 25px;
}

.section {
  background-color: #fff;
  padding: 63px 40px 20px;
  position: relative;
}

.section.section-gray {
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.call-to-action-section {
  color: #fff;
  background-color: #cf404d;
  padding: 9px 40px 0;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

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

.hero-heading-art2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  letter-spacing: 3.25px;
  text-transform: uppercase;
  min-width: 700px;
  margin-top: 51px;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 37.5px;
  font-weight: 300;
}

.hero-subheading {
  color: #818181;
  letter-spacing: 2.5px;
  min-width: 700px;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: #fff;
  background-color: #2d3e4f;
  border-color: #2d3e4f;
}

.hollow-button.red {
  color: #fff;
  background-color: #9ecb3b;
  border-color: #cf404d;
}

.hollow-button.red:hover {
  background-color: #0000;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #a8d069;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.section-subheading.center {
  color: #73737375;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: -8px;
  padding-top: 7px;
  font-family: PT Serif, serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 30px;
  text-decoration: none;
}

.section-title-group {
  margin-bottom: 62px;
  padding-top: 0;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  min-height: 45px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.social-icon-link {
  opacity: .75;
  padding: 3px;
  transition: opacity .3s;
  overflow: visible;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  margin-top: 62px;
  padding-top: 21px;
  padding-bottom: 21px;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
}

.link {
  color: #cf404d;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #30ad64;
}

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

.hero-title-wrapper {
  text-align: center;
  margin-bottom: 0;
  position: static;
  top: 41%;
}

.left-navigation {
  background-color: #fff;
  border-color: #a5a5a566;
  border-right-style: solid;
  border-right-width: 10px;
  width: 252px;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.nav-link {
  color: #696969;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  font-family: Lato, sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: #cf404d;
}

.nav-link.w--current {
  color: #cf404d;
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 20px;
}

.nav-link.w--current:focus {
  color: #cf404d;
}

.nav-menu {
  float: none;
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  display: block;
}

.social-footer {
  text-align: center;
  margin-bottom: 24px;
  margin-left: -7px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  float: left;
  object-fit: fill;
  border: 1px #0000001a;
  width: 25%;
  padding: 10px;
  display: block;
}

.banner {
  float: none;
  clear: none;
  background-color: #464740;
  background-image: linear-gradient(#404047, #404047);
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.content {
  height: 100%;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0;
}

.body {
  padding-left: 252px;
}

.image, .image-2, .image-3, .image-4 {
  background-color: #404047;
}

.image-5 {
  text-align: center;
  width: 35px;
}

.image-6, .image-7 {
  width: 35px;
}

.text-block {
  text-align: center;
  margin: 0 auto;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  display: block;
}

.image-8 {
  opacity: 1;
  border: 1px solid #0000001a;
}

.image-8:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-9 {
  opacity: .18;
  perspective: 1054px;
}

.slider {
  padding-bottom: 0;
}

.image-10 {
  float: none;
  clear: none;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: static;
  inset: 0 0 0 41px;
  overflow: visible;
}

.image-11 {
  width: 90%;
  margin: 10px auto;
  display: block;
}

.image-12 {
  cursor: pointer;
  margin-top: 120px;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
  top: -76px;
  overflow: visible;
}

.italic-text {
  letter-spacing: .5px;
  padding-top: 8px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-style: normal;
  display: block;
}

.div-block {
  width: 90%;
  margin-top: -7px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.image-13 {
  opacity: 1;
  object-fit: fill;
  border: 1px solid #0000001a;
  text-decoration: none;
  display: inline-block;
  overflow: visible;
}

.image-13:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-14 {
  opacity: 1;
  border: 1px solid #0000001a;
  margin-right: -1px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-14:hover {
  opacity: .75;
  transform: scale(1.06);
}

.text-span {
  letter-spacing: 2.5px;
  text-transform: none;
  font-size: 17px;
}

.text-block-2 {
  color: #00000054;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  width: 75%;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 27px;
  display: block;
}

.image-15 {
  opacity: 1;
  border: 1px solid #0000001a;
  margin-right: -1px;
}

.image-15:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-16 {
  opacity: 1;
  border: 1px solid #0000001a;
}

.image-16:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-17 {
  opacity: 1;
  border: 1px solid #0000001a;
}

.image-17:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-18 {
  opacity: 1;
  border: 1px solid #0000001a;
  margin-right: -1px;
}

.image-18:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-19 {
  opacity: 1;
  border: 1px solid #0000001a;
}

.image-19:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-20 {
  opacity: 1;
  border: 1px solid #0000001a;
  margin-right: -1px;
}

.image-20:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-21 {
  opacity: 1;
  border: 1px solid #0000001a;
  margin-right: -1px;
}

.image-21:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-22 {
  opacity: .92;
  border: 1px solid #0000001a;
}

.image-22:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-23 {
  opacity: .92;
  border: 1px solid #0000001a;
}

.image-23:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-24 {
  opacity: .92;
  border: 1px solid #0000001a;
  margin-right: -1px;
}

.image-24:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-25 {
  opacity: .92;
  border: 1px solid #0000001a;
}

.image-25:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-26 {
  opacity: .92;
  border: 1px solid #0000001a;
}

.image-26:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-27 {
  opacity: .92;
  border: 1px solid #0000001a;
}

.image-27:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-28 {
  opacity: .92;
  border: 1px solid #0000001a;
  margin-right: -1px;
}

.image-28:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-29 {
  opacity: .92;
  border: 1px solid #0000001a;
}

.image-29:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-30 {
  opacity: .92;
  border: 1px solid #0000001a;
}

.image-30:hover {
  opacity: .75;
  transform: scale(1.06);
}

.text-block-3 {
  color: #a8d069;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.image-31 {
  float: left;
  color: #0000;
  background-color: #a8d069;
  background-image: none;
  width: 20px;
  margin-top: -44px;
  margin-left: 195px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-block-4 {
  clear: none;
  color: #73737375;
  text-align: center;
  background-image: linear-gradient(#a8d069, #a8d069);
  margin-top: -86px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  overflow: visible;
}

.image-32 {
  max-width: 20%;
  margin-top: -170px;
  padding-top: 0;
  position: absolute;
  top: 381px;
  left: 47px;
  right: 0;
}

.tabs {
  letter-spacing: 2.5px;
  font-family: PT Serif, serif;
  font-size: 14px;
}

.tabs-menu {
  color: #73737375;
  font-weight: 200;
  position: static;
}

.tab-link-all {
  background-color: #0000;
}

.tab-link-all.w--current {
  position: static;
}

.tab-link-print {
  background-color: #0000;
  position: static;
}

.tab-link-digital, .tab-link-dimensional {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.tab-link-illustrations {
  background-color: #0000;
}

.text-block-5 {
  padding-left: 30px;
}

.tabs-2 {
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.tabs-menu-2 {
  letter-spacing: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: block;
}

.container {
  text-align: center;
}

.tab-link {
  color: #73737375;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 0;
  padding-right: 5px;
  font-family: PT Serif, serif;
  font-size: 14px;
}

.tab-link:hover {
  color: #a8d069;
}

.tab-link.w--current {
  color: #737373bf;
  background-color: #0000;
}

.tab-link.w--current:hover {
  color: #a8d069;
}

.tabs-content {
  padding-top: 0;
  padding-bottom: 0;
}

.image-33 {
  opacity: 1;
  border: 1px solid #0000001a;
}

.image-33:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-34 {
  cursor: pointer;
  flex: 0 auto;
  width: 33px;
  height: 28px;
  margin-bottom: 1px;
  padding-bottom: 0;
  line-height: 26px;
  display: block;
}

.image-34:hover {
  filter: hue-rotate(264deg);
  transform: scale(1.13);
}

.div-block-2 {
  text-align: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 23px;
  margin-bottom: -21px;
  display: flex;
}

.image-35 {
  opacity: 0;
  order: -1;
  width: 35px;
  height: 30px;
  display: block;
  position: static;
  overflow: visible;
}

.image-36 {
  opacity: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  overflow: visible;
}

.image-37 {
  opacity: 0;
  width: 50px;
  height: 50px;
}

.image-38 {
  float: right;
  opacity: .4;
  color: #a8d069;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.link-2 {
  float: right;
  color: #737373bf;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
}

.link-2.w--current {
  text-transform: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 5px;
  font-family: PT Serif, serif;
  text-decoration: none;
}

.container-2 {
  margin-top: 15px;
  margin-bottom: -15px;
}

.container-3 {
  padding-top: 0;
  padding-bottom: 25px;
  position: static;
}

.text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  letter-spacing: 2.8px;
  font-size: 13px;
}

.text-block-12 {
  font-family: Lato, sans-serif;
  display: block;
}

.image-44 {
  overflow: visible;
}

.image-46 {
  opacity: 0;
  width: 30px;
  height: 30px;
}

.image-47 {
  opacity: 0;
  width: 40px;
  height: 40px;
}

.image-48 {
  opacity: 0;
  width: 50px;
  height: 50px;
}

.image-49 {
  opacity: .92;
  border: 1px solid #0000001a;
}

.image-49:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-50 {
  opacity: .92;
  border: 1px solid #0000001a;
  margin-right: -1px;
}

.image-50:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-51 {
  opacity: .92;
}

.image-51:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-52 {
  opacity: .92;
}

.image-52:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-53 {
  opacity: .92;
}

.image-53:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-54 {
  opacity: 1;
  border: 1px solid #0000001a;
}

.image-54:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-55 {
  opacity: 1;
  border: 1px solid #0000001a;
}

.image-55:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-56 {
  opacity: 1;
  border: 1px solid #0000001a;
}

.image-56:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-57 {
  opacity: .92;
  border: 1px solid #0000001a;
}

.image-57:hover {
  opacity: .75;
  transform: scale(1.06);
}

.image-58 {
  opacity: 1;
  border: 1px solid #0000001a;
}

.image-58:hover {
  opacity: .75;
  transform: scale(1.06);
}

.banner3 {
  background-color: #464740;
  background-image: linear-gradient(#404047, #404047);
  width: 100%;
  height: 25%;
}

.div-block-copy {
  width: 100%;
  margin-top: -7px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

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

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

.hero-subheading-2-art {
  color: #818181;
  text-align: center;
  letter-spacing: 2px;
  margin-top: -9px;
  margin-bottom: 25px;
  font-family: PT Serif, serif;
  font-size: 19px;
  font-style: italic;
}

.hover {
  border: 1px solid #0000001a;
}

.hover:hover {
  opacity: .75;
  transform: scale(1.06);
}

.hero-title-wrapper-2-art {
  text-align: center;
  position: static;
  top: 88px;
}

.image-59 {
  margin-top: -150px;
  margin-left: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  overflow: visible;
}

.image-60 {
  float: none;
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-61 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  display: block;
}

.image-62 {
  vertical-align: baseline;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: inline-block;
  overflow: visible;
}

.slider-2 {
  height: 250px;
}

.slide {
  opacity: 1;
  filter: hue-rotate(180deg);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: screen;
  background-color: #4d4d4d;
  background-image: url('../images/slide-alphabet-01.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  transform: translate(-205px);
}

.slide-2 {
  background-image: url('../images/slide-rl-01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-nav {
  background-color: #5a395369;
  border-radius: 0;
}

.link-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rive {
  padding-bottom: 0;
}

.rive-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.hero-heading-art2-copy {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  letter-spacing: 3.25px;
  text-transform: uppercase;
  min-width: 700px;
  margin-top: -78px;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 37.5px;
  font-weight: 300;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .hamburger-button {
    float: left;
    color: #fff;
    background-color: #bec3c7;
  }

  .hamburger-button.w--open {
    background-color: #cf404d;
  }

  .section {
    float: none;
    width: 75%;
    margin-left: auto;
    padding-bottom: 44px;
    position: static;
    left: 25%;
    overflow: visible;
  }

  .section.section-gray {
    padding-top: 45px;
  }

  .hero-heading-art2 {
    letter-spacing: 3.5px;
    width: 90%;
    min-width: auto;
    height: auto;
    margin: 60px auto 8px;
    font-size: 37px;
    line-height: 45px;
    display: block;
    position: static;
  }

  .hero-subheading {
    letter-spacing: 1.5px;
    width: 80%;
    min-width: auto;
    height: auto;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 16px;
    line-height: 23px;
    display: block;
    position: static;
  }

  .section-subheading.center {
    width: 65%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .form-wrapper.squeezed {
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-title-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: block;
    position: static;
    top: 37%;
  }

  .left-navigation {
    float: none;
    border-bottom: 10px #bec3c7;
    border-right-style: solid;
    border-right-width: 9px;
    width: 25%;
    height: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .nav-link {
    text-align: center;
    padding-left: 0;
  }

  .nav-link.w--current {
    color: #cf404d;
    text-align: center;
    background-image: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .nav-menu {
    background-color: #fff;
  }

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .social-footer {
    display: inline-block;
    position: absolute;
  }

  .grid-fours {
    width: 33%;
  }

  .banner {
    box-sizing: border-box;
    float: none;
    clear: none;
    aspect-ratio: auto;
    object-fit: fill;
    justify-content: flex-end;
    width: 75%;
    height: 90%;
    margin-left: auto;
    display: block;
    position: static;
    left: 25%;
    overflow: hidden;
  }

  .body {
    padding-left: 0;
  }

  .image-11 {
    float: none;
    width: 95%;
    max-width: 90%;
    margin-bottom: 15px;
    margin-left: auto;
    padding-left: 0;
  }

  .image-12 {
    max-width: 90%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -2px;
    padding-left: 0;
    position: static;
    top: -45px;
  }

  .italic-text {
    font-size: 9px;
  }

  .div-block {
    width: 100%;
    display: block;
  }

  .text-span {
    line-height: 29px;
  }

  .text-block-2 {
    width: 88%;
    margin-top: 20px;
  }

  .tabs-menu-2 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tab-link {
    padding-top: 3px;
  }

  .container-2 {
    text-align: right;
  }

  .container-3 {
    box-sizing: border-box;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 13px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .navbar {
    background-color: #bec3c7;
  }

  .section-2 {
    display: block;
  }

  .container-6 {
    display: flex;
  }

  .image-46, .image-47, .image-48 {
    opacity: 0;
    width: 50px;
    height: 50px;
  }

  .image-51 {
    opacity: .92;
    border: 1px solid #0000001a;
  }

  .image-51:hover {
    transform: scale(1.06);
  }

  .image-52 {
    opacity: .92;
    border: 1px solid #0000001a;
  }

  .image-52:hover {
    opacity: .75;
    transform: scale(1.06);
  }

  .image-53 {
    opacity: .92;
    border: 1px solid #0000001a;
  }

  .image-53:hover {
    opacity: .75;
    transform: scale(1.06);
  }

  .image-54 {
    opacity: .92;
    border: 1px solid #0000001a;
  }

  .image-54:hover {
    opacity: .75;
    transform: scale(1.06);
  }

  .image-55 {
    opacity: .92;
    border: 1px solid #0000001a;
  }

  .image-55:hover {
    opacity: .75;
    transform: scale(1.06);
  }

  .image-56 {
    opacity: .92;
    border: 1px solid #0000001a;
  }

  .image-56:hover {
    opacity: .75;
    transform: scale(1.06);
  }

  .image-57 {
    opacity: .92;
    border: 1px solid #0000001a;
    transform: translate(0);
  }

  .image-57:hover {
    opacity: .75;
    transform: scale(1.06);
  }

  .image-58 {
    opacity: .92;
    border: 1px solid #0000001a;
  }

  .image-58:hover {
    opacity: .75;
    transform: scale(1.06);
  }

  .banner3 {
    text-align: left;
    width: 75%;
    height: 30%;
    margin-top: -15px;
    margin-left: auto;
  }

  .div-block-copy {
    width: 100%;
    display: block;
  }

  .hero-subheading-2-art {
    letter-spacing: 2px;
    font-size: 17px;
    line-height: 25px;
  }

  .hero-title-wrapper-2-art {
    top: 92px;
  }

  .rive-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: auto;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .hero-heading-art2-copy {
    letter-spacing: 3.5px;
    width: 90%;
    min-width: auto;
    height: auto;
    margin: 0 auto 8px;
    font-size: 37px;
    line-height: 45px;
    display: block;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .hamburger-button {
    float: left;
  }

  .section {
    width: 100%;
    margin-top: 0;
    padding: 59px 10px 0;
  }

  .section.section-gray {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 33px;
  }

  .call-to-action-heading {
    text-align: center;
    margin-bottom: 13px;
  }

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

  .hero-heading-art2 {
    width: 80%;
    height: auto;
    margin-top: 119px;
    margin-bottom: 13px;
    font-size: 32px;
    line-height: 40px;
    position: static;
  }

  .hero-subheading {
    letter-spacing: 2px;
    width: 100%;
    height: auto;
    margin-top: -8px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 22px;
    display: block;
    position: static;
  }

  .section-subheading.center {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-icon-link {
    justify-content: center;
    display: inline-block;
  }

  .hero-title-wrapper {
    top: 42%;
  }

  .left-navigation {
    overflow: visible;
  }

  .grid-fours {
    width: 33.333%;
  }

  .banner {
    width: 100%;
    height: 90%;
    margin-right: auto;
    padding-top: 0;
    overflow: hidden;
  }

  .column-0-padding {
    text-align: center;
    margin-bottom: 15px;
  }

  .column-remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .image-11 {
    float: none;
  }

  .image-12 {
    opacity: 1;
    width: 70%;
    max-width: 90%;
    height: auto;
    margin: 92px auto 0;
    padding-top: 0;
    display: inline-block;
    position: static;
    top: -64px;
  }

  .text-span {
    width: 70%;
  }

  .text-block-2 {
    width: 90%;
    margin-top: 35px;
  }

  .tabs-menu-2 {
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2px;
    display: block;
  }

  .container {
    margin-bottom: 30px;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    vertical-align: baseline;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 51px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .nav-link-2 {
    color: #bec3c7;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: #ecf0f1;
    width: 100%;
    font-family: Lato, sans-serif;
    text-decoration: none;
    display: block;
  }

  .nav-link-2:hover {
    color: #fff;
    background-color: #a8d069;
  }

  .nav-link-2.w--current {
    color: #737373;
    text-align: center;
    text-transform: uppercase;
    background-color: #edeff2;
    font-family: Lato, sans-serif;
  }

  .nav-link-2.w--current:hover {
    color: #ecf0f1;
    background-color: #a8d069;
  }

  .nav-link-3 {
    color: #737373;
    text-align: center;
    text-transform: uppercase;
    background-color: #edeff2;
    font-family: Lato, sans-serif;
  }

  .nav-link-3:hover {
    color: #fff;
    background-color: #a8d069;
  }

  .nav-link-3.w--current {
    color: #bec3c7;
    text-decoration: none;
  }

  .nav-link-3.w--current:hover {
    color: #fff;
  }

  .nav-link-4 {
    color: #737373;
    text-align: center;
    text-transform: uppercase;
    background-color: #edeff2;
    font-family: Lato, sans-serif;
  }

  .nav-link-4:hover {
    color: #fff;
    background-color: #a8d069;
  }

  .nav-link-4.w--current {
    color: #bec3c7;
    text-decoration: none;
  }

  .nav-link-4.w--current:hover {
    color: #fff;
    background-color: #a8d069;
  }

  .navbar {
    background-color: #bec3c7;
    width: 100%;
    position: fixed;
  }

  .container-4 {
    background-color: #bec3c7;
    height: 80px;
    padding-top: 14px;
  }

  .icon-2 {
    color: #ecf0f1;
    background-color: #73737300;
  }

  .image-40 {
    width: 200px;
  }

  .menu-button {
    color: #0000;
    background-color: #72727200;
    display: block;
    position: relative;
  }

  .menu-button:hover, .menu-button:active, .menu-button:focus {
    background-color: #73737300;
  }

  .menu-button.w--open {
    background-color: #bec3c7;
  }

  .nav-menu-2 {
    background-color: #d7dce0;
  }

  .section-2 {
    background-image: linear-gradient(#404047, #404047);
    flex-wrap: nowrap;
    align-items: stretch;
    height: 9%;
    display: flex;
  }

  .text-block-6 {
    color: #ecf0f1;
    justify-content: flex-start;
    padding-left: 18px;
    font-family: Open Sans, sans-serif;
    font-size: 10.5px;
    font-weight: 300;
    display: block;
    position: static;
    overflow: visible;
  }

  .image-41 {
    width: 35px;
    min-width: 0%;
    max-width: 100%;
  }

  .image-42 {
    width: 35px;
    min-width: 0%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-43 {
    width: 35px;
    min-width: 0%;
    max-width: 100%;
  }

  .div-block-3 {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: 50px;
    display: flex;
  }

  .container-5 {
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
    display: block;
  }

  .banner3 {
    width: 100%;
    height: 34%;
    margin-top: -52px;
    margin-right: auto;
  }

  .hero-subheading-2-art {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-title-wrapper-2-art {
    padding-top: 120px;
    top: 123px;
  }

  .rive-2 {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .hero-heading-art2-copy {
    opacity: 1;
    width: 90%;
    height: auto;
    margin-top: -2px;
    margin-bottom: 13px;
    font-size: 32px;
    line-height: 40px;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .hamburger-button {
    float: left;
    width: 100%;
    position: fixed;
    overflow: visible;
  }

  .section {
    width: 100%;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section.section-gray {
    margin-bottom: 0;
    padding-top: 0;
  }

  .hero-heading-art2 {
    width: 90%;
    height: auto;
    margin-top: 128px;
    margin-bottom: 11px;
    font-family: Lato, sans-serif;
    font-size: 22px;
    line-height: 28px;
  }

  .hero-subheading {
    letter-spacing: 1.5px;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 19px;
    display: block;
    overflow: visible;
  }

  .section-heading.centered {
    margin-left: -3px;
    margin-right: auto;
    padding-left: 0;
    font-size: 23px;
    font-weight: 300;
    display: block;
  }

  .section-subheading.center {
    letter-spacing: 2px;
    width: 90%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 14px;
    line-height: 27px;
    display: block;
  }

  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-title-wrapper {
    top: 30%;
  }

  .nav-menu {
    clear: none;
    background-color: #bec3c7;
    padding-top: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .grid-fours {
    width: 50%;
  }

  .banner {
    background-image: linear-gradient(#404047, #404047);
    width: 100%;
    height: 70%;
  }

  .image-11 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-12 {
    width: 100%;
    max-width: 75%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    top: -53px;
    overflow: visible;
  }

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

  .text-span {
    letter-spacing: 2px;
    font-size: 17px;
    line-height: 15px;
  }

  .text-block-2 {
    color: #00000054;
    text-align: center;
    letter-spacing: .5px;
    width: 84%;
    margin-top: 17px;
    font-size: 14px;
    line-height: 19px;
  }

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

  .tabs-menu-2 {
    width: 95%;
    margin-bottom: 23px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 15px;
    line-height: 14px;
    display: block;
  }

  .container {
    margin-top: 15px;
  }

  .tab-link, .tab-link.w--current {
    display: inline-block;
  }

  .container-2 {
    padding-right: 5px;
  }

  .container-3 {
    margin-top: 129px;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .icon {
    float: right;
    padding-top: 19px;
    padding-bottom: 1px;
  }

  .image-39 {
    float: none;
    text-align: left;
    width: 15%;
    margin: 0 auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .nav-link-2 {
    color: #bec3c7;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #ecf0f1;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .nav-link-2:hover {
    color: #fff;
    background-color: #a8d069;
  }

  .nav-link-2.w--current {
    color: #737373;
    background-color: #ecf0f1;
    border-bottom: 0 solid #ecf0f1;
    font-family: Lato, sans-serif;
    text-decoration: none;
  }

  .nav-link-2.w--current:hover {
    color: #fff;
    background-color: #a8d06980;
  }

  .nav-link-3 {
    color: #737373;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #ecf0f1;
    font-family: Lato, sans-serif;
    font-size: 15px;
  }

  .nav-link-3:hover {
    color: #fff;
    background-color: #a8d06980;
  }

  .nav-link-3.w--current {
    color: #bec3c7;
    text-decoration: none;
  }

  .nav-link-3.w--current:hover {
    color: #fff;
  }

  .nav-link-4 {
    color: #737373;
    text-align: center;
    letter-spacing: 1px;
    background-color: #ecf0f1;
    font-family: Lato, sans-serif;
    font-size: 15px;
    text-decoration: none;
  }

  .nav-link-4:hover {
    color: #fff;
    background-color: #a8d06980;
  }

  .nav-link-4.w--current {
    color: #737373;
  }

  .nav-link-4.w--current:hover {
    color: #fff;
  }

  .navbar {
    clear: none;
    background-color: #737373;
    padding-bottom: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .container-4 {
    color: #3d3d3dde;
    flex-flow: row;
    place-content: space-around space-between;
    height: 0%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .icon-2 {
    color: #f0f0f0;
    padding-top: 6px;
  }

  .icon-2:active {
    color: #404047;
  }

  .image-40 {
    float: none;
    width: 85%;
    min-width: 180px;
    max-width: 180px;
    padding-top: 12px;
    padding-bottom: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .menu-button {
    flex: 0 auto;
    order: 1;
    height: 100%;
    padding-bottom: 28px;
  }

  .menu-button.w--open {
    background-color: #bec3c7;
  }

  .nav-menu-2 {
    background-color: #a8d069;
  }

  .brand {
    flex: 1;
  }

  .brand.w--current {
    flex: 0 auto;
    order: -1;
    position: relative;
    overflow: hidden;
  }

  .section-2 {
    background-image: linear-gradient(#404047, #404047);
    flex-direction: row;
    justify-content: space-around;
    align-items: baseline;
    height: 7%;
    display: block;
    overflow: hidden;
  }

  .text-block-6 {
    color: #ecf0f1;
    text-align: left;
    letter-spacing: .5px;
    flex: none;
    max-width: 55%;
    padding-left: 10px;
    padding-right: 5px;
    font-family: Open Sans, sans-serif;
    font-size: 9.25px;
    font-weight: 300;
    line-height: 16px;
    display: block;
    overflow: visible;
  }

  .image-41 {
    float: none;
    flex: 0 auto;
    width: 33px;
    max-width: 100%;
    overflow: hidden;
  }

  .image-42 {
    clear: none;
    text-align: left;
    width: 33px;
    max-width: 100%;
    margin-left: 0;
  }

  .image-43 {
    width: 33px;
    max-width: 100%;
  }

  .div-block-3 {
    flex-flow: row;
    place-content: space-around space-between;
    align-items: center;
    height: 40px;
    margin-top: -2px;
    padding: 7px 10px 0;
    display: flex;
  }

  .container-5 {
    text-align: right;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .image-45 {
    overflow: hidden;
  }

  .banner3 {
    height: 35%;
    margin-top: -137px;
  }

  .div-block-copy {
    margin-top: 0;
  }

  .hero-subheading-2-art {
    font-size: 16px;
    line-height: 22px;
  }

  .hero-title-wrapper-2-art {
    padding-top: 70px;
    top: 66px;
  }

  .rive-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 5px;
  }

  .hero-heading-art2-copy {
    width: 90%;
    height: auto;
    margin-top: 0;
    margin-bottom: 11px;
    font-family: Lato, sans-serif;
    font-size: 22px;
    line-height: 28px;
  }
}


