@font-face {
  font-family: "FuturaStd-Bold";
  src: url("/fonts/FuturaStd-Bold.otf");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "FuturaStd-Book";
  src: url("/fonts/FuturaStd-Book.otf");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Lato-Black";
  src: url("/fonts/Lato-Black.woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Lato-Bold";
  src: url("/fonts/Lato-Bold.woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Lato-Regular";
  src: url("/fonts/Lato-Regular.woff");
  font-style: normal;
  font-weight: normal; }

.banner-body .button, .banner-body button {
  outline: none;
  border-radius: 3px;
  border: none;
  display: block; }
  .banner-body .button:hover, .banner-body .button:focus, .banner-body button:hover, .banner-body button:focus {
    outline: none; }

.banner-body .btn-yellow {
  background-color: #fecb5c;
  color: #2a3591;
  font-size: 24px;
  font-family: "Lato-Regular";
  padding: 8px 35px;
  max-width: 233px; }

.banner-body input {
  outline: none;
  padding: 0 5px; }
  .banner-body input::-webkit-input-placeholder {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .banner-body input:focus::-webkit-input-placeholder {
    opacity: 0; }

.banner-body textarea {
  outline: none;
  padding: 0 5px; }
  .banner-body textarea::-webkit-input-placeholder {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .banner-body textarea:focus::-webkit-input-placeholder {
    opacity: 0; }

.banner-body {
  background-color: #2a3591;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  border-radius: 6px 8px 8px 6px; }
  .banner-body .left-column {
    width: 55%;
    padding: 30px 45px;
    max-width: 1068px; }
    .banner-body .left-column .content {
      max-width: 890px; }
    .banner-body .left-column h2 {
      color: #fff;
      font-size: 50px;
      font-family: "FuturaStd-Bold";
      line-height: 46px; }
      .banner-body .left-column h2 span {
        color: #fecb5c;
        font-size: 38px;
        line-height: 100%; }
    .banner-body .left-column h3 {
      color: #fff;
      border-top: 1px solid #fecb5c;
      border-bottom: 1px solid #fecb5c;
      padding: 10px 0;
      font-size: 30px;
      font-family: "Lato-Regular"; }
    .banner-body .left-column .btn-yellow {
      margin: 25px 0 30px; }
    .banner-body .left-column p {
      color: #fff;
      font-size: 11px;
      margin: 0; }
      .banner-body .left-column p span {
        color: #fecb5c; }
  .banner-body .right-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 46%;
    max-width: 852px;
    background-size: cover;
    background-position: center;
    padding: 35px;
    border-radius: 0 6px 6px 0;
    overflow: hidden; }

.banner-order-online .right-column {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#fff), to(rgba(255, 255, 255, 0))), url("/img/banners/rawpixel-973112-unsplash.jpg");
  background-image: -webkit-linear-gradient(left bottom, #fff, rgba(255, 255, 255, 0)), url("/img/banners/rawpixel-973112-unsplash.jpg");
  background-image: -o-linear-gradient(left bottom, #fff, rgba(255, 255, 255, 0)), url("/img/banners/rawpixel-973112-unsplash.jpg");
  background-image: linear-gradient(to right top, #fff, rgba(255, 255, 255, 0)), url("/img/banners/rawpixel-973112-unsplash.jpg"); }
  .banner-order-online .right-column .content {
    max-width: 460px;
    text-align: center;
    margin: auto; }
    .banner-order-online .right-column .content .banner-title {
      border: 3px solid #2a3591; }
      .banner-order-online .right-column .content .banner-title h1 {
        color: #fecb5c;
        font-size: 45px;
        background-color: #2a3591;
        margin: 10px;
        padding: 35px 15px;
        font-family: "Lato-Bold";
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .banner-order-online .right-column .content .banner-title h1 span {
          color: #fff;
          font-size: 70px;
          line-height: 100%; }
    .banner-order-online .right-column .content p {
      color: #2a3591;
      font-size: 40px;
      font-family: "FuturaStd-Bold"; }
    .banner-order-online .right-column .content .btn-yellow {
      margin: 20px auto 30px; }
    .banner-order-online .right-column .content .note {
      font-family: "FuturaStd-Book"; }
      .banner-order-online .right-column .content .note span {
        font-family: "FuturaStd-Bold"; }

.banner-you-order .left-column .content {
  max-width: 485px; }
  .banner-you-order .left-column .content h2 {
    color: #fecb5c;
    font-size: 105px;
    line-height: 131px;
    letter-spacing: -25px; }
    .banner-you-order .left-column .content h2 span {
      letter-spacing: 0;
      vertical-align: bottom;
      font-size: 55px;
      padding-left: 15px; }
      .banner-you-order .left-column .content h2 span.value {
        font-size: 140px;
        line-height: 131px;
        letter-spacing: -28px;
        padding: 0; }
  .banner-you-order .left-column .content h3 {
    font-family: "Lato-Black";
    font-size: 32px; }
    .banner-you-order .left-column .content h3 span {
      font-size: 13px;
      width: 175px;
      display: inline-block;
      color: #fecb5c;
      font-family: "Lato-Regular"; }

.banner-you-order .right-column {
  background-image: url("/img/banners/rawpixel-762097-unsplash.jpg");
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-size: cover; }
  .banner-you-order .right-column h1 {
    color: #2a3591;
    background-color: rgba(254, 203, 92, 0.2);
    border-top: 2px solid #fecb5c;
    border-bottom: 2px solid #fecb5c;
    font-family: "Lato-Black";
    font-size: 72px;
    padding: 20px 0;
    max-width: 415px; }

@media screen and (min-width: 1310px) {
  .banner-body .left-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .banner-body .left-column h2 {
      margin: 0; }
  .banner-you-order .left-column {
    padding: 40px 45px; }
    .banner-you-order .left-column .content {
      max-width: 890px; }
      .banner-you-order .left-column .content h2 {
        font-size: 86px;
        line-height: 98px;
        letter-spacing: -16px; }
        .banner-you-order .left-column .content h2 span {
          font-size: 41px;
          padding-left: 10px; }
          .banner-you-order .left-column .content h2 span.value {
            font-size: 110px;
            line-height: 95px;
            letter-spacing: -17px; }
      .banner-you-order .left-column .content h3 {
        line-height: 100%; }
        .banner-you-order .left-column .content h3 span {
          line-height: 16px;
          padding-top: 10px;
          width: auto;
          display: block; } }

@media screen and (min-width: 1295px) and (max-width: 1309px) {
  .banner-you-order .right-column {
    background-position: center;
    background-size: cover; }
    .banner-you-order .right-column h1 {
      font-size: 73px;
      max-width: 404px; } }

@media screen and (min-width: 1024px) and (max-width: 1294px) {
  .banner-body .left-column h2 {
    line-height: 37px; }
    .banner-body .left-column h2 span {
      line-height: 32px; }
  .banner-body .left-column h3 {
    font-size: 25px; }
  .banner-body .left-column .content {
    max-width: 450px; }
  .banner-order-online .right-column .content .banner-title h1 {
    font-size: 36px; }
  .banner-order-online .right-column .content p {
    font-size: 31px; }
  .banner-body .left-column .btn-yellow {
    padding: 6px 25px; }
  .banner-you-order .left-column .content h2 {
    font-size: 110px;
    line-height: 100px;
    margin: 0; }
    .banner-you-order .left-column .content h2 span {
      font-size: 65px; }
      .banner-you-order .left-column .content h2 span.value {
        line-height: 100px; }
  .banner-you-order .left-column .content h3 {
    max-width: 630px;
    font-size: 23px; }
    .banner-you-order .left-column .content h3 span {
      font-size: 9px;
      width: 115px; }
  .banner-you-order .right-column {
    background-position: center;
    background-size: cover; }
    .banner-you-order .right-column h1 {
      font-size: 44px;
      max-width: 243px; }
  .banner-order-online .left-column h2 {
    line-height: 33px;
    font-size: 45px;
    margin: 0; }
    .banner-order-online .left-column h2 span {
      font-size: 30px;
      line-height: 24px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner-body .left-column {
    padding: 25px 35px 15px; }
    .banner-body .left-column h2 {
      font-size: 50px;
      line-height: 32px;
      margin-bottom: 30px; }
      .banner-body .left-column h2 span {
        font-size: 26px;
        line-height: 15px; }
  .banner-body .left-column p {
    font-size: 10px; }
  .banner-body .left-column h3 {
    font-size: 19px;
    padding: 15px 0; }
  .banner-body .left-column .content {
    max-width: 545px; }
  .banner-order-online .right-column .content .banner-title h1 {
    font-size: 26px;
    line-height: 39px;
    padding: 25px 15px; }
    .banner-order-online .right-column .content .banner-title h1 span {
      font-size: 42px;
      line-height: 40px; }
  .banner-order-online .left-column h2 {
    margin: 10px 0 0; }
  .banner-order-online .right-column .content {
    max-width: 310px; }
  .banner-order-online .right-column .content p {
    font-size: 21px; }
  .banner-body .left-column .btn-yellow {
    margin: 30px 0 35px;
    font-size: 19px;
    padding: 5px 20px; }
  .banner-you-order .left-column .content h2 {
    font-size: 90px;
    line-height: 80px;
    margin: 5px 0; }
    .banner-you-order .left-column .content h2 span {
      font-size: 40px;
      padding-left: 0; }
      .banner-you-order .left-column .content h2 span.value {
        font-size: 120px;
        line-height: 80px;
        margin-right: 20px;
        margin-left: 10px;
        letter-spacing: -20px; }
  .banner-you-order .left-column .content h3 {
    max-width: 300px;
    font-size: 23px; }
    .banner-you-order .left-column .content h3 span {
      font-size: 9px;
      width: 115px; }
  .banner-you-order .right-column {
    background-position: -70px center;
    background-size: cover; }
    .banner-you-order .right-column h1 {
      font-size: 34px;
      max-width: 189px;
      padding: 10px 0; } }

@media screen and (max-width: 767px) {
  .banner-body .right-column .content .btn-yellow {
    font-size: 18px;
    margin: 10px auto 15px; }
  .banner-you-order .left-column {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, right top, from(white), to(rgba(0, 0, 0, 0))), url("/img/banners/rawpixel-762097-unsplash.jpg");
    background-image: -webkit-linear-gradient(top, #d9d9d9, rgba(0, 0, 0, 0)), -webkit-linear-gradient(left bottom, white, rgba(0, 0, 0, 0)), url("/img/banners/rawpixel-762097-unsplash.jpg");
    background-image: -o-linear-gradient(top, #d9d9d9, rgba(0, 0, 0, 0)), -o-linear-gradient(left bottom, white, rgba(0, 0, 0, 0)), url("/img/banners/rawpixel-762097-unsplash.jpg");
    background-image: linear-gradient(to bottom, #d9d9d9, rgba(0, 0, 0, 0)), linear-gradient(to right top, white, rgba(0, 0, 0, 0)), url("/img/banners/rawpixel-762097-unsplash.jpg");
    background-size: cover;
    background-position: center; }
    .banner-you-order .left-column .content h2 {
      color: #2a3591; }
      .banner-you-order .left-column .content h2 span {
        font-size: 40px;
        color: #2a3591; }
    .banner-you-order .left-column .content h3 {
      color: #2a3591;
      border-width: 2px; }
      .banner-you-order .left-column .content h3 span {
        color: #a51c28; }
    .banner-you-order .left-column p {
      color: #2a3591;
      font-family: "FuturaStd-Book"; }
      .banner-you-order .left-column p span {
        color: #2a3591;
        font-family: "FuturaStd-Bold"; }
    .banner-you-order .left-column .btn-yellow {
      font-size: 18px;
      margin: 20px auto 15px; } }

@media screen and (min-width: 510px) and (max-width: 767px) {
  .banner-order-online .right-column {
    width: 100%; }
    .banner-order-online .right-column .content {
      margin: auto;
      max-width: 100%; }
      .banner-order-online .right-column .content .banner-title {
        max-width: 370px;
        margin: auto; }
        .banner-order-online .right-column .content .banner-title h1 {
          font-size: 36px;
          line-height: 28px;
          padding: 25px 15px; }
          .banner-order-online .right-column .content .banner-title h1 span {
            font-size: 55px;
            line-height: 48px; }
      .banner-order-online .right-column .content .note {
        font-size: 11px; }
      .banner-order-online .right-column .content p {
        font-size: 29px; }
  .banner-you-order .left-column {
    padding: 50px 40px 47px;
    width: 100%; }
    .banner-you-order .left-column .content h2 {
      font-size: 120px;
      line-height: 100px; }
      .banner-you-order .left-column .content h2 span {
        font-size: 40px;
        line-height: 10px; }
        .banner-you-order .left-column .content h2 span.value {
          font-size: 150px;
          line-height: 100px;
          margin-right: 20px;
          margin-left: 10px;
          letter-spacing: -20px; }
    .banner-you-order .left-column .content h3 {
      max-width: 100%;
      font-size: 22px;
      border-width: 2px; }
      .banner-you-order .left-column .content h3 span {
        font-size: 10px;
        width: 127px; }
    .banner-you-order .left-column p {
      font-size: 11px;
      text-align: center; } }

@media screen and (max-width: 509px) {
  .banner-order-online .right-column {
    width: 100%;
    padding: 15px; }
    .banner-order-online .right-column .content {
      margin: auto;
      max-width: 100%; }
      .banner-order-online .right-column .content .banner-title {
        max-width: 400px;
        margin: auto; }
        .banner-order-online .right-column .content .banner-title h1 {
          font-size: 27px;
          line-height: 39px;
          padding: 30px 15px; }
          .banner-order-online .right-column .content .banner-title h1 span {
            font-size: 60px;
            line-height: 51px; }
      .banner-order-online .right-column .content .btn-yellow {
        font-size: 19px;
        padding: 6px 30px; }
      .banner-order-online .right-column .content .note {
        font-size: 9px; }
      .banner-order-online .right-column .content p {
        font-size: 20px; }
  .banner-you-order .left-column {
    padding: 50px 15px 30px;
    width: 100%; }
    .banner-you-order .left-column .content h2 {
      font-size: 80px;
      line-height: 66px; }
      .banner-you-order .left-column .content h2 span {
        font-size: 27px;
        line-height: 10px; }
        .banner-you-order .left-column .content h2 span.value {
          font-size: 115px;
          line-height: 65px;
          margin-right: 15px;
          margin-left: 21px;
          letter-spacing: -16px; }
    .banner-you-order .left-column p {
      font-size: 11px;
      text-align: center; }
    .banner-you-order .left-column .btn-yellow {
      font-size: 20px; }
  .banner-you-order .left-column .content h3 {
    max-width: 100%;
    font-size: 20px;
    padding: 15px 0; }
    .banner-you-order .left-column .content h3 span {
      font-size: 8px;
      width: 102px; } }

@media screen and (max-width: 449px) {
  .banner-you-order .left-column {
    padding: 30px 15px; }
    .banner-you-order .left-column .content h2 span.value {
      font-size: 88px; } }

@media screen and (width: 320px) {
  .banner-you-order .left-column .btn-yellow {
    margin: 17px auto 20px; }
  .banner-you-order .left-column .content h3 {
    font-size: 18px; }
  .banner-order-online .right-column .content .banner-title h1 {
    padding: 32px 15px; } }
