:root {
  --dim-grey: #4e4d4c;
  --red: #ed1c24;
  --firebrick: #ad1e22;
  --black: #242424;
  --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;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-brand {
  margin-right: 2rem;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--dim-grey);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--red);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  height: 100px;
}

.landing-section {
  background-color: var(--firebrick);
  background-image: linear-gradient(to right, var(--black), var(--dim-grey));
}

.landing-section.red-bg {
  background-image: linear-gradient(to right, var(--firebrick), var(--red));
}

.main-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid {
  grid-column-gap: 53px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.cel {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cta-h1 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.cta-paragraph {
  color: var(--white);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.button {
  background-color: var(--red);
  text-transform: uppercase;
  padding: 12px;
  font-family: Nunito Sans, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  transition: all .4s;
  box-shadow: 0 8px 13px #00000061;
}

.button:hover {
  background-color: var(--white);
  box-shadow: none;
  color: var(--red);
}

.image-2 {
  width: 100%;
  height: auto;
}

.main-section.grey-bg {
  background-image: linear-gradient(to right, var(--black), var(--dim-grey));
}

.main-section.red-bg {
  background-image: linear-gradient(to right, var(--firebrick), var(--red));
}

.h1 {
  color: var(--red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Nunito Sans, sans-serif;
  font-size: 3rem;
  font-weight: 900;
}

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

.main-paragraph {
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
}

.main-paragraph.white {
  color: var(--white);
}

.list {
  color: var(--white);
  padding-left: 25px;
  font-size: 2rem;
}

.h2 {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Nunito Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

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

.footer-line {
  background-color: var(--red);
  height: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-link-2 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.footer-link-2:hover {
  color: var(--red);
  text-decoration: none;
}

.footer-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.text-block {
  color: #fff;
}

.footer-image-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 250px;
  height: 100%;
}

.footer {
  background-color: #404040;
  background-image: linear-gradient(to right, var(--black), var(--dim-grey));
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

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

.link:hover {
  text-decoration: underline;
}

.footer-logo-link-2 {
  flex: 0 auto;
  min-width: auto;
  max-height: none;
}

.footer-flex-container-2 {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-div {
  justify-content: space-between;
  display: flex;
}

.contact-icon {
  height: 30px;
}

.list-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.contact-link {
  color: var(--dim-grey);
  margin-left: .5rem;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
}

.contact-link:hover {
  color: var(--red);
}

.form-block {
  background-color: var(--dim-grey);
  width: 100%;
  margin-bottom: 0;
  padding: 1.5rem;
}

.field-label {
  color: var(--white);
  font-family: Open Sans, sans-serif;
}

.textarea {
  min-height: 100px;
}

.truck {
  width: 100%;
  height: auto;
}

.highlight {
  color: var(--red);
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.2rem;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
    font-size: 2rem;
  }

  .menu-button.w--open {
    background-color: var(--red);
    color: #fff;
  }

  .main-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .cel {
    align-items: center;
  }

  .cel.margin {
    padding-left: 50px;
    padding-right: 50px;
  }

  .cta-h1, .cta-paragraph, .main-paragraph {
    text-align: center;
  }

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

  .contact-icon {
    margin-bottom: .5rem;
  }

  .list-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-link {
    margin-left: 0;
    font-size: 1.3rem;
    font-weight: 800;
  }

  .list-item-2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 900;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .main-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h2 {
    font-size: 1.8rem;
  }

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

  .footer-heading-2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-image-2 {
    object-fit: contain;
  }

  .footer {
    padding: 40px 20px;
  }

  .div-block-30 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-flex-container-2, .footer-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .list-item-2 {
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 400;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .image {
    height: 75px;
  }

  .main-container {
    padding: 60px 20px;
  }

  .grid {
    grid-row-gap: 36px;
  }

  .cel.margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-h1 {
    font-size: 3rem;
  }

  .h1 {
    font-size: 2.2rem;
  }

  .h1.white {
    text-align: center;
  }

  .h2 {
    font-size: 1.5rem;
  }

  .footer-heading-2 {
    margin-top: 20px;
  }

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

  .footer-image-2 {
    width: 150px;
  }

  .footer {
    text-align: left;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-link-2 {
    height: auto;
  }

  .footer-flex-container-2 {
    flex-direction: column;
  }
}

#w-node-e9dfb2ca-44ea-5d5c-3680-59facccc0054-babdfbbf, #w-node-e1cf5d5e-479e-82cc-9b45-faea806ea157-babdfbbf, #w-node-e0858fde-1bde-2c41-f59a-8b1fcf03895e-babdfbbf, #w-node-e0858fde-1bde-2c41-f59a-8b1fcf038960-babdfbbf, #w-node-_2b4d575b-896d-ba6e-a67d-125612b60f01-babdfbbf, #w-node-_2b4d575b-896d-ba6e-a67d-125612b60f03-babdfbbf, #w-node-_3a3d5179-1299-d706-b837-1cf565d7d93e-babdfbbf, #w-node-_3a3d5179-1299-d706-b837-1cf565d7d940-babdfbbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


