:root {
    --entri-offer-primary: #0758CD;
    --entri-offer-primary-shade: #003FB4;
    --entri-offer-secondary: #6665FE;
    --entri-offer-success: #28bb74;
    --entri-offer-accent: #12E7DB;
    --entri-offer-border-radius: 20px;
  }
  
  /*! CSS Used fontfaces */
  @font-face {
    font-family: "Entri";
    font-display: swap;
    font-style: normal;
    font-weight: 900;
    src: local("Entri"), url("../fonts/entri/Neo-Sans-W1G-Ultra.otf") format("opentype");
  }
  
  @font-face {
    font-family: "Entri";
    font-display: swap;
    font-style: normal;
    font-weight: 800;
    src: local("Entri"), url("../fonts/entri/Neo-Sans-W1G-Black.otf") format("opentype");
  }
  
  @font-face {
    font-family: "Entri";
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: local("Entri"), url("../fonts/entri/Neo-Sans-W1G-Bold.otf") format("opentype");
  }
  
  @font-face {
    font-family: "Entri";
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    src: local("Entri"), url("../fonts/entri/Neo-Sans-W1G-Medium.otf") format("opentype");
  }
  
  @font-face {
    font-family: "Entri";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: local("Entri"), url("../fonts/entri/Neo-Sans-W1G-Regular.otf") format("opentype");
  }
  
  @font-face {
    font-family: "Entri";
    font-display: swap;
    font-style: normal;
    font-weight: 200;
    src: local("Entri"), url("../fonts/entri/Neo-Sans-W1G-Light.otf") format("opentype");
  }
  
  @font-face {
    font-family: "Entri";
    font-display: swap;
    font-style: italic;
    font-weight: 900;
    src: local("Entri"), url("../fonts/entri/Neo-Sans-W1G-Ultra-Italic.otf") format("opentype");
  }
  
  @font-face {
    font-family: "Entri";
    font-display: swap;
    font-style: italic;
    font-weight: 800;
    src: local("Entri"), url("../fonts/entri/Neo-Sans-W1G-Black-Italic.otf") format("opentype");
  }
  
  @font-face {
    font-family: "Entri";
    font-display: swap;
    font-style: italic;
    font-weight: 700;
    src: local("Entri"), url("../fonts/entri/Neo-Sans-W1G-Bold-Italic.otf") format("opentype");
  }
  
  @font-face {
    font-family: "Entri";
    font-display: swap;
    font-style: italic;
    font-weight: 600;
    src: local("Entri"), url("../fonts/entri/Neo-Sans-W1G-Medium-Italic.otf") format("opentype");
  }
  
  @font-face {
    font-family: "Entri";
    font-display: swap;
    font-style: italic;
    font-weight: 400;
    src: local("Entri"), url("../fonts/entri/Neo-Sans-W1G-Regular-Italic.otf") format("opentype");
  }
  
  @font-face {
    font-family: "Entri";
    font-display: swap;
    font-style: italic;
    font-weight: 200;
    src: local("Entri"), url("../fonts/entri/Neo-Sans-W1G-Light-Italic.otf") format("opentype");
  }
  
  /*! CSS Used from: ../css/entri.css */
  .entri,
  .entri * {
    font-family: Entri, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  .entri {
    -webkit-animation-name: popupFade;
    -webkit-animation-duration: 0.4s;
    animation-name: popupFade;
    animation-duration: 0.4s;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    /* display: none; */
    height: 100%;
    left: 0;
    line-height: 1.2;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999;
  }
  
  .entri-offer-main {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 16px;
    background-color: var(--entri-offer-primary);
    color: #fff;
    bottom: 0;
    width: 100%;
  }
  
  @media (max-height: 553px) {
    .entri-offer-main {
      overflow: auto;
      height: 100%;
    }
  }
  
  .entri-offer-main p {
    text-align: center;
    margin: 0;
  }
  
  .entri-offer-close {
    color: #fff;
    float: right;
    font-size: 28px;
  }
  
  .entri-offer-close:hover,
  .entri-offer-close:focus,
  .entri-offer-cyan {
    color: var(--entri-offer-accent);
  }
  
  .entri-offer-close:hover,
  .entri-offer-close:focus {
    cursor: pointer;
    text-decoration: none;
  }
  
  .entri-offer-header,
  .entri-offer-main,
  .entri-offer-footer,
  .entri-offer-close {
    font-weight: 500;
  }
  
  .entri-offer-primary sup {
    font-size: 12px;
    vertical-align: top;
    position: relative;
    top: 5px;
  }
  
  .entri-offer-header,
  .entri-offer-main {
    font-size: 21px;
  }
  
  @media (min-width: 768px) {
    .entri-offer-mobile {
      display: none;
    }
  
    .entri-offer-header,
    .entri-offer-main {
      font-size: 20px;
    }
  }
  
  .entri-offer-small {
    font-size: 16px;
  }
  
  .entri-offer-header {
    padding: 16px;
    padding-top: 24px;
    text-align: center;
  }
  
  .entri-offer-bg-white,
  .entri-offer-footer {
    background-color: #fff;
    color: rgb(112, 112, 112);
  }
  
  .entri-offer-body {
    padding: 0;
  }
  
  .entri-offer-footer {
    border-radius: 0 0 var(--entri-offer-border-radius) var(--entri-offer-border-radius);
    font-size: 16px;
    padding: 16px;
    padding-bottom: 24px;
    text-align: center;
  }
  
  @media (max-width: 767px) {
    .entri-offer-footer {
      border-radius: 0;
    }
  }
  
  .entri-offer-bold {
    font-weight: bold;
  }
  
  .entri-offer-primary {
    line-height: 1;
    padding: 0 16px 16px;
  }
  
  .entri-offer-px {
    padding: 0 16px;
  }
  
  .entri-offer-mt-2 {
    display: block;
    margin-top: 8px !important;
  }
  
  .entri-offer-mt {
    display: block;
    margin-top: 16px !important;
  }
  
  .entri-offer-pt {
    padding-top: 8px;
  }
  
  .entri-offer-close {
    margin-top: -8px;
  }
  
  @media (orientation: landscape) and (max-width: 600px) {
  
    .entri-offer-header,
    .entri-offer-main {
      font-size: 18px;
    }
  
    .entri-offer-primary {
      padding: 0 16px 16px;
    }
  
    .entri-offer-primary {
      font-size: 24px !important;
    }
  }
  
  @media (max-width: 767px) {
    .entri-offer-main {
      -webkit-animation-name: popupSlide;
      -webkit-animation-duration: 0.4s;
      animation-name: popupSlide;
      animation-duration: 0.4s;
      border-radius: var(--entri-offer-border-radius) var(--entri-offer-border-radius) 0 0;
      position: fixed;
    }
  
    .entri-offer-primary {
      font-size: 28px;
    }
  }
  
  @media (max-width: 767px) {
    .entri-offer-primary .entri-offer-cyan.entri-offer-mt {
      font-size: 48px;
    }
  }
  
  @media (min-width: 768px) {
    .entri-offer-primary {
      font-size: 32px;
    }
  
    .entri-offer-primary .entri-offer-cyan.entri-offer-mt {
      font-size: 60px;
    }
  
    .entri-offer-main {
      -webkit-animation-name: popupTop;
      -webkit-animation-duration: 0.4s;
      animation-name: popupTop;
      animation-duration: 0.4s;
      border-radius: var(--entri-offer-border-radius);
      margin-left: auto;
      margin-right: auto;
      margin-top: 5%;
      max-width: 600px;
      position: relative;
    }
  
    .entri-offer-px-lg {
      padding: 0 16px;
    }
  }
  
  .entri-offer-flex button, 
  .entri-offer-flex div a {
    cursor: pointer;
    border-radius: 50rem;
    font-size: 20px;
    padding: 16px;
  }
  
  .entri-offer-close,
  .entri-offer-flex button,
  .entri-offer-flex a {
    /* transition: background-color .3s ease-in-out; */
  }
  
  .entri-offer-flex button,
  .entri-offer-flex a {
    min-width: 180px;
    text-align: center;
  }
  
  
  
  
  .entri-offer-later {
    background-color: white;
    border: none;
    outline: 2px solid white;
    color: var(--entri-offer-primary);
  }
  
  .entri-offer-later:active,
  .entri-offer-later:focus,
  .entri-offer-later:hover {
    border: none;
    outline: 2px solid var(--entri-offer-primary);
    color: var(--entri-offer-primary-shade);
    text-decoration: underline;
  }
  
  @media (max-width: 767px) {
    .entri-offer-bold-mobile {
      font-weight: bold;
    }
  }
  
  .entri-offer-now {
    color: white;
    border: none;
    outline: 2px solid var(--entri-offer-secondary);
    background-color: var(--entri-offer-secondary);
  }
  
  .entri-offer-now:active,
  .entri-offer-now:focus,
  .entri-offer-now:hover {
    border: none;
    outline: 2px solid var(--entri-offer-primary);
    color: #fff;
    background-color: var(--entri-offer-primary);
  }
  
  .entri-offer-now:active,
  .entri-offer-now:focus {
    text-decoration: underline;
  }
  
  /*! CSS Used keyframes */
  @-webkit-keyframes popupFade {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes popupFade {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes popupSlide {
    from {
      bottom: -300px;
      opacity: 0;
    }
  
    to {
      bottom: 0;
      opacity: 1;
    }
  }
  
  @keyframes popupSlide {
    from {
      bottom: -300px;
      opacity: 0;
    }
  
    to {
      bottom: 0;
      opacity: 1;
    }
  }
  
  @keyframes popupTop {
    from {
      top: -300px;
      opacity: 0;
    }
  
    to {
      top: 0;
      opacity: 1;
    }
  }
  
  
  .entri-offer-flex {
    margin-top: 24px;
  }
  
  .entri-offer-flex div button,
  .entri-offer-flex div a {
    width: 100%;
  }
  
  @media (max-width: 767px) {
  
  
    .entri-offer-flex div:first-child {
      margin-bottom: 16px;
    }
  
    .entri-offer-flex div {
      width: 100%;
      align-items: center;
      justify-content: center;
      display: flex;
    }
  
  
  }
  
  @media (min-width: 768px) {
  
    .entri-offer-flex div:first-child {
      padding-left: 8px;
    }
  
    .entri-offer-flex div:last-child {
      padding-right: 8px;
    }
  
    .entri-offer-flex {
      display: flex;
      flex-direction: row-reverse;
  
    }
  
    .entri-offer-flex div {
      width: 50%;
      align-items: center;
      justify-content: center;
      display: flex;
    }
  }