.banner {
  background: linear-gradient(to right, #652854, #f65555);
  padding: 10px; }
  .banner__content {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .banner__container {
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    flex-grow: 1;
    margin: 5px; }
  .banner__title {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase; }
    .banner__title--emphasized {
      font-weight: 700; }
  .banner__btn {
    display: inline-block;
    padding: 5px 12px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #c3c3ca;
    color: #302c2c;
    margin: 0;
    line-height: 1.5;
    cursor: pointer;
    white-space: pre-wrap;
    text-align: center;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    color: #652854;
    background-color: #fed9a3;
    border: 1px solid #fed9a3;
    border-radius: 0;
    font-weight: 700;
    line-height: 1.65;
    width: 100%; }
    .banner__btn:hover, .banner__btn.pxl-btn--active, .banner__btn:active {
      background-color: #652854;
      border: 1px solid #652854;
      color: #fed9a3; }
    .banner__btn:disabled, .banner__btn.pxl-btn--disabled, .banner__btn.disabled:hover {
      background-color: #652854;
      color: #fed9a3;
      box-shadow: none;
      border: 1px solid #652854; }
    .banner__btn:hover {
      text-decoration: none; }
  .banner__logo {
    display: none; }

.sticky {
  display: none; }

@media (min-width: 992px) {
  .banner__btn {
    width: auto; }
  .sticky__content {
    width: 70%; } }

@media (min-width: 1200px) {
  .sticky__content {
    width: 55%; } }

@media (min-width: 768px) {
  .banner {
    padding: 10px; }
    .banner__content {
      align-self: flex-start; }
    .banner__container {
      align-items: center;
      flex-basis: auto;
      flex-direction: row;
      margin: 0; }
    .banner__title {
      font-size: 18px;
      margin-right: 10px; }
    .banner__btn {
      width: auto; }
    .banner__logo {
      display: flex; }
  .sticky {
    background: #fff;
    bottom: 0;
    box-shadow: 0 -1px 5px #817c89;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 5px;
    position: fixed;
    width: 100%;
    z-index: 100; }
    .sticky__content {
      align-items: center;
      display: flex;
      justify-content: space-between;
      width: 90%; } }
    @media (min-width: 768px) and (min-width: 1200px) {
      .sticky__content {
        width: 55%; } }

@media (min-width: 768px) {
    .sticky__container {
      display: flex;
      flex-direction: row;
      padding: 5px; }
    .sticky__title-wrapper {
      display: flex;
      flex-direction: column; }
    .sticky__top-title {
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      margin: 0;
      text-transform: uppercase; }
    .sticky__bottom-title {
      font-size: 25px;
      line-height: 1;
      margin: 0;
      text-transform: uppercase; }
    .sticky__btn-wrap {
      padding: 5px 10px 0; }
    .sticky__btn {
      display: inline-block;
      padding: 5px 12px;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 400;
      border-radius: 4px;
      border: 1px solid #c3c3ca;
      color: #302c2c;
      margin: 0;
      line-height: 1.5;
      cursor: pointer;
      white-space: pre-wrap;
      text-align: center;
      touch-action: manipulation;
      -ms-touch-action: manipulation;
      color: #fed9a3;
      background-color: #652854;
      border: 1px solid #652854;
      border-radius: 0;
      font-weight: 700;
      text-decoration: none; }
      .sticky__btn:hover, .sticky__btn.pxl-btn--active, .sticky__btn:active {
        background-color: #fed9a3;
        border: 1px solid #fed9a3;
        color: #652854; }
      .sticky__btn:disabled, .sticky__btn.pxl-btn--disabled, .sticky__btn.disabled:hover {
        background-color: #fed9a3;
        color: #652854;
        box-shadow: none;
        border: 1px solid #fed9a3; }
      .sticky__btn:hover {
        text-decoration: none; }
    .sticky__logo img {
      height: 50px; } }

