/**
 * Coupon Flow styles
 */
.v360-coupon-flow .opacidad,
.v360-coupon-flow .opacity {
  background-color: var(--color-black);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  height: 100%;
  opacity: 0.85;
  position: fixed;
  width: 100%;
  z-index: 2147483641;
  overflow: hidden;
}
.v360-coupon-flow .box {
  display: none;
  background-color: var(--color-white);
  border-radius: 5px;
  position: fixed;
  padding: 0px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: auto;
  z-index: 2147483642;
  -webkit-box-shadow: 0px 0px 56px 9px rgba(0,0,0,0.2);
          box-shadow: 0px 0px 56px 9px rgba(0,0,0,0.2);
  overflow-y: hidden;
  overflow-x: hidden;
  max-width: 806px;
  border-top: 0px solid var(--colorPrimary);
  width: 80%;
  height: 100%;
}
.v360-coupon-flow .box .icon-switch {
  cursor: pointer;
  margin-left: 8px;
  margin-right: 8px;
}
.v360-coupon-flow .box .icon-switch.inactive {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.v360-coupon-flow .box .icon-switch.active {
  color: #008000;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.v360-coupon-flow .box h2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  padding: 24px 24px 0px 24px;
  width: 100%;
  margin: 0px;
  margin-top: 0px;
  border-radius: 6px 6px 0px 0px;
  position: absolute;
  z-index: 100;
  color: var(--colorPrimary);
  font-size: 24px;
  line-height: 36px;
}
.v360-coupon-flow .box h2 #titleBoxResponse {
  margin: 0 !important;
}
.v360-coupon-flow .box h2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 50%;
}
.v360-coupon-flow .box h2 div span:hover {
  color: var(--colorPrimary);
  background-color: transparent;
}
.v360-coupon-flow .box h2 div .active {
  color: var(--color-gray-80);
  background-color: var(--color-gray-95);
  -webkit-box-shadow: inset 2px 2px 4px var(--color-gray-85), inset -3px -3px 3px var(--color-white);
          box-shadow: inset 2px 2px 4px var(--color-gray-85), inset -3px -3px 3px var(--color-white);
}
.v360-coupon-flow .box h2 div .active:hover {
  color: var(--color-gray-80);
  cursor: default;
  background-color: var(--color-gray-95);
  -webkit-box-shadow: inset 2px 2px 4px var(--color-gray-85), inset -3px -3px 3px var(--color-white);
          box-shadow: inset 2px 2px 4px var(--color-gray-85), inset -3px -3px 3px var(--color-white);
}
.v360-coupon-flow .box h2 .windowTitle,
.v360-coupon-flow .box h2 .tituloVentana {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px 0px 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 40%;
}
.v360-coupon-flow .box h2 .windowTitle span,
.v360-coupon-flow .box h2 .tituloVentana span {
  display: none;
  font-size: 0.5em;
  padding: 0px 5px 0px 0px;
  color: var(--colorPrimary);
}
.v360-coupon-flow .box h2 .windowTitle p,
.v360-coupon-flow .box h2 .tituloVentana p {
  color: var(--colorPrimaryDark);
  font-size: 24px;
  padding: 0px 5px 0px 0px;
  margin: 0px;
  letter-spacing: 0px;
  line-height: 36px;
  font-weight: 500;
}
.v360-coupon-flow .box h2 .navegacion button {
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  padding: 0px;
}
.v360-coupon-flow .box h2 .navegacion label .termsCondishCloseModal {
  visibility: hidden;
}
.v360-coupon-flow .box figure {
  margin: 20px 0px 20px 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.v360-coupon-flow .box figure img {
  border: 8px solid var(--color-gray-85);
}
.v360-coupon-flow .box .thankYouBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.v360-coupon-flow .box .thankYouBox h2 {
  color: var(--colorPrimary);
  font-size: 2em;
  text-align: center;
  margin-bottom: 10px;
}
.v360-coupon-flow .box .thankYouBox figure {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.v360-coupon-flow .box .thankYouBox figure img {
  margin: auto;
  width: 140px;
}
.v360-coupon-flow .box .thankYouBox p {
  color: var(--color-gray-20);
  font-size: 1em;
  line-height: 1.3em;
}
.v360-coupon-flow .box .thankYouBox p #prospectoRegistrado {
  text-transform: capitalize;
  color: var(--color-black);
  font-style: italic;
  font-weight: bolder;
  font-size: 1em;
  line-height: 1.3em;
}
.v360-coupon-flow .box .thankYouBox #cerrarVentana {
  background-color: var(--colorPrimary);
  border: 0px;
  color: var(--color-white);
  cursor: pointer;
  font-size: 0.9em;
  margin: auto;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  width: auto;
  padding: 10px 15px;
  border-radius: 6px;
}
.v360-coupon-flow .box .rojo {
  background-color: rgba(255,0,0,0.1);
  -webkit-box-shadow: inset 0px 0px 0px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
          box-shadow: inset 0px 0px 0px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
}
.v360-coupon-flow .box .naranja {
  background-color: rgba(255,152,0,0.1);
  -webkit-box-shadow: inset 0px 0px 0px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
          box-shadow: inset 0px 0px 0px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
}
.v360-coupon-flow .box .verde {
  background-color: rgba(0,128,0,0.1);
  -webkit-box-shadow: inset 0px 0px 0px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
          box-shadow: inset 0px 0px 0px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
}
.v360-coupon-flow .box .azul {
  background-color: rgba(25,95,174,0.1);
  -webkit-box-shadow: inset 0px 0px 0px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
          box-shadow: inset 0px 0px 0px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
}
.v360-coupon-flow .box .amarillo {
  background-color: rgba(234,206,5,0.1);
  -webkit-box-shadow: inset 0px 0px 0px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
          box-shadow: inset 0px 0px 0px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
}
.v360-coupon-flow .box .violeta {
  background-color: rgba(130,25,174,0.1);
  -webkit-box-shadow: inset 0px 0px 0px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
          box-shadow: inset 0px 0px 0px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
}
.v360-coupon-flow .box.login {
  background-color: var(--color-gray-95);
  padding: 0px;
  min-width: 200px;
}
.v360-coupon-flow .box.login figure {
  margin: 100px 0px 10px 0px;
}
.v360-coupon-flow .box.login figure img#imgLogin {
  width: 180px;
  border: 0px;
}
.v360-coupon-flow .box.login .formularioActivo {
  background-color: var(--color-gray-95);
  margin: 0px;
}
.v360-coupon-flow .box.login .formularioActivo article {
  margin: 0px;
  padding: 30px;
}
.v360-coupon-flow .box.response {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  z-index: 2147483647;
}
.v360-coupon-flow .box.response .btnCerrarVentanas {
  background-color: var(--color-second);
  -webkit-mask: url("/wp-content/themes/mhh-merck-vivid360-theme/images/close.svg") no-repeat center;
  mask: url("/wp-content/themes/mhh-merck-vivid360-theme/images/close.svg") no-repeat center;
  -webkit-mask-size: 24px;
          mask-size: 24px;
  color: var(--color-black);
  margin-left: 0;
}
.v360-coupon-flow .box.response section {
  padding: 12px 0px 0;
  margin-top: 46px;
}
.v360-coupon-flow .box.response section article {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.v360-coupon-flow .box.response section article span {
  font-size: 3em;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0px 0px 10px 0px;
}
.v360-coupon-flow .box.response section article h2 {
  margin-top: 0px;
  max-width: 270px;
  min-width: 100px;
  width: 100%;
  color: var(--colorPrimary);
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  display: block;
  padding-top: 0px;
}
.v360-coupon-flow .box.response section article h2 {
  color: var(--colorPrimary);
  font-size: 1.1em;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.v360-coupon-flow .box.response section article p {
  text-align: left;
  margin-bottom: 0px;
  font-size: 0.9em;
  line-height: 1.5em;
  width: 100%;
}
.v360-coupon-flow .box.response section article #contentResponse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #a4a4a4;
  padding: 16px 21px 16px 16px;
  overflow-y: scroll;
  height: 460px;
  margin-top: 0;
}
.v360-coupon-flow .box.response section article #contentResponse::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0,0,0,0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: var(--colorPrimary);
  height: 10%;
  max-height: 100px;
}
.v360-coupon-flow .box.response section article #contentResponse::-webkit-scrollbar {
  background: var(--color-white);
  border-left: 1px solid #a4a4a4;
  width: 16px;
}
.v360-coupon-flow .box.response section article #contentResponse ul,
.v360-coupon-flow .box.response section article #contentResponse ol {
  margin: 0;
}
.v360-coupon-flow .box.response section article #contentResponse p {
  margin: 0;
}
.v360-coupon-flow .box section button#btnAgregarAgotado {
  display: none;
}
.v360-coupon-flow .box section label {
  margin-left: 55px;
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 0.8em;
  color: var(--color-gray-40);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.v360-coupon-flow .box section article {
  margin-left: 20px;
  margin-right: 20px;
  width: auto;
  padding-top: 16px;
  padding-bottom: 5px;
}
.v360-coupon-flow .box section article div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.v360-coupon-flow .box section article div span {
  padding: 8px 0px;
  border-radius: 50%;
  border-right: px solid var(--colorPrimary);
  text-align: center;
}
.v360-coupon-flow .box section article div span[class^="icon-"] {
  color: var(--color-gray-80);
  margin-right: 10px;
  font-size: 1.5em;
}
.v360-coupon-flow .box section article div .circleButton {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  margin: 0px;
  padding: 0px;
  font-size: 1.4em;
  border-radius: 50%;
}
.v360-coupon-flow .box section article div .circleButton:hover {
  color: var(--colorPrimary);
}
.v360-coupon-flow .box section article div figure {
  border: 0px;
  padding: 3px;
  cursor: pointer;
}
.v360-coupon-flow .box section article div figure.miniBtn {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0px 10px 0px 10px;
}
.v360-coupon-flow .box section article div figure img {
  width: 120px;
  border: 0px;
  padding: 3px;
}
.v360-coupon-flow .box section article div figure img#imgGde {
  width: 450px;
}
.v360-coupon-flow .box section article div .capitalize {
  text-transform: capitalize;
}
.v360-coupon-flow .box section article div input {
  color: var(--color-gray-20);
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-80);
  border-radius: 60px;
  padding: 11px;
  padding-left: 11px;
  padding-left: 18px;
  margin: 0px 0px;
  height: 45px;
  font-size: 0.9em;
  width: 100%;
  min-width: 220px;
  margin-right: 6px;
  -webkit-box-shadow: inset 2px 2px 4px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
          box-shadow: inset 2px 2px 4px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
}
.v360-coupon-flow .box section article div select {
  color: var(--color-gray-20);
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-80);
  border-radius: 60px;
  padding: 11px;
  padding-left: 11px;
  padding-left: 18px;
  margin: 0px 0px;
  height: 45px;
  font-size: 0.9em;
  width: 100%;
  min-width: 220px;
  margin-right: 6px;
  -webkit-box-shadow: inset 2px 2px 4px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
          box-shadow: inset 2px 2px 4px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
}
.v360-coupon-flow .box section article div textarea {
  color: var(--color-gray-20);
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-80);
  border-radius: 12px;
  padding: 11px;
  padding-left: 11px;
  padding-left: 18px;
  margin: 0px 0px;
  height: 120px;
  font-size: 0.9em;
  width: 100%;
  min-width: 220px;
  -webkit-box-shadow: inset 2px 2px 4px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
          box-shadow: inset 2px 2px 4px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
}
.v360-coupon-flow .box section article div .noEntry {
  background-color: var(--color-gray-90);
  border: 0px;
  cursor: not-allowed;
  -webkit-box-shadow: inset 0px 0px 0px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
          box-shadow: inset 0px 0px 0px var(--color-gray-95), inset 0px 0px 0px var(--color-white);
  color: var(--color-gray-20);
}
.v360-coupon-flow .box section article div p.nota {
  font-size: 0.8em;
  min-width: 200px;
  max-width: 250px;
}
.v360-coupon-flow .box section article:first-child {
  margin-left: 0px;
  margin-right: 20px;
  padding-left: 0px;
  width: 100%;
}
.v360-coupon-flow .box section article:last-child {
  margin-left: 24px;
  margin-right: 0px;
  padding-right: 24px;
}
.v360-coupon-flow .box .formularioActivo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  padding-top: 0px;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v360-coupon-flow .box .formularioActivo article div button span {
  color: var(--color-white);
  margin: 0px;
  font-size: 1.4em;
  padding: 0px;
}
.v360-coupon-flow #boxTerms {
  max-width: 806px;
  height: 90%;
  padding: 1.5rem;
}
.v360-coupon-flow #boxTerms .tncModalWrapper {
  height: calc(90vh - 164px);
}
.v360-coupon-flow #boxTerms .tncModalWrapper .formularioActivo {
  height: inherit;
}
.v360-coupon-flow #boxTerms .tncModalWrapper .formularioActivo article {
  height: inherit;
}
.v360-coupon-flow #boxTerms.visible {
  display: block;
}
.v360-coupon-flow #boxTerms h2 {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 1rem 0;
  padding: 0;
}
.v360-coupon-flow #boxTerms section {
  display: block;
  margin: 0;
  padding: 0;
}
.v360-coupon-flow #boxTerms section article {
  margin: 0;
  padding: 0;
}
.v360-coupon-flow #boxTerms section article #contentResponse {
  height: inherit;
  padding: 1rem;
}
.v360-coupon-flow #boxTerms .modalButtons {
  margin: 1.5rem 0 0 0;
}
.v360-coupon-flow .box h2 .navegacion,
.v360-coupon-flow .box h2 .options {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0px;
  padding: 0px;
  width: 60%;
  min-width: 100px;
}
.v360-coupon-flow .box h2 .navegacion span,
.v360-coupon-flow .box h2 .options span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: var(--color-white);
  font-size: 0.9em;
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
  max-height: 24px;
  max-width: 24px;
  margin-left: 10px;
  cursor: pointer;
  text-align: center;
}
.v360-coupon-flow .box h2 .navegacion span i,
.v360-coupon-flow .box h2 .options span i {
  background-color: transparent;
  font-style: normal;
}
.v360-coupon-flow .box h2 .navegacion {
  width: auto;
  min-width: auto;
}
.v360-coupon-flow .box h2 .navegacion:focus {
  -webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.6);
          box-shadow: 0 0 4px 4px rgba(0,0,0,0.6);
}
.v360-coupon-flow .box h2 .navegacion:active {
  -webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.6);
          box-shadow: 0 0 4px 4px rgba(0,0,0,0.6);
}
.v360-coupon-flow .box form,
.v360-coupon-flow .box section {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v360-coupon-flow .box section input[type="button"],
.v360-coupon-flow input[type="submit"],
.v360-coupon-flow button {
  background-color: var(--colorPrimary);
  border: 0px;
  color: var(--color-white);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9em;
  margin: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  width: 50%;
  padding: 10px 18px;
  border-radius: 5px;
  -webkit-transition: 350ms;
  transition: 350ms;
  height: 40px;
  max-width: 160px;
}
.v360-coupon-flow .box section input[type="button"]:hover,
.v360-coupon-flow input[type="submit"]:hover,
.v360-coupon-flow button:hover {
  background-color: var(--colorPrimaryDark);
  color: var(--colorWhite);
}
.v360-coupon-flow .box section article div.botones,
.v360-coupon-flow .box section article div.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 24px;
}
.v360-coupon-flow .box section article div.botones p,
.v360-coupon-flow .box section article div.buttons p {
  margin: 0px;
  margin-right: 8px;
  font-size: 0.8em;
  font-style: italic;
}
@media (max-width: 767px) {
  .v360-coupon-flow .opacidad,
  .v360-coupon-flow .box {
    width: 95%;
    overflow-y: scroll;
    overflow-x: hidden;
    height: auto;
    left: 2.5%;
    top: 3%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -webkit-box-shadow: 0px 0px 56px 9px rgba(0,0,0,0);
            box-shadow: 0px 0px 56px 9px rgba(0,0,0,0);
    -webkit-overflow-scrolling: touch;
  }
  .v360-coupon-flow .opacidad.login .formularioActivo,
  .v360-coupon-flow .box.login .formularioActivo {
    height: 100%;
  }
  .v360-coupon-flow .opacidad.login .formularioActivo article,
  .v360-coupon-flow .box.login .formularioActivo article {
    margin: 0px;
    width: 100%;
  }
  .v360-coupon-flow .opacidad.response section,
  .v360-coupon-flow .box.response section {
    padding: 2px 0;
  }
  .v360-coupon-flow .opacidad.response section article #contentResponse,
  .v360-coupon-flow .box.response section article #contentResponse {
    padding: 16px;
    margin: 0px;
  }
  .v360-coupon-flow .opacidad section,
  .v360-coupon-flow .box section {
    padding: 0;
    margin-top: 0;
  }
  .v360-coupon-flow .opacidad h2,
  .v360-coupon-flow .box h2 {
    padding: 16px;
  }
  .v360-coupon-flow .opacidad h2 .tituloVentana,
  .v360-coupon-flow .box h2 .tituloVentana {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }
  .v360-coupon-flow .opacidad h2 .tituloVentana p,
  .v360-coupon-flow .box h2 .tituloVentana p {
    color: var(--colorPrimaryDark);
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
  }
  .v360-coupon-flow .opacidad h2 .navegacion button.btnCerrarVentanas,
  .v360-coupon-flow .box h2 .navegacion button.btnCerrarVentanas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .v360-coupon-flow .opacidad section,
  .v360-coupon-flow .box section {
    background-color: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .v360-coupon-flow .opacidad section article,
  .v360-coupon-flow .box section article {
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .v360-coupon-flow .opacidad section article:first-child,
  .v360-coupon-flow .box section article:first-child {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 20px;
    padding-left: 20px;
  }
  .v360-coupon-flow .opacidad section article:last-child,
  .v360-coupon-flow .box section article:last-child {
    margin-left: 0px;
    margin-right: 0px;
    padding: 16px;
  }
  .v360-coupon-flow .opacidad section article div .circleButton:hover,
  .v360-coupon-flow .box section article div .circleButton:hover {
    color: var(--color-white);
  }
  .v360-coupon-flow .opacidad section article div input,
  .v360-coupon-flow .box section article div input {
    max-width: 100%;
  }
  .v360-coupon-flow .opacidad section article div select,
  .v360-coupon-flow .box section article div select {
    max-width: 100%;
  }
  .v360-coupon-flow .opacidad section article div textarea,
  .v360-coupon-flow .box section article div textarea {
    max-width: 100%;
  }
  .v360-coupon-flow .opacidad section article div p.nota,
  .v360-coupon-flow .box section article div p.nota {
    max-width: 100%;
  }
  .v360-coupon-flow .opacidad section article.location,
  .v360-coupon-flow .box section article.location {
    display: none;
  }
}
@media (max-width: 767px) {
  .v360-coupon-flow .box section input[type="button"],
  .v360-coupon-flow input[type="submit"],
  .v360-coupon-flow button {
    height: 50px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .v360-coupon-flow .box section input[type="button"]:hover,
  .v360-coupon-flow input[type="submit"]:hover,
  .v360-coupon-flow button:hover {
    background-color: var(--colorPrimary);
    color: var(--color-white);
  }
}
@media (max-width: 767x) {
  .v360-coupon-flow .botones button {
    width: 100%;
    max-width: 100%;
  }
  .v360-coupon-flow .box section article div.botones,
  .v360-coupon-flow .box section article div.buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 16px;
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .v360-coupon-flow #boxTerms {
    top: 1.5rem;
    left: var(--dimenGutter);
    right: var(--dimenGutter);
    width: calc(100% - (var(--dimenGutter) * 2));
    height: 94%;
    margin: auto;
    max-height: 94%;
    overflow: hidden;
    padding: 1rem;
  }
  .v360-coupon-flow #boxTerms .tncModalWrapper {
    height: -webkit-calc(94vh - 134px);
  }
  .v360-coupon-flow #boxTerms .tncModalWrapper .formularioActivo {
    height: inherit;
  }
  .v360-coupon-flow #boxTerms .tncModalWrapper .formularioActivo article {
    height: inherit;
  }
  .v360-coupon-flow #boxTerms section article #contentResponse {
    height: inherit;
  }
  .v360-coupon-flow #boxTerms .modalButtons {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .v360-coupon-flow #boxTerms .modalButtons button {
    display: block;
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 375px) {
  .opacidad.response section,
  .box.response section {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .tncModalWrapper {
    height: -webkit-calc(100% - 116px) !important;
  }
  .tncModalWrapper .formularioActivo {
    height: 100% !important;
  }
  .tituloVentana {
    width: 100% !important;
  }
}
:root {
  --color-primary: #00857c;
  --color-primary-dark: #005c56;
  --color-primary-light: #80c2bd;
  --color-second: #333;
  --color-transparency: #333;
  --color-white: #fff;
  --color-black: #000;
  --color-black-10: #000;
  --color-red: rgba(255,0,0,0.1);
  --color-orange: rgba(255,152,0,0.1);
  --color-green: rgba(0,128,0,0.1);
  --color-blue: rgba(25,95,174,0.1);
  --color-yellow: rgba(234,206,5,0.1);
  --color-purple: rgba(130,25,174,0.1);
  --color-gray-20: #333;
  --color-gray-40: #666;
  --color-gray-60: #999;
  --color-gray-80: #ccc;
  --color-gray-85: #d9d9d9;
  --color-gray-90: #e6e6e6;
  --color-gray-95: #f2f2f2;
  --color-gray-98: #fbfbfb;
}
.errorClass {
  display: inline-block;
  position: relative;
}
.errorClass:before {
  content: "!";
  width: 16px;
  height: 16px;
  border-radius: 7.5px;
  background-color: var(--colorError);
  text-align: center;
  vertical-align: middle;
  position: absolute;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: var(--colorWhite);
  right: 0;
  margin-top: 12px;
  font-weight: bolder;
  font-size: 14px;
}
.errorClass input {
  border: 1px solid var(--colorError) !important;
}
#enrollFlowFive .activeForm .row div.errIconEnroll::before,
#replaceFlowThreeView .activeForm .row div.errIconEnroll::before {
  margin-top: -12px !important;
}
html.is-locked,
html.is-locked body {
  height: calc(var(--window-inner-height) - 1px);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.site-wide-logo-editor,
.whats-this-logo-editor {
  background-repeat: no-repeat;
}
.site-wide-logo-editor-pdf,
.whats-this-logo-editor-pdf {
  background-repeat: no-repeat;
}
.v360-coupon-flow .d-none {
  display: none !important;
}
.v360-coupon-flow {
  max-width: 1128px;
  width: 99%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
}
.v360-coupon-flow * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.v360-coupon-flow *:focus {
  outline: 0px;
}
.v360-coupon-flow .sectionContainer #enrollCouponForm .lastname_wrap,
.v360-coupon-flow .sectionContainer #replaceCouponForm .lastname_wrap,
.v360-coupon-flow .sectionContainer #activateCouponForm .lastname_wrap {
  margin-right: 0;
}
.v360-coupon-flow .sectionContainer #enrollCouponForm .email_wrap,
.v360-coupon-flow .sectionContainer #replaceCouponForm .email_wrap,
.v360-coupon-flow .sectionContainer #activateCouponForm .email_wrap {
  margin-right: 0;
}
.v360-coupon-flow a#btnTerms {
  font-style: normal;
  font-weight: normal;
}
.v360-coupon-flow .boldClass {
  font-weight: bold !important;
}
.v360-coupon-flow .print-option-only {
  width: 33.33%;
}
.v360-coupon-flow a {
  color: var(--colorPrimary);
  display: inline-block;
  height: 24.5px;
}
.v360-coupon-flow a.replacewrnginfo {
  margin-bottom: 24px;
}
.v360-coupon-flow a:active {
  color: var(--colorPrimary);
}
.v360-coupon-flow a:visited {
  color: var(--colorPrimary);
}
.v360-coupon-flow .rowHeadingClass {
  width: 100%;
  display: block;
  font-weight: bold;
  text-align: left;
  margin: 0 0 16px 0;
}
.v360-coupon-flow .text-center {
  text-align: center;
}
.v360-coupon-flow .card_vivid_logo {
  margin-top: 8px;
  margin-left: 0px;
  height: 48px;
  width: auto;
}
.v360-coupon-flow .card_vivid_logo.whatsThis {
  margin-bottom: 24px;
}
.v360-coupon-flow .modalButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 24px auto;
  height: auto;
}
.v360-coupon-flow .modalButtons#btnAcceptTermnsFlow {
  margin-bottom: 24px;
}
.v360-coupon-flow .modalButtons.bottomForm {
  margin-bottom: 32px;
}
.v360-coupon-flow .modalButtons.hide {
  display: none;
}
.v360-coupon-flow .modalButtons.enrollFlow2Btns {
  margin-bottom: 32px;
}
.v360-coupon-flow .modalButtons button {
  background-color: var(--colorPrimary);
  border: 0px;
  color: var(--colorWhite);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  letter-spacing: 0.86px;
  margin: 0px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  width: 30%;
  height: 40px;
  text-align: center;
  max-width: 168px;
  padding: 11px 16px;
  border-radius: 7px;
  -webkit-transition: 350ms;
  transition: 350ms;
  -webkit-box-shadow: 0px 0px 0px var(--color-gray-80), 0px 0px 0px var(--colorWhite);
          box-shadow: 0px 0px 0px var(--color-gray-80), 0px 0px 0px var(--colorWhite);
  font-weight: 700;
}
.v360-coupon-flow .modalButtons button#btnOver {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px auto;
}
.v360-coupon-flow .modalButtons button.outLine {
  color: var(--colorPrimary);
  background-color: var(--colorWhite);
  text-align: center;
  border: 2px solid var(--colorPrimary);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v360-coupon-flow .modalButtons button:hover {
  color: var(--colorPrimaryDark);
  border-color: var(--colorPrimaryDark);
  background-color: var(--colorWhite);
}
.v360-coupon-flow .modalButtons button.selected {
  background-color: var(--colorPrimaryLight);
  color: var(--colorPrimaryDark);
  border: 2px solid var(--colorPrimaryDark);
}
.v360-coupon-flow .modalButtons button.disable,
.v360-coupon-flow .modalButtons button[disabled],
.v360-coupon-flow .modalButtons button:disabled,
.v360-coupon-flow .modalButtons button.disable:hover {
  cursor: not-allowed;
  background-color: #a4a4a4;
  color: var(--colorWhite);
  border: 2px solid #a4a4a4;
}
.v360-coupon-flow .modalButtons button.disable:hover,
.v360-coupon-flow .modalButtons button[disabled]:hover,
.v360-coupon-flow .modalButtons button:disabled:hover,
.v360-coupon-flow .modalButtons button.disable:hover:hover {
  color: var(--colorWhite);
  background-color: #a4a4a4;
  border: 2px solid #a4a4a4;
}
.v360-coupon-flow .modalButtons button:hover {
  color: var(--colorWhite);
  border-color: var(--colorPrimaryDark);
  background-color: var(--colorPrimaryDark);
}
.v360-coupon-flow .modalButtons button:focus {
  -webkit-box-shadow: var(--focusRingColor);
          box-shadow: var(--focusRingColor);
}
.v360-coupon-flow .select-selected {
  background-image: linear-gradient(45deg, transparent 50%, #333 50%), linear-gradient(135deg, #333 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-radius: 4px;
  border: 1px solid var(--colorBlack);
  font-size: 1rem;
  font-weight: normal;
  color: color var(--color-second);
  margin-right: 1.5rem;
  margin-top: 8px;
  margin-bottom: 24px;
  padding: 0.563rem 0.75rem 0.625rem 0.75rem;
  width: 100% !important;
  display: block !important;
  -webkit-transition: none;
  transition: none;
}
.v360-coupon-flow .select-selected:focus outline 1px solid var(--colorBlack) {
  -webkit-box-shadow: 0 0 1px 3px rgba(0,0,0,0.5);
          box-shadow: 0 0 1px 3px rgba(0,0,0,0.5);
  border: none;
}
.v360-coupon-flow .select-selected:hover {
  border: 2px solid var(--colorPrimary);
}
.v360-coupon-flow .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
}
.v360-coupon-flow .select-selected.select-arrow-active {
  background-image: linear-gradient(45deg, #333 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #333 50%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 0.5em) 0.5em;
  font-weight: 700;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.v360-coupon-flow .select-selected.select-arrow-active:after {
  top: 7px;
}
.v360-coupon-flow .select-items div,
.v360-coupon-flow .select-selected {
  padding: 9px 16px 10px 12px;
  cursor: pointer;
  width: 100% !important;
  margin-bottom: 0 !important;
  font-weight: normal;
}
.v360-coupon-flow .month .select-items,
.v360-coupon-flow .month .select-selected {
  width: 115px !important;
  margin-right: 8px;
}
.v360-coupon-flow .month .select-selected {
  height: 40px;
}
.v360-coupon-flow .day .select-items,
.v360-coupon-flow .day .select-selected {
  width: 115px !important;
  margin-right: 8px;
}
.v360-coupon-flow .day .select-selected {
  height: 40px;
}
.v360-coupon-flow .year .select-items,
.v360-coupon-flow .year .select-selected {
  width: 115px !important;
}
.v360-coupon-flow .year .select-selected {
  height: 40px;
}
.v360-coupon-flow .custom-select .select-selected:focus,
.v360-coupon-flow .custom-select-activate .select-selected:focus,
.v360-coupon-flow .custom-select-replace .select-selected:focus {
  -webkit-box-shadow: var(--focusRingColor);
          box-shadow: var(--focusRingColor);
}
.v360-coupon-flow .custom-select,
.v360-coupon-flow .custom-select-replace,
.v360-coupon-flow .custom-select-activate {
  margin-right: 0 !important;
  width: 115px !important;
  height: 22px;
}
.v360-coupon-flow .select-items {
  position: absolute;
  background-color: var(--colorWhite);
  top: 60%;
  left: auto;
  right: auto;
  z-index: 2;
  border-bottom: 1px solid var(--colorBlack);
  border-left: 1px solid var(--colorBlack);
  border-right: 1px solid var(--colorBlack);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: 1.5rem;
  font-weight: bold;
  max-height: 300px;
  overflow-x: hidden;
}
.v360-coupon-flow .select-items::-webkit-scrollbar-thumb {
  border: 0px solid rgba(0,0,0,0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: var(--colorWhite);
  height: 10%;
  max-height: 70px;
}
.v360-coupon-flow .select-items::-webkit-scrollbar {
  background: var(--colorWhite);
  border-radius: 10px;
  width: 0px;
}
.v360-coupon-flow .select-items .changePage:hover {
  background: var(--colorPrimary);
  color: #fff;
}
.v360-coupon-flow .select-items .changePage:active {
  background: var(--colorPrimaryDark);
}
.v360-coupon-flow .select-items.enrollDropdownCustom {
  top: 60%;
}
.v360-coupon-flow .on-scrollbar {
  scrollbar-width: thin; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  overflow-y: scroll;
}
.v360-coupon-flow .on-scrollbar::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0,0,0,0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: var(--colorPrimaryDark);
  height: 10%;
  max-height: 70px;
}
.v360-coupon-flow .on-scrollbar::-webkit-scrollbar {
  background: var(--colorWhite);
  border-radius: 10px;
  width: 16px;
}
.v360-coupon-flow .select-hide {
  display: none !important;
}
.v360-coupon-flow .select-items div:hover,
.v360-coupon-flow .same-as-selected {
  background-color: var(--colorPrimary);
  color: var(--colorWhite);
}
.v360-coupon-flow .select-items div:focus {
  background: var(--colorPrimary);
  color: #fff;
  -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
          box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}
.v360-coupon-flow .select-items div:active {
  background-color: var(--colorPrimaryDark);
  color: var(--colorWhite);
}
.noFinishScroll {
  background-color: #999;
  color: var(--colorWhite);
}
.noFinishScroll:hover {
  background-color: #999;
  color: var(--colorWhite);
}
.finishScroll {
  background-color: var(--colorPrimaryDark);
  color: var(--colorWhite);
}
.v360-coupon-flow .sectionContainer .v360-voucher-form-section-progress-bar {
  counter-reset: step;
  max-width: 768px;
  margin: 0px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}
.v360-coupon-flow .sectionContainer .v360-voucher-form-section-progress-bar li {
  list-style-type: none;
  font-size: 9px;
  width: 200px;
  position: relative;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.v360-coupon-flow .sectionContainer .v360-voucher-form-section-progress-bar li .arrow {
  display: block;
  height: 12px;
  width: 12px;
  margin: -16px auto 16px;
  -webkit-mask: url("/wp-content/themes/mhh-merck-vivid360-theme/images/check.svg") center no-repeat;
          mask: url("/wp-content/themes/mhh-merck-vivid360-theme/images/check.svg") center no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--colorWhite);
  background-size: cover;
  background-position: center;
  visibility: hidden;
}
.v360-coupon-flow .sectionContainer .v360-voucher-form-section-progress-bar li .v360-voucher-step-title {
  max-width: 168px;
}
.v360-coupon-flow .sectionContainer .v360-voucher-form-section-progress-bar li:last-of-type {
  margin-left: 7px;
}
.v360-coupon-flow .sectionContainer .v360-voucher-form-section-progress-bar li:before {
  content: '';
  counter-increment: step;
  width: 20px;
  height: 20px;
  display: block;
  background: var(--colorWhite);
  border: 2px solid var(--colorMediumGray);
  border-radius: 70px;
  margin: 0 auto 0;
}
.v360-coupon-flow .sectionContainer .v360-voucher-form-section-progress-bar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--colorMediumGray);
  position: absolute;
  left: -50%;
  top: 10px;
  z-index: -1;
}
.v360-coupon-flow .sectionContainer .v360-voucher-form-section-progress-bar li:first-child:after {
  content: none;
}
.v360-coupon-flow .sectionContainer .v360-voucher-form-section-progress-bar li.current:after {
  background: var(--colorPrimary);
}
.v360-coupon-flow .sectionContainer .v360-voucher-form-section-progress-bar li.current:before {
  border: 4px solid var(--colorPrimary);
  background: var(--colorWhite);
}
.v360-coupon-flow .sectionContainer .v360-voucher-form-section-progress-bar li.completed:before {
  background: var(--colorPrimary);
  color: var(--colorWhite);
  border: 4px solid var(--colorPrimary);
}
.v360-coupon-flow .sectionContainer .v360-voucher-form-section-progress-bar li.completed:after {
  background: var(--colorPrimary);
}
.v360-coupon-flow .sectionContainer .v360-voucher-form-section-progress-bar li.completed .arrow {
  visibility: visible;
}
.v360-coupon-flow .sectionContainer .v360-voucher-step-title-mobile {
  display: none;
}
.v360-coupon-flow #enrollFlowContainer section#tankYouGen .thanks {
  margin-bottom: 24px;
}
.v360-coupon-flow #enrollFlowContainer section#tankYouGen .enrolThanks {
  margin-bottom: 8px;
}
.v360-coupon-flow .desktopMargin {
  margin-bottom: 32px !important;
}
.v360-coupon-flow .receiveCouponSubmit {
  margin-left: 36.5px;
  margin-right: 36.5px;
}
.v360-coupon-flow a[data-design-category="link"]:focus {
  -webkit-box-shadow: var(--focusRingColor);
          box-shadow: var(--focusRingColor);
  border-radius: var(--dimenBorderRadius);
  padding: 1px 9px 3px;
  margin: 0 -0.25rem;
}
.v360-coupon-flow .superbold {
  font-weight: 700;
}
.v360-coupon-flow .opacity {
  background-color: var(--colorBlack);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  height: 100%;
  opacity: 0.5;
  position: fixed;
  width: 100%;
  z-index: 2147483647;
  overflow: hidden;
  top: 0px;
  right: 0px;
  overflow: hidden;
}
.v360-coupon-flow .opacity .modalTrackingLayer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  height: 100%;
  opacity: 0.5;
  position: fixed;
  width: 100%;
  z-index: 2147483643;
}
.v360-coupon-flow .sendOptions {
  font-weight: bold;
  text-align: center;
}
.v360-coupon-flow .visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.v360-coupon-flow .visible.acotText {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 16px;
}
.v360-coupon-flow .invisible {
  display: none;
}
.v360-coupon-flow .visibleModal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.v360-coupon-flow .sectionContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 747px;
  min-width: 747px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 0px 48px 0px;
}
.v360-coupon-flow .sectionContainer button.replaceerrbtn {
  width: 360px !important;
  max-width: 400px !important;
  padding: 11px 16px !important;
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer h1 {
  color: var(--colorPrimaryDark);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin: auto auto 1rem;
}
.v360-coupon-flow .sectionContainer h1.thanks {
  text-align: center;
  margin-bottom: 8px;
}
.v360-coupon-flow .sectionContainer h1.actThanks {
  margin-bottom: 8px;
}
.v360-coupon-flow .sectionContainer h2 {
  color: var(--color-second);
  text-align: center;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 27px !important;
  margin: 0 0px 1rem;
}
.v360-coupon-flow .sectionContainer h2.repError {
  font-weight: bold;
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer h2.thanks {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer h2.sorryUnder18 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer b {
  color: var(--colorPrimaryDark);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
}
.v360-coupon-flow .sectionContainer b.thanks {
  text-align: center;
}
.v360-coupon-flow .sectionContainer label.stepFourText {
  color: var(--color-second);
  margin: 0px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  padding-bottom: 0px !important;
}
.v360-coupon-flow .sectionContainer label.stepFourText.selectText {
  margin-bottom: 24px !important;
}
.v360-coupon-flow .sectionContainer p#notAllPtns {
  margin-bottom: 1rem;
}
.v360-coupon-flow .sectionContainer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  color: var(--color-second);
}
.v360-coupon-flow .sectionContainer p.activeLetsStart {
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer p.replaceStep2h2 {
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer p.letsStart {
  margin: 0 0 1rem;
}
.v360-coupon-flow .sectionContainer p.center {
  text-align: center;
}
.v360-coupon-flow .sectionContainer p.stepFourText.selectText {
  font-weight: bold;
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer p.receiveCouponMobile {
  margin-bottom: 16px;
}
.v360-coupon-flow .sectionContainer p.thanks {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer p.thanks span.thanksNote {
  font-weight: bold;
}
.v360-coupon-flow .sectionContainer p.replace-style-class {
  display: none;
}
.v360-coupon-flow .sectionContainer p.step1BottomNote {
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer p.step1BottomNote span.bottomNote {
  font-weight: bold;
}
.v360-coupon-flow .sectionContainer p.step1BottomNote span.bottomNoteDesc {
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer p.couponIdNum {
  margin-bottom: 8px;
}
.v360-coupon-flow .sectionContainer p.receiveCoupon {
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer p.bottomInfoSend {
  margin-bottom: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 744px;
  color: #333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.v360-coupon-flow .sectionContainer p.temsncondWrapper {
  text-align: center;
  font-size: 18px;
}
.v360-coupon-flow .sectionContainer p.temsncondWrapper:empty {
  display: none;
  margin: 0;
}
.v360-coupon-flow .sectionContainer p.loseCouponWrapper {
  margin-bottom: 1.5rem;
}
.v360-coupon-flow .sectionContainer p #contentResponse:empty {
  display: none;
  margin: 0;
}
.v360-coupon-flow .sectionContainer p.replaceStep1h2 {
  margin: 0 0 1rem;
}
.v360-coupon-flow .sectionContainer p.patient-info1 {
  margin: 0 0 1.5rem;
}
.v360-coupon-flow .sectionContainer p.patient-info {
  margin: 0 0 1.5rem;
}
.v360-coupon-flow .sectionContainer p.privacy-info {
  margin-bottom: 1.5rem;
}
.v360-coupon-flow .sectionContainer p.loseCouponWrapper:empty {
  display: none;
  margin: 0;
}
.v360-coupon-flow .sectionContainer p.termsAndCondEnrollFlow,
.v360-coupon-flow .sectionContainer p.termsAndCondEnrollFlow2,
.v360-coupon-flow .sectionContainer p.blockQuoteNoExtraBottom {
  color: var(--color-second);
  text-align: center;
  line-height: 27px;
  font-size: 18px;
  text-align: center;
}
.v360-coupon-flow .sectionContainer blockquote {
  color: var(--color-second);
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.v360-coupon-flow .sectionContainer .required {
  margin: 0 0 24px 0;
  font-style: italic;
}
.v360-coupon-flow .sectionContainer .btnAcceptTermnsNormal,
.v360-coupon-flow .sectionContainer .clickAcceptTermnsActivate {
  text-align: center;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.v360-coupon-flow .sectionContainer .btnAcceptTermnsNormal span,
.v360-coupon-flow .sectionContainer .clickAcceptTermnsActivate span {
  margin: 0 auto;
}
.v360-coupon-flow .sectionContainer .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 80%;
  margin-bottom: 64px;
  margin-top: 8px;
  position: relative;
  padding: 0;
}
.v360-coupon-flow .sectionContainer .steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 14px;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
.v360-coupon-flow .sectionContainer .steps .step .circle {
  width: 20px;
  height: 20px;
  border: solid 2px #999;
  border-radius: 50%;
  background-color: var(--colorWhite);
}
.v360-coupon-flow .sectionContainer .steps .step .circle.selected {
  border: solid 4px var(--colorPrimary);
}
.v360-coupon-flow .sectionContainer .steps .step .circle.completed {
  border: solid 2px var(--colorPrimary);
  background-color: var(--colorPrimary);
  color: var(--colorWhite);
  font-size: 13px;
  padding: 1px;
}
.v360-coupon-flow .sectionContainer .steps .step .text {
  text-align: center;
  width: 50px;
  font-size: 0.9em;
  margin-top: 16px;
}
.v360-coupon-flow .sectionContainer .steps .step > svg {
  border: none;
  border-radius: 3px;
  height: 71px;
  width: 50px;
  position: absolute;
  z-index: 5;
}
.v360-coupon-flow .sectionContainer .steps .step > svg > path {
  fill: transparent;
}
.v360-coupon-flow .sectionContainer .steps .step:focus {
  -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
          box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}
.v360-coupon-flow .sectionContainer .steps .line {
  border-bottom: 2px solid #999;
  width: 30.5% !important;
  margin: 0px;
  padding-top: 23px;
  position: absolute;
  z-index: -1;
}
.v360-coupon-flow .sectionContainer .steps .line.uno {
  left: 19px;
}
.v360-coupon-flow .sectionContainer .steps .line.dos {
  left: 35%;
}
.v360-coupon-flow .sectionContainer .steps .line.tres {
  right: 20px;
}
.v360-coupon-flow .sectionContainer .steps .line.selected {
  border-bottom: solid 2px var(--colorPrimary);
}
.v360-coupon-flow .sectionContainer .steps .mouseStepper {
  position: absolute;
}
.v360-coupon-flow .sectionContainer .steps .mouseStepper > svg {
  position: absolute;
  border: none;
  border-radius: 3px;
  height: 136px;
  width: 724px;
  margin-left: -72px;
  z-index: 1;
}
.v360-coupon-flow .sectionContainer .steps .mouseStepper > svg > path {
  fill: transparent;
}
.v360-coupon-flow .sectionContainer .steps .mouseStepper.twoSteps > svg {
  margin-left: -362px;
}
.v360-coupon-flow .sectionContainer .titleSteper {
  display: none;
}
.v360-coupon-flow .sectionContainer .acceptTC {
  width: 1128px !important;
}
.v360-coupon-flow .sectionContainer .acceptTC .textTermsBox {
  width: 1128px !important;
}
.v360-coupon-flow .sectionContainer .activeForm {
  width: 100%;
}
.v360-coupon-flow .sectionContainer .activeForm div#over65Questions div#formOverSpecial2 .bottomForm .errIconEnroll.errorClass {
  width: 360px;
}
.v360-coupon-flow .sectionContainer .activeForm.receiveCouponForm {
  width: 747px;
}
.v360-coupon-flow .sectionContainer .activeForm .rowTcDesc {
  margin-top: 8px;
  margin-bottom: 16px;
}
.v360-coupon-flow .sectionContainer .activeForm .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.v360-coupon-flow .sectionContainer .activeForm .row p.formLetter {
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer .activeForm .row.receiveCouponBottom {
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer .activeForm .row.bottomInfoSendRow {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer .activeForm .row.bottomInfoSendRow1 {
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer .activeForm .row.step4PrivacInfo {
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer .activeForm .row .optionSelection {
  width: 100%;
  padding: 24px 16px;
  min-height: 179px;
  margin-right: 16px;
  background-color: var(--colorWhite);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.06);
  -webkit-box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.06);
}
.v360-coupon-flow .sectionContainer .activeForm .row .optionSelection *:last-of-type {
  margin-right: 0px;
  margin-bottom: 0px;
}
.v360-coupon-flow .sectionContainer .activeForm .row .optionSelection span.icon {
  height: 48px;
  width: 48px;
  border: 2px solid var(--colorPrimary);
  color: var(--colorPrimary);
  border-radius: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-size: 1.3rem;
  margin-bottom: 16px;
}
.v360-coupon-flow .sectionContainer .activeForm .row .optionSelection input {
  margin-top: 16px;
  margin-bottom: 0px;
  width: 100%;
}
.v360-coupon-flow .sectionContainer .activeForm .row .optionSelection label.sendOptions {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  text-align: left;
  color: var(--colorDarkText);
}
.v360-coupon-flow .sectionContainer .activeForm .row.selector {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.v360-coupon-flow .sectionContainer .activeForm .row.selector *:last-child {
  margin-right: 0px;
}
.v360-coupon-flow .sectionContainer .activeForm .row.textToAccept {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 548px;
  max-width: 100%;
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer .activeForm .row.textToAccept.textRow {
  width: 668px;
  max-width: 100%;
}
.v360-coupon-flow .sectionContainer .activeForm .row.textToAccept div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v360-coupon-flow .sectionContainer .activeForm .row.textToAccept div p {
  color: #333;
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
}
.v360-coupon-flow .sectionContainer .activeForm .row.textToAccept div p b {
  color: #666;
  margin-bottom: 0px;
}
.v360-coupon-flow .sectionContainer .activeForm .row .h1Little {
  margin-top: 0px;
  font-size: 24px;
  line-height: 36px;
  color: var(--colorPrimaryDark);
  font-weight: 700;
  margin-bottom: 0px;
}
.v360-coupon-flow .sectionContainer .activeForm .row.hide {
  display: none;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltip-wrapper {
  position: absolute;
  visibility: hidden;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltip-wrapper.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltip-content {
  display: block;
  position: absolute;
  margin-bottom: 8px;
  bottom: 100%;
  z-index: 10;
  width: 400px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  background: #fff;
  text-align: center;
  -webkit-filter: drop-shadow(2px 2px 12px rgba(51,51,51,0.25));
          filter: drop-shadow(2px 2px 12px rgba(51,51,51,0.25));
  border-radius: 5px;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltip-content p {
  font-size: 0.75em;
  color: var(--colorBlack);
  text-align: left;
  line-height: 1.5em;
  margin: auto;
  margin-bottom: 8px;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltip-content p.seeMorePlans {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: auto;
  margin: 8px;
  font-size: 12px;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltip-content:after {
  width: 0;
  height: 0;
  display: block;
  content: '';
  bottom: -8px;
  left: 20%;
  position: absolute;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltip {
  position: absolute;
  visibility: hidden;
  background-color: var(--colorWhite);
  width: 343px;
  display: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 12px;
  color: #333;
  top: -235px;
  -webkit-filter: drop-shadow(1px 2px 5px rgba(0,0,0,0.3));
          filter: drop-shadow(1px 2px 5px rgba(0,0,0,0.3));
  border-radius: 6px;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltip *:first-child {
  margin-top: 0;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltip *:last-child {
  margin-top: 0;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--colorWhite);
  bottom: -8px;
  right: 50%;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltip.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltip p {
  font-size: 0.75em;
  color: var(--colorBlack);
  text-align: left;
  line-height: 1.5em;
  margin: auto;
  margin-bottom: 8px;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltip p.seeMorePlans {
  height: 198px;
  width: 327px;
  margin-top: 8px;
  font-size: 12px;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltipCard {
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltipCard.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltipCard h1 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  margin: 0;
  margin-top: 10px;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltipCard p {
  color: #333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltipCard p margin-bottom 8px.actStep1 {
  font-size: 18px;
  line-height: 27px;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltipCard .cardDesign {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 181px;
  width: 311px;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  font-weight: 400;
  background-color: #fff;
  -webkit-box-shadow: 2px 4px 4px 0 rgba(0,0,0,0.14);
          box-shadow: 2px 4px 4px 0 rgba(0,0,0,0.14);
  margin-top: 8px;
  padding: 8px;
  margin-bottom: 29px;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltipCard .cardDesign figure {
  margin: 0px;
  padding: 0px;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltipCard .cardDesign figure img {
  margin: 0px;
  padding: 0px;
  width: 150px;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltipCard .cardDesign .infoCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0px;
  padding: 0px 0px;
  margin-bottom: 8px;
  font-weight: 400;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltipCard .cardDesign .infoCard p {
  font-size: 12px;
  color: #333;
  margin: 0 0 10px;
  font-weight: 700;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltipCard .cardDesign .infoCard span {
  color: #333;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  width: 49%;
  padding-left: 16px;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltipCard .cardDesign .infoCard span.idNumber {
  color: #fff;
  width: 55%;
  background-color: var(--colorPrimaryDark);
  text-align: left;
  padding-left: 16px;
  vertical-align: middle;
  display: block;
  padding: 1px 0px 1px 16px;
  margin-top: 8px;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltipCard .cardDesign .infoCard span.infoCardRight {
  padding-left: 0px;
  width: 51%;
  padding-bottom: 8px;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltipCard .cardDesign .infoCard span.logoContainer {
  width: 100%;
  padding: 0 0 8px 0;
  margin: 0;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltipCard .cardDesign .green {
  background-color: var(--colorPrimaryDark);
  color: var(--colorWhite);
  width: 50%;
  font-size: 12px;
  padding: 5px;
  margin: 0;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltipCard .cardDesign .expDate {
  font-size: 12px;
  margin-left: 16px;
  margin-bottom: 45px;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltipMeans {
  position: relative;
  visibility: hidden;
}
.v360-coupon-flow .sectionContainer .activeForm .row span.tooltipMeans.show {
  display: inline-block;
  visibility: visible;
}
.v360-coupon-flow .sectionContainer .activeForm .row div.errIconEnroll {
  margin-right: 0px;
  margin-bottom: 0px;
}
.v360-coupon-flow .sectionContainer .activeForm .row div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 24px 24px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.v360-coupon-flow .sectionContainer .activeForm .row div label {
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: var(--color-second);
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 21px;
}
.v360-coupon-flow .sectionContainer .activeForm .row div.activeBottom {
  margin-bottom: 24px !important;
}
.v360-coupon-flow .sectionContainer .activeForm .row div .custom-select.month,
.v360-coupon-flow .sectionContainer .activeForm .row div .custom-select-replace.month,
.v360-coupon-flow .sectionContainer .activeForm .row div .custom-select-activate.month {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 40px !important;
}
.v360-coupon-flow .sectionContainer .activeForm .row div .custom-select.day,
.v360-coupon-flow .sectionContainer .activeForm .row div .custom-select-replace.day,
.v360-coupon-flow .sectionContainer .activeForm .row div .custom-select-activate.day {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 8px !important;
  height: 40px !important;
}
.v360-coupon-flow .sectionContainer .activeForm .row div .custom-select.year,
.v360-coupon-flow .sectionContainer .activeForm .row div .custom-select-replace.year,
.v360-coupon-flow .sectionContainer .activeForm .row div .custom-select-activate.year {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 40px !important;
}
.v360-coupon-flow .sectionContainer .activeForm .row div .error {
  border: 1px solid #db281a;
}
.v360-coupon-flow .sectionContainer .activeForm .row div .errorText,
.v360-coupon-flow .sectionContainer .activeForm .row div .errorText_ActivateFlow,
.v360-coupon-flow .sectionContainer .activeForm .row div .errorsMessage {
  color: #db281a !important;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}
.v360-coupon-flow .sectionContainer .activeForm .row div .noDisplay {
  display: none;
}
.v360-coupon-flow .sectionContainer .activeForm .row div .errBorder {
  border: 1px solid #f00;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input[type="email"].errBorder:hover,
.v360-coupon-flow .sectionContainer .activeForm .row div input[type="text"].errBorder:hover {
  border: 2px solid #f00;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input[type="email"].errBorder,
.v360-coupon-flow .sectionContainer .activeForm .row div input[type="text"].errBorder {
  background: url("/wp-content/themes/mhh-merck-vivid360-theme/images/warning-outline.svg") no-repeat right;
  padding-right: 18px;
  background-size: 1rem;
}
.v360-coupon-flow .sectionContainer .activeForm .row div .errorReplace {
  border: 1px solid #f00;
}
.v360-coupon-flow .sectionContainer .activeForm .row div .errorTextReplace {
  color: #f00;
  font-size: 0.75em;
}
.v360-coupon-flow .sectionContainer .activeForm .row div .errorsMessage {
  color: #db281a;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}
.v360-coupon-flow .sectionContainer .activeForm .row div .noDisplay {
  display: none;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input {
  margin-bottom: 0px;
  padding: 0.563rem 0.75rem 0.625rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  color: color var(--color-second);
  border-radius: 4px;
  outline: 1px solid var(--colorBlack);
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0ms;
  transition: 0ms;
  height: 40px;
  width: 100%;
  border: none;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input#couponCode {
  width: 50%;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input#emailRemindActivate {
  margin-top: 8px;
  width: 343px;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input#emailTextActivate {
  margin-top: 8px;
  width: 343px;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input#rxBin {
  width: 360px;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input#rxGrp {
  width: 360px;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input#rxPcn {
  width: 360px;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input#emailRemindReplace {
  margin-top: 8px;
  width: 343px;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input#textRemindReplace {
  margin-top: 8px;
  width: 343px;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input#zipCode {
  margin-bottom: 0px;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input#email {
  margin-bottom: 0px;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input#emailRemind2 {
  width: 343px;
  margin-top: 8px;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input#emailText2 {
  margin-top: 8px;
  width: 343px;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input:before {
  content: '';
  width: 30px;
  height: 31px;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input.checkbox {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  width: 24px;
  margin-right: 12px;
  overflow: unset;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input.checkbox.selectCheck {
  margin-right: 0px;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input.checkbox:focus {
  outline: none;
  -webkit-box-shadow: var(--focusRingColor);
          box-shadow: var(--focusRingColor);
}
.v360-coupon-flow .sectionContainer .activeForm .row div input.checkbox:focus-visible {
  outline-offset: none;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input.checkbox:active:before {
  outline: 1px solid var(--colorPrimary);
  position: absolute;
  border-radius: 0px;
  margin-top: 0px;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input[type="text"]:focus {
  -webkit-box-shadow: var(--focusRingColorCoupon);
          box-shadow: var(--focusRingColorCoupon);
}
.v360-coupon-flow .sectionContainer .activeForm .row div input[type="text"]:hover {
  outline: 2px solid var(--colorPrimary);
}
.v360-coupon-flow .sectionContainer .activeForm .row div input[type="text"]:active {
  outline: 1px solid var(--colorPrimary);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.v360-coupon-flow .sectionContainer .activeForm .row div input[type="email"]:focus {
  -webkit-box-shadow: var(--focusRingColorCoupon);
          box-shadow: var(--focusRingColorCoupon);
}
.v360-coupon-flow .sectionContainer .activeForm .row div input[type="email"]:hover {
  outline: 2px solid var(--colorPrimary);
}
.v360-coupon-flow .sectionContainer .activeForm .row div input[type="email"]:active {
  outline: 1px solid var(--colorPrimary);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.v360-coupon-flow .sectionContainer .activeForm .row div select {
  background: var(--colorWhite);
  padding: 8px;
  border-radius: 5px;
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0ms;
  transition: 0ms;
}
.v360-coupon-flow .sectionContainer .activeForm .row div select:focus {
  -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
          box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}
.v360-coupon-flow .sectionContainer .activeForm .row div select:hover {
  border: 1px solid var(--colorPrimaryDark);
}
.v360-coupon-flow .sectionContainer .activeForm .row div.inputGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-bottom: 0px;
  height: auto;
  position: relative;
  z-index: 4;
}
.v360-coupon-flow .sectionContainer .activeForm .row div.inputGroup select {
  width: 33%;
  margin-right: 8px;
  display: none !important;
}
.v360-coupon-flow .sectionContainer .activeForm .row div.inputGroup select:last-child {
  margin-right: 0;
}
.v360-coupon-flow .sectionContainer .activeForm .row div.inputGroup:focus {
  -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
          box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
  height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.v360-coupon-flow .sectionContainer .activeForm .row div.bottomForm {
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer .activeForm .row .orOption {
  margin: 32px 10px;
  padding: 0px;
  width: 60px;
  height: 40px;
  line-height: 1px;
}
.v360-coupon-flow .sectionContainer .activeForm .row .orOption b {
  margin: 0px 10px;
  padding: 0px;
}
.v360-coupon-flow .sectionContainer .activeForm .row.termsClass {
  width: 100%;
  height: 500px;
  margin: 16px 0;
}
.v360-coupon-flow .sectionContainer .activeForm .row.termsClass .rowHeadingClass {
  width: 100%;
  display: block;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
.v360-coupon-flow .sectionContainer .activeForm .row.termsClass .textTermsBox {
  width: 744px;
  height: 500px;
  line-height: 1.4em;
  font-weight: 300;
  padding: 16px;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #a4a4a4;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-right: 0px;
  -webkit-overflow-scrolling: touch;
}
.v360-coupon-flow .sectionContainer .activeForm .row.termsClass .textTermsBox::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0,0,0,0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: var(--colorPrimary);
  height: 85px;
  width: 12px;
  max-height: 100px;
}
.v360-coupon-flow .sectionContainer .activeForm .row.termsClass .textTermsBox::-webkit-scrollbar {
  background: var(--colorWhite);
  border-left: 1px solid #a4a4a4;
  width: 18px;
}
.v360-coupon-flow .sectionContainer .activeForm .row.bottomForm {
  margin-bottom: 32px;
}
.v360-coupon-flow .sectionContainer .activeForm .row.dates {
  max-height: 96.36px;
}
.v360-coupon-flow .sectionContainer .activeForm .row.dates .dateContainerTab {
  position: relative;
}
.v360-coupon-flow .sectionContainer .activeForm .row.dates .dateContainerTab > svg {
  border: none;
  height: 100px;
  width: 371px;
  position: absolute;
  margin-left: -5px;
  margin-top: -5px;
  z-index: 1;
}
.v360-coupon-flow .sectionContainer .activeForm .row.dates .dateContainerTab > svg > path {
  fill: transparent;
}
.v360-coupon-flow .sectionContainer .activeForm .row.dateContainer {
  position: relative;
}
.v360-coupon-flow .sectionContainer .activeForm .row.dateContainer > svg {
  border: none;
  height: 100px;
  width: 371px;
  position: absolute;
  margin-left: -5px;
  margin-top: -5px;
}
.v360-coupon-flow .sectionContainer .activeForm .row.dateContainer > svg > path {
  fill: transparent;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkPlans {
  width: 100%;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkPlans .tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkPlans .tooltip.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans {
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkCardV {
  display: block;
  width: auto;
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkCardV a[data-design-category="link"]:focus {
  -webkit-box-shadow: 0 0 0.125rem 0.125rem rgba(0,0,0,0.5);
          box-shadow: 0 0 0.125rem 0.125rem rgba(0,0,0,0.5);
  border-radius: var(--dimenBorderRadius);
  padding: 1px 9px 3px;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkCardV a[data-design-category="link"] .tooltipCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkCardV a[data-design-category="link"].show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans {
  display: block;
  width: auto;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans.show.headerTooltipMeans {
  margin-top: 12.5px;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content {
  display: block;
  position: absolute;
  margin-bottom: 8px;
  bottom: 100%;
  z-index: 10;
  width: 343px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #333;
  padding: 1rem;
  background: #fff;
  text-align: left;
  -webkit-filter: drop-shadow(2px 2px 12px rgba(51,51,51,0.25));
          filter: drop-shadow(2px 2px 12px rgba(51,51,51,0.25));
  border-radius: 5px;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content *:first-child {
  margin-top: 0;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content *:last-child {
  margin-top: 0;
  margin-right: 0px;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content h1 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  margin: 0;
  margin-top: 10px;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content p {
  color: #333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content p#examplePerscription {
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 8px;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content p#exampleSaving {
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 8px;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content p#examplePerscriptionInfo {
  margin-bottom: 16px;
  width: 327px;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content p#exampleSavingInfo {
  margin-bottom: 16px !important;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content p.headerTooltipMeans {
  margin-top: 12.5px;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content .cardDesign {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  width: auto;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 2px 4px 4px 0 rgba(0,0,0,0.14);
          box-shadow: 2px 4px 4px 0 rgba(0,0,0,0.14);
  margin: 0px;
  padding: 16px;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content .cardDesign .tittleCard {
  font-size: 12px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content .cardDesign .subtittleCard {
  font-size: 12px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 8px;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content .cardDesign .infoCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0px;
  padding: 0px 0px;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content .cardDesign .infoCard span {
  font-size: 10px;
  color: #333;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  width: 50%;
  margin-bottom: 4px;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content .cardDesign .infoCard span.infoCardLeft {
  padding-left: 5.5px;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content .cardDesign .green {
  width: 50%;
  font-size: 12px;
  padding: 0px;
  margin: 0 0 8px;
  padding-left: 0px;
}
.v360-coupon-flow .sectionContainer .activeForm .row#linkMeans .tooltipMeans .tooltip-content .cardDesign .expDate {
  width: 100%;
  font-size: 12px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0;
  margin-right: 0;
}
.v360-coupon-flow .sectionContainer .activeForm .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 24px;
  gap: 24px;
}
.v360-coupon-flow .sectionContainer .activeForm .buttons.submit {
  margin-bottom: 24px !important;
}
.v360-coupon-flow .sectionContainer .activeForm .buttons#btnAcceptTermnsFlow {
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer .activeForm .buttons.bottomForm {
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer .activeForm .buttons.hide {
  display: none;
}
.v360-coupon-flow .sectionContainer .activeForm .buttons.enrollFlow2Btns {
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer .activeForm .buttons button#btnAcceptTermnsFlow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v360-coupon-flow .sectionContainer .activeForm .buttons button#btnAcceptTermnsFlowReplace {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v360-coupon-flow .sectionContainer .activeForm .buttons button#btnAcceptTermnsLittle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v360-coupon-flow .sectionContainer .activeForm .buttons button {
  background-color: var(--colorPrimary);
  border: 0px;
  color: var(--colorWhite);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  height: 40px;
  text-align: center;
  padding: 11px 16px;
  border-radius: 7px;
  -webkit-transition: 350ms;
  transition: 350ms;
  -webkit-box-shadow: 0px 0px 0px var(--color-gray-80), 0px 0px 0px var(--colorWhite);
          box-shadow: 0px 0px 0px var(--color-gray-80), 0px 0px 0px var(--colorWhite);
  font-weight: 700;
  letter-spacing: 0.86px;
}
.v360-coupon-flow .sectionContainer .activeForm .buttons button span.icon-arrow-long-right {
  width: 16px;
  height: 16px;
  -webkit-mask-size: contain !important;
          mask-size: contain !important;
  background: #fff;
}
.v360-coupon-flow .sectionContainer .activeForm .buttons button.outLine {
  color: var(--colorPrimary);
  background-color: var(--colorWhite);
  text-align: center;
  border: 2px solid var(--colorPrimary);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v360-coupon-flow .sectionContainer .activeForm .buttons button.outLine:hover {
  color: var(--colorWhite);
  border-color: var(--colorPrimaryDark);
  background-color: var(--colorPrimaryDark);
}
.v360-coupon-flow .sectionContainer .activeForm .buttons button.outLine.selected {
  background-color: var(--colorPrimaryLight);
  color: var(--colorPrimaryDark);
  border: 2px solid var(--colorPrimaryDark);
}
.v360-coupon-flow .sectionContainer .activeForm .buttons button.disable {
  background-color: #a4a4a4;
  color: var(--colorWhite);
  border: 2px solid #a4a4a4;
}
.v360-coupon-flow .sectionContainer .activeForm .buttons button:hover {
  color: var(--colorWhite);
  border-color: var(--colorPrimaryDark);
  background-color: var(--colorPrimaryDark);
}
.v360-coupon-flow .sectionContainer .activeForm .buttons button:focus {
  -webkit-box-shadow: var(--focusRingColor);
          box-shadow: var(--focusRingColor);
}
.v360-coupon-flow .sectionContainer .activeForm .buttons button#clickFirstNext {
  margin-bottom: 0px;
}
.v360-coupon-flow .sectionContainer .activeForm .buttons button#clickFirstNext:focus {
  -webkit-box-shadow: var(--focusRingColor);
          box-shadow: var(--focusRingColor);
}
.v360-coupon-flow .sectionContainer .activeForm .buttons button.outLine:focus {
  -webkit-box-shadow: var(--focusRingColor);
          box-shadow: var(--focusRingColor);
}
.v360-coupon-flow .sectionContainer#activateOne #activateCouponForm #linkCardV span.tooltipCard {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 50%;
}
.v360-coupon-flow .sectionContainer#activateOne #activateCouponForm #linkCardV .tooltip-wrapper {
  position: absolute;
  visibility: hidden;
}
.v360-coupon-flow .sectionContainer#activateOne #activateCouponForm #linkCardV .tooltip-wrapper.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}
.v360-coupon-flow .sectionContainer#activateOne #activateCouponForm #linkCardV .tooltip-content {
  display: block;
  position: absolute;
  margin-bottom: 8px;
  bottom: 100%;
  z-index: 10;
  width: 343px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #333;
  padding: 1rem;
  background: #fff;
  text-align: left;
  -webkit-filter: drop-shadow(2px 2px 12px rgba(51,51,51,0.25));
          filter: drop-shadow(2px 2px 12px rgba(51,51,51,0.25));
  border-radius: 5px;
}
.v360-coupon-flow .sectionContainer#activateOne #activateCouponForm #linkCardV .tooltip-content *:first-child {
  margin-top: 0;
}
.v360-coupon-flow .sectionContainer#activateOne #activateCouponForm #linkCardV .tooltip-content *:last-child {
  margin-top: 0;
  margin-right: 0px;
}
.v360-coupon-flow .sectionContainer#activateOne #activateCouponForm #linkCardV .tooltip-content.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}
.v360-coupon-flow .sectionContainer#activateOne #activateCouponForm #linkCardV .tooltip-content:before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--colorWhite);
  bottom: -8px;
  left: 5%;
}
.v360-coupon-flow .sectionContainer#activateOne #activateCouponForm #linkCardV .tooltip-content:after {
  display: none;
}
.v360-coupon-flow .sectionContainer#activateOne #activateCouponForm #linkCardV .tooltip-content.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}
.v360-coupon-flow .sectionContainer#activateOne #activateCouponForm #linkCardV .tooltip-content .cardDesign {
  margin-bottom: 0;
  margin-top: 16px;
}
.v360-coupon-flow .sectionContainer#activateOne #activateCouponForm #linkCardV .tooltip-content .cardDesign .expDate {
  margin-bottom: 8px;
  margin-right: 0px;
}
.v360-coupon-flow .sectionContainer#activateOne #activateCouponForm #linkCardV .tooltip-content p.actStep1 {
  margin-bottom: 8px;
  font-size: 18px;
}
.v360-coupon-flow .sectionContainer.enrollFlowTwo.termsAndCondEnrollFlow2 {
  margin: 34px;
}
.v360-coupon-flow .sectionContainer.enrollFlowTwo .activeForm p.formLetter {
  color: var(--colorPrimaryDark);
  font-size: 24px;
  margin-bottom: 24px;
  text-align: left;
  font-weight: 700;
  line-height: 36px;
}
.v360-coupon-flow .sectionContainer.enrollFlowTwo .activeForm p.formLetter.stateFedInsurance {
  margin-bottom: 8px;
}
.v360-coupon-flow .sectionContainer.enrollFlowTwo .activeForm p.formLetter.perscription {
  margin-bottom: 8px;
}
.v360-coupon-flow .sectionContainer.enrollFlowTwo .activeForm a {
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer.enrollFlowTwo .activeForm a#show-tooltipMeans {
  margin-bottom: 16px;
}
.v360-coupon-flow .sectionContainer.enrollFlowThree h2 {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer.enrollFlowThree .activeForm .buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.v360-coupon-flow .sectionContainer.enrollFlowThree .activeForm .buttons button {
  width: 400px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0;
}
.v360-coupon-flow .sectionContainer.enrollFlowThree .activeForm .buttons button.backToBrand {
  width: 360px;
  max-width: 400px;
}
.v360-coupon-flow .sectionContainer.enrollFlowFour {
  width: 100%;
  padding-inline: 0;
}
.v360-coupon-flow .sectionContainer.enrollFlowFour h2 {
  max-width: 744px;
}
.v360-coupon-flow .sectionContainer.enrollFlowFour .steps {
  max-width: 595px;
}
.v360-coupon-flow .sectionContainer.enrollFlowFour .acceptTC {
  width: 100% !important;
}
.v360-coupon-flow .sectionContainer.enrollFlowFour .acceptTC .termsClass + .row p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.v360-coupon-flow .sectionContainer.enrollFlowFour .acceptTC .termsClass .rowHeadingClass {
  width: 100%;
  display: block;
  font-weight: block;
  text-align: left;
  margin: 0;
}
.v360-coupon-flow .sectionContainer.enrollFlowFour .acceptTC .termsClass #textTermsBox {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  width: 100% !important;
  margin: 0;
}
.v360-coupon-flow .sectionContainer.enrollFlowFour .acceptTC .termsClass #textTermsBox ul {
  margin-bottom: 0px;
}
.v360-coupon-flow .sectionContainer.enrollFlowFour .acceptTC .buttons {
  margin-bottom: 24px;
}
.v360-coupon-flow .sectionContainer.enrollFlowFour .acceptTC + p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}
.v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowTwoView .v360-voucher-form-section-progress-bar {
  max-width: 360px;
}
.v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowTwoView .short-steps {
  width: 67.9%;
}
.v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowTwoView .short-steps .line.dos {
  left: 33.6% !important;
  width: 161px !important;
  padding-top: 16px;
}
.v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowThreeView .v360-voucher-form-section-progress-bar {
  max-width: 360px;
}
.v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowThreeView .steps .step {
  padding-top: 7px;
}
.v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowThreeView .zip-div {
  width: 264px;
}
.v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowThreeView .replace-note {
  font-size: 16px;
  line-height: 24px;
}
.v360-coupon-flow #replaceFlowContainer .sectionContainer h1.genThanks {
  margin-bottom: 8px;
}
.v360-coupon-flow #replaceFlowContainer .sectionContainer blockquote {
  margin-bottom: 0;
}
.v360-coupon-flow #replaceFlowContainer .sectionContainer .steps {
  margin-top: 17px;
  margin-bottom: 64px;
}
.v360-coupon-flow #replaceFlowContainer .sectionContainer .steps .step .text {
  margin-top: 1rem;
}
.v360-coupon-flow #replaceFlowContainer .sectionContainer .short-steps {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}
.v360-coupon-flow #replaceFlowContainer .sectionContainer .short-steps .line {
  width: 35% !important;
}
.v360-coupon-flow #replaceFlowContainer .sectionContainer .short-steps .line.dos {
  left: 32% !important;
}
.v360-coupon-flow #replaceFlowContainer #replaceFlowOneView .activeForm .row:nth-of-type(1) p {
  margin-bottom: 24px;
}
.v360-coupon-flow #replaceFlowContainer #replaceFlowOneView .activeForm .buttons {
  margin-bottom: 32px;
}
.v360-coupon-flow #replaceFlowContainer #replaceFlowTwoView #step1 {
  display: none;
}
.v360-coupon-flow #replaceFlowContainer #replaceFlowTwoView .titleSteper + p {
  margin-bottom: 24px;
}
.v360-coupon-flow #replaceFlowContainer #replaceFlowTwoView .activeForm {
  margin-top: 0px;
}
.v360-coupon-flow #replaceFlowContainer #replaceFlowTwoView .activeForm .no-margin-bottom {
  margin-bottom: 0 !important;
  margin-right: 0;
}
.v360-coupon-flow #replaceFlowContainer #replaceFlowTwoView .activeForm .row:nth-of-type(3) {
  margin-bottom: 0px;
}
.v360-coupon-flow #replaceFlowContainer #replaceFlowTwoView .activeForm .boldAnd {
  margin-bottom: 24px;
}
.v360-coupon-flow #replaceFlowContainer #replaceFlowTwoView .activeForm .orOption {
  width: 72px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
  margin-right: 24px;
}
.v360-coupon-flow #replaceFlowContainer #replaceFlowTwoView .activeForm .orOption b {
  width: 72px;
  text-align: center;
  margin: 0;
}
.v360-coupon-flow #replaceFlowContainer #replaceFlowTwoView .activeForm + p {
  margin-bottom: 24px;
}
.v360-coupon-flow #activationFlowContainer #mobileOpacity.visible,
.v360-coupon-flow #activationFlowContainer #whatMobileTooltip.visible,
.v360-coupon-flow #activationFlowContainer .activeSpanSubmit {
  margin-right: 36.5px;
  margin-left: 36.5px;
}
.v360-coupon-flow #activationFlowContainer .mobileTooltip {
  display: none;
}
.v360-coupon-flow #activationFlowContainer .mobileTooltip {
  position: fixed;
  z-index: 2147483649;
  inset: 0;
}
.v360-coupon-flow #activationFlowContainer .mobileTooltip p {
  margin: 0;
  max-width: 278px;
  font-size: 16px;
  line-height: 24px;
}
.v360-coupon-flow #activationFlowContainer .mobileTooltip .newLine {
  display: block;
}
.v360-coupon-flow #activationFlowContainer .mobileTooltip .mobileTooltipContainer {
  background: var(--color-white);
  max-width: 343px;
  min-height: 361px;
  margin-inline: 1rem;
  border-radius: 5px;
  padding: 1rem;
}
.v360-coupon-flow #activationFlowContainer .mobileTooltip .mobileTooltipContainer .tooltipHeader {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.v360-coupon-flow #activationFlowContainer .mobileTooltip .mobileTooltipContainer .tooltipHeader p {
  font-size: 18px;
  line-height: 27px;
}
.v360-coupon-flow #activationFlowContainer .mobileTooltip .mobileTooltipContainer .tooltipHeader .tooltipCloseIcon {
  margin-left: 12.5px;
  display: block;
  margin-top: 4.5px;
}
.v360-coupon-flow #activationFlowContainer .mobileTooltip .mobileTooltipContainer .tooltipHeader .tooltipCloseIcon img {
  width: 24px;
  height: 24px;
}
.v360-coupon-flow #activationFlowContainer .mobileTooltip .mobileTooltipContainer .tooltipCardDesign {
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  margin-top: 1rem;
  -webkit-box-shadow: 2px 4px 4px 0 rgba(0,0,0,0.14);
          box-shadow: 2px 4px 4px 0 rgba(0,0,0,0.14);
  padding: 12px 16px 17px;
}
.v360-coupon-flow #activationFlowContainer .mobileTooltip .mobileTooltipContainer .tooltipCardDesign * {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.v360-coupon-flow #activationFlowContainer .mobileTooltip .mobileTooltipContainer .tooltipCardDesign .topDetails,
.v360-coupon-flow #activationFlowContainer .mobileTooltip .mobileTooltipContainer .tooltipCardDesign .bottomDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.v360-coupon-flow #activationFlowContainer .mobileTooltip .mobileTooltipContainer .tooltipCardDesign .topDetails>span,
.v360-coupon-flow #activationFlowContainer .mobileTooltip .mobileTooltipContainer .tooltipCardDesign .bottomLeftDetails>span,
.v360-coupon-flow #activationFlowContainer .mobileTooltip .mobileTooltipContainer .tooltipCardDesign .bottomRightDetails>span {
  display: block;
}
.v360-coupon-flow #activationFlowContainer .mobileTooltip .mobileTooltipContainer .tooltipCardDesign .bottomLeftDetails>span,
.v360-coupon-flow #activationFlowContainer .mobileTooltip .mobileTooltipContainer .tooltipCardDesign .topDetails>span {
  width: 129px;
}
.v360-coupon-flow #activationFlowContainer .mobileTooltip .mobileTooltipContainer .tooltipCardDesign .topDetails {
  margin-top: 8px;
}
.v360-coupon-flow #activationFlowContainer .mobileTooltip .mobileTooltipContainer .tooltipCardDesign .topDetails>span {
  max-width: 50%;
}
.v360-coupon-flow #activationFlowContainer .mobileTooltip .mobileTooltipContainer .tooltipCardDesign .custSer {
  display: block;
  text-align: center;
  margin-top: 8px;
}
.v360-coupon-flow .show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.v360-coupon-flow .hide {
  display: none !important;
}
.v360-coupon-flow .generalInformation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f4f4;
  width: 100%;
  padding: 40px 20px;
}
.v360-coupon-flow .generalInformation div {
  width: 789px;
}
.v360-coupon-flow .generalInformation div h1 {
  color: var(--colorPrimaryDark);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.v360-coupon-flow .generalInformation div p {
  color: var(--color-second);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .v360-coupon-flow .sectionContainer.enrollFlowFour {
    max-width: 1128px;
    min-width: 1128px;
  }
}
@media (max-width: 1024px) {
  .v360-coupon-flow .sectionContainer .activeForm .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row input#emailRemind2 {
    width: 100% !important;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row.termsClass .textTermsBox {
    width: 100% !important;
  }
  .v360-coupon-flow .sectionContainer .activeForm.receiveCouponForm {
    width: 100%;
  }
  .v360-coupon-flow .sectionContainer .activeForm.receiveCouponForm .row.textRow input#emailText2 {
    width: 100%;
  }
  .v360-coupon-flow .sectionContainer p.bottomInfoSend {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .v360-coupon-flow .month .select-items,
  .v360-coupon-flow .month .select-selected {
    width: 98px !important;
  }
  .v360-coupon-flow .day .select-items,
  .v360-coupon-flow .day .select-selected {
    width: 98px !important;
  }
  .v360-coupon-flow .year .select-items,
  .v360-coupon-flow .year .select-selected {
    width: 98px !important;
  }
  .v360-coupon-flow .custom-select,
  .v360-coupon-flow .custom-select-replace,
  .v360-coupon-flow .custom-select-activate {
    width: 98px !important;
  }
  .v360-coupon-flow .sectionContainer {
    max-width: 720px;
    min-width: unset;
    width: 720px;
    margin: 0 auto;
  }
  .v360-coupon-flow .sectionContainer .v360-voucher-form-section-progress-bar {
    max-width: 718px;
  }
  .v360-coupon-flow .sectionContainer.enrollFlowFour .acceptTC {
    max-width: 720px;
    min-width: unset;
    width: 100% !important;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div input#rxPcn {
    width: 300px;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div input#rxBin {
    width: 300px;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div input#rxGrp {
    width: 300px;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div input#emailRemind2 {
    width: 343px;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div input#emailText2 {
    width: 343px;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div input#emailRemindActivate {
    width: 343px;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div input#emailTextActivate {
    width: 343px;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div input#emailRemindReplace {
    width: 343px;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div input#textRemindReplace {
    width: 343px;
  }
  .v360-coupon-flow .sectionContainer .activeForm div#over65Questions .row div {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  .v360-coupon-flow .sectionContainer .activeForm div#over65Questions div#formOverSpecial2 .bottomForm .errIconEnroll.errorClass {
    width: 100%;
  }
}
@media (max-width: 719px) {
  .v360-coupon-flow .print-option-only {
    width: 100%;
  }
  .v360-coupon-flow #activationFlowContainer .activeSpanSubmit {
    margin: auto;
  }
  .v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowTwoView p {
    line-height: 24px;
  }
  .v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowTwoView .titleSteper + p {
    margin-bottom: 16px;
  }
  .v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowTwoView #replaceCouponForm .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowTwoView #replaceCouponForm .row div {
    width: 100%;
  }
  .v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowTwoView #replaceCouponForm .row div .replaceMobNxt {
    margin-bottom: 24px;
  }
  .v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowTwoView #replaceCouponForm .row .dateContainerTab {
    margin-bottom: 16px;
  }
  .v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowTwoView #replaceCouponForm .row .dateContainerTab div {
    margin-bottom: 0;
  }
  .v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowTwoView #replaceCouponForm .boldAnd {
    margin-bottom: 16px;
  }
  .v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowTwoView #replaceCouponForm .orOption {
    margin: 0 0 16px 0 !important;
    height: auto;
  }
  .v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowTwoView #replaceCouponForm .orOption .superbold {
    text-align: left;
  }
  .v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowTwoView #replaceCouponForm .buttons button.disable {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowTwoView .short-steps {
    width: 64%;
    margin-top: 9px;
  }
  .v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowTwoView .short-steps .line.dos {
    left: 36% !important;
    width: 61px !important;
  }
  .v360-coupon-flow #replaceFlowContainer .sectionContainer#replaceFlowTwoView #step1 {
    display: none;
    text-align: center;
    margin-bottom: 24px;
  }
  .v360-coupon-flow .tooltip-modal-overlay-container {
    z-index: 2147483647;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
  }
  .v360-coupon-flow .tooltip-modal-mobile {
    position: relative;
    background: #fff;
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    max-width: 95%;
    border: none;
    border-radius: 5px;
    z-index: 2147483642;
    -webkit-box-shadow: 0 0 56px 9px rgba(0,0,0,0.2);
            box-shadow: 0 0 56px 9px rgba(0,0,0,0.2);
  }
  .v360-coupon-flow .tooltip-modal-mobile .tooltip-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1rem;
    height: 100%;
  }
  .v360-coupon-flow .tooltip-modal-mobile .tooltip-wrapper #tooltip-modal-content {
    width: calc(100% - 32px);
    font-size: 16px;
    line-height: 24px;
  }
  .v360-coupon-flow .tooltip-modal-mobile .tooltip-wrapper .modal-close-span {
    height: 28px;
    text-align: right;
    width: 2rem;
    margin-left: 8px;
    font-size: 1.5rem;
    line-height: 0.75;
    color: var(--colorDarkText);
    z-index: 20;
  }
  .v360-coupon-flow .select-items {
    top: 80%;
  }
  .v360-coupon-flow .receiveCouponSubmit {
    margin: auto;
  }
  .v360-coupon-flow .desktopMargin {
    margin-bottom: 24px !important;
  }
  .v360-coupon-flow .showDesktop {
    display: none;
    visibility: hidden;
  }
  .v360-coupon-flow .sectionContainer #areYouGuardian .formLetter {
    text-align: left;
    margin-bottom: 16px;
  }
  .v360-coupon-flow .sectionContainer {
    min-width: 343px !important;
    max-width: 343px !important;
    padding: 24px 0;
  }
  .v360-coupon-flow .sectionContainer button#redirectEnroll {
    width: 100% !important;
    max-width: 100% !important;
  }
  .v360-coupon-flow .sectionContainer h1 {
    color: var(--colorPrimaryDark);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
  }
  .v360-coupon-flow .sectionContainer h2 {
    color: var(--color-second);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-left: auto;
    margin-right: auto;
    width: 343px;
  }
  .v360-coupon-flow .sectionContainer b {
    color: var(--colorPrimaryDark);
    font-size: 20px;
    line-height: 30px;
  }
  .v360-coupon-flow .sectionContainer p {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    color: var(--color-second);
  }
  .v360-coupon-flow .sectionContainer p.bottomNote {
    margin-bottom: 24px;
  }
  .v360-coupon-flow .sectionContainer p.center {
    margin-bottom: 0px;
  }
  .v360-coupon-flow .sectionContainer p.formLetter {
    color: var(--colorPrimaryDark);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
  }
  .v360-coupon-flow .sectionContainer p.formLetter.healthInsurance {
    margin-bottom: 16px !important;
  }
  .v360-coupon-flow .sectionContainer p.formLetter.stateFedInsurance {
    margin-bottom: 8px !important;
  }
  .v360-coupon-flow .sectionContainer p.blockQuoteNoExtraBottom a:before {
    content: "\a";
    white-space: pre;
  }
  .v360-coupon-flow .sectionContainer p.termsAndCondEnrollFlow {
    margin-bottom: 0px;
  }
  .v360-coupon-flow .sectionContainer p.termsAndCondEnrollFlow a:before {
    content: "\a";
    white-space: pre;
  }
  .v360-coupon-flow .sectionContainer.termsAndCondEnrollFlow2 {
    margin-bottom: 1rem;
  }
  .v360-coupon-flow.enrollFlowFour {
    margin-left: auto;
    margin-right: auto;
    width: 343px !important;
  }
  .v360-coupon-flow.enrollFlowFour p.blockQuoteNoExtraBottom a:before {
    content: "\a";
    white-space: pre;
  }
  .v360-coupon-flow#enrollFlowFive p,
  .v360-coupon-flow#replaceFlowThreeView p {
    width: 343px;
  }
  .v360-coupon-flow#enrollFlowFive p b,
  .v360-coupon-flow#replaceFlowThreeView p b {
    font-weight: bold;
  }
  .v360-coupon-flow#enrollFlowFive .center,
  .v360-coupon-flow#replaceFlowThreeView .center {
    text-align: left;
  }
  .v360-coupon-flow#enrollFlowFive .receiveCouponMobile,
  .v360-coupon-flow#replaceFlowThreeView .receiveCouponMobile {
    margin-bottom: 8px;
  }
  .v360-coupon-flow#enrollFlowFive .receiveCoupon,
  .v360-coupon-flow#replaceFlowThreeView .receiveCoupon {
    margin-bottom: 16px;
  }
  .v360-coupon-flow#enrollFlowFive .bottomInfoSend,
  .v360-coupon-flow#replaceFlowThreeView .bottomInfoSend {
    margin-bottom: 24px;
  }
  .v360-coupon-flow#enrollFlowFive .activeForm,
  .v360-coupon-flow#replaceFlowThreeView .activeForm {
    width: 343px;
  }
  .v360-coupon-flow .enrollFlow2 .activeForm {
    margin-bottom: 16px;
  }
  .v360-coupon-flow .enrollFlow2 .activeForm p .formLetter {
    margin-bottom: 7px;
  }
  .v360-coupon-flow .enrollFlow2 .activeForm a {
    margin-bottom: 17px;
  }
  .v360-coupon-flow .activeForm.receiveCouponForm {
    width: 343px;
  }
  .v360-coupon-flow .activeForm .row span.tooltip {
    left: 0;
  }
  .v360-coupon-flow .activeForm .row span.tooltipMeans {
    left: -10%;
  }
  .v360-coupon-flow .activeForm .row div label.stepFourText {
    width: 307px;
  }
  .v360-coupon-flow .termsAndCondEnrollFlow {
    margin-top: 8px;
    margin-bottom: 24px;
  }
  .v360-coupon-flow .termsAndCondEnrollFlow2 {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .v360-coupon-flow .termsAndCondEnrollFlow2 a:before {
    content: "\a";
    white-space: pre;
  }
  .v360-coupon-flow .required {
    margin: 0 0 16px 0;
  }
  .v360-coupon-flow .steps {
    margin-bottom: 16px;
    margin-top: 0px;
    width: 235px;
  }
  .v360-coupon-flow .steps .step .text {
    display: none;
  }
  .v360-coupon-flow .steps.stepsTwo {
    margin-top: 8px;
  }
  .v360-coupon-flow .titleSteper {
    display: block;
    color: #333;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
  }
  .v360-coupon-flow .titleSteper b {
    display: block;
    color: #333;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    width: 100%;
    font-weight: normal;
  }
  .v360-coupon-flow .orOption {
    margin: 0px 0px 20px 0;
    padding: 0;
  }
  .v360-coupon-flow .orOption b {
    margin: 0;
    padding: 0;
  }
  .v360-coupon-flow .acceptTC {
    width: 40vh !important;
  }
  .v360-coupon-flow .acceptTC .termsClass #textTermsBox {
    width: 90% !important;
    margin: 0 auto !important;
  }
  .v360-coupon-flow .acceptTC .textTermsBox {
    width: 40vh !important;
    margin-right: auto;
    margin-left: auto;
  }
  .v360-coupon-flow .activeForm .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .v360-coupon-flow .activeForm .row.dateContainer > svg {
    display: none;
  }
  .v360-coupon-flow .activeForm .row.textToAccept {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 24px;
  }
  .v360-coupon-flow .activeForm .row.textToAccept div p {
    width: 307px !important;
  }
  .v360-coupon-flow .activeForm .row.textToAccept.textRow {
    margin-bottom: 22px;
  }
  .v360-coupon-flow .activeForm .row div {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .v360-coupon-flow .activeForm .row div.bottomForm {
    margin-bottom: 16px;
  }
  .v360-coupon-flow .activeForm .row div.custom-select.month,
  .v360-coupon-flow .activeForm .row div.custom-select-replace.month,
  .v360-coupon-flow .activeForm .row div.custom-select-activate.month {
    height: 40px !important;
    width: 109px !important;
    margin-bottom: 0px;
  }
  .v360-coupon-flow .activeForm .row div.custom-select.day,
  .v360-coupon-flow .activeForm .row div.custom-select-replace.day,
  .v360-coupon-flow .activeForm .row div.custom-select-activate.day {
    height: 40px !important;
    width: 109px !important;
    margin-bottom: 0px;
  }
  .v360-coupon-flow .activeForm .row div.custom-select.year,
  .v360-coupon-flow .activeForm .row div.custom-select-replace.year,
  .v360-coupon-flow .activeForm .row div.custom-select-activate.year {
    height: 40px !important;
    width: 109px !important;
    margin-bottom: 0px;
  }
  .v360-coupon-flow .activeForm .row div.select-selected {
    height: 40px;
    width: 109px !important;
  }
  .v360-coupon-flow .activeForm .row div.select-items {
    width: 109px !important;
    top: 92%;
  }
  .v360-coupon-flow .activeForm .row.termsClass .textTermsBox {
    margin-bottom: 0px;
    width: 100%;
  }
  .v360-coupon-flow .activeForm .row .inputGroup {
    padding-right: 0;
    width: 343px !important;
  }
  .v360-coupon-flow .activeForm .row .optionSelection {
    width: 100%;
    margin-bottom: 25px;
  }
  .v360-coupon-flow .activeForm .row .optionSelection input {
    width: auto;
  }
  .v360-coupon-flow .activeForm .row.selector *:last-child {
    margin-bottom: 16px;
  }
  .v360-coupon-flow .activeForm .row .h1Little {
    font-size: 20px;
    text-align: left;
    line-height: 30px;
  }
  .v360-coupon-flow .activeForm .row h2 .h1Little {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .v360-coupon-flow .activeForm .row .moreTypePlans {
    margin-bottom: 16px !important;
  }
  .v360-coupon-flow .activeForm .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .v360-coupon-flow .activeForm .buttons.bottomForm {
    margin-bottom: 24px;
  }
  .v360-coupon-flow .activeForm .buttons.enrollFlow2Btns {
    margin-bottom: 8px;
  }
  .v360-coupon-flow .activeForm .buttons button {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    text-align: center;
  }
  .v360-coupon-flow .activeForm .buttons button#clickFirstNext {
    margin-bottom: 0px;
  }
  #activationFlowContainer #mobileOpacity.visible,
  #activationFlowContainer #whatMobileTooltip.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #replaceFlowContainer .sectionContainer#replaceFlowTwoView h1 {
    font-size: 1.5rem;
  }
  #replaceFlowContainer .sectionContainer#replaceFlowTwoView .steps {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  #replaceFlowContainer .sectionContainer#replaceFlowTwoView .activeForm .buttons {
    margin-bottom: 24px;
  }
  #replaceFlowContainer .sectionContainer #replaceFlowOneView .activeForm .row:nth-of-type(1) p {
    margin-bottom: 16px;
  }
  #replaceFlowContainer .sectionContainer #replaceFlowOneView .activeForm .buttons {
    margin-bottom: 24px;
  }
  #replaceFlowContainer .sectionContainer #replaceFlowOneView .activeForm .buttons button:nth-of-type(2) {
    margin-bottom: 0;
  }
  #replaceFlowContainer .sectionContainer #replaceFlowOneView .activeForm #btnNextReplaceOne button {
    margin-bottom: 0;
  }
  #replaceFlowContainer .sectionContainer #replaceFlowOneView .center {
    margin-top: 0px;
  }
  #replaceFlowContainer .sectionContainer #replaceFlowTwoView .titleSteper + p {
    margin-bottom: 16px;
  }
  #replaceFlowContainer .sectionContainer #replaceFlowTwoView .activeForm {
    margin-top: 0px;
  }
  #replaceFlowContainer .sectionContainer #replaceFlowTwoView .activeForm .row:nth-of-type(3) {
    margin-bottom: 8px;
  }
  #replaceFlowContainer .sectionContainer #replaceFlowTwoView .activeForm .boldAnd {
    margin-bottom: 16px;
  }
  #replaceFlowContainer .sectionContainer #replaceFlowTwoView .activeForm .row div input {
    margin-bottom: 0;
  }
  #replaceFlowContainer .sectionContainer #replaceFlowTwoView .activeForm .orOption {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 27px;
    line-height: 27px;
    margin: 0 0 16px 0;
    display: inline-block;
  }
  #replaceFlowContainer .sectionContainer #replaceFlowTwoView .activeForm .orOption b {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    margin: 0;
  }
  #replaceFlowContainer .sectionContainer #replaceFlowTwoView .activeForm .buttons button {
    margin-bottom: 0;
  }
  #replaceFlowContainer .sectionContainer #replaceFlowTwoView .activeForm + p {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .generalInformation div {
    width: 100%;
  }
}
.v360-coupon-flow .activeForm .optionSelection .checkmark,
.v360-coupon-flow .activeForm .row .checkmark {
  display: block;
  position: relative;
  height: 24px;
  width: 24px !important;
  margin-top: 16px;
}
.v360-coupon-flow .activeForm .optionSelection .checkmark > svg,
.v360-coupon-flow .activeForm .row .checkmark > svg {
  border: none;
  border-radius: 3px;
  height: 24px;
  width: 24px;
}
.v360-coupon-flow .activeForm .optionSelection .checkmark > svg > path,
.v360-coupon-flow .activeForm .row .checkmark > svg > path {
  fill: #fff;
}
.v360-coupon-flow .activeForm .optionSelection .checkmark > input[type="checkbox"],
.v360-coupon-flow .activeForm .row .checkmark > input[type="checkbox"] {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  overflow: hidden;
  border: 1px solid var(--colorDarkText, #333);
  border-radius: 3px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.v360-coupon-flow .activeForm .optionSelection .checkmark > input[type="checkbox"]:hover,
.v360-coupon-flow .activeForm .row .checkmark > input[type="checkbox"]:hover {
  border: 2px solid var(--colorPrimary);
}
.v360-coupon-flow .activeForm .optionSelection .checkmark > input[type="checkbox"]:focus:before,
.v360-coupon-flow .activeForm .row .checkmark > input[type="checkbox"]:focus:before {
  outline: 1px solid var(--active);
}
.v360-coupon-flow .activeForm .optionSelection .checkmark > input[type="checkbox"]:checked,
.v360-coupon-flow .activeForm .row .checkmark > input[type="checkbox"]:checked {
  border: none;
  border-radius: 3px;
  padding: 0;
}
.v360-coupon-flow .activeForm .optionSelection .checkmark > input[type="checkbox"]:checked ~ svg > path,
.v360-coupon-flow .activeForm .row .checkmark > input[type="checkbox"]:checked ~ svg > path {
  fill: var(--colorPrimary);
}
.v360-coupon-flow .activeForm .optionSelection .checkmark > input[type="checkbox"].checkedDefault,
.v360-coupon-flow .activeForm .row .checkmark > input[type="checkbox"].checkedDefault {
  border: none;
  border-radius: 3px;
  padding: 0;
}
.v360-coupon-flow .activeForm .optionSelection .checkmark > input[type="checkbox"].checkedDefault ~ svg > path,
.v360-coupon-flow .activeForm .row .checkmark > input[type="checkbox"].checkedDefault ~ svg > path {
  fill: var(--colorPrimary);
}
.v360-coupon-flow .activeForm .textToAccept .checkmark {
  margin-right: 12px;
  margin-top: 0;
}
.v360-coupon-flow .activeForm .textToAccept .checkmark > input[type="checkbox"].focus {
  -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
          box-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}
@media (min-width: 320px) and (max-width: 719px) {
  .v360-coupon-flow .print-option-only {
    width: 100%;
  }
  .v360-coupon-flow #enrollFlowContainer section h1.customEnrollFlowFontSize {
    font-size: var(--mobileFontSize) !important;
  }
  .v360-coupon-flow #enrollFlowContainer section h1.customEnrollFlowLineHeight {
    line-height: var(--mobileLineHeight) !important;
  }
  .v360-coupon-flow #enrollFlowContainer section#tankYouGen .thanks {
    margin-bottom: 16px;
  }
  .v360-coupon-flow .sectionContainer.enrollFlowThree h2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0px;
  }
  .v360-coupon-flow .sectionContainer .v360-voucher-step-title-mobile {
    margin-bottom: 24px;
  }
  .v360-coupon-flow .sectionContainer h1 {
    margin: 0 0 0.5rem;
  }
  .v360-coupon-flow .sectionContainer h1.thanks {
    margin-bottom: 8px;
  }
  .v360-coupon-flow .sectionContainer h2 {
    font-size: 16px !important;
    line-height: 24px !important;
    margin: 0 0 0.5rem;
  }
  .v360-coupon-flow .sectionContainer h2.thanks {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .v360-coupon-flow .sectionContainer h2.sorryUnder18 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 16px;
  }
  .v360-coupon-flow .sectionContainer p#notAllPtns {
    margin-bottom: 0.5rem;
  }
  .v360-coupon-flow .sectionContainer p {
    margin-bottom: 0;
  }
  .v360-coupon-flow .sectionContainer p.activeLetsStart {
    margin-bottom: 16px;
  }
  .v360-coupon-flow .sectionContainer p.replaceStep1h2 {
    margin-bottom: 8px;
  }
  .v360-coupon-flow .sectionContainer p.replaceStep2h2 {
    margin-bottom: 16px;
  }
  .v360-coupon-flow .sectionContainer p.letsStart {
    margin: 0 0 0.5rem;
  }
  .v360-coupon-flow .sectionContainer p.termsAndCondEnrollFlow,
  .v360-coupon-flow .sectionContainer p.termsAndCondEnrollFlow2,
  .v360-coupon-flow .sectionContainer p.blockQuoteNoExtraBottom {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
  }
  .v360-coupon-flow .sectionContainer p.temsncondWrapper {
    font-size: 16px;
  }
  .v360-coupon-flow .sectionContainer p.receiveCoupon {
    margin-bottom: 16px;
  }
  .v360-coupon-flow .sectionContainer p.loseCouponWrapper {
    margin: 0 0 24px;
  }
  .v360-coupon-flow .sectionContainer p.receiveCouponMobile {
    margin-bottom: 8px;
  }
  .v360-coupon-flow .sectionContainer p.receiveCoupon {
    margin-bottom: 16px;
  }
  .v360-coupon-flow .sectionContainer p.thanks {
    margin-bottom: 16px;
  }
  .v360-coupon-flow .sectionContainer p.stepFourText.selectText {
    margin-bottom: 16px;
  }
  .v360-coupon-flow .sectionContainer.enrollFlowTwo .activeForm p.formLetter {
    font-size: 20px;
    line-height: 30px;
  }
  .v360-coupon-flow .sectionContainer.enrollFlowThree .activeForm .buttons button.backToBrand {
    margin: 0 1rem;
    width: 100% !important;
  }
  .v360-coupon-flow .sectionContainer.enrollFlowFour .acceptTC .buttons {
    margin-bottom: 16px;
  }
  .v360-coupon-flow .sectionContainer .required {
    margin: 0 0 1rem;
    font-style: italic;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row.selector *:last-child {
    margin-right: 16px;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div.errIconEnroll {
    width: 100%;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row .h1Little {
    font-size: 20px;
    line-height: 30px;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row .optionSelection {
    margin-right: 0;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row .optionSelection label.sendOptions {
    font-size: 16px;
    line-height: 24px;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row.selector *:last-child {
    margin-right: 0;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row.textToAccept {
    margin-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div {
    margin: 0 0 16px 0;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div.bottomForm {
    margin-bottom: 16px;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div input {
    width: 100%;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div input#rxBin {
    width: 100%;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div input#rxGrp {
    width: 100%;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div input#rxPcn {
    width: 100%;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div input#couponCode {
    width: 100%;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div input#emailRemindActivate {
    width: 100%;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div input#emailTextActivate {
    width: 100%;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div input#emailRemindReplace {
    width: 100%;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div input#textRemindReplace {
    width: 100%;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row div.activeBottom {
    margin-bottom: 16px !important;
  }
  .v360-coupon-flow .sectionContainer .activeForm .row#linkCardV {
    margin-bottom: 16px;
  }
  .v360-coupon-flow .sectionContainer .activeForm .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .v360-coupon-flow .sectionContainer .activeForm .buttons button {
    width: 100% !important;
    max-width: inherit;
  }
  .v360-coupon-flow .sectionContainer .activeForm.receiveCouponForm margin-top 8px .row {
    margin-top: 16px;
  }
  .v360-coupon-flow .sectionContainer .activeForm.receiveCouponForm margin-top 8px#linkCardV {
    margin-bottom: 16px;
  }
  .v360-coupon-flow .sectionContainer .v360-voucher-form-section-progress-bar {
    max-width: 263px;
    height: unset;
    padding: 0;
    margin-bottom: 0;
  }
  .v360-coupon-flow .sectionContainer .v360-voucher-form-section-progress-bar li {
    margin-bottom: 0px;
  }
  .v360-coupon-flow .sectionContainer .v360-voucher-form-section-progress-bar .v360-voucher-step-title {
    display: none;
  }
  .v360-coupon-flow .sectionContainer .v360-voucher-step-title-mobile {
    display: block;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5rem;
  }
  .v360-coupon-flow #replaceFlowContainer .sectionContainer h1 {
    margin-bottom: 8px;
  }
  .v360-coupon-flow #replaceFlowContainer .sectionContainer h1.customReplaceFlowFontSize {
    font-size: var(--mobileFontSize) !important;
  }
  .v360-coupon-flow #replaceFlowContainer .sectionContainer h1.customReplaceFlowLineHeight {
    line-height: var(--mobileLineHeight) !important;
  }
  .v360-coupon-flow #replaceFlowContainer #replaceFlowOneView h1.customAlreadyEnrolledFlowFontSize {
    font-size: var(--mobileFontSize) !important;
  }
  .v360-coupon-flow #replaceFlowContainer #replaceFlowOneView h1.customAlreadyEnrolledFlowLineHeight {
    line-height: var(--mobileLineHeight) !important;
  }
  .v360-coupon-flow #replaceFlowContainer #replaceFlowOneView .activeForm .row:nth-of-type(1) p {
    margin-bottom: 16px;
  }
  .v360-coupon-flow #replaceFlowThreeView .v360-voucher-form-section-progress-bar,
  .v360-coupon-flow #replaceFlowTwoView .v360-voucher-form-section-progress-bar {
    max-width: 101px !important;
    padding: 0;
    margin-bottom: 0;
  }
  .v360-coupon-flow #replaceFlowThreeView .v360-voucher-form-section-progress-bar li,
  .v360-coupon-flow #replaceFlowTwoView .v360-voucher-form-section-progress-bar li {
    margin-bottom: 0;
  }
  .v360-coupon-flow #activationFlowContainer .sectionContainer h1.customActivateFlowFontSize {
    font-size: var(--mobileFontSize) !important;
  }
  .v360-coupon-flow #activationFlowContainer .sectionContainer h1.customActivateFlowLineHeight {
    line-height: var(--mobileLineHeight) !important;
  }
}
.v360-coupon-flow.buttons-secondary-alternate button.outLine,
.v360-coupon-flow.buttons-secondary-alternate .sectionContainer .activeForm .buttons button.outLine {
  background-color: transparent;
  border-color: var(--colorPrimaryAlternate);
  color: var(--colorPrimaryAlternate);
}
.v360-coupon-flow.buttons-secondary-alternate button.outLine:hover,
.v360-coupon-flow.buttons-secondary-alternate .sectionContainer .activeForm .buttons button.outLine:hover {
  background-color: var(--colorPrimaryDarkAlternate);
  border-color: var(--colorPrimaryDarkAlternate);
  color: var(--color-white);
}
.v360-coupon-flow.buttons-secondary-alternate button.outLine:focus,
.v360-coupon-flow.buttons-secondary-alternate .sectionContainer .activeForm .buttons button.outLine:focus {
  background-color: var(--color-white);
  border-color: var(--colorPrimaryAlternate);
  color: var(--colorPrimaryAlternate);
  -webkit-box-shadow: var(--focusRingColor);
          box-shadow: var(--focusRingColor);
}
.v360-coupon-flow.buttons-secondary-alternate button.outLine:active,
.v360-coupon-flow.buttons-secondary-alternate .sectionContainer .activeForm .buttons button.outLine:active,
.v360-coupon-flow.buttons-secondary-alternate button.outLine.selected,
.v360-coupon-flow.buttons-secondary-alternate .sectionContainer .activeForm .buttons button.outLine.selected {
  background-color: var(--colorPrimaryLightAlternate) !important;
  border-color: var(--colorPrimaryAlternate);
  color: var(--colorPrimaryAlternate) !important;
}
.v360-coupon-flow.buttons-primary-alternate button:not([disabled]):not(.disable):not(.outLine),
.v360-coupon-flow.buttons-primary-alternate .sectionContainer .activeForm .buttons button:not([disabled]):not(.disable):not(.outLine) {
  color: var(--color-white) !important;
  background-color: var(--colorPrimaryAlternate);
}
.v360-coupon-flow.buttons-primary-alternate button:not([disabled]):not(.disable):not(.outLine):hover,
.v360-coupon-flow.buttons-primary-alternate .sectionContainer .activeForm .buttons button:not([disabled]):not(.disable):not(.outLine):hover {
  background-color: var(--colorPrimaryDarkAlternate);
}
.v360-coupon-flow.buttons-primary-alternate button:not([disabled]):not(.disable):not(.outLine):active,
.v360-coupon-flow.buttons-primary-alternate .sectionContainer .activeForm .buttons button:not([disabled]):not(.disable):not(.outLine):active {
  background-color: var(--colorPrimaryLightAlternate) !important;
  border-color: var(--colorPrimaryAlternate);
  color: var(--colorPrimaryAlternate) !important;
}
.v360-coupon-flow.buttons-primary-alternate button:not([disabled]):not(.disable):not(.outLine):focus,
.v360-coupon-flow.buttons-primary-alternate .sectionContainer .activeForm .buttons button:not([disabled]):not(.disable):not(.outLine):focus {
  -webkit-box-shadow: var(--focusRingColor);
          box-shadow: var(--focusRingColor);
}
.v360-coupon-action-print-modal-container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999999999;
  padding-inline: 1rem;
  background-color: rgba(0,0,0,0.6);
}
.v360-coupon-action-print-modal-container .v360-coupon-print-action-modal {
  position: relative;
  margin: 0 auto;
  top: 217px;
  min-height: 224px;
  width: 100%;
  padding: 1rem;
  border-radius: 5px;
  background-color: var(--colorWhite);
}
.v360-coupon-action-print-modal-container .v360-coupon-print-action-modal .v360-coupon-print-modal-icon {
  position: absolute;
  right: 16px;
  height: 24px;
  width: 24px;
}
.v360-coupon-action-print-modal-container .v360-coupon-print-action-modal .v360-coupon-action-print-modal-content {
  padding-right: 32px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 8px;
  margin-bottom: 1.5rem;
}
.v360-coupon-action-print-modal-container .v360-coupon-print-action-modal button {
  border-radius: 4px;
  text-align: center;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 600px) {
  .v360-coupon-flow .sectionContainer .activeForm .row span.tooltip-content {
    width: 100%;
  }
}
@font-face {
  font-family: 'solutionLabel';
  src: url("fonts/solutionLabel.eot?urm9sk");
  src: url("fonts/solutionLabel.eot?urm9sk#iefix") format('embedded-opentype'), url("fonts/solutionLabel.ttf?urm9sk") format('truetype'), url("fonts/solutionLabel.woff?urm9sk") format('woff'), url("fonts/solutionLabel.svg?urm9sk#solutionLabel") format('svg');
  font-weight: normal;
  font-style: normal;
}
.v360-coupon-flow [class^="icon-"],
.v360-coupon-flow [class*=" icon-"] {
  font-family: 'solutionLabel' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-add-to-list:before {
  content: "\e932";
}
.icon-classic-computer:before {
  content: "\e933";
}
.icon-controller-fast-backward:before {
  content: "\e934";
}
.icon-creative-commons-attribution:before {
  content: "\e935";
}
.icon-creative-commons-noderivs:before {
  content: "\e936";
}
.icon-creative-commons-noncommercial-eu:before {
  content: "\e937";
}
.icon-creative-commons-noncommercial-us:before {
  content: "\e938";
}
.icon-creative-commons-public-domain:before {
  content: "\e939";
}
.icon-creative-commons-remix:before {
  content: "\e93a";
}
.icon-creative-commons-share:before {
  content: "\e93b";
}
.icon-creative-commons-sharealike:before {
  content: "\e93c";
}
.icon-creative-commons:before {
  content: "\e93d";
}
.icon-document-landscape:before {
  content: "\e93e";
}
.icon-remove-user:before {
  content: "\e93f";
}
.icon-warning:before {
  content: "\e940";
}
.icon-arrow-bold-down:before {
  content: "\e941";
}
.icon-arrow-bold-left:before {
  content: "\e942";
}
.icon-arrow-bold-right:before {
  content: "\e943";
}
.icon-arrow-bold-up:before {
  content: "\e944";
}
.icon-arrow-down:before {
  content: "\e945";
}
.icon-arrow-left:before {
  content: "\e946";
}
.icon-arrow-long-down:before {
  content: "\e947";
}
.icon-arrow-long-left:before {
  content: "\e948";
}
.icon-arrow-long-right {
  -webkit-mask: url("/wp-content/themes/mhh-merck-vivid360-theme/images/arrow-right-small.svg") center no-repeat;
          mask: url("/wp-content/themes/mhh-merck-vivid360-theme/images/arrow-right-small.svg") center no-repeat;
}
.icon-arrow-long-right mask-size contain {
  width: 16px;
  height: 16px;
}
.icon-arrow-long-up:before {
  content: "\e94a";
}
.icon-arrow-right:before {
  content: "\e94b";
}
.icon-arrow-up:before {
  content: "\e94c";
}
.icon-arrow-with-circle-down:before {
  content: "\e94d";
}
.icon-arrow-with-circle-left:before {
  content: "\e94e";
}
.icon-arrow-with-circle-right:before {
  content: "\e94f";
}
.icon-arrow-with-circle-up:before {
  content: "\e950";
}
.icon-bookmark:before {
  content: "\e951";
}
.icon-bookmarks:before {
  content: "\e952";
}
.icon-chevron-down:before {
  content: "\e953";
}
.icon-chevron-left:before {
  content: "\e954";
}
.icon-chevron-right:before {
  content: "\e955";
}
.icon-chevron-small-down:before {
  content: "\e956";
}
.icon-chevron-small-left:before {
  content: "\e957";
}
.icon-chevron-small-right:before {
  content: "\e958";
}
.icon-chevron-small-up:before {
  content: "\e959";
}
.icon-chevron-thin-down:before {
  content: "\e95a";
}
.icon-chevron-thin-left:before {
  content: "\e95b";
}
.icon-chevron-thin-right:before {
  content: "\e95c";
}
.icon-chevron-thin-up:before {
  content: "\e95d";
}
.icon-chevron-up:before {
  content: "\e95e";
}
.icon-chevron-with-circle-down:before {
  content: "\e95f";
}
.icon-chevron-with-circle-left:before {
  content: "\e960";
}
.icon-chevron-with-circle-right:before {
  content: "\e961";
}
.icon-chevron-with-circle-up:before {
  content: "\e962";
}
.icon-cloud:before {
  content: "\e963";
}
.icon-controller-fast-forward:before {
  content: "\e964";
}
.icon-controller-jump-to-start:before {
  content: "\e965";
}
.icon-controller-next:before {
  content: "\e966";
}
.icon-controller-paus:before {
  content: "\e967";
}
.icon-controller-play:before {
  content: "\e968";
}
.icon-controller-record:before {
  content: "\e969";
}
.icon-controller-stop:before {
  content: "\e96a";
}
.icon-controller-volume:before {
  content: "\e96b";
}
.icon-dot-single:before {
  content: "\e96c";
}
.icon-dots-three-horizontal:before {
  content: "\e96d";
}
.icon-dots-three-vertical:before {
  content: "\e96e";
}
.icon-dots-two-horizontal:before {
  content: "\e96f";
}
.icon-dots-two-vertical:before {
  content: "\e970";
}
.icon-download:before {
  content: "\e971";
}
.icon-emoji-flirt:before {
  content: "\e972";
}
.icon-flow-branch:before {
  content: "\e973";
}
.icon-flow-cascade:before {
  content: "\e974";
}
.icon-flow-line:before {
  content: "\e975";
}
.icon-flow-parallel:before {
  content: "\e976";
}
.icon-flow-tree:before {
  content: "\e977";
}
.icon-install:before {
  content: "\e978";
}
.icon-layers:before {
  content: "\e979";
}
.icon-open-book:before {
  content: "\e97a";
}
.icon-resize-100:before {
  content: "\e97b";
}
.icon-resize-full-screen:before {
  content: "\e97c";
}
.icon-save:before {
  content: "\e97d";
}
.icon-select-arrows:before {
  content: "\e97e";
}
.icon-sound-mute:before {
  content: "\e97f";
}
.icon-sound:before {
  content: "\e980";
}
.icon-trash:before {
  content: "\e981";
}
.icon-triangle-down:before {
  content: "\e982";
}
.icon-triangle-left:before {
  content: "\e983";
}
.icon-triangle-right:before {
  content: "\e984";
}
.icon-triangle-up:before {
  content: "\e985";
}
.icon-uninstall:before {
  content: "\e986";
}
.icon-upload-to-cloud:before {
  content: "\e987";
}
.icon-upload:before {
  content: "\e988";
}
.icon-add-user:before {
  content: "\e989";
}
.icon-address:before {
  content: "\e98a";
}
.icon-adjust:before {
  content: "\e98b";
}
.icon-air:before {
  content: "\e98c";
}
.icon-aircraft-landing:before {
  content: "\e98d";
}
.icon-aircraft-take-off:before {
  content: "\e98e";
}
.icon-aircraft:before {
  content: "\e98f";
}
.icon-align-bottom:before {
  content: "\e990";
}
.icon-align-horizontal-middle:before {
  content: "\e991";
}
.icon-align-left:before {
  content: "\e992";
}
.icon-align-right:before {
  content: "\e993";
}
.icon-align-top:before {
  content: "\e994";
}
.icon-align-vertical-middle:before {
  content: "\e995";
}
.icon-archive:before {
  content: "\e996";
}
.icon-area-graph:before {
  content: "\e997";
}
.icon-attachment:before {
  content: "\e998";
}
.icon-awareness-ribbon:before {
  content: "\e999";
}
.icon-back-in-time:before {
  content: "\e99a";
}
.icon-back:before {
  content: "\e99b";
}
.icon-bar-graph:before {
  content: "\e99c";
}
.icon-battery:before {
  content: "\e99d";
}
.icon-beamed-note:before {
  content: "\e99e";
}
.icon-bell:before {
  content: "\e99f";
}
.icon-blackboard:before {
  content: "\e9a0";
}
.icon-block:before {
  content: "\e9a1";
}
.icon-book:before {
  content: "\e9a2";
}
.icon-bowl:before {
  content: "\e9a3";
}
.icon-box:before {
  content: "\e9a4";
}
.icon-briefcase:before {
  content: "\e9a5";
}
.icon-browser:before {
  content: "\e9a6";
}
.icon-brush:before {
  content: "\e9a7";
}
.icon-bucket:before {
  content: "\e9a8";
}
.icon-cake:before {
  content: "\e9a9";
}
.icon-calculator:before {
  content: "\e9aa";
}
.icon-calendar:before {
  content: "\e9ab";
}
.icon-camera:before {
  content: "\e9ac";
}
.icon-ccw:before {
  content: "\e9ad";
}
.icon-chat:before {
  content: "\e9ae";
}
.icon-check:before {
  -webkit-mask: url("/wp-content/themes/mhh-merck-vivid360-theme/images/check.svg") center no-repeat;
          mask: url("/wp-content/themes/mhh-merck-vivid360-theme/images/check.svg") center no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 12px;
  height: 12px;
  margin: 1px;
}
.icon-circle-with-cross:before {
  content: "\e9b0";
}
.icon-circle-with-minus:before {
  content: "\e9b1";
}
.icon-circle-with-plus:before {
  content: "\e9b2";
}
.icon-circle:before {
  content: "\e9b3";
}
.icon-circular-graph:before {
  content: "\e9b4";
}
.icon-clapperboard:before {
  content: "\e9b5";
}
.icon-clipboard:before {
  content: "\e9b6";
}
.icon-clock:before {
  content: "\e9b7";
}
.icon-code:before {
  content: "\e9b8";
}
.icon-cog:before {
  content: "\e9b9";
}
.icon-colours:before {
  content: "\e9ba";
}
.icon-compass:before {
  content: "\e9bb";
}
.icon-copy:before {
  content: "\e9bc";
}
.icon-credit-card:before {
  content: "\e9bd";
}
.icon-credit:before {
  content: "\e9be";
}
.icon-cross {
  -webkit-mask: url("/wp-content/themes/mhh-merck-vivid360-theme/images/close.svg") center no-repeat;
          mask: url("/wp-content/themes/mhh-merck-vivid360-theme/images/close.svg") center no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.icon-cup:before {
  content: "\e9c0";
}
.icon-cw:before {
  content: "\e9c1";
}
.icon-cycle:before {
  content: "\e9c2";
}
.icon-database:before {
  content: "\e9c3";
}
.icon-dial-pad:before {
  content: "\e9c4";
}
.icon-direction:before {
  content: "\e9c5";
}
.icon-document:before {
  content: "\e9c6";
}
.icon-documents:before {
  content: "\e9c7";
}
.icon-drink:before {
  content: "\e9c8";
}
.icon-drive:before {
  content: "\e9c9";
}
.icon-drop:before {
  content: "\e9ca";
}
.icon-edit:before {
  content: "\e9cb";
}
.icon-email:before {
  content: "\e9cc";
}
.icon-emoji-happy:before {
  content: "\e9cd";
}
.icon-emoji-neutral:before {
  content: "\e9ce";
}
.icon-emoji-sad:before {
  content: "\e9cf";
}
.icon-erase:before {
  content: "\e9d0";
}
.icon-eraser:before {
  content: "\e9d1";
}
.icon-export:before {
  content: "\e9d2";
}
.icon-eye:before {
  content: "\e9d3";
}
.icon-feather:before {
  content: "\e9d4";
}
.icon-flag:before {
  content: "\e9d5";
}
.icon-flash:before {
  content: "\e9d6";
}
.icon-flashlight:before {
  content: "\e9d7";
}
.icon-flat-brush:before {
  content: "\e9d8";
}
.icon-folder-images:before {
  content: "\e9d9";
}
.icon-folder-music:before {
  content: "\e9da";
}
.icon-folder-video:before {
  content: "\e9db";
}
.icon-folder:before {
  content: "\e9dc";
}
.icon-forward:before {
  content: "\e9dd";
}
.icon-funnel:before {
  content: "\e9de";
}
.icon-game-controller:before {
  content: "\e9df";
}
.icon-gauge:before {
  content: "\e9e0";
}
.icon-globe:before {
  content: "\e9e1";
}
.icon-graduation-cap:before {
  content: "\e9e2";
}
.icon-grid:before {
  content: "\e9e3";
}
.icon-hair-cross:before {
  content: "\e9e4";
}
.icon-hand:before {
  content: "\e9e5";
}
.icon-heart-outlined:before {
  content: "\e9e6";
}
.icon-heart:before {
  content: "\e9e7";
}
.icon-help-with-circle:before {
  content: "\e9e8";
}
.icon-help:before {
  content: "\e9e9";
}
.icon-home:before {
  content: "\e9ea";
}
.icon-hour-glass:before {
  content: "\e9eb";
}
.icon-image-inverted:before {
  content: "\e9ec";
}
.icon-image:before {
  content: "\e9ed";
}
.icon-images:before {
  content: "\e9ee";
}
.icon-inbox:before {
  content: "\e9ef";
}
.icon-infinity:before {
  content: "\e9f0";
}
.icon-info-with-circle:before {
  content: "\e9f1";
}
.icon-info:before {
  content: "\e9f2";
}
.icon-key:before {
  content: "\e9f3";
}
.icon-keyboard:before {
  content: "\e9f4";
}
.icon-lab-flask:before {
  content: "\e9f5";
}
.icon-landline:before {
  content: "\e9f6";
}
.icon-language:before {
  content: "\e9f7";
}
.icon-laptop:before {
  content: "\e9f8";
}
.icon-leaf:before {
  content: "\e9f9";
}
.icon-level-down:before {
  content: "\e9fa";
}
.icon-level-up:before {
  content: "\e9fb";
}
.icon-lifebuoy:before {
  content: "\e9fc";
}
.icon-light-bulb:before {
  content: "\e9fd";
}
.icon-light-down:before {
  content: "\e9fe";
}
.icon-light-up:before {
  content: "\e9ff";
}
.icon-line-graph:before {
  content: "\ea00";
}
.icon-link:before {
  content: "\ea01";
}
.icon-list:before {
  content: "\ea02";
}
.icon-location-pin:before {
  content: "\ea03";
}
.icon-location:before {
  content: "\ea04";
}
.icon-lock-open:before {
  content: "\ea05";
}
.icon-lock:before {
  content: "\ea06";
}
.icon-log-out:before {
  content: "\ea07";
}
.icon-login:before {
  content: "\ea08";
}
.icon-loop:before {
  content: "\ea09";
}
.icon-magnet:before {
  content: "\ea0a";
}
.icon-magnifying-glass:before {
  content: "\ea0b";
}
.icon-mail:before {
  -webkit-mask: url("/wp-content/themes/mhh-merck-vivid360-theme/images/email.svg") center no-repeat;
          mask: url("/wp-content/themes/mhh-merck-vivid360-theme/images/email.svg") center no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.icon-man:before {
  content: "\ea0d";
}
.icon-map:before {
  content: "\ea0e";
}
.icon-mask:before {
  content: "\ea0f";
}
.icon-medal:before {
  content: "\ea10";
}
.icon-megaphone:before {
  content: "\ea11";
}
.icon-menu:before {
  content: "\ea12";
}
.icon-message:before {
  content: "\ea13";
}
.icon-mic:before {
  content: "\ea14";
}
.icon-minus:before {
  content: "\ea15";
}
.icon-mobile:before {
  -webkit-mask: url("/wp-content/themes/mhh-merck-vivid360-theme/images/mobile.svg") center no-repeat;
          mask: url("/wp-content/themes/mhh-merck-vivid360-theme/images/mobile.svg") center no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.icon-modern-mic:before {
  content: "\ea17";
}
.icon-moon:before {
  content: "\ea18";
}
.icon-mouse:before {
  content: "\ea19";
}
.icon-music:before {
  content: "\ea1a";
}
.icon-network:before {
  content: "\ea1b";
}
.icon-new-message:before {
  content: "\ea1c";
}
.icon-new:before {
  content: "\ea1d";
}
.icon-news:before {
  content: "\ea1e";
}
.icon-note:before {
  content: "\ea1f";
}
.icon-notification:before {
  content: "\ea20";
}
.icon-old-mobile:before {
  content: "\ea21";
}
.icon-old-phone:before {
  content: "\ea22";
}
.icon-palette:before {
  content: "\ea23";
}
.icon-paper-plane:before {
  content: "\ea24";
}
.icon-pencil:before {
  content: "\ea25";
}
.icon-phone:before {
  content: "\ea26";
}
.icon-pie-chart:before {
  content: "\ea27";
}
.icon-pin:before {
  content: "\ea28";
}
.icon-plus:before {
  content: "\ea29";
}
.icon-popup:before {
  content: "\ea2a";
}
.icon-power-plug:before {
  content: "\ea2b";
}
.icon-price-ribbon:before {
  content: "\ea2c";
}
.icon-price-tag:before {
  content: "\ea2d";
}
.icon-print:before {
  -webkit-mask: url("/wp-content/themes/mhh-merck-vivid360-theme/images/printer.svg") center no-repeat;
          mask: url("/wp-content/themes/mhh-merck-vivid360-theme/images/printer.svg") center no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.icon-progress-empty:before {
  content: "\ea2f";
}
.icon-progress-full:before {
  content: "\ea30";
}
.icon-progress-one:before {
  content: "\ea31";
}
.icon-progress-two:before {
  content: "\ea32";
}
.icon-publish:before {
  content: "\ea33";
}
.icon-quote:before {
  content: "\ea34";
}
.icon-radio:before {
  content: "\ea35";
}
.icon-reply-all:before {
  content: "\ea36";
}
.icon-reply:before {
  content: "\ea37";
}
.icon-retweet:before {
  content: "\ea38";
}
.icon-rocket:before {
  content: "\ea39";
}
.icon-round-brush:before {
  content: "\ea3a";
}
.icon-rss:before {
  content: "\ea3b";
}
.icon-ruler:before {
  content: "\ea3c";
}
.icon-scissors:before {
  content: "\ea3d";
}
.icon-share-alternitive:before {
  content: "\ea3e";
}
.icon-share:before {
  content: "\ea3f";
}
.icon-shareable:before {
  content: "\ea40";
}
.icon-shield:before {
  content: "\ea41";
}
.icon-shop:before {
  content: "\ea42";
}
.icon-shopping-bag:before {
  content: "\ea43";
}
.icon-shopping-basket:before {
  content: "\ea44";
}
.icon-shopping-cart:before {
  content: "\ea45";
}
.icon-shuffle:before {
  content: "\ea46";
}
.icon-signal:before {
  content: "\ea47";
}
.icon-sound-mix:before {
  content: "\ea48";
}
.icon-sports-club:before {
  content: "\ea49";
}
.icon-spreadsheet:before {
  content: "\ea4a";
}
.icon-squared-cross:before {
  content: "\ea4b";
}
.icon-squared-minus:before {
  content: "\ea4c";
}
.icon-squared-plus:before {
  content: "\ea4d";
}
.icon-star-outlined:before {
  content: "\ea4e";
}
.icon-star:before {
  content: "\ea4f";
}
.icon-stopwatch:before {
  content: "\ea50";
}
.icon-suitcase:before {
  content: "\ea51";
}
.icon-swap:before {
  content: "\ea52";
}
.icon-sweden:before {
  content: "\ea53";
}
.icon-switch:before {
  content: "\ea54";
}
.icon-tablet:before {
  content: "\ea55";
}
.icon-tag:before {
  content: "\ea56";
}
.icon-text-document-inverted:before {
  content: "\ea57";
}
.icon-text-document:before {
  content: "\ea58";
}
.icon-text:before {
  content: "\ea59";
}
.icon-thermometer:before {
  content: "\ea5a";
}
.icon-thumbs-down:before {
  content: "\ea5b";
}
.icon-thumbs-up:before {
  content: "\ea5c";
}
.icon-thunder-cloud:before {
  content: "\ea5d";
}
.icon-ticket:before {
  content: "\ea5e";
}
.icon-time-slot:before {
  content: "\ea5f";
}
.icon-tools:before {
  content: "\ea60";
}
.icon-traffic-cone:before {
  content: "\ea61";
}
.icon-tree:before {
  content: "\ea62";
}
.icon-trophy:before {
  content: "\ea63";
}
.icon-tv:before {
  content: "\ea64";
}
.icon-typing:before {
  content: "\ea65";
}
.icon-unread:before {
  content: "\ea66";
}
.icon-untag:before {
  content: "\ea67";
}
.icon-user:before {
  content: "\ea68";
}
.icon-users:before {
  content: "\ea69";
}
.icon-v-card:before {
  content: "\ea6a";
}
.icon-video:before {
  content: "\ea6b";
}
.icon-vinyl:before {
  content: "\ea6c";
}
.icon-voicemail:before {
  content: "\ea6d";
}
.icon-wallet:before {
  content: "\ea6e";
}
.icon-water:before {
  content: "\ea6f";
}
.icon-500px-with-circle:before {
  content: "\ea70";
}
.icon-500px:before {
  content: "\ea71";
}
.icon-basecamp:before {
  content: "\ea72";
}
.icon-behance:before {
  content: "\ea73";
}
.icon-creative-cloud:before {
  content: "\ea74";
}
.icon-dropbox:before {
  content: "\ea75";
}
.icon-evernote:before {
  content: "\ea76";
}
.icon-flattr:before {
  content: "\ea77";
}
.icon-foursquare:before {
  content: "\ea78";
}
.icon-google-drive:before {
  content: "\ea79";
}
.icon-google-hangouts:before {
  content: "\ea7a";
}
.icon-grooveshark:before {
  content: "\ea7b";
}
.icon-icloud:before {
  content: "\ea7c";
}
.icon-mixi:before {
  content: "\ea7d";
}
.icon-onedrive:before {
  content: "\ea7e";
}
.icon-paypal:before {
  content: "\ea7f";
}
.icon-picasa:before {
  content: "\ea80";
}
.icon-qq:before {
  content: "\ea81";
}
.icon-rdio-with-circle:before {
  content: "\ea82";
}
.icon-renren:before {
  content: "\ea83";
}
.icon-scribd:before {
  content: "\ea84";
}
.icon-sina-weibo:before {
  content: "\ea85";
}
.icon-skype-with-circle:before {
  content: "\ea86";
}
.icon-skype:before {
  content: "\ea87";
}
.icon-slideshare:before {
  content: "\ea88";
}
.icon-smashing:before {
  content: "\ea89";
}
.icon-soundcloud:before {
  content: "\ea8a";
}
.icon-spotify-with-circle:before {
  content: "\ea8b";
}
.icon-spotify:before {
  content: "\ea8c";
}
.icon-swarm:before {
  content: "\ea8d";
}
.icon-vine-with-circle:before {
  content: "\ea8e";
}
.icon-vine:before {
  content: "\ea8f";
}
.icon-vk-alternitive:before {
  content: "\ea90";
}
.icon-vk-with-circle:before {
  content: "\ea91";
}
.icon-vk:before {
  content: "\ea92";
}
.icon-xing-with-circle:before {
  content: "\ea93";
}
.icon-xing:before {
  content: "\ea94";
}
.icon-yelp:before {
  content: "\ea95";
}
.icon-dribbble-with-circle:before {
  content: "\ea96";
}
.icon-dribbble:before {
  content: "\ea97";
}
.icon-facebook-with-circle:before {
  content: "\ea98";
}
.icon-facebook:before {
  content: "\ea99";
}
.icon-flickr-with-circle:before {
  content: "\ea9a";
}
.icon-flickr:before {
  content: "\ea9b";
}
.icon-github-with-circle:before {
  content: "\ea9c";
}
.icon-github:before {
  content: "\ea9d";
}
.icon-google-with-circle:before {
  content: "\ea9e";
}
.icon-google:before {
  content: "\ea9f";
}
.icon-instagram-with-circle:before {
  content: "\eaa0";
}
.icon-instagram:before {
  content: "\eaa1";
}
.icon-lastfm-with-circle:before {
  content: "\eaa2";
}
.icon-lastfm:before {
  content: "\eaa3";
}
.icon-linkedin-with-circle:before {
  content: "\eaa4";
}
.icon-linkedin:before {
  content: "\eaa5";
}
.icon-pinterest-with-circle:before {
  content: "\eaa6";
}
.icon-pinterest:before {
  content: "\eaa7";
}
.icon-rdio:before {
  content: "\eaa8";
}
.icon-stumbleupon-with-circle:before {
  content: "\eaa9";
}
.icon-stumbleupon:before {
  content: "\eaaa";
}
.icon-tumblr-with-circle:before {
  content: "\eaab";
}
.icon-tumblr:before {
  content: "\eaac";
}
.icon-twitter-with-circle:before {
  content: "\eaad";
}
.icon-twitter:before {
  content: "\eaae";
}
.icon-vimeo-with-circle:before {
  content: "\eaaf";
}
.icon-vimeo:before {
  content: "\eab0";
}
.icon-youtube-with-circle:before {
  content: "\eab1";
}
.icon-youtube:before {
  content: "\eab2";
}
.icon-Recurso-1:before {
  content: "\e900";
}
.icon-Recurso-2:before {
  content: "\e901";
}
.icon-Recurso-3:before {
  content: "\e902";
}
.icon-Recurso-4:before {
  content: "\e903";
}
.icon-Recurso-5:before {
  content: "\e904";
}
.icon-Recurso-6:before {
  content: "\e905";
}
.icon-Recurso-7:before {
  content: "\e906";
}
.icon-Recurso-8:before {
  content: "\e907";
}
.icon-Recurso-9:before {
  content: "\e908";
}
.icon-Recurso-10:before {
  content: "\e909";
}
.icon-Recurso-11:before {
  content: "\e90a";
}
.icon-Recurso-12:before {
  content: "\e90b";
}
.icon-Recurso-13:before {
  content: "\e90c";
}
.icon-Recurso-14:before {
  content: "\e90d";
}
.icon-Recurso-15:before {
  content: "\e90e";
}
.icon-Recurso-16:before {
  content: "\e90f";
}
.icon-Recurso-17:before {
  content: "\e910";
}
.icon-Recurso-18:before {
  content: "\e911";
}
.icon-Recurso-19:before {
  content: "\e912";
}
.icon-Recurso-20:before {
  content: "\e913";
}
.icon-Recurso-21:before {
  content: "\e914";
}
.icon-Recurso-22:before {
  content: "\e915";
}
.icon-Recurso-23:before {
  content: "\e916";
}
.icon-Recurso-24:before {
  content: "\e917";
}
.icon-Recurso-25:before {
  content: "\e918";
}
.icon-Recurso-26:before {
  content: "\e919";
}
.icon-Recurso-27:before {
  content: "\e91a";
}
.icon-Recurso-28:before {
  content: "\e91b";
}
.icon-Recurso-29:before {
  content: "\e91c";
}
.icon-Recurso-30:before {
  content: "\e91d";
}
.icon-Recurso-31:before {
  content: "\e91e";
}
.icon-Recurso-32:before {
  content: "\e91f";
}
.icon-Recurso-33:before {
  content: "\e920";
}
.icon-Recurso-34:before {
  content: "\e921";
}
.icon-Recurso-35:before {
  content: "\e922";
}
.icon-Recurso-36:before {
  content: "\e923";
}
.icon-Recurso-37:before {
  content: "\e924";
}
.icon-Recurso-38:before {
  content: "\e925";
}
.icon-Recurso-39:before {
  content: "\e926";
}
.icon-Recurso-40:before {
  content: "\e927";
}
.icon-Recurso-41:before {
  content: "\e928";
}
.icon-Recurso-42:before {
  content: "\e929";
}
.icon-Recurso-43:before {
  content: "\e92a";
}
.icon-Recurso-44:before {
  content: "\e92b";
}
.icon-Recurso-45:before {
  content: "\e92c";
}
.icon-Recurso-46:before {
  content: "\e92d";
}
.icon-Recurso-47:before {
  content: "\e92e";
}
.icon-Recurso-48:before {
  content: "\e92f";
}
.icon-Recurso-49:before {
  content: "\e930";
}
.icon-Recurso-50:before {
  content: "\e931";
}
@media (max-width: 719px) {
  .v360-coupon-flow .tooltip-modal-content #iframeModal {
    height: 100%;
    width: auto;
    overflow: scroll;
  }
  .v360-coupon-flow .seeMorePlans {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: auto;
    font-size: 16px;
  }
  .v360-coupon-flow h1 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    margin-top: 10px;
  }
  .v360-coupon-flow p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    margin-bottom: 8px;
  }
  .v360-coupon-flow p text-align left.actStep1 {
    margin-bottom: 8px;
  }
  .v360-coupon-flow #examplePerscription {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .v360-coupon-flow #examplePerscriptionInfo {
    font-size: 16px;
    line-height: 24px;
    margin: 0px 16px 0px 0px;
    width: inherit;
  }
  .v360-coupon-flow .headerTooltipMeans {
    margin-top: 12.5px;
  }
  .v360-coupon-flow .cardDesign {
    margin-top: 1rem;
    padding: 16px 16px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    height: auto;
    width: calc(100vw - 49px);
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 2px 4px 4px 0 rgba(0,0,0,0.14);
            box-shadow: 2px 4px 4px 0 rgba(0,0,0,0.14);
  }
  .v360-coupon-flow .cardDesign.whattooltip {
    padding: 0.5rem;
  }
  .v360-coupon-flow .cardDesign .tittleCard {
    font-size: 12px;
  }
  .v360-coupon-flow .cardDesign .subtittleCard {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 4px;
  }
  .v360-coupon-flow .cardDesign .infoCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0px;
    margin-bottom: 4px;
  }
  .v360-coupon-flow .cardDesign .infoCard span {
    font-size: 10px;
    color: #333;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 4px;
    line-height: 18px;
    width: 50%;
  }
  .v360-coupon-flow .cardDesign .infoCard span.margin-left-16 {
    margin-left: 16px;
    width: auto;
  }
  .v360-coupon-flow .cardDesign .infoCard span.margin-left-24 {
    margin-left: 24px;
    width: auto;
  }
  .v360-coupon-flow .cardDesign .infoCard span.idNumber {
    color: #fff;
    width: 58%;
    background-color: var(--colorPrimaryDark);
    text-align: left;
    padding-left: 16px;
    vertical-align: middle;
    display: block;
    padding: 1px 0px 1px 16px;
    margin-top: 8px;
  }
  .v360-coupon-flow .cardDesign .infoCard span.logoContainer {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .v360-coupon-flow .cardDesign .infoCard span.logoContainer .card_vivid_logo {
    height: auto;
    width: auto;
    max-width: 100%;
    margin: 0;
  }
  .v360-coupon-flow .cardDesign .green {
    width: 50%;
    font-size: 12px;
    padding: 0px;
    margin: 0;
  }
  .v360-coupon-flow .cardDesign .expDate {
    text-align: center;
    font-size: 12px;
    margin-top: 8px;
    text-align: left;
    margin-bottom: 0px;
    margin-right: 0;
    margin-left: 16px;
  }
}
