@font-face {
  font-family: Inriasans;
  src: url('../fonts/InriaSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inriasans;
  src: url('../fonts/InriaSans-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inriasans;
  src: url('../fonts/InriaSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inriasans;
  src: url('../fonts/InriaSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inriasans;
  src: url('../fonts/InriaSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inriasans;
  src: url('../fonts/InriaSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --tall-timber-orange: #d97034;
  --dim-gray-2: #49647b;
  --tall-timber-navy: #183964;
  --white-smoke-2: #f0f0f0;
  --white-smoke: #ecf0f1;
  --worn-steel: #4d4841;
  --tall-timber-yellow: #f6b042;
  --transparent: #fff0;
  --ttm-trans-navy: #000d6bb0;
  --ttm-trans-yellow: #ffbf00b0;
  --ttm-trans-orange: #ff6f00b0;
  --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;
  --silver: #bec3c7;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-3: #edeff2;
  --terracota-red: #cf404d;
}

.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-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: #000000bd;
  background-color: #edeff2;
  height: 100%;
  padding-left: 329px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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 {
  background-color: var(--tall-timber-orange);
  text-transform: uppercase;
  width: 100%;
  font-family: Inriasans, sans-serif;
  display: block;
}

.button.full-width:hover {
  background-color: var(--dim-gray-2);
}

.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: 3vw;
  position: relative;
}

.section.section-gray {
  background-color: #fafafa;
  background-image: url('../images/map.png');
  background-position: 0 0;
  background-size: auto;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 30vw;
  padding-right: 0;
  display: flex;
}

.section.section-gray.footer-section {
  background-color: #fff;
  background-image: none;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
}

.section.parallax-section {
  background-image: url('../images/image1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.section.parallax-section.contact {
  background-image: url('../images/image3.jpg');
  background-position: 0%;
}

.section.contact-info {
  padding: 5vw;
}

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

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

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

.hero-heading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  display: flex;
}

.hero-subheading {
  color: #fff;
  margin-bottom: 25px;
}

.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: #cf404d;
  border-color: #cf404d;
}

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

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

.section-heading.centered {
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.section-subheading.center {
  color: #737373bd;
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

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

.form-field {
  background-color: var(--white-smoke-2);
  color: #c75e03bd;
  text-transform: uppercase;
  border: 0 solid #000;
  border-radius: 3px;
  min-height: 45px;
  margin-bottom: 17px;
  margin-right: 1px;
  font-family: Inriasans, sans-serif;
  box-shadow: 0 0 0 1px #4040474d;
}

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

.form-field::placeholder {
  color: var(--tall-timber-orange);
}

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

.form-wrapper.squeezed {
  background-color: #fff;
  border-radius: 20px;
  padding: 55px;
}

.social-icon-link {
  opacity: .66;
  padding: 3px;
  transition: opacity .3s;
}

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

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

.subfooter.center {
  text-align: center;
  padding-top: 21px;
  padding-bottom: 21px;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.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;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 40%;
}

.left-navigation {
  background-color: #fff;
  background-image: url('../images/BrandStripes.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 329px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link {
  border: 4px solid var(--white-smoke);
  background-color: var(--worn-steel);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  width: 75%;
  margin-top: 20px;
  padding: 10px 0;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.nav-link:hover {
  color: var(--tall-timber-orange);
  font-weight: 700;
}

.nav-link.w--current {
  border: 4px solid var(--white-smoke);
  background-color: var(--worn-steel);
  color: var(--tall-timber-orange);
  border-radius: 20px;
  width: 75%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.nav-menu {
  float: none;
}

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

.social-footer {
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  float: left;
  width: 25%;
  padding: 10px;
}

.banner {
  background-image: url('../images/Homepage-Header.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 5vw;
  display: flex;
}

.banner.contact, .banner.services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/image1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.content {
  height: 100%;
}

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

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

.heading {
  color: var(--white-smoke);
  font-family: Inriasans, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading-2 {
  color: var(--white-smoke);
  margin-top: 5vh;
  font-family: Inriasans, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.heading-2.about {
  text-transform: uppercase;
  font-family: Inriasans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.button-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.button-2 {
  border-bottom: 10px solid var(--white-smoke);
  border-left: 10px solid var(--white-smoke);
  background-color: var(--transparent);
  padding: 20px 40px;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  transition: all .3s cubic-bezier(.755, .05, .855, .06);
}

.button-2:hover {
  background-color: var(--white-smoke);
  color: var(--tall-timber-orange);
}

.button-3 {
  font-size: 3rem;
  line-height: 1;
}

.button-3a {
  border-right: 10px solid var(--white-smoke);
  border-bottom: 10px solid var(--white-smoke);
  border-left: 5px none var(--white-smoke);
  background-color: var(--transparent);
  padding: 20px 40px;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  transition: all .3s cubic-bezier(.755, .05, .855, .06);
}

.button-3a:hover {
  background-color: var(--white-smoke);
  color: var(--tall-timber-orange);
}

.heading-3 {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}

.heading-4 {
  font-family: Lato, sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}

.button-4 {
  background-color: var(--tall-timber-navy);
  border-radius: 20px;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  transition: all .3s;
}

.button-4:hover {
  color: var(--tall-timber-yellow);
}

.heading-5 {
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}

.image {
  margin-top: -110px;
}

.heading-6 {
  color: #fff;
  background-color: #0009;
  padding: 40px;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}

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

.heading-7, .heading-8, .heading-9 {
  text-align: center;
  padding-top: 10px;
  font-family: Inriasans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.icon-hp-wrapper {
  text-align: center;
}

.button-5 {
  background-color: var(--tall-timber-navy);
  border-radius: 20px;
  margin-top: 40px;
  padding: 20px 40px;
  font-family: Inriasans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  transition: all .3s;
}

.button-5:hover {
  color: var(--tall-timber-yellow);
}

.container {
  flex-flow: column;
  align-items: flex-end;
}

.heading-10 {
  color: var(--white-smoke-2);
  text-align: center;
  background-color: #07041d54;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 13px;
  font-family: Inriasans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

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

.cell-2 {
  background-color: var(--tall-timber-yellow);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.heading-11, .heading-12, .heading-13 {
  margin-bottom: 0;
  font-family: Inriasans, sans-serif;
  font-weight: 700;
}

.heading-14 {
  color: var(--white-smoke-2);
  margin-bottom: 0;
  font-family: Inriasans, sans-serif;
  font-weight: 700;
}

.cell-3, .cell-4, .cell-5, .cell-6 {
  justify-content: center;
  align-items: center;
}

.paragraph {
  font-size: 2rem;
  line-height: 1;
}

.paragraph-2 {
  color: var(--tall-timber-navy);
  font-family: Inriasans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.heading-15, .heading-16 {
  text-align: center;
  font-family: Inriasans, sans-serif;
}

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

.button-wrapper-2 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 14px 20px 13px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s;
  box-shadow: 0 0 #000;
}

.button-wrapper-2:hover {
  box-shadow: 6px 7px 15px -4px var(--ttm-trans-navy);
}

.button-wrapper-2.igm:hover {
  box-shadow: 6px 7px 15px -4px var(--ttm-trans-yellow);
}

.button-wrapper-2.sma:hover, .button-wrapper-2.smm:hover, .button-wrapper-2.lim:hover {
  box-shadow: 6px 7px 15px -4px var(--ttm-trans-orange);
}

.button-wrapper-2.ifm:hover, .button-wrapper-2.smal:hover {
  box-shadow: 6px 7px 15px -4px var(--ttm-trans-yellow);
}

.modal-wrapper {
  z-index: 99999;
  perspective: 850px;
  cursor: default;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: fixed;
  inset: 0;
}

.modal-wrapper.sma, .modal-wrapper.igm, .modal-wrapper.cc, .modal-wrapper.smm, .modal-wrapper.smal {
  display: none;
}

.modal-wrapper.fb {
  background-color: var(--ttm-trans-navy);
  display: none;
}

.modal-wrapper.lim, .modal-wrapper.ifm, .modal-wrapper.x {
  display: none;
}

.modal-body {
  z-index: 10;
  border: 3px solid var(--tall-timber-orange);
  background-color: var(--tall-timber-orange);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 30px;
  padding: 35px 30px 20px;
  position: relative;
  box-shadow: 0 9px 50px -14px #fff;
}

.modal-body.igm {
  border-color: var(--tall-timber-yellow);
  background-color: var(--tall-timber-yellow);
}

.modal-body.cc {
  border-color: var(--tall-timber-navy);
  background-color: var(--tall-timber-navy);
}

.modal-body.smal {
  border-color: var(--tall-timber-yellow);
  background-color: var(--tall-timber-yellow);
}

.modal-body.fb {
  border-color: var(--ttm-trans-navy);
  background-color: var(--ttm-trans-navy);
}

.modal-body.ifm {
  border-color: var(--tall-timber-yellow);
  background-color: var(--tall-timber-yellow);
}

.modal-body.x {
  border-color: var(--tall-timber-navy);
  background-color: var(--tall-timber-navy);
}

.modal-title {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: Inriasans, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.25;
}

.modal-closer {
  z-index: 5;
  background-color: var(--ttm-trans-yellow);
  display: flex;
  position: absolute;
  inset: 0;
}

.modal-closer.sma {
  display: flex;
}

.modal-closer.sma._2 {
  background-color: var(--ttm-trans-orange);
}

.modal-closer.igm {
  background-color: var(--ttm-trans-yellow);
  display: flex;
}

.modal-closer.cc {
  background-color: var(--ttm-trans-navy);
}

.modal-closer.smm._3 {
  background-color: var(--ttm-trans-orange);
  display: flex;
}

.modal-closer.smal {
  background-color: var(--ttm-trans-yellow);
}

.modal-closer.fb {
  background-color: var(--ttm-trans-navy);
}

.modal-closer.fb._4 {
  background-color: var(--ttm-trans-orange);
}

.modal-closer.x {
  background-color: var(--ttm-trans-navy);
}

.close-icon {
  z-index: 20;
  cursor: pointer;
  width: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.text-block, .text-block-2, .text-block-3 {
  color: var(--tall-timber-navy);
  text-align: center;
  text-transform: uppercase;
  font-family: Inriasans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  color: var(--tall-timber-navy);
  text-align: center;
  font-family: Inriasans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.image-7, .image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
  padding-bottom: 10px;
}

.link-block {
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.cell-10 {
  justify-content: center;
  align-items: center;
}

.cell-11, .cell-12, .cell-13, .cell-14 {
  display: block;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .section.parallax-section {
    background-repeat: repeat-x;
  }

  .banner {
    justify-content: space-between;
  }

  .heading-6 {
    color: var(--white-smoke-2);
    background-color: #0009;
    border-radius: 20px;
    padding: 20px;
  }
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    padding-left: 0;
  }

  .hamburger-button {
    color: #fff;
    flex-flow: row;
    justify-content: center;
    display: block;
  }

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

  .section.section-gray {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section.contact-info {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .left-navigation {
    float: none;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    inset: 0 0 auto;
  }

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

  .nav-menu {
    background-color: var(--tall-timber-yellow);
    justify-content: center;
    align-items: center;
    padding: 10vw;
    display: flex;
  }

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

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

  .banner {
    flex-flow: column;
    height: 500px;
  }

  .heading {
    font-size: 3rem;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 1.5rem;
  }

  .heading-2.about {
    margin-top: 0;
    font-size: 1.25rem;
  }

  .button-2 {
    border-bottom-width: 5px;
    border-left-width: 5px;
    font-size: 1rem;
  }

  .button-3a {
    border-bottom-width: 5px;
    border-right-width: 5px;
    font-size: 1rem;
  }

  .heading-3 {
    font-family: Inriasans, sans-serif;
    font-size: 1.5rem;
  }

  .heading-4 {
    font-family: Inriasans, sans-serif;
    font-size: 1rem;
  }

  .button-4 {
    text-align: center;
    width: 100%;
    font-family: Inriasans, sans-serif;
  }

  .heading-5 {
    font-family: Inriasans, sans-serif;
    font-size: 1.5rem;
  }

  .image {
    margin-top: 0;
  }

  .heading-6 {
    font-size: 1.6rem;
  }

  .image-16 {
    width: 150px;
  }

  .icon {
    color: var(--tall-timber-yellow);
    justify-content: flex-end;
    display: flex;
  }

  .cell-7 {
    justify-content: center;
    align-items: center;
  }

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

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

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

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

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

  .hero-heading {
    font-size: 37px;
  }

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

  .grid-fours {
    width: 33.333%;
  }

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

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

@media screen and (max-width: 479px) {
  .hamburger-button {
    border: 4px solid var(--tall-timber-navy);
    background-color: #fff;
    border-radius: 14px;
  }

  .hamburger-button.w--open {
    background-color: var(--tall-timber-navy);
  }

  .section {
    flex-flow: column;
    padding-top: 15vw;
    display: flex;
  }

  .section.section-gray {
    flex-flow: column;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.section-gray.footer-section {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .section.parallax-section {
    padding-top: 25vw;
    padding-bottom: 25vw;
  }

  .section.parallax-section.contact {
    background-position: 50%;
    padding-top: 50vw;
    display: none;
  }

  .section.about-letter {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .left-navigation {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-link {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    z-index: 2;
    background-color: var(--tall-timber-yellow);
    padding: 40px 0;
  }

  .logo-link {
    margin-left: 0;
    margin-right: 40px;
  }

  .banner {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 2vw;
  }

  .heading {
    text-align: center;
    margin-top: 10px;
    font-size: 2.25rem;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 1rem;
  }

  .heading-2.about {
    text-align: center;
    font-size: .9rem;
  }

  .button-2 {
    border-bottom-width: 5px;
    border-left-width: 5px;
    padding: 15px;
    font-size: 1rem;
  }

  .button-3a {
    border-bottom-width: 5px;
    border-right-width: 5px;
    padding: 15px;
    font-size: 1rem;
  }

  .heading-3 {
    text-align: center;
    font-size: 2rem;
  }

  .heading-4 {
    text-align: center;
    text-transform: capitalize;
    font-size: 1.25rem;
  }

  .button-4 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.5rem;
    display: flex;
  }

  .heading-5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    display: flex;
  }

  .image {
    width: 100vw;
    margin-top: 0;
    padding: 0 60px 0 0;
  }

  .heading-6 {
    text-align: center;
    border-radius: 20px;
    font-size: 1.4rem;
  }

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

  .button-5 {
    justify-content: center;
    margin-top: 20px;
    font-size: 1.5rem;
    display: flex;
  }

  .heading-10 {
    font-size: 1.5rem;
  }

  .image-2, .image-3, .image-4, .image-5, .image-6 {
    width: 25px;
  }

  .cell-2:hover {
    background-color: var(--tall-timber-navy);
  }

  .heading-11 {
    cursor: pointer;
    margin-top: 0;
    padding-right: 10px;
    font-size: 1rem;
    line-height: 1;
  }

  .heading-12, .heading-13 {
    margin-top: 0;
    padding-right: 10px;
    font-size: 1rem;
    line-height: 1;
  }

  .heading-14 {
    font-size: 1rem;
    line-height: 1;
  }

  .paragraph-2 {
    text-align: center;
    padding: 0;
    font-size: 1.5rem;
  }

  .heading-15, .heading-16 {
    font-size: 2rem;
    line-height: 1;
  }

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

  .modal-wrapper {
    padding: 30px;
  }

  .modal-wrapper.sma, .modal-wrapper.igm, .modal-wrapper.cc, .modal-wrapper.smm, .modal-wrapper.smal, .modal-wrapper.fb, .modal-wrapper.lim, .modal-wrapper.ifm, .modal-wrapper.x {
    display: none;
  }

  .modal-body {
    padding: 20px 20px 15px;
  }

  .modal-title, .modal-title.sma, .modal-title.igm, .modal-title.cc, .modal-title.smm {
    font-size: 1.75rem;
  }

  .link-block {
    justify-content: center;
    padding-bottom: 10px;
    display: flex;
  }

  .link-block-2 {
    justify-content: center;
    display: flex;
  }

  .image-16 {
    width: 120px;
    display: inline-block;
  }

  .icon {
    background-color: var(--transparent);
    color: var(--tall-timber-yellow);
    border-radius: 6px;
  }

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

  .cell-7 {
    justify-content: center;
    align-items: center;
  }

  .cell-8 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .cell-9 {
    justify-content: center;
    align-items: center;
  }

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

  .cell-10 {
    justify-content: center;
    align-items: center;
  }

  .cell-11 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cell-12 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .cell-13, .cell-14 {
    justify-content: center;
    align-items: center;
  }

  .image-18 {
    width: 9.5vw;
  }

  .image-19, .image-20, .image-21 {
    width: 12vw;
  }

  .div-block {
    padding-bottom: 1rem;
  }

  .image-22 {
    width: 12vw;
  }
}

#w-node-_61b509c7-7859-7d5d-6a27-890aec4b93af-17d88566 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9ac95c4d-b0f3-b4cf-dd4f-04cc0c9a66c4-17d88566 {
  grid-row: span 3 / span 3;
}

#w-node-b9317e33-b058-7284-0afc-309b00bf6988-17d88566 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_56d428a2-3a9d-472c-c1b1-4b272f657b7b-17d88566 {
  grid-row: span 2 / span 2;
}

#w-node-_4319445b-1559-4c17-2e5e-b3be975cc037-17d88566 {
  place-self: auto center;
}

#w-node-_816dc665-039c-cbe2-c16f-f55a38e7f946-17d88566, #w-node-_125b76b4-e4ff-d570-6ede-055714390edc-17d88566 {
  justify-self: center;
}

#w-node-ba31ef73-a49c-0ac2-ea43-0a0e920be14c-920be14b {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-ba31ef73-a49c-0ac2-ea43-0a0e920be14d-920be14b, #w-node-ba31ef73-a49c-0ac2-ea43-0a0e920be157-920be14b {
  grid-column: span 5 / span 5;
}

#w-node-ba31ef73-a49c-0ac2-ea43-0a0e920be162-920be14b {
  grid-column: span 2 / span 2;
}

#w-node-_7d0eb992-1a86-262d-5913-1f19a176410e-83a9c754 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-bec64bc5-c277-cfd5-76a7-9f30410ce040-83a9c754 {
  place-self: auto center;
}

#w-node-bec64bc5-c277-cfd5-76a7-9f30410ce046-83a9c754, #w-node-bec64bc5-c277-cfd5-76a7-9f30410ce04c-83a9c754 {
  justify-self: center;
}

#w-node-_2de86e25-8983-3dfe-a66c-28283d97ae00-91477920 {
  place-self: auto center;
}

#w-node-_588477f1-8483-8a55-3333-aceffab5eaf1-91477920, #w-node-_31b2d850-bb16-9156-fcb4-f875cf821d51-91477920, #w-node-_3099f0d8-d792-d093-c5d5-13a14511f0c3-91477920, #w-node-fc02156e-bb43-2788-dbe5-f374b549141c-91477920, #w-node-_5df1bdde-a9b0-5ec6-1c8a-cc22cbd81988-91477920, #w-node-beaffa21-d425-2ff1-a940-0c312e069b6f-91477920, #w-node-_33d75bff-91fd-c778-cb14-a6335d879720-91477920, #w-node-baed56fe-d93f-eaa3-e838-4ba917585725-91477920 {
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_61b509c7-7859-7d5d-6a27-890aec4b93af-17d88566 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9ac95c4d-b0f3-b4cf-dd4f-04cc0c9a66c4-17d88566 {
    grid-row: span 3 / span 3;
  }

  #w-node-b9317e33-b058-7284-0afc-309b00bf6988-17d88566 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_56d428a2-3a9d-472c-c1b1-4b272f657b7b-17d88566 {
    grid-row: span 2 / span 2;
  }

  #w-node-ba31ef73-a49c-0ac2-ea43-0a0e920be14c-920be14b {
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr;
  }
}


@font-face {
  font-family: 'Inriasans';
  src: url('../fonts/InriaSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inriasans';
  src: url('../fonts/InriaSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inriasans';
  src: url('../fonts/InriaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inriasans';
  src: url('../fonts/InriaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inriasans';
  src: url('../fonts/InriaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inriasans';
  src: url('../fonts/InriaSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}