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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.header {
  background-image: url('https://na.corpay.com/rs/319-HFX-032/images//BGA.png'), linear-gradient(#2e101e, #6b2e4e);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: fixed, scroll;
  padding-top: 100px;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
}

.header-inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.column {
  flex: 1;
}

.column._60percent {
  flex: 0 60%;
}

.column._40percent {
  flex: 0 40%;
}

.heading {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 31px;
  margin-bottom: 20px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 68px;
  font-weight: 500;
  line-height: 72px;
}

.text-block {
  color: #fff;
  letter-spacing: -.5px;
  max-width: 448px;
  font-size: 22px;
  font-weight: 300;
  line-height: 140%;
}

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

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .5px solid #fff;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  max-width: 202px;
  height: 33px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.text-block-2 {
  color: #d0cacd;
  font-size: 12px;
  font-weight: 400;
}

.hero-bottom-image {
  width: 100%;
}

.div-block-12 {
  color: #000;
  flex: 1;
  align-self: center;
  max-width: 40%;
}

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

.heading-13 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.image-2 {
  width: auto;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logos-slide-inner-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.splide__list {
  align-items: center;
  display: flex;
}

.div-block-11 {
  flex: 1;
}

.logos-slide-section {
  overflow: hidden;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide {
  background-image: url('../images/slide-q-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.slider1 {
  background-image: url('../images/slide-q-1.png');
}

.slide.slider2 {
  background-image: url('../images/slide-q-2.png');
}

.slide.slider3 {
  background-image: url('../images/slide-q-3.png');
}

.slide.slider4 {
  background-image: url('../images/slide-q-4.png');
}

.slider-2 {
  height: 700px;
}

.slide-wrap {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.heading-14 {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 132%;
}

.text-block-3 {
  color: #fff;
  margin-top: 40px;
  font-size: 20px;
  line-height: 132%;
}

.slide-nav {
  padding-bottom: 50px;
}

.features-inner {
  padding-left: 30px;
  padding-right: 30px;
}

.section {
  padding-top: 80px;
  padding-bottom: 20px;
}

.heading-15 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.text-block-4 {
  color: #050505;
  text-align: center;
  font-size: 18px;
  line-height: 142%;
}

.button {
  text-align: center;
  background-color: #00b5e2;
  border-radius: 8px;
  height: 55px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 67px;
  font-size: 24px;
  transition: border .2s;
}

.button:hover {
  outline-offset: 0px;
  outline: 3px solid #00b5e282;
}

.flex-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  align-items: center;
  display: block;
}

.div-block-13 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 40px;
  padding-bottom: 120px;
  display: flex;
}

.div-block-14 {
  background-color: #f5f1f3;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  max-width: 420px;
  display: flex;
  overflow: hidden;
}

.heading-16 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.text-block-5 {
  color: #000;
  font-size: 18px;
  font-style: italic;
  line-height: 142%;
}

.list {
  padding-left: 30px;
  list-style-type: none;
}

.list.card-list {
  margin-top: 10px;
  padding-left: 20px;
}

.image-container {
  background-image: linear-gradient(146deg, #fff0, #c9bec3bd 36%, #3d1628c9);
  height: 350px;
}

.card-content {
  padding: 30px 30px 0;
}

.about {
  background-image: url('../images/float-logos.png'), linear-gradient(#f5f1f3, #fff);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.about-inner {
  padding-left: 30px;
  padding-right: 30px;
}

.heading-17 {
  font-weight: 500;
}

.heading-18 {
  color: #000;
  margin-top: 0;
  font-weight: 500;
}

.text-block-6 {
  color: #000;
  max-width: 370px;
  margin-bottom: 29px;
  font-size: 18px;
  font-weight: 300;
}

.link {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.corpay-card {
  background-image: url('../images/credit-card-corpayshadow_.png'), linear-gradient(#2e101e, #6b2e4e);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  min-height: 734px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.heading-19 {
  color: #fff;
  font-size: 54px;
  font-weight: 500;
  line-height: 59px;
}

.text-block-7 {
  color: #fff;
  max-width: 505px;
  font-size: 22px;
  font-weight: 300;
  line-height: 142%;
}

.footer {
  background-color: #2e101e;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  max-width: 800px;
}

.image-3 {
  width: 134px;
  margin-top: 40px;
}

.image-5 {
  display: none;
}

@media screen and (min-width: 1920px) {
  .div-block-12 {
    max-width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .heading-13 {
    line-height: 24px;
  }

  .about {
    background-position: 100%, 0 0;
    background-size: 82%, auto;
  }

  .corpay-card {
    background-position: 8%, 0 0;
  }

  .corpay-card-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 38px;
    line-height: 35px;
  }

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

  .form-container {
    margin-bottom: 80px;
  }

  .div-block-12 {
    max-width: 80%;
  }

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

  .heading-13 {
    font-size: 16px;
  }

  .logos-slide-inner-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-2 {
    height: 600px;
  }

  .heading-14 {
    font-size: 32px;
  }

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

  .slide-nav {
    padding-bottom: 0;
  }

  .flex-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-13 {
    flex-flow: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-14 {
    max-width: 100%;
  }

  .about {
    background-image: linear-gradient(#000000a3, #000000a3), url('../images/float-logos.png'), linear-gradient(#f5f1f3, #fff);
    background-position: 0 0, 100%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, 82%, auto;
    background-attachment: scroll, fixed, scroll;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-18, .text-block-6, .link {
    color: #fff;
  }

  .corpay-card {
    background-image: linear-gradient(#2e101e, #6b2e4e);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .corpay-card-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-19 {
    text-align: center;
    font-size: 38px;
    line-height: 44px;
  }

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

  .image-4 {
    max-width: 100%;
  }

  .column-2 {
    order: -1;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .columns {
    flex-flow: column;
    display: flex;
  }

  .column-3 {
    display: none;
  }

  .div-block-16 {
    color: #fff;
  }

  .image-5 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .div-block-12 {
    max-width: 100%;
    line-height: 15px;
  }

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

  .heading-13 {
    font-size: 14px;
    line-height: 29px;
  }

  .div-block-11 {
    margin-top: 20px;
  }
}


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