@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("//cdn2.hubspot.net/hubfs/4312591/Doordash_May2018%20/fonts/TTNorms-Regular/TTNorms-Regular.woff2")
      format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4312591/Doordash_May2018%20/fonts/TTNorms-Regular/TTNorms-Regular.ttf")
      format("truetype"),
    url("//cdn2.hubspot.net/hubfs/4312591/Doordash_May2018%20/fonts/TTNorms-Regular/TTNorms-Regular.eot")
      format("embedded-opentype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("//cdn2.hubspot.net/hubfs/4312591/Doordash_May2018%20/fonts/TTNorms-Medium/TTNorms-Medium.woff2")
      format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4312591/Doordash_May2018%20/fonts/TTNorms-Medium/TTNorms-Medium.ttf")
      format("truetype"),
    url("//cdn2.hubspot.net/hubfs/4312591/Doordash_May2018%20/fonts/TTNorms-Medium/TTNorms-Medium.eot")
      format("embedded-opentype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("//cdn2.hubspot.net/hubfs/4312591/Doordash_May2018%20/fonts/TTNorms-Bold/TTNorms-Bold.woff2")
      format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4312591/Doordash_May2018%20/fonts/TTNorms-Bold/TTNorms-Bold.ttf")
      format("truetype"),
    url("//cdn2.hubspot.net/hubfs/4312591/Doordash_May2018%20/fonts/TTNorms-Bold/TTNorms-Bold.eot")
      format("embedded-opentype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("//cdn2.hubspot.net/hubfs/4312591/Doordash_May2018%20/fonts/TTNorms-ExtraBold/TTNorms-ExtraBold.woff2")
      format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4312591/Doordash_May2018%20/fonts/TTNorms-ExtraBold/TTNorms-ExtraBold.ttf")
      format("truetype"),
    url("//cdn2.hubspot.net/hubfs/4312591/Doordash_May2018%20/fonts/TTNorms-ExtraBold/TTNorms-ExtraBold.eot")
      format("embedded-opentype");
}

body {
  font-family: "Montserrat", "Montserrat", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

p {
  font-size: 20px;
  color: #767676;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
  }
}

h2 {
  font-size: 40px !important;
  font-weight: 600 !important;
  color: #00838a;
  text-align: center;
  width: 100%;
  margin-bottom: 60px !important;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 28px !important;
    margin-bottom: 40px !important;
    padding: 0 15px;
  }
}

img {
  max-width: 100%;
}

.btn {
  padding: 0.375rem 2rem !important;
}

.btn.btn-primary {
  background: #e34d00;
  border: none;
  font-size: 20px !important;
  font-weight: 500;
  line-height: 48px;
}

.btn.btn-primary:hover {
  background: #d21500;
}

@media screen and (max-width: 414px) {
  .btn.btn-primary {
    padding: 0;
  }
}

.btn.btn-link {
  color: #eb1700;
  padding-left: 0 !important;
  font-size: 20px;
  font-weight: 500;
}

.btn.btn-link:hover {
  color: #b81200;
  text-decoration: none;
}

@media screen and (max-width: 414px) {
  .btn.btn-link {
    font-size: 16px;
  }
}

.section {
  padding: 60px 0;
}

.section-green {
  background: #ecfbfb;
}

.section-green h2 {
  color: #00838a;
}

.section-grey {
  background: #f7f7f7;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
  padding: 0 24px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .logo a {
  display: block;
  width: 154px;
  height: 35px;
  background: url("./logo.svg") no-repeat top left;
  font-size: 0;
  z-index: 10000;
}

@media screen and (max-width: 414px) {
  nav .logo a {
    width: 36px;
    height: 19px;
    margin-top: 8px;
  }
}

nav.scrolling {
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3 !important;
}

nav.scrolling .logo a {
  background-image: url("//cdn2.hubspot.net/hubfs/4312591/Mx%20Resources/images/doordash-merchants-logo-v2.svg");
}

nav.scrolling ul.menu li a {
  color: #eb1700;
}

nav.scrolling ul.menu li a.btn {
  color: #fff !important;
}

nav.scrolling li.subnav {
  background-image: url("//cdn2.hubspot.net/hubfs/4312591/Mx%20Apply%20Website%202019/images/nav-chevron-red.svg");
}

nav.scrolling .mobile-menu-icon a {
  background-image: url("//cdn2.hubspot.net/hubfs/4312591/Mx%20Apply%20Website%202019/images/mobile-menu-icon-red.svg");
}

nav ul.menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav ul.menu li {
  margin: 0 10px;
}

@media screen and (max-width: 414px) {
  nav ul.menu li {
    margin-right: 0;
  }
}

nav ul.menu li a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  min-width: 120px;
}

@media screen and (max-width: 414px) {
  nav ul.menu li a {
    font-size: 16px;
    padding: 0.375rem 0.25rem;
  }
}

nav ul.menu li a:hover {
  text-decoration: none;
}

nav a.btn {
  background: #eb1700;
  color: #fff;
  font-weight: 500;
  border-radius: 500px;
  padding: 0.375rem 2rem;
}

@media screen and (max-width: 414px) {
  nav a.btn {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

nav .mobile-menu-icon a {
  display: block;
  width: 20px;
  height: 35px;
  background: url("//cdn2.hubspot.net/hubfs/4312591/Mx%20Apply%20Website%202019/images/mobile-menu-icon-white.svg")
    no-repeat center center;
  font-size: 0px;
  margin-right: 20px;
}

nav li.subnav {
  position: relative;
  padding-right: 12px;
  background: url("//cdn2.hubspot.net/hubfs/4312591/Mx%20Apply%20Website%202019/images/nav-chevron-white.svg")
    no-repeat right center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav li.subnav:hover ul {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav li.subnav ul {
  position: absolute;
  right: 0;
  background: #fff;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: none;
}

nav li.subnav ul li {
  margin: 0;
}

nav li.subnav ul li a {
  color: #eb1700;
  font-size: 18px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

nav li.subnav ul li a:hover {
  color: #b81200;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

nav .mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  background: #fff;
}

nav .mobile-menu .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 24px 16px 16px;
}

nav .mobile-menu .header .left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav .mobile-menu .header .left .close-menu {
  margin-right: 16px;
}

nav .mobile-menu .header .logo a {
  background-image: url("https://cdn2.hubspot.net/hubfs/4312591/Mx Resources/images/doordash-merchants-logo-v2.svg");
}

nav .mobile-menu > ul {
  margin-left: 16px;
}

nav .mobile-menu ul {
  list-style: none;
  padding-left: 0;
}

nav .mobile-menu ul li a {
  display: block;
  padding: 8px 20px 8px 0;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 500;
  color: #eb1700;
}

nav .mobile-menu ul li.submenu li a {
  padding-left: 24px;
}

nav .mobile-menu ul li.submenu > a {
  font-weight: normal;
  color: #191919;
}

.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(31, 31, 31, 0.5)),
    url("hero-bg.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hero .row {
  min-height: 42vw;
}

.hero .row .col-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero .row .col-md.cta-form {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .hero .row .col-md.cta-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 40px 0;
  }
}

.hero h1 {
  font-size: 64px;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .hero h1 {
    font-size: 40px;
  }
}

.hero h1 small {
  display: block;
  font-size: 32px;
  font-weight: 500;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .hero h1 small {
    font-size: 20px;
    margin-top: 20px;
  }
}

.hero .cta-form {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero .cta-form form,
.hero .cta-form .hbspt-form {
  background: #fff;
  color: #191919;
  padding: 32px;
  border-radius: 12px;
  min-width: 75%;
}

@media screen and (max-width: 991px) {
  .hero .cta-form form,
  .hero .cta-form .hbspt-form {
    width: 100%;
  }
}

.hero .cta-form form h3,
.hero .cta-form .hbspt-form h3 {
  font-size: 30px;
  font-weight: 600;
  color: #434343;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .hero .cta-form form h3,
  .hero .cta-form .hbspt-form h3 {
    font-size: 24px;
  }
}

.hero .cta-form form label,
.hero .cta-form .hbspt-form label {
  font-size: 16px;
  color: #434343;
  font-weight: 500;
  margin-bottom: 0;
}

.hero .cta-form form input,
.hero .cta-form .hbspt-form input {
  width: 100%;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  margin-bottom: 24px;
}

.hero .cta-form form .btn,
.hero .cta-form .hbspt-form .btn {
  width: 100%;
}

.hero .right form {
  background: #fff;
  color: #000;
}

.ready-to-join {
  text-align: center;
  background-image: url("//cdn2.hubspot.net/hubfs/4312591/Mx%20Apply%20Website%202019/images/ready-to-join.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: relative;
}

@media screen and (max-width: 991px) {
  .ready-to-join {
    background: #ecfbfb;
  }
}

.ready-to-join a:hover {
  text-decoration: none;
}

.ready-to-join p {
  color: #00838a;
  padding-bottom: 24px;
  background: url("//cdn2.hubspot.net/hubfs/4312591/Mx%20Apply%20Website%202019/images/arrow-learnmore.svg")
    no-repeat bottom center;
}

@media screen and (max-width: 991px) {
  .ready-to-join p {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.feature {
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: left center;
  background-size: contain;
}

@media screen and (min-width: 992px) {
  .feature.f01 {
    background-image: url("//cdn2.hubspot.net/hubfs/4312591/Mx%20Apply%20Website%202019/images/more-business.jpg");
  }
}

@media screen and (min-width: 992px) {
  .feature.f02 {
    background-image: url("//cdn2.hubspot.net/hubfs/4312591/Mx%20Apply%20Website%202019/images/new-customers.jpg");
    background-position: right center;
  }
}

@media screen and (min-width: 992px) {
  .feature.f03 {
    background-image: url("//cdn2.hubspot.net/hubfs/4312591/Mx%20Apply%20Website%202019/images/options.jpg");
  }
}

@media screen and (max-width: 991px) {
  .feature {
    background-image: none !important;
  }
}

.feature .row {
  min-height: 45vw;
}

@media screen and (max-width: 414px) {
  .feature .row .image {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .feature .row .content {
    margin-bottom: 40px;
  }
}

.feature h3 {
  font-size: 36px;
  font-weight: 600;
  color: #434343;
}

@media screen and (max-width: 991px) {
  .feature h3 {
    font-size: 26px;
    margin-top: 20px;
  }
}

.feature .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  font-weight: 500;
  color: #eb1700;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .feature .stat {
    font-size: 18px;
  }
}

.feature .stat img {
  margin-right: 16px;
}

.feature .stat .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .feature .stat .number {
    font-size: 24px;
  }
}

.feature .stat .number small {
  font-size: 12px;
  color: #191919;
}

.feature .image-mask-left {
  height: 40vw;
  position: absolute;
  right: 0;
}

.feature .image-mask-right {
  height: 40vw;
  position: absolute;
  left: -1px;
}

.process {
  text-align: center;
}

.process h2 {
  margin-bottom: 60px;
}

.process .step {
  background: #fff;
  margin: 0 5% 40px 5%;
  padding: 24px;
  border-radius: 12px;
}

@media screen and (max-width: 414px) {
  .process .step {
    padding: 16px;
    margin-bottom: 15%;
  }
}

@media screen and (max-width: 414px) {
  .process .step:last-child {
    margin-bottom: 0;
  }
}

.process .step:after {
  content: "";
  width: 48px;
  height: 32px;
  background: url("//cdn2.hubspot.net/hubfs/4312591/Mx%20Apply%20Website%202019/images/process-arrow.svg")
    no-repeat center center;
  position: absolute;
  top: 50%;
  right: -30%;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}

@media screen and (max-width: 414px) {
  .process .step:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -15%;
    -webkit-transform: translateX(-24px) rotate(90deg);
    transform: translateX(-24px) rotate(90deg);
  }
}

.process .step:last-child:after {
  background: none;
}

.process .step .icon img {
  width: 50%;
}

.process .step .number {
  font-size: 40px;
  font-weight: bold;
  color: #a1d8d9;
}

@media screen and (max-width: 991px) {
  .process .step .number {
    font-size: 32px;
  }
}

.process .step .label {
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .process .step .label {
    font-size: 18px;
  }
}

.stats {
  text-align: center;
}

.stats h2 {
  margin-bottom: 60px;
}

.stats ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stats ul li {
  font-size: 24px;
  font-weight: 500;
  color: #767676;
  min-width: 25%;
}

.stats ul li .number {
  font-size: 48px;
  font-weight: 600;
  color: #191919;
}

.dd-helps .nav-tabs {
  width: 100%;
}

.dd-helps .nav-tabs .nav-item {
  width: 33.33%;
}

.dd-helps .nav-tabs .nav-item .nav-link {
  font-size: 24px;
  font-weight: 500;
  color: #767676;
  text-align: center;
  border: none;
  border-top: 4px solid transparent;
  height: 100%;
  padding: 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 414px) {
  .dd-helps .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    padding: 16px;
  }
}

.dd-helps .nav-tabs .nav-item .nav-link.active {
  color: #191919;
  border-top: 4px solid #eb1700;
}

.tab-content .tab-pane {
  background: #fff;
  padding: 40px 80px;
}

@media screen and (max-width: 414px) {
  .tab-content .tab-pane {
    padding: 20px;
  }
}

.tab-content .tab-pane.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 414px) {
  .tab-content .tab-pane.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.tab-content .tab-pane img {
  width: 50%;
  height: 50%;
}

@media screen and (max-width: 414px) {
  .tab-content .tab-pane img {
    width: 100%;
  }
}

.tab-content .tab-pane .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 414px) {
  .tab-content .tab-pane .content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.coverage {
  text-align: center;
}

.coverage h2 {
  margin-bottom: 20px !important;
}

.coverage .nav-tabs {
  border: none;
  font-size: 24px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 414px) {
  .coverage .nav-tabs {
    font-size: 18px;
    overflow: auto;
  }
}

.coverage .nav-tabs .nav-link {
  color: #767676;
  border: none;
  padding: 0.5rem 1.25rem;
}

.coverage .nav-tabs .nav-link:hover {
  color: #eb1700;
}

.coverage .nav-tabs .nav-link.active {
  color: #eb1700;
  border-bottom: 4px solid #eb1700;
}

.coverage .logos-container {
  position: relative;
}

.coverage .logos-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  width: 120px;
  z-index: 2;
}

.coverage .logos-container:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fff),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  width: 120px;
  z-index: 1;
}

.coverage .logos {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0;
  overflow: auto;
  position: relative;
}

@media screen and (max-width: 414px) {
  .coverage .logos {
    margin: 40px 0 20px 0;
  }
}

.coverage .logos li {
  min-width: 80px;
}

.coverage .more p {
  font-size: 24px;
  font-weight: 500;
  color: #767676;
}

@media screen and (max-width: 991px) {
  .coverage .more p {
    font-size: 18px;
  }
}

.success-stories {
  margin-bottom: 40px;
}

.success-stories .carousel-item,
.success-stories .carousel-item.active {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.success-stories .carousel-item .card-layout,
.success-stories .carousel-item.active .card-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 414px) {
  .success-stories .carousel-item .card-layout,
  .success-stories .carousel-item.active .card-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.success-stories .carousel-item img,
.success-stories .carousel-item.active img {
  border-radius: 12px 0 0 12px;
}

.success-stories .carousel-item .content,
.success-stories .carousel-item.active .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
}

.success-stories .carousel-item .content h3,
.success-stories .carousel-item.active .content h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}

.success-stories .carousel-item .content .name,
.success-stories .carousel-item.active .content .name {
  font-style: italic;
}

.success-stories .cta a.btn {
  margin: auto;
}

@media screen and (max-width: 991px) {
  .talk-to-us {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 24px;
  }
  .talk-to-us h3 {
    margin-bottom: 32px;
  }
}

span.custom-banner-form-wrapper {
  top: 0 !important;
}

span.custom-banner-form-wrapper form.hs-form .input .hs-input {
  padding: 4px 12px !important;
}

label.error {
  color: #f2545b !important;
  font-family: "Montserrat", "Montserrat", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 14px !important;
  margin-top: 5px !important;
}

.hs-input.error {
  border-color: #b31e0b !important;
}

.modal#talk-to-us .modal-header {
  border-bottom: none !important;
}

.modal#talk-to-us .modal-header h2 {
  color: #00838a;
  margin-bottom: 0 !important;
}

.modal#talk-to-us .modal-body {
  padding-left: 24px;
  padding-right: 24px;
}

.modal#talk-to-us .modal-body p {
  font-size: 1rem;
  color: #212529;
}

.modal#talk-to-us .modal-body dd {
  margin-bottom: 24px;
}

.modal#talk-to-us .modal-footer {
  background: #f7f7f7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.modal#talk-to-us .modal-footer p {
  font-size: 1rem;
  color: #212529;
}

.modal#talk-to-us .modal-footer p.number {
  font-size: 28px;
  font-weight: 600;
}

/*# sourceMappingURL=style.css.map */
