* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}
*:focus {
  outline: 0;
}

::-moz-selection {
  background: #D3441C;
  color: white;
}

::selection {
  background: #D3441C;
  color: white;
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
}

html {
  width: 100vw;
  overflow-x: hidden;
  scroll-padding-top: 90px;
}

body {
  color: black;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
body.locked {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif, sans-serif;
  font-weight: 600;
}

a:not(.button) {
  transition: color 0.25s ease 0s;
  color: #D3441C;
}
a:not(.button).block-link {
  color: inherit;
  text-decoration: none;
}

p {
  font-weight: 300;
}

p:empty,
li:empty {
  display: none;
}

input[type=text], input[type=email], input[type=tel], textarea, select {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

img,
svg {
  max-width: 100%;
}

svg {
  width: 100%;
}

header a,
nav a,
footer a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header li,
nav li,
footer li {
  list-style: none;
}
header .flex,
nav .flex,
footer .flex {
  justify-content: space-between;
}

header .flex {
  align-items: center;
}
@media (min-width: 1271px) {
  header .flex {
    min-height: 114px;
  }
}
@media (max-width: 1270px) {
  header .flex {
    min-height: 70px;
  }
}

nav a {
  display: block;
}

section {
  z-index: 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section p,
section ul,
section ol {
  margin-bottom: 1rem;
}
section p:last-child,
section ul:last-child,
section ol:last-child {
  margin-bottom: 0;
}
section li {
  margin-left: 1em;
}
@media (max-width: 1270px) {
  section {
    border-top-width: 60px;
  }
}
@media (min-width: 641px) {
  section {
    padding: 100px 0;
  }
}
@media (max-width: 640px) {
  section {
    padding: 50px 0;
  }
}

.logo {
  padding: 10px 0;
}
@media (min-width: 1271px) {
  .logo img {
    width: 220px;
  }
}
@media (max-width: 1270px) {
  .logo img {
    width: 160px;
  }
}

.wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 1170px;
  max-width: calc(100% - 100px);
  min-width: 260px;
}
.wrapper .inner-wrapper {
  margin: 0 auto;
  width: 100%;
}
.wrapper.large {
  width: 1300px;
}
.wrapper.medium {
  width: 860px;
}
@media (max-width: 1270px) {
  .wrapper {
    max-width: calc(100% - 70px);
  }
}

.flex {
  justify-content: space-between;
}
.flex.all {
  display: flex;
}
.flex.center {
  align-items: center;
}
@media (min-width: 1025px) {
  .flex.lg {
    display: flex;
  }
  .flex.lg > div, .flex.lg > li, .flex.lg > a {
    margin-bottom: 0px;
  }
}
@media (min-width: 769px) {
  .flex.md {
    display: flex;
  }
  .flex.md > div, .flex.md > li, .flex.md > a {
    margin-bottom: 0px;
  }
}
.flex > div, .flex > li, .flex > a {
  display: block;
  margin: 0;
}

.button, .button-links a, a.button, li.button a, input[type=submit] {
  transition: all 0.25s ease 0s;
  display: inline-block;
  position: relative;
  min-width: auto;
  padding: 18px 25px 20px 25px;
  background-color: #C34E2D;
  border: 0px solid #C34E2D;
  border-radius: 10px;
  color: white;
  font-family: "Montserrat", Helvetica, Arial, sans-serif, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media (hover: hover) {
  .button:hover, .button-links a:hover, a.button:hover, li.button a:hover, input[type=submit]:hover {
    border-color: #C34E2D;
    background-color: #D3441C;
    color: white;
  }
}

.block-link {
  display: block;
}
@media (hover: hover) {
  .block-link:hover .button, .block-link:hover .button-links a, .button-links .block-link:hover a {
    color: white;
  }
}

ul.social {
  display: flex;
}

form input[type=text], form input[type=email], form input[type=tel], form textarea, form select {
  margin-bottom: 20px;
  padding: 15px 10px;
  width: 100%;
  background: #f2f5f7;
  font-size: 16px;
  border-radius: 10px;
}
form .button, form .button-links a, .button-links form a, form a.button, form li.button a, form input[type=submit] {
  margin-top: 20px;
  width: 100%;
}

h1 {
  font-size: 68px;
  line-height: 80px;
  letter-spacing: -0.015em;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 769px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 769px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

h3 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 769px) {
  h3 {
    font-size: 18px;
    line-height: 36px;
  }
}

section p,
section li {
  font-size: 22px;
  line-height: 40px;
}
@media (max-width: 1024px) {
  section p,
  section li {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 769px) {
  section p,
  section li {
    font-size: 18px;
    line-height: 30px;
  }
}

header .wrapper {
  width: 1310px;
}
@media (max-width: 1270px) {
  header .flex {
    justify-content: center;
  }
}

#hero {
  padding: 110px 0 60px 0;
}
#hero .flex {
  align-items: flex-start;
}
#hero .text {
  color: white;
  background-color: transparent;
}
#hero .text p,
#hero .text li {
  color: white;
}
#hero .text h2 {
  color: white;
}
#hero .text h3 {
  color: white;
}
#hero .text a:not(.button) {
  color: white;
}
#hero .text .button, #hero .text .button-links a, .button-links #hero .text a {
  color: '.button, a.button, li.button a, input[type="submit"]';
}
#hero .text .video-thumbnail {
  margin-left: -10px;
  cursor: pointer;
}
#hero .text .video-thumbnail .video-wrapper {
  position: relative;
  height: 310px;
}
#hero .text .video-thumbnail .video-wrapper img {
  z-index: 1;
}
#hero .text .video-thumbnail .video-wrapper img, #hero .text .video-thumbnail .video-wrapper video {
  position: absolute;
  width: 100%;
}
#hero .text .video-thumbnail .video-wrapper video {
  display: none;
  margin: 13px 0 0 13px;
}
#hero .text .video-thumbnail .caption {
  margin-top: 10px;
  max-width: 318px;
}
#hero .form {
  position: relative;
  padding: 44px 40px;
  border-radius: 15px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1607843137);
  background: white;
}
#hero .form:before {
  position: absolute;
  width: 48px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  display: block;
  top: 0;
  left: -1px;
  background-image: url("https://24202415.fs1.hubspotusercontent-na1.net/hubfs/24202415/lp/corner.svg");
}
#hero .form h3 {
  margin-bottom: 20px;
  color: #003A5C;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 769px) {
  #hero .text {
    width: 50%;
    max-width: 515px;
  }
  #hero .text h1 {
    margin-bottom: 25px;
  }
  #hero .text p {
    margin-bottom: 35px;
    font-size: 23px;
  }
  #hero .text .video-thumbnail .caption {
    margin-left: 50px;
  }
  #hero .form {
    width: 45%;
    max-width: 440px;
  }
}
@media (max-width: 768px) {
  #hero {
    padding: 50px 0;
    text-align: center;
  }
  #hero h1 {
    margin-bottom: 20px;
  }
  #hero p {
    font-size: 22px;
    line-height: 32px;
  }
  #hero .text {
    margin-bottom: 30px;
  }
}

#try {
  padding: 80px 0;
}
@media (min-width: 769px) {
  #try .text {
    width: 60%;
    max-width: 660px;
  }
  #try .image {
    width: 60%;
    max-width: 480px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  #try {
    padding: 50px 0;
  }
}

#enhanced {
  padding-top: 0;
  color: #003a5c;
}
#enhanced h2 {
  margin-bottom: 55px;
  color: #D3441C;
  text-align: center;
}
#enhanced h3 {
  margin-bottom: 10px;
  font-weight: 600;
}
#enhanced img {
  margin-bottom: 30px;
}
#enhanced p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 26px;
}
#enhanced .flex {
  gap: 30px;
}
@media (max-width: 768px) {
  #enhanced h3 {
    margin-bottom: 5px;
  }
  #enhanced .col {
    margin-bottom: 50px;
  }
}

#testimonials {
  background: linear-gradient(135deg, #f2f5f7 0%, rgb(255, 255, 255) 100%);
}
#testimonials h2 {
  color: #003A5C;
  text-align: center;
}
#testimonials h3 {
  font-size: 24px;
  line-height: 44px;
  margin: 20px auto;
  max-width: 820px;
  color: #003A5C;
}
@media (max-width: 1024px) {
  #testimonials h3 {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (max-width: 769px) {
  #testimonials h3 {
    font-size: 17px;
    line-height: 30px;
  }
}
#testimonials .wrapper {
  width: 1350px;
}
#testimonials .quote {
  display: flex;
  align-items: center;
  position: relative;
  margin: 25px auto;
  padding: 60px;
  max-width: calc(100% - 250px);
  min-height: 380px;
  border-radius: 15px;
  box-shadow: 0px 0px 30px rgba(21, 57, 89, 0.1490196078);
  background: white;
  text-align: center;
}
#testimonials .quote:before, #testimonials .quote:after {
  position: absolute;
  width: 78px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  display: block;
}
#testimonials .quote:before {
  top: 60px;
  left: 60px;
  background-image: url(https://24202415.fs1.hubspotusercontent-na1.net/hubfs/24202415/lp/icn-quote-left@2x.png);
}
#testimonials .quote:after {
  bottom: 60px;
  right: 60px;
  background-image: url(https://24202415.fs1.hubspotusercontent-na1.net/hubfs/24202415/lp/icn-quote-right@2x.png);
}
#testimonials .credits {
  position: relative;
  z-index: 1;
  margin-top: -70px;
  text-align: center;
}
#testimonials .credits img {
  margin-bottom: 20px;
}
#testimonials .credits p {
  color: #003A5C;
  margin-bottom: 0.75em;
  font-size: 14px;
  line-height: 1.8;
}
#testimonials .credits p strong {
  font-size: 18px;
}
#testimonials .image {
  overflow: hidden;
  margin: 0 auto 25px auto;
  width: 90px;
  height: 90px;
  border: 2px solid #D3441C;
  border-radius: 50%;
}
#testimonials .swiper-controls .swiper-button {
  margin-top: calc(-110px - var(--swiper-navigation-size) / 2);
  width: 120px;
  height: 120px;
  background-size: contain;
}
#testimonials .swiper-controls .swiper-button:after {
  content: "";
}
#testimonials .swiper-controls .swiper-button-prev {
  background-image: url("https://24202415.fs1.hubspotusercontent-na1.net/hubfs/24202415/lp/slider-left.svg") !important;
}
#testimonials .swiper-controls .swiper-button-next {
  background-image: url("https://24202415.fs1.hubspotusercontent-na1.net/hubfs/24202415/lp/slider-right.svg") !important;
}
@media (max-width: 768px) {
  #testimonials .quote {
    max-width: 100%;
  }
  #testimonials .swiper-controls {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  #testimonials .swiper-controls .swiper-button {
    display: inline-block;
    position: relative;
    margin: 0;
  }
  #testimonials .swiper-controls .swiper-button-next {
    float: right;
  }
}

#request {
  color: white;
  background-color: transparent;
  padding: 80px 0;
}
#request p,
#request li {
  color: white;
}
#request h2 {
  color: white;
}
#request h3 {
  color: white;
}
#request a:not(.button) {
  color: white;
}
#request .button, #request .button-links a, .button-links #request a {
  color: '.button, a.button, li.button a, input[type="submit"]';
}
#request h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  #request h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 769px) {
  #request h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 641px) {
  #request h3 {
    letter-spacing: -0.048px;
  }
}
#request p {
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 1024px) {
  #request p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 769px) {
  #request p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 769px) {
  #request .flex {
    align-items: center;
  }
  #request .text {
    width: calc(100% - 260px);
    max-width: 810px;
  }
  #request .button, #request .button-links a, .button-links #request a {
    max-width: 220px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  #request {
    text-align: center;
  }
  #request .button, #request .button-links a, .button-links #request a {
    margin-top: 40px;
  }
}

#proven h2 {
  max-width: 530px;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
  color: #D3441C;
}
#proven p {
  margin-bottom: 0;
  color: #003A5C;
  font-weight: 600;
}
#proven .text sub {
  font-size: 12px;
}
#proven .list li {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  list-style: none;
}
#proven .list li span {
  display: block;
}
#proven .list li .num {
  font-size: 40px;
  line-height: 52px;
  width: 150px;
  color: #D3441C;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 1024px) {
  #proven .list li .num {
    font-size: 26px;
    line-height: 52px;
  }
}
@media (max-width: 769px) {
  #proven .list li .num {
    font-size: 26px;
    line-height: 52px;
  }
}
#proven .list li .cap {
  font-size: 18px;
  line-height: 26px;
  margin-left: 20px;
  letter-spacing: -0.01em;
  width: calc(100% - 130px);
  color: #003A5C;
  font-weight: 600;
}
@media (max-width: 1024px) {
  #proven .list li .cap {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 769px) {
  #proven .list li .cap {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 769px) {
  #proven .text,
  #proven .list {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #proven .text {
    margin-bottom: 50px;
    text-align: center;
  }
  #proven .list li .num {
    width: 85px;
  }
}

#optimize {
  background: linear-gradient(135deg, #f2f5f7 0%, rgb(255, 255, 255) 100%);
}
#optimize h2 {
  margin-bottom: 10px;
  color: #003A5C;
}
#optimize p,
#optimize a {
  font-weight: 500;
}
#optimize .intro {
  text-align: center;
}
#optimize .flex img {
  margin: 50px 0 25px 0;
}
#optimize .flex p {
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 1024px) {
  #optimize .flex p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 769px) {
  #optimize .flex p {
    font-size: 18px;
    line-height: 32px;
  }
}
#optimize .flex .read-more {
  display: inline-block;
  color: #D3441C;
  border-bottom: 2px solid #D3441C;
}
#optimize .flex a:hover .read-more {
  color: #003A5C;
  border-bottom-color: #003A5C;
}
@media (min-width: 769px) {
  #optimize .flex > a {
    width: 31%;
  }
}

footer {
  color: white;
  background-color: transparent;
  padding: 84px 0;
  background: #333E48;
}
footer p,
footer li {
  color: white;
}
footer h2 {
  color: white;
}
footer h3 {
  color: white;
}
footer a:not(.button) {
  color: white;
}
footer .button, footer .button-links a, .button-links footer a {
  color: '.button, a.button, li.button a, input[type="submit"]';
}
footer .contact {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #666;
}
footer .contact p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  footer .contact p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 769px) {
  footer .contact p {
    font-size: 18px;
    line-height: 26px;
  }
}
footer .logo {
  margin-right: 25px;
  width: 75px;
}
footer .address-phone {
  width: calc(100% - 100px);
  justify-content: space-between;
}
footer .social {
  display: flex;
  margin-left: 30px;
}
footer .social li a {
  padding: 0 7px;
}
footer .quicklinks a {
  margin-left: 40px;
}
@media (min-width: 769px) {
  footer .footer-logo {
    align-items: center;
  }
  footer .phone {
    text-align: right;
  }
}
@media (max-width: 769px) {
  footer p {
    margin-bottom: 1em;
  }
  footer .legal-quicklinks {
    text-align: center;
  }
  footer .quicklinks a {
    margin-right: 40px;
  }
}

.hs-error-msgs li {
  margin: -10px 0 20px 0;
  font-size: 12px;
  line-height: 100%;
  list-style: none;
}

.submitted-message p {
  font-weight: 500;
  text-align: center;
}