@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto/roboto-eot/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("fonts/roboto/roboto-eot/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-woff2/Roboto-Light.woff2") format("woff2"), url("fonts/roboto/roboto-woff/Roboto-Light.woff") format("woff"), url("fonts/roboto/roboto-ttf/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto/roboto-eot/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("fonts/roboto/roboto-eot/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-woff2/Roboto-Regular.woff2") format("woff2"), url("fonts/roboto/roboto-woff/Roboto-Regular.woff") format("woff"), url("fonts/roboto/roboto-ttf/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/roboto/roboto-eot/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("fonts/roboto/roboto-eot/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-woff2/Roboto-Medium.woff2") format("woff2"), url("fonts/roboto/roboto-woff/Roboto-Medium.woff") format("woff"), url("fonts/roboto/roboto-ttf/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto/roboto-eot/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/roboto/roboto-eot/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-woff2/Roboto-Bold.woff2") format("woff2"), url("fonts/roboto/roboto-woff/Roboto-Bold.woff") format("woff"), url("fonts/roboto/roboto-ttf/Roboto-Bold.ttf") format("truetype");
}
body,
button,
input,
select,
textarea {
  font-family: Roboto, sans-serif !important;
}

.link,
.link:visited,
a,
a:visited {
  color: rgba(0, 20, 40, 0.6) !important;
  text-decoration: none !important;
}

.link,
a {
  text-decoration: none;
  transition: color 0.25s;
}

a {
  color: #99d5ff;
  cursor: pointer;
}

.a-display--none {
  display: none;
}

.a-bgBlue {
  background-color: rgb(22, 123, 232);
  padding: 0 80px;
}

.a-bgWhite {
  background-color: white;
  max-width: 1000px !important;
  margin: 0 auto;
}

.a-bgGray {
  background-color: rgb(239, 243, 245);
  padding-bottom: 32px;
}

.container {
  max-width: 1000px !important;
}

.a-companyLogo {
  display: inline-block;
  margin: 12px 0;
  height: 36px;
}

.a-btn {
  border-radius: 4px;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease 0s;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  cursor: pointer;
}

.a-btn--primary,
.a-btn--primary:visited {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(255, 142, 19);
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 4px, rgba(0, 0, 0, 0.12) 0px 3px 4px, rgba(0, 0, 0, 0.2) 0px 1px 5px;
  fill: rgb(255, 255, 255);
}

.a-btn--primary:hover {
  color: rgb(255, 255, 255);
  background: rgb(255, 161, 62);
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 4px, rgba(0, 0, 0, 0.12) 0px 4px 5px, rgba(0, 0, 0, 0.2) 0px 1px 10px;
  fill: rgb(255, 255, 255);
}

.m-appCard {
  background-color: white;
  color: rgba(0, 20, 40, 0.9);
  padding: 40px 0;
}

.m-appCard__imgContainer {
  display: flex;
  margin-bottom: 40px;
}

.m-appCard__title {
  color: rgba(0, 20, 40, 0.9);
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 40px;
}

.m-appCard__txt {
  font-size: 14px;
  margin-bottom: 40px;
}

.m-appCard__qr {
  margin-right: 32px;
  margin-top: 32px;
}

.m-appCard__apps {
  display: grid;
  margin: auto 0;
  padding-top: 32px;
}

.m-appCard__googlePlay {
  margin: 18px 0;
}

.m-appCard__illustration {
  text-align: center;
}

.m-appCard__img {
  width: 432px;
}

.m-appCard__btn {
  margin-bottom: 8px;
}

.m-appCard__qrImg {
  width: 168px;
}

.m-footLink {
  padding: 8px 0;
  display: block;
}

.m-footLink:hover {
  color: rgb(255, 142, 19) !important;
}

.m-footLinkCorp {
  padding-top: 20px;
}

.m-footLinkCorp a:hover {
  color: rgb(255, 142, 19) !important;
}

footer {
  border-top: 1px solid rgba(0, 20, 40, 0.12);
  padding: 10px;
  margin: 10px;
}

/** MEDIUM **/
@media only screen and (max-width: 768px) {
  .m-appCard__btn {
    width: 100%;
  }
  .m-appCard__imgContainer {
    order: 2;
    align-items: center;
    justify-content: center;
  }
  .m-appCard__title {
    margin-top: 40px;
  }
  .m-appCard__content {
    max-width: 432px !important;
    margin: 0 auto;
  }
  .a-bgWhite {
    max-width: 432px !important;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */