@charset "UTF-8";
/* ============================
   NEUE HAAS UNICA PRO — MEDIUM
============================ */
@font-face {
  font-family: "NeueHaasUnicaPro";
  src: url("/public/img/NeueHaasUnicaPro-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* ============================
   PALO — COMPRESSED SEMIBOLD
============================ */
@font-face {
  font-family: "Palo";
  src: url("/public/img/Palo-CompressedSemibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* ============================
   PALO — CONDENSED MEDIUM
============================ */
@font-face {
  font-family: "Palo";
  src: url("/public/img/Palo-CondensedMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* ============================
   NICORETTE HERO — NESTED SCSS
============================= */
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.nicorette-hero-bg {
  background: #00833E url("/public/img/background_desktop.png") center/cover no-repeat;
  padding-bottom: 30px;
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
.nicorette-hero-bg .nicorette-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 45px 30px;
  gap: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .nicorette-hero-bg .nicorette-hero {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px 20px;
    gap: 30px;
  }
}
.nicorette-hero-bg .nicorette-hero .nico-hero-left {
  max-width: 460px;
}
.nicorette-hero-bg .nicorette-hero .nico-hero-left .nico-title {
  font-size: clamp(3rem, 7vw, 114px);
  line-height: 1;
  letter-spacing: 1px;
  margin: 0;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
  font-family: "Palo", sans-serif;
  font-weight: 600;
}
.nicorette-hero-bg .nicorette-hero .nico-hero-left .nico-title strong {
  font-weight: 800;
}
@media (max-width: 768px) {
  .nicorette-hero-bg .nicorette-hero .nico-hero-left .nico-title {
    font-size: 3.5rem;
    letter-spacing: -2px;
  }
}
.nicorette-hero-bg .nicorette-hero .nico-hero-left .nico-subtitle {
  margin-top: 20px;
  font-size: clamp(1.5rem, 5vw, 48px);
  line-height: 1;
  font-weight: 400;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  font-family: "Palo", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .nicorette-hero-bg .nicorette-hero .nico-hero-left .nico-subtitle {
    font-size: 1.5rem;
  }
}
.nicorette-hero-bg .nicorette-hero .nico-hero-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100;
  margin-top: 7rem;
}
.nicorette-hero-bg .nicorette-hero .nico-hero-right .nico-pack {
  width: 220px;
  height: auto;
  margin-bottom: -10px;
}
@media (max-width: 768px) {
  .nicorette-hero-bg .nicorette-hero .nico-hero-right .nico-pack {
    width: 250px;
  }
}
.nicorette-hero-bg .nicorette-hero .nico-hero-right .nico-puck {
  width: 130px;
  height: auto;
}
@media (max-width: 768px) {
  .nicorette-hero-bg .nicorette-hero .nico-hero-right .nico-puck {
    width: 110px;
  }
}
.nicorette-hero-bg .nico-partner-strip {
  width: 100%;
  padding: 18px 0;
  display: flex;
  justify-content: center;
  gap: 6rem;
}
@media (max-width: 768px) {
  .nicorette-hero-bg .nico-partner-strip {
    gap: 20px;
  }
}
.nicorette-hero-bg .nico-partner-strip .partner-logo {
  height: 42px;
  width: auto;
}

.nico-title .br-desktop {
  display: inline;
}

.nico-title .br-mobile {
  display: none;
}

@media (max-width: 768px) {
  .nico-title .br-desktop {
    display: none;
  }
}
/* DESKTOP DEFAULTS */
.nico-subtitle .br-desktop {
  display: inline;
}

.nico-subtitle .tampa-block {
  display: inline;
}

/* MOBILE: FORCE TAMPA BLOCK TO NEW LINE */
@media (max-width: 768px) {
  .nico-subtitle .br-desktop {
    display: none;
  }
  .nico-subtitle .tampa-block {
    display: block; /* full line */
    margin-top: 2px; /* optional visual spacing */
  }
}
@media (min-width: 400px) and (max-width: 768px) {
  .nico-hero-right {
    margin-top: 4rem;
    margin-left: 2rem;
  }
}
/* STICK + ICE BEHIND PACK */
.nico-hero-right::before {
  content: "";
  content: "";
  position: absolute;
  z-index: 0;
  left: 70%;
  top: -26rem;
  transform: translateX(-50%);
  width: 700px;
  height: 700px;
  background: url(/public/img/stick.png) center/contain no-repeat;
  pointer-events: none;
  overflow: hidden;
}

/* FADE INTO GREEN */
.nicorette-hero-bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 220px;
  /* fade from transparent → green */
  background: linear-gradient(to bottom, rgba(13, 106, 58, 0) 0%, rgba(13, 106, 58, 0.6) 40%, #00833E 100%);
  pointer-events: none;
  z-index: 1;
}

.nico-top-bar {
  background: #353233;
  padding: 12px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nico-top-bar .nico-top-logo {
  height: 34px;
  width: auto;
}
.nico-top-bar .nico-lang-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nico-top-bar .nico-lang-toggle .lang-option {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 28px;
  box-sizing: border-box;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: 0.2s ease;
}
.nico-top-bar .nico-lang-toggle .lang-option.active {
  border-color: #ffffff;
}
.nico-top-bar .nico-lang-toggle .lang-option:hover {
  opacity: 0.8;
}
.nico-top-bar .nico-lang-toggle .lang-sep {
  color: #ffffff;
  opacity: 0.6;
  font-weight: 700;
  font-size: 0.9rem;
  margin: 0 4px;
}

/* Shared small elements */
.sun {
  font-size: 1.2em;
}

/* ============================
   FORM CARD WRAPPER
============================= */
.nico-form-wrapper {
  width: 100%;
  background: #00833E;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: anchor-center;
  margin-top: -0.1rem;
}
@media (max-width: 768px) {
  .nico-form-wrapper {
    padding: 40px 15px;
  }
}
.nico-form-wrapper .nico-form-card {
  width: 100%;
  max-width: 880px;
  background: #ffffff;
  border-radius: 16px;
  padding: 45px 55px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .nico-form-wrapper .nico-form-card {
    padding: 25px 20px;
    border-radius: 12px;
  }
}
.nico-form-wrapper .nico-form-card .nico-form {
  width: 100%;
  /* LABEL */
  /* INPUT FIELDS */
  /* BLOCK SPACING */
  /* UPLOAD BOX */
  /* CHECKBOXES */
  /* SUBMIT BUTTON */
}
.nico-form-wrapper .nico-form-card .nico-form .nico-label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #222;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
}
.nico-form-wrapper .nico-form-card .nico-form .nico-input {
  width: 100%;
  height: 48px;
  border: 1.5px solid #000;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 1rem;
}
.nico-form-wrapper .nico-form-card .nico-form .nico-input:focus {
  border-color: #006E3D;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 130, 74, 0.15);
}
.nico-form-wrapper .nico-form-card .nico-form .nico-input.is-invalid {
  border-color: #A71111;
}
.nico-form-wrapper .nico-form-card .nico-form .nico-block {
  margin: 25px 0;
}
.nico-form-wrapper .nico-form-card .nico-form .upload-block .nico-upload-box {
  border: 2px dashed #00824A;
  border-radius: 10px;
  padding: 25px;
  padding-top: 50px;
  text-align: center;
  cursor: pointer;
  background: #f8fdf9;
  position: relative;
}
.nico-form-wrapper .nico-form-card .nico-form .upload-block .nico-upload-box .nico-upload-icon {
  font-size: 2rem;
  color: #00824A;
  margin-bottom: 20px;
}
.nico-form-wrapper .nico-form-card .nico-form .upload-block .nico-upload-box .nico-file-input {
  inset: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}
.nico-form-wrapper .nico-form-card .nico-form .nico-checkbox {
  display: flex;
  align-items: flex-start;
  margin: 28px 0;
  position: relative;
  flex-direction: column;
  /* BIG checkbox box */
  /* BIG checkmark */
  /* Focus / accessibility */
}
.nico-form-wrapper .nico-form-card .nico-form .nico-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.nico-form-wrapper .nico-form-card .nico-form .nico-checkbox label {
  position: relative;
  padding-left: 46px;
  padding-top: 4px;
  font-size: 1.05rem;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.5;
}
.nico-form-wrapper .nico-form-card .nico-form .nico-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 30px;
  height: 30px;
  border: 2px solid #00824A;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
}
.nico-form-wrapper .nico-form-card .nico-form .nico-checkbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 9px;
  width: 20px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.06067 7.81067L6.31067 13.0607L18.3107 1.06067' stroke='%2300833E' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.nico-form-wrapper .nico-form-card .nico-form .nico-checkbox input[type=checkbox]:focus + label::before {
  outline: 2px solid rgba(0, 130, 74, 0.3);
  outline-offset: 2px;
}
.nico-form-wrapper .nico-form-card .nico-form .nico-checkbox .nico-link {
  color: #00824A;
  text-decoration: underline;
}
.nico-form-wrapper .nico-form-card .nico-form .nico-submit {
  width: 100%;
  background: #F7903F;
  padding: 16px;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  margin-top: 20px;
}
.nico-form-wrapper .nico-form-card .nico-form .nico-submit:hover {
  background: #F7903F;
}
.nico-form-wrapper .nico-form-card .nico-file-input {
  inset: 0;
  opacity: 0;
  position: absolute;
}

.nico-form .row > [class^=col-] {
  margin-bottom: 2rem;
}

.nico-upload-icon {
  width: 56px;
  height: 56px;
  background-color: #109e4a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  box-shadow: 0 0 0 8px rgba(16, 158, 74, 0.22);
}

.nico-upload-icon svg {
  display: block;
}

.nico-upload-box:hover .nico-upload-icon {
  background-color: #12ab50;
  box-shadow: 0 0 0 10px rgba(16, 158, 74, 0.28);
}

/* ======================================
   NICORETTE TERMS MODAL STYLING
====================================== */
#termsModal {
  /* Scrollbar */
  /* Close Button */
}
#termsModal .modal-dialog {
  max-width: 900px;
}
#termsModal .modal-content {
  border-radius: 14px;
  border: none;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}
#termsModal .modal-header {
  padding: 24px 28px;
  border-bottom: 1px solid #e5e5e5;
}
#termsModal .modal-header .modal-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000000;
}
#termsModal .modal-body {
  padding: 35px 40px;
  font-size: 15px;
  line-height: 1.65;
  color: #333;
  /* Paragraphs */
  /* Section Headings */
  /* Lists */
  /* Bullets */
  /* Ordered lists */
}
@media (max-width: 768px) {
  #termsModal .modal-body {
    padding: 24px 20px;
  }
}
#termsModal .modal-body p {
  margin-bottom: 18px;
}
#termsModal .modal-body strong {
  font-weight: 600;
  color: #000;
}
#termsModal .modal-body ul, #termsModal .modal-body ol {
  padding-left: 22px;
  margin-bottom: 20px;
}
#termsModal .modal-body ul li, #termsModal .modal-body ol li {
  margin-bottom: 10px;
}
#termsModal .modal-body ul li {
  list-style-type: disc;
}
#termsModal .modal-body ol li {
  list-style-type: decimal;
}
#termsModal .modal-dialog-scrollable .modal-body {
  max-height: calc(100vh - 180px);
  overflow-y: auto;
}
#termsModal .btn-close {
  filter: brightness(0.3);
  opacity: 0.7;
}
#termsModal .btn-close:hover {
  opacity: 1;
}

.nico-thanks-bg {
  background: #00833E url("/public/img/background_desktop.png") center/cover no-repeat;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  padding: 60px 0px 80px;
  display: flex;
  justify-content: center;
  color: white;
}
@media (max-width: 768px) {
  .nico-thanks-bg {
    background: #00833E url("/public/img/background_mobile.png") center/cover no-repeat;
    padding: 40px 20px 60px;
  }
}

.nico-inactive-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.nico-inactive-bg {
  flex: 1;
  background: #00833E url("/public/img/background_desktop.png") center/cover no-repeat;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .nico-inactive-bg {
    background: #00833E url("/public/img/background_mobile.png") center/cover no-repeat;
  }
}
.nico-thanks-inner {
  text-align: center;
  max-width: 760px;
  width: 100%;
}

.nico-thanks-title {
  font-size: clamp(3.5rem, 6vw, 114px);
  font-weight: 800;
  margin-bottom: 20px;
  font-family: "Palo", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.nico-thanks-sub {
  font-size: clamp(1.75rem, 3vw, 2.5em);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 40px;
  opacity: 0.95;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  font-family: "Palo", sans-serif;
}

/* PACK + PUCK */
.nico-thanks-visuals {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 40px 0 100px;
}
.nico-thanks-visuals .thanks-pack {
  width: clamp(220px, 35vw, 360px);
  z-index: 2;
}
.nico-thanks-visuals .thanks-puck {
  position: absolute;
  width: clamp(120px, 20vw, 200px);
  bottom: -40px;
  right: calc(50% + 80px);
  transform: translateX(60%);
  z-index: 3;
}
@media (max-width: 768px) {
  .nico-thanks-visuals .thanks-puck {
    bottom: -20px;
    transform: translateX(40%);
  }
}

/* LOGO LOCKUP */
.nico-thanks-logo-wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.thanks-logo {
  height: clamp(85px, 8vw, 90px);
  opacity: 0.95;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* desktop visible, mobile hidden */
.thanks-logo-desktop {
  display: block;
}
@media (max-width: 768px) {
  .thanks-logo-desktop {
    display: none;
  }
}

/* mobile visible, desktop hidden */
.thanks-logo-mobile {
  display: none;
}
@media (max-width: 768px) {
  .thanks-logo-mobile {
    display: block;
  }
}

.nico-warning-wrap {
  width: 100%;
  background: #00833E;
  padding: 30px 20px;
}

/* Black warning pill */
.nico-warning {
  background: #000;
  color: #fff;
  padding: 16px 24px;
  border-radius: 14px;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

/* Text styling */
.nico-warning h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .nico-warning-wrap {
    padding: 20px 0;
  }
  .nico-warning {
    padding: 12px 18px;
    border-radius: 12px;
    max-width: calc(100% - 40px);
  }
  .nico-warning h4 {
    font-size: 13px;
  }
}
/* ============================
   LEGAL DISCLAIMER
============================= */
.nico-legal-wrapper {
  width: 100%;
  background: #00833E;
  padding: 30px 25px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .nico-legal-wrapper {
    padding: 20px 15px;
  }
}
.nico-legal-wrapper .nico-legal-text {
  max-width: 880px;
  color: #ffffff;
  opacity: 0.9;
  font-size: 0.85rem;
  line-height: 1.45;
  text-align: left;
  margin: 0;
}

.nico-inactive-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.nico-inactive-page .nico-inactive-hero {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 20px 48px;
}
.nico-inactive-page .nico-inactive-hero .nico-inactive-inner {
  max-width: 720px;
  text-align: center;
  color: #ffffff;
  margin-top: -9rem;
}
.nico-inactive-page .nico-inactive-hero .nico-inactive-inner .nico-inactive-title {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 16px;
}
.nico-inactive-page .nico-inactive-hero .nico-inactive-inner .nico-inactive-sub {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 32px;
}
.nico-inactive-page .nico-inactive-hero .nico-inactive-inner .nico-inactive-visuals {
  display: flex;
  justify-content: center;
}
.nico-inactive-page .nico-inactive-hero .nico-inactive-inner .nico-inactive-visuals .nico-inactive-pack {
  width: 240px;
  max-width: 100%;
}
.nico-inactive-page .nico-inactive-footer {
  padding: 24px 20px;
}
.nico-inactive-page .nico-inactive-footer .nico-inactive-footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nico-inactive-page .nico-inactive-footer .nico-inactive-footer-inner .inactive-logo {
  max-height: 100px;
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .nico-inactive-page .nico-inactive-hero {
    padding: 48px 16px 36px;
  }
  .nico-inactive-page .nico-inactive-hero .nico-inactive-inner .nico-inactive-title {
    font-size: 2.1rem;
  }
  .nico-inactive-page .nico-inactive-hero .nico-inactive-inner .nico-inactive-sub {
    font-size: 1.05rem;
  }
  .nico-inactive-page .nico-inactive-hero .nico-inactive-inner .nico-inactive-visuals .nico-inactive-pack {
    width: 200px;
  }
  .nico-inactive-page .nico-inactive-footer .inactive-logo {
    max-height: 34px;
  }
}

.nico-upload-box.invalid-upload {
  border-color: #A71111;
  background: #fff5f5;
}

.nico-form .invalid-feedback {
  display: none;
  color: #A71111;
  margin-top: 6px;
  font-size: 0.85rem;
}

.nico-form .invalid-feedback.show {
  display: block;
}

/* Force invalid messages to show when JS adds .show */
.invalid-feedback {
  display: none;
  color: #A71111;
  font-size: 0.85rem;
  margin-top: 6px;
}

.invalid-feedback.show {
  display: block !important;
}

@media (min-width: 768px) {
  .nicorette-hero-bg .nicorette-hero .nico-hero-left {
    max-width: 42%;
  }
}
@media (min-width: 1000px) {
  .nicorette-hero-bg .nicorette-hero {
    gap: 4rem;
    margin-top: 3rem;
  }
  .nicorette-hero-bg .nicorette-hero .nico-hero-right .nico-pack {
    width: 350px;
  }
  .nico-hero-right::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 70%;
    top: -29rem;
    transform: translateX(-50%);
    width: 900px;
    height: 900px;
    background: url(/public/img/stick.png) center/contain no-repeat;
    pointer-events: none;
    overflow: hidden;
  }
}
.nico-title-french {
  font-size: clamp(2.5rem, 5.3vw, 114px) !important;
  line-height: 1.1 !important;
}

@media (min-width: 768px) {
  .nico-title-french {
    line-height: 1 !important;
  }
}
.inactive-logo {
  width: 60%;
  max-width: 760px;
  z-index: 10;
}
@media (max-width: 768px) {
  .inactive-logo {
    width: 90%;
    margin-left: 0;
  }
}

.inactive-logo-fr {
  width: 65% !important;
  margin-left: 6rem;
}
@media (max-width: 768px) {
  .inactive-logo-fr {
    width: 70% !important;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  /* English mobile logo */
  .inactive-logo-mobile {
    content: url("/public/img/logo_lock_mobile.png");
    width: 70% !important;
    margin-left: 0 !important;
  }
  /* French mobile logo */
  .inactive-logo-fr.inactive-logo-mobile {
    content: url("/public/img/logo_lock_mobile_fr.png");
    width: 70% !important;
    margin-left: 0 !important;
  }
}
.nico-mini-warning {
  width: 100%;
  background: #ffffff;
  text-align: center;
  padding: 10px 20px;
}
.nico-mini-warning p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #000;
}

@media (min-width: 768px) {
  .nico-top-bar {
    padding: 12px 120px;
  }
  .nicorette-hero-bg .nicorette-hero .hero-left-french {
    max-width: 49%;
  }
}
.hero-tm {
  font-size: 0.6rem;
  top: -1.5rem;
}

@media (max-width: 768px) {
  .hero-tm {
    font-size: 0.3rem;
    top: -1rem;
  }
}
@media (max-width: 608px) {
  .nico-top-bar {
    background: #353233;
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .nico-top-bar .nico-lang-toggle {
    display: flex;
    align-items: center;
    gap: 2px;
  }
}
/* ===========================
   INACTIVE PAGES — FIX LOGO + WHITE GAP
=========================== */
.nico-inactive-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #0b5a41;
}

.nico-inactive-page .nicorette-hero-bg.is-inactive {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nico-inactive-page .nicorette-hero-bg.is-inactive .nicorette-hero {
  flex: 1;
  display: flex;
  align-items: center;
}

.nico-inactive-page .nico-partner-strip {
  margin-top: auto;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  padding: 28px 16px 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nico-inactive-page .nico-partner-strip .inactive-logo,
.nico-inactive-page .nico-partner-strip .inactive-logo-mobile {
  display: block;
  width: auto;
  max-width: min(760px, 92vw);
  max-height: 130px;
  height: auto;
  margin: 0;
}

@media (max-width: 768px) {
  .nico-inactive-page .nico-partner-strip {
    padding: 18px 12px 22px;
  }
  .nico-inactive-page .nico-partner-strip .inactive-logo,
  .nico-inactive-page .nico-partner-strip .inactive-logo-mobile {
    max-width: 92vw;
    max-height: 90px;
  }
}/*# sourceMappingURL=style.css.map */