@font-face {
  font-family: 'Open Sans';
  src: url('https://19499762.fs1.hubspotusercontent-na1.net/hubfs/19499762/Open%20Sans/OpenSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('https://19499762.fs1.hubspotusercontent-na1.net/hubfs/19499762/Open%20Sans/OpenSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('https://19499762.fs1.hubspotusercontent-na1.net/hubfs/19499762/Open%20Sans/OpenSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('https://19499762.fs1.hubspotusercontent-na1.net/hubfs/19499762/Open%20Sans/OpenSans-Bold.ttf') format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('https://19499762.fs1.hubspotusercontent-na1.net/hubfs/19499762/Open%20Sans/OpenSans-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}

@layer utilities;

@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .flex {
    display: flex;
  }

  .flex.row {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .flex.wrap {
    flex-wrap: wrap;
  }

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

  .column,
  .col {
    flex-direction: column;
    width: 100%;
  }

  .align-start {
    align-items: flex-start;
  }

  .align-center {
    align-items: center;
  }

  .align-end {
    align-items: flex-end;
  }

  .justify-center {
    justify-content: center;
  }

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

  .wrap,
  .flex-wrap {
    flex-wrap: wrap;
  }

  .nowrap {
    flex-wrap: nowrap;
  }

  .container {
    margin: 0 auto;
    max-width: 1382px;
    padding: 0 35px;
    position: relative;
    width: 100%;
    z-index: 2;
  }

  .container.sm {
    max-width: 1155px;
  }

  .absolute-centered {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

h1 {
  font-size: 48px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 120%;
}


h2 {
  font-size: 32px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  line-height: 120%;
  color: #333333;
  margin-top: 0;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  line-height: 120%;
  color: #333333;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  line-height: 120%;
  color: #333333;
}

p {
  line-height: 150%;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-size: 18px;
}

ul li {
  line-height: 150%;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-size: 18px;
}

p a,
p a span,
ul li a {
  color: #006CAC;
  font-weight: bold;
  text-decoration: none;
}

p a:hover,
p a span:hover,
ul li a:hover {
  text-decoration: underline;
  color: #60C4FF;
}

p a:active,
p a span:active {
  text-decoration: underline;
  color: #E44A07;
}

strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

.eyebrow {
  color: #CD4104;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0px;
}

.bodyContainer {
  float: none !important;
  margin: 0px auto !important;
  max-width: 1280px !important;
}

@media screen and (min-width: 1600px) {

  .bodyContainer {
    float: none !important;
    margin: 0px auto !important;
    max-width: 1480px !important;
  }

}

@media screen and (max-width: 1420px) {

  .bodyContainer,
  .logoContainer {
    padding-left: 60px;
    padding-right: 60px;
  }

}

@media screen and (max-width: 991px) {

  .bodyContainer,
  .logoContainer {
    padding-left: 35px;
    padding-right: 35px;
  }

}

@media screen and (max-width: 800px) {

  h1 {
    font-size: 40px;
    font-weight: 600;

  }

  h2 {
    font-size: 30px;
    font-weight: 600;

  }

  h2 {
    font-size: 28px;
    font-weight: 600;

  }
}

a.button-primary {
  background-color: #CD4104;
  color: #ffff;
  text-align: center;
  padding: 15px 25px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #CD4104;
  border-radius: 5px;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0) !important;
  transition: background 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s;
  text-decoration: none;
}

a.button-primary:hover {
  background: #60c4ff;
  color: #000 !important;
  border: 2px solid #60c4ff;
}

a.button-secondary {
  background-color: transparent;
  color: #CD4104;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 15px;
  border: none;
  font-size: 20px;
  font-weight: 700;
  gap: 20px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #CD4104;
  border-radius: 5px;
  transition: background 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
  text-decoration: none;
}

a.button-secondary svg path{

a.button-secondary:hover {
  background: #CD4104;
  color: white;
}

@media screen and (max-width: 850px) {
  .LPformContainer {
    margin-top: 0px;

  }
}