@font-face {
  font-family: Gt America Standard;
  src: url('https://na.corpay.com/rs/319-HFX-032/images/GT-America-Standard-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Standard;
  src: url('https://na.corpay.com/rs/319-HFX-032/images/GT-America-Standard-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Standard;
  src: url('https://na.corpay.com/rs/319-HFX-032/images/GT-America-Standard-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-section {
  background-image: url('../images/corpay-match-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 20px 50px;
}

.container {
  max-width: 1333px;
}

.hero-inner {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.hero-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
}

.hero-content {
  max-width: 520px;
}

.heading {
  color: #fff;
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
}

.text-block {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 138%;
}

.hero-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  min-height: 498px;
  padding: 40px;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.body {
  font-family: Gt America Standard, Arial, sans-serif;
}

.image {
  margin-bottom: 50px;
}

.feature-section {
  padding: 70px 20px;
}

.heading-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.text-block-2 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 145%;
}

.feature-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 58px;
}

.card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 20px;
  display: flex;
  box-shadow: 0 0 15px #0000001a;
}

.card.withimage {
  box-shadow: none;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-2 {
  width: 70px;
  height: 70px;
}

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

.text-block-3 {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 127%;
}

.text-block-3.text-grey {
  color: #4f4f4f;
}

.heading-4 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.heading-4.cardheading {
  max-width: 312px;
}

.card-text {
  flex-flow: column;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.info-section {
  background-color: #f8f8f8;
  padding: 70px 20px;
}

.grid {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
}

.image-8 {
  display: block;
}

.footer-bottom-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.container-2 {
  max-width: 1100px;
}

.container-2.footer-bottom-container {
  border: 1px #ececec;
  border-top-style: solid;
  max-width: 1333px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-block {
  text-decoration: line-through;
}

.social-icons {
  justify-content: space-between;
  align-items: center;
  width: 200px;
  display: flex;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-13 {
  color: #787878;
  max-width: 700px;
  font-size: 10px;
  line-height: 14px;
}

@media screen and (max-width: 991px) {
  .feature-columns {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hero-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 36px;
    line-height: 46px;
  }

  .text-block {
    font-size: 18px;
  }

  .hero-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    padding-bottom: 0;
  }

  .heading-3 {
    font-size: 36px;
  }

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

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

  .footer-bottom-inner {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .div-block {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .hero-columns {
    grid-template-columns: 1fr;
  }

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

  .text-block-12 {
    text-align: center;
    font-size: 12px;
  }
}

#w-node-_1a53ce0c-30d0-ce13-59dd-9701a57be987-cb337b99 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_55d99bcc-16da-c24f-f58e-b4b63f68dcc7-cb337b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b232a940-99e3-3933-832c-f563acf68d9e-cb337b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_1a53ce0c-30d0-ce13-59dd-9701a57be987-cb337b99 {
    grid-column: span 1 / span 1;
  }

  #w-node-b232a940-99e3-3933-832c-f563acf68d9e-cb337b99 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1a53ce0c-30d0-ce13-59dd-9701a57be987-cb337b99 {
    grid-column: span 1 / span 1;
  }

  #w-node-b232a940-99e3-3933-832c-f563acf68d9e-cb337b99 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Gt America Standard';
  src: url('https://na.corpay.com/rs/319-HFX-032/images/GT-America-Standard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('https://na.corpay.com/rs/319-HFX-032/images/GT-America-Standard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('https://na.corpay.com/rs/319-HFX-032/images/GT-America-Standard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}