/* FONTS */
@font-face {
    font-family: Montserrat-Regular;
    src: url('../fon/montserrat-regular.woff2') format('woff2'),
    url('../fon/montserrat-regular.woff') format('woff');
}
@font-face {
    font-family: Montserrat-Bold;
    src: url('../fon/montserrat-bold.woff2') format('woff2'),
    url('../fon/montserrat-bold.woff') format('woff');
}
@font-face {
    font-family: Montserrat-ExtraBold;
    src: url('../fon/montserrat-extrabold.woff2') format('woff2'),
        url('../fon/montserrat-extrabold.woff') format('woff');
}
@font-face {
    font-family: FranklinGothic-Heavy;
    src: url('../fon/franklingothic-heavy.woff2') format('woff2'),
    url('../fon/franklingothic-heavy.woff') format('woff');
}
@font-face {
    font-family: FranklinGothic-DemiCond;
    src: url('../fon/franklingothic-demicond.woff2') format('woff2'),
        url('../fon/franklingothic-demicond.woff') format('woff');
}
@font-face {
    font-family: GoboldBold;
    src: url('../fon/goboldbold.woff2') format('woff2'),
        url('../fon/goboldbold.woff') format('woff');
}
@font-face {
    font-family: Impact;
    src: url('../fon/impact.woff2') format('woff2'),
        url('../fon/impact.woff') format('woff');
}
@font-face {
    font-family: DINPro-Medium;
    src: url('../fon/dinpro-medium.woff2') format('woff2'),
        url('../fon/dinpro-medium.woff') format('woff');
}
@font-face {
    font-family: DINPro-Black;
    src: url('../fon/dinpro-black.woff2') format('woff2'),
        url('../fon/dinpro-black.woff') format('woff');
}

/* VARIABLES */
:root {

    /* FONTS */
    --txt-regular: Arial, Helvetica, sans-serif;
    --txt-regular-alt: DINPro-Medium;
    --txt-regular-alt-black: DINPro-Black;
    --txt-heading: FranklinGothic-DemiCond;
    --txt-heading-heavy: FranklinGothic-Heavy;
    --txt-heading-alt: GoboldBold;
    --txt-heading-black: Impact;
    --txt-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    --txt-shadow-heavy: 3px 3px 5px rgba(0,0,0,0.9);
    --txt-alt: Montserrat-Regular;
    --txt-alt-bold: Montserrat-Bold;
    --txt-alt-black: Montserrat-ExtraBold;
    --txt-plans-pod: Montserrat-Regular;
    --txt-plans-pod-strong: Montserrat-Bold;

    /* COLORS */
    --col-brand-blue: #00245d;
    --col-brand-blue-alt: #0046ad;
    --col-brand-red: #d01516;
    --col-gold: #ffd814;


    --col-brand: #62b1df;
    --col-brand-alt: #0063ac;
    --col-blue-light: #ace0fe;
    --col-blue-light-alt: #33b1fb;
    --col-blue-dark: #0680ce;
    --col-yellow: #ffe400;
    --col-yellow-alt: #ffdc43;
    --col-plan-blue: #297ebc;
    --col-plan-blue-light: #c6f4ff;
    --col-plan-blue-dark: #1e5b87;
    --col-plan-blue-btn: #3d9de3;
    --col-red: #f20000;
    --col-red-alt: #d50000;
    --col-grey: #d4d4d4;
    --col-gray: #797979;
    --col-patent-blue: #013581;
    --col-patent-blue-alt: #5fa6ce;

    /* ANIMATIONS */
    --hover-speed: 0.3s;

    /* MARGINS */
    --width-desktop: 1150px

}

/* SETUP */
body {
    font: 20px var(--txt-regular-alt);
    color: #000000;
    line-height: 1.4em;
    text-align: left;
    margin: 0;
    padding: 0;
}
body, html {
    height: 100%;
}
.background_tile {
    display: none;
    visibility: hidden;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
}
* {
    position: relative;
    box-sizing: border-box;
}

/* COMMON */
.body_wrapper {
    width: 100%;
    max-width: var(--width-desktop);
    height: auto;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
}
.body_center {
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
}
a {
    color: var(--col-brand-alt);
    text-decoration: none;
}
a:hover {
    color: var(--col-brand);
    text-decoration: underline;
}
img {
    max-width: 100%;
}
.svgs {
    display: none;
    visibility: hidden;
}
.heading, h1, h2, h3 {
    font-family: var(--txt-heading);
    font-size: 9vmin;
    font-weight: normal;
    line-height: 1em;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.heading_reg {
    font-family: var(--txt-regular);
    font-weight: bold;
}
.heading_reg_alt {
    font-family: var(--txt-regular-alt);
    font-weight: bold;
}
.heading_reg_alt strong {
    font-family: var(--txt-regular-alt-black);
    font-weight: normal;
}
.heading_alt {
    font-family: var(--txt-heading-alt);
}
.heading_black {
    font-family: var(--txt-heading-black);
}
.ds {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}
.hideFromMobile {
	width: 0;
	height: 0;
	display: none;
	visibility: hidden;
}

/* VIDEO */
.vid {
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}
.vid > img {
    display: block;
}
.vid > .placeholder {
    width: 100%;
}
.vid > .sound {
	z-index: 2;
	width: 30%;
	position: absolute;
	top: 5%;
	left: 2.5%;
	cursor: pointer;
	animation: pulse 1.5s infinite;
}
@keyframes pulse {

	0% {
		transform: scale(0.95);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}

}
.vid-sound {
    z-index: 2;
    width: 100%;
    font-size: 1.25rem;
    color: #ffffff;
    letter-spacing: -0.05em;
    text-align: center;
    background-color: var(--col-red);
    padding: 0.15em 1rem;
    display: block;
}
.vid-sound svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-top: -0.1em;
    margin-right: 0.25em;
}

/* MENU */
#menu {
    z-index: 99;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0;
    display: none;
    visibility: hidden;
}
#menu::before {
    width: 100%;
    height: 7.5rem;
    content: "";
    background-color: var(--col-brand-blue);
    position: absolute;
    top: 0;
    left: 0;
}
#menu #menu_cls {
    font-family: var(--txt-alt-bold);
    font-size: 1.5rem;
    line-height: 1em;
    color: #ffffff;
    line-height: 1em;
    text-align: center;
    display: block;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    cursor: pointer;
    transition: color var(--hover-speed) ease;
}
#menu .logo {
    width: 50%;
    margin: 0 auto;
    display: block;
}
#menu ul {
    width: 100%;
    height: auto;
    font-family: var(--txt-regular-alt-black);
    font-size: 2rem;
    color: var(--col-brand-blue-alt);
    text-align: center;
    line-height: 1em;
    text-transform: uppercase;
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0;
    margin-top: 1.5rem;
}
#menu ul a {
    color: var(--col-brand-blue-alt);
}
#menu ul li {
    height: auto;
    padding: 0.75rem 1.5rem;
}
#menu ul li span {
    font-size: 4vmin;
    font-style: italic;
    display: block;
    line-height: 1em;
    padding-top: 0.25em;
}
#menu ul .get-started {
    font-family: var(--txt-regular-alt);
    font-size: 1.25rem;
    font-style: normal;
    color: #ffffff;
    line-height: 1em;
    text-align: center;
    text-transform: capitalize;
    background-color: var(--col-brand-red);
    border-radius: 10px;
    padding: 0.5em 0.75em 0.6em 0.75em;
    margin-top: 0.5rem;
    display: inline-block;
}
#menu ul .get-started a {
    color: #ffffff;
    text-decoration: non;
}

/* HEADER */
.header {
    z-index: 5;
    /* border-bottom: var(--col-brand-blue-alt) solid 4px; */
    overflow: hidden;
}
.header .body_wrapper {
    padding: 1rem 1rem 0.25rem 1rem;
}
.header .body_wrapper::before {
    z-index: 1;
    width: 25%;
    height: 100%;
    content: "";
    background-color: var(--col-brand-blue-alt);
    position: absolute;
    top: 0;
    right: -1rem;
    transform: skew(-10deg);
}
.header .flag {
    z-index: 1;
    width: 50%;
    position: absolute;
    top: 0;
    left: -3.5rem;
}
.header .logo {
    z-index: 2;
    width: 50%;
    display: block;
    margin: 0 auto;
}
.header .hamburger {
    --_size: 0.5em;
    z-index: 2;
    width: calc( var(--_size) * 6 );
    height: auto;
    font-size: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    cursor: pointer;
}
.header .hamburger li {
    width: 100%;
    height: var(--_size);
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: var(--_size);
}
.header .hamburger li:last-child {
    margin-bottom: 0;
}

/* HOME - HOW IT WORKS */
.how-it-works {
	width: 100%;
	text-align: center;
    background-color: #004f9e;
	background-image: url("../img/how-it-works/how-it-works-background.png");
	background-size: 200%;
    background-position: top center;
	background-repeat: no-repeat;
	padding-top: 2rem;
}
.how-it-works,
.how-it-works * {
    position: relative;
    box-sizing: border-box;
}
.how-it-works a:hover,
.how-it-works a:focus {
    text-decoration: none;
}
.how-it-works .how-it-works_title,
.how-it-works .how-it-works_title_sub {
    font-family: var(--txt-heading-alt);
    text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
    line-height: 1em;
	margin: 0 auto;
    display: block;
}
.how-it-works .how-it-works_title {
	font-size: 3rem;
	color: #ffffff;
    line-height: 1.25em;
}
.how-it-works .how-it-works_title_sub {
	font-size: 2.5rem;
	color: var(--col-yellow);
    margin-top: 0.25em;
    margin-bottom: 0.5em;
}
.how-it-works .how-it-works_123 {
    width: 80%;
}
.how-it-works p {
	font-size: 1.35rem;
	line-height: normal;
	text-align: left;
}
.how-it-works .how-it-works_steps .how-it-works_steps_step {
	width: 100%;
	color: #ffffff;
    background: linear-gradient(to bottom, #1b61ba 1%, #014b9e 100%);
    border-bottom: var(--col-patent-blue) solid 2px;
    padding: 2rem 1rem;
}
.how-it-works .how-it-works_steps .how-it-works_steps_step:first-child {
    background: none;
    padding-top: 0;
}
.how-it-works .how-it-works_steps .how-it-works_steps_step:nth-child(3) {
    border: none;
}
.how-it-works .how-it-works_steps .how-it-works_steps_step .heading {
	font-family: var(--txt-strong);
	font-size: 1.5rem;
	text-shadow: 0 0 5px rgba(0,0,0,0.95);
}
.how-it-works .how-it-works_steps .how-it-works_steps_step .img {
	width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
}
.how-it-works .how-it-works_steps .how-it-works_steps_step ul {
	width: 90%;
	height: auto;
	font-family: var(--txt-regular-alt-black);
	font-size: 1.15rem;
	line-height: 1.25em;
	text-align: left;
	list-style: none;
	margin: 10px auto;
	padding: 0;
	position: relative;
}
.how-it-works .how-it-works_steps .how-it-works_steps_step ul li {
    padding-left: 1em;
	margin-top: 15px;
	position: relative;
}
.how-it-works .how-it-works_steps .how-it-works_steps_step ul li::before {
	width: 0.5em;
    height: 0.5em;
    content: "";
    background-color: var(--col-yellow);
    border-radius: 100%;
    position: absolute;
    top: 0.5em;
    left: 0;
}
.how-it-works .how-it-works_steps .how-it-works_steps_step
.how-it-works_steps_step_divider {
	position: absolute;
	top: 50px;
	right: -70px;
}
.how-it-works .how-it-works_steps .how-it-works_steps_step:nth-child(1) p {
    font-size: 1.15rem;
    line-height: 1.3em;
    margin: 0.5em;
}
.how-it-works .how-it-works_steps .how-it-works_steps_step:nth-child(2) .btn_orange {
    width: 0;
    height: 0;
    display: none;
    visibility: hidden;
}
.how-it-works .how-it-works_steps .how-it-works_steps_step:nth-child(3) .btn_orange {
    width: 100%;
    font-size: 2.5rem;
    padding-block: 0.25em;
    margin-top: 1rem;
}
.how-it-works .how-it-works_steps .how-it-works_steps_step:nth-child(3) ul li {
	font-size: 1.5rem;
}
.how-it-works .how-it-works_steps .how-it-works_steps_step:nth-child(3) ul li::before {
    width: 0.4em;
    height: 0.4em;
    top: 0.4em;
}
.how-it-works .how-it-works_copy {
    background-color: #ffffff;
    padding: 2rem 1.5rem;
}
.how-it-works .how-it-works_copy p {
	font-size: 1.25rem;
    line-height: 1.5em;
}
.how-it-works .how-it-works_copy p:first-child {
	margin-top: 0;
}

/* HOME - SHORTCUT BUTTONS */
.shortcut-buttons {
    font-size: 1rem;
    text-align: center;
    padding: 1rem 1rem 0 0.25rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.25rem;
}
.shortcut-buttons,
.shortcut-buttons * {
    position: relative;
    box-sizing: border-box;
}
.shortcut-buttons .btn_reg {
    --_bor-width: 0.25rem;
    --_skew-offset: 10deg;
    --_arrow-size: 0.75em;
    --_padding-inline: 0.3em;
    font-size: 1.25em;
    text-transform: capitalize;
    border-color: #ffffff;
    border-width: var(--_bor-width);
    box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.35);
    padding: 0.5em var(--_padding-inline);
    transform-origin: bottom right;
    transform: skewX( calc( var(--_skew-offset) * -1 ) );
    cursor: pointer;
}
.shortcut-buttons .btn_reg span {
    width: 100%;
    font-size: 1.15em;
    line-height: 1em;
    text-shadow: 0.05em 0.05em 0.05em rgba(0, 0, 0, 0.25);
    display: block;
    padding-right: calc( var(--_arrow-size) );
}
.shortcut-buttons .btn_reg:not(.btn-viagra) span {
    transform: skewX( var(--_skew-offset) );
    display: inline-block;
}
.shortcut-buttons .btn_reg span::after {
    width: 0;
    height: 0;
    content: "";
    background-image: none;
    margin: 0;
    display: none;
    visibility: hidden;
}
.shortcut-buttons .btn_reg span strong {
    font-weight: normal;
    text-transform: uppercase;
}
.shortcut-buttons .btn_reg .arrow {
    width: var(--_arrow-size);
    position: absolute;
    top: 50%;
    right: 0.25em;
    transform: translateY(-50%);
}
.shortcut-buttons .btn-alzheimers {
    background-color: var(--col-blue-dark);
}
.shortcut-buttons .btn-alzheimers span,
.shortcut-buttons .btn-cialis span {
    font-size: 0.85em;
}
.shortcut-buttons .btn-cialis {
    background-color: var(--col-brand);
}
.shortcut-buttons .btn_reg:hover,
.shortcut-buttons .btn_reg:focus {
    background-color: #2f47bb;
    border-color: var(--col-yellow);
    transform: skewX(calc(var(--_skew-offset) * -1)) translate(2px, 2px) scale(0.99);
}

/* HOME - BANNER - BLOCKBUSTER */
.banner-blockbuster-superpill {
    font-size: 1rem;
    text-align: center;
    padding: 1rem 0 1.5rem 0;
}
.banner-blockbuster-superpill,
.banner-blockbuster-superpill * {
    position: relative;
    box-sizing: border-box;
}
.banner-blockbuster-superpill * {
    text-wrap: pretty;
}
.banner-blockbuster-superpill h1 {
    font-size: 1.5em;
    font-style: italic;
    letter-spacing: -0.02em;
    margin: 0 auto 0.5em auto;
    padding: 0 1rem;
}
.banner-blockbuster-superpill h1 .red {
    color: var(--col-red);
}
.banner-blockbuster-superpill h1 .logo {
    width: 7.25em;
    height: 1em;
    font-size: 2em;
    color: transparent;
    background-image: url("../img/home/viagra-3x-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    display: block;
}
.banner-blockbuster-superpill h1 .logo-alt {
    width: 7.25em;
    height: 0.753em;
    background-image: url("../img/home/viagra-blue.png");
}
.banner-blockbuster-superpill .banner-img {
    width: 100%;
}
.banner-blockbuster-superpill .quote {
    font-family: var(--txt-heading);
    font-size: 1.4em;
    font-style: italic;
    line-height: 1.15em;
    padding: 0.75rem 1rem;
    display: block;
}
.banner-blockbuster-superpill .quote strong,
.banner-blockbuster-superpill .quote u {
    font-family: var(--txt-heading-heavy);
    color: var(--col-red);
}
.banner-blockbuster-superpill .quote strong {
    text-transform: uppercase;
}

/* HOME - BANNER - PILL OF THE CENTURY */
.banner-ed-pill-of-the-century {
    font-size: 1rem;
    text-align: center;
    padding: 1rem 0 1.5rem 0;
}
.banner-ed-pill-of-the-century,
.banner-ed-pill-of-the-century * {
    position: relative;
    box-sizing: border-box;
}
.banner-ed-pill-of-the-century * {
    text-wrap: pretty;
}
.banner-ed-pill-of-the-century .banner-img {
    width: 100%;
}
.banner-ed-pill-of-the-century .quote {
    font-family: var(--txt-heading);
    font-size: 1.4em;
    font-style: italic;
    line-height: 1.15em;
    padding: 0.75rem 1rem;
    display: block;
}
.banner-ed-pill-of-the-century .quote strong,
.banner-ed-pill-of-the-century .quote u {
    font-family: var(--txt-heading-heavy);
    color: var(--col-red);
}
.banner-ed-pill-of-the-century .quote strong {
    text-transform: uppercase;
}

/* HOME - MEDIA QUOTES */
.media-quotes {
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    padding: 1.5rem 0.5rem;
}
.media-quotes * {
    z-index: 2;
}
.media-quotes::before,
.media-quotes::after {
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
}
.media-quotes::before {
    height: 100%;
    background-image: url("../img/home/media-quotes/american-flag.png");
    top: 0;
    opacity: 0.5;
}
.media-quotes::after {
    height: 40%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    bottom: 0;
}
.media-quotes,
.media-quotes * {
    position: relative;
    box-sizing: border-box;
}
.media-quotes h2 {
    text-shadow:  0 0 0.5rem rgba(0, 0, 0, 0.75);
    margin: 0 auto 1rem auto;
}
.media-quotes .quotes {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}
.media-quotes .quotes .quote {
    border: var(--col-brand) solid 3px;
    background: linear-gradient(to bottom, rgba(0, 27, 67, 1) 0%, rgba(0, 20, 50, 1) 100%);
    border-radius: 10px;
    padding: 1rem;
    isolation: isolate;
}
.media-quotes .quotes .quote::before {
    z-index: -1;
    width: 60%;
    height: 100%;
    content: "";
    background: radial-gradient(ellipse at center, rgba(18, 42, 146, 1) 0%, rgba(18, 42, 146, 0) 75%);
    position: absolute;
    top: 0;
    right: 0;
}
.media-quotes .quotes .quote h3 {
    font-size: 1.75em;
    font-style: italic;
    margin: 0 0 0.5em 0;
}
.media-quotes .quotes .quote .logo {
    width: 50%;
    display: block;
}
.media-quotes .quotes .quote .stars {
    width: 38%;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}
.media-quotes .quotes .quote h4 {
    z-index: 2;
    font-family: var(--txt-alt);
    font-size: 1em;
    color: #929292;
    text-transform: uppercase;
    position: absolute;
    top: 2.25em;
    right: 1rem;
}
.media-quotes .quotes #quote-time .stars {
    bottom: 1.5rem;
}
.media-quotes .quotes #quote-new-york-times h3 {
    font-size: 1.6em;
}
.media-quotes .quotes #quote-new-york-times .stars {
    bottom: 3.75rem;
}
.media-quotes .quotes #quote-fortune {
    padding: 1.5rem 1rem 2.5rem 1rem;
}
.media-quotes .quotes #quote-fortune h3 {
    text-align: right;
    margin-bottom: 0.25em;
}
.media-quotes .quotes #quote-fortune .logo {
    width: 45%;
    margin-top: -2.25rem;
}
.media-quotes .quotes #quote-fortune h4 {
    font-size: 0.85em;
    right: 1.75rem;
}
.media-quotes .quotes #quote-fortune::after {
    font-family: var(--txt-alt);
    content: "magazine";
    text-transform: uppercase;
    letter-spacing: 0.2em;
    position: absolute;
    bottom: 0.6rem;
    left: 2.5rem;
}
.media-quotes .quotes #quote-fortune .stars {
    bottom: 0.75rem;
    right: 1.75rem;
}
.media-quotes .quotes #quote-chicago-tribune h3 {
    font-size: 1.45em;
}
.media-quotes .quotes #quote-chicago-tribune h4 {
    font-size: 0.9em;
}

/* HOME - ANIMATED BANNER - CTA */
.animated-banner {
    z-index: 4;
    font-size: 0.48rem;
    padding: 1rem;
}
.animated-banner,
.animated-banner * {
    position: relative;
    box-sizing: border-box;
}
.animated-banner .animated-banner-cta {
    --_col-light: var(--col-brand-red);
    --_col-dark: var(--col-brand-blue-alt);
    --_col-highlight: #53afff;
    --_col-text: #ffffff;
    --_border-radius: 1em;
    --_speed: 1.5s;
    width: 100%;
    font-family: var(--txt-heading-black);
    font-size: 3em;
    color: var(--_col-text);
    line-height: 1.15em;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0.5em var(--_col-light);
    background-color: var(--_col-light);
    border: var(--_col-light) solid 4px;
    border-radius: var(--_border-radius);
    padding: 0.5em 0.25em;
    will-change: transform;
}
.animated-banner .animated-banner-cta .top .logo {
    width: 6em;
    color: transparent;
    text-shadow: none;
    background-image: url("../img/home/viagra-logo.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}
.animated-banner .animated-banner-cta .middle {
    width: 100%;
    font-size: 1em;
    background-color: var(--_col-dark);
    border-radius: var(--_border-radius);
    padding: 0.5em 0.1em;
    margin: 0.25em auto;
}
.animated-banner .animated-banner-cta .middle > span {
    width: 32%;
    font-size: 1.15em;
    font-style: italic;
    line-height: 1.25em;
    display: inline-block;
    vertical-align: middle;
}
.animated-banner .animated-banner-cta .middle > .left u:first-child {
    font-size: 1.05em;
}
.animated-banner .animated-banner-cta .middle > .left u:last-child {
    color: var(--_col-highlight);
}
.animated-banner .animated-banner-cta .middle > .right > u:first-child {
    color: var(--_col-highlight);
}
.animated-banner .animated-banner-cta .middle > .right .one-word {
    font-size: 0.65em;
    margin-top: -0.25em;
    display: block;
}
.animated-banner .animated-banner-cta .bottom .click-here {
    font-family: var(--txt-alt-bold);
    font-size: 1.1em;
    display: inline-block;
    animation: animated-banner-pulse calc( var(--_speed) / 2 ) infinite;
}
.animated-banner .animated-banner-cta .pill {
    width: 6em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: animated-banner-pulse-twirl var(--_speed) infinite ease-in;
}
@keyframes animated-banner-pulse {

    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.1);
    }

    40% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }

}
@keyframes animated-banner-pulse-twirl {

    0% {
        transform: scale(0.9) rotate(-10deg);
    }

    30% {
        transform: scale(1.15) rotate(10deg);
    }

    60% {
        transform: scale(0.9) rotate(-10deg);
    }

    100% {
        transform: scale(0.9) rotate(-10deg);
    }

}

/* HOME - VIAGRA 3X - INFO */
.viagra-3x-info .banner-img {
    width: 100%;
    display: block;
}

/* HOME - KING KONG */
.king-kong img {
    width: 100%;
    display: block;
}

/* HOME - VIDEO - THIS STUFF IS GOLD */
.video-this-stuff-is-gold {
    background-color: #002f74;
}
.video-this-stuff-is-gold,
.video-this-stuff-is-gold * {
    position: relative;
    box-sizing: border-box;
}
.video-this-stuff-is-gold .vid {
    width: 100%;
    cursor: pointer;
}
.video-this-stuff-is-gold .vid > .sound {
    top: 17%;
}
.video-this-stuff-is-gold .gold-coins {
    text-align: center;
    padding: 1.5rem 1rem;
    isolation: isolate;
}
.video-this-stuff-is-gold .gold-coins::before,
.video-this-stuff-is-gold .gold-coins::after {
    z-index: -1;
    width: 100%;
    content: "";
    background: var(--col-brand-blue);
    position: absolute;
    left: 0;
}
.video-this-stuff-is-gold .gold-coins::before {
    height: 100%;
    background-image: url("../img/home/video-this-stuff-is-gold/american-flag.jpg");
    background-size: cover;
    top: 0;
}
.video-this-stuff-is-gold .gold-coins::after {
    height: 70%;
    background: linear-gradient(to bottom, rgba(0, 36, 93, 0) 0%, rgba(0, 36, 93, 1) 100%);
    bottom: 0;
}
.video-this-stuff-is-gold .gold-coins > img {
    width: 31%;
    display: inline-block;
}
.video-this-stuff-is-gold .gold-coins > img:not(:nth-child(3)),
.video-this-stuff-is-gold .gold-coins > img:not(:last-child) {
    margin-right: 1%;
}

/* HOME - ABSORPTION RATE */
.absorption-rate {
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    background-color: var(--col-brand-blue);
    padding: 1.5rem 1rem;
}
.absorption-rate,
.absorption-rate * {
    position: relative;
    box-sizing: border-box;
}
.absorption-rate .title {
    width: 100%;
    font-size: 1em;
}
.absorption-rate .title h2 {
    width: 100%;
    --_col: var(--col-brand-blue-alt);
    font-family: var(--txt-heading-black);
    font-size: 2em;
    text-transform: uppercase;
    margin: 0;
}
.absorption-rate .title h2 span {
    width: 100%;
    box-shadow: 0 0 0.3rem var(--_col);
    display: block;
    padding: 0.3em 0.5em;
    margin: 0 auto;
    transform: skew(-5deg);
}
.absorption-rate .title h2 span:first-child {
    color: var(--_col);
    background-color: #ffffff;
}
.absorption-rate .title h2 span:last-child {
    font-size: 1.75em;
    letter-spacing: 0.05em;
    background-color: var(--col-brand-red);
    margin-top: -0.15rem;
}
.absorption-rate .title h3 {
    width: 100%;
    font-size: 1.6em;
    font-style: italic;
    margin: 1rem 0 0 0;
}
.absorption-rate .title h3 strong {
    font-weight: normal;
    color: var(--col-yellow-alt);
    text-transform: uppercase;
    text-decoration: underline;
}
.absorption-rate .info {
    width: 100%;
    margin-top: 1rem;
}
.absorption-rate .info .vid {
    border: #2ae3fc solid 3px;
    border-radius: 10px;
    overflow: hidden;
}
.absorption-rate .info .copy {
    width: 100%;
    font-size: 1em;
    text-align: left;
    padding: 0 1rem;
    display: block;
}
.absorption-rate .info .copy h2 {
    font-size: 2.25em;
    line-height: 1.1em;
    margin: 1.5rem 0 0.75rem 0;
    text-wrap: pretty;
}
.absorption-rate .info .copy p {
    font-size: 1.25em;
    line-height: 1.4em;
    text-wrap: pretty;
    text-indent: 2em;
}
.absorption-rate .info .copy p strong,
.absorption-rate .info .copy p u {
    font-family: var(--txt-regular-alt-black);
    font-weight: normal;
}
.absorption-rate .info .copy p strong {
    color: var(--col-yellow-alt);
}
.absorption-rate .info .copy p u {
    text-transform: uppercase;
}

/* HOME - COMPARISON - VIAGRA 3x VS ORIGINAL VIAGRA */
.viagra-comparison {
    --_col-main: var(--col-brand-blue-alt);
    --_col-highlight: #4bb6ff;
    font-size: 1rem;
    padding: 1.5rem 0 0 0;
    display: grid;
    grid-template-columns: 1fr;
}
.viagra-comparison .product:nth-child(2) {
    border-top: rgba(0, 0, 0, 0.1) solid 2px;
    padding-top: 1.5rem;
}
.viagra-comparison .product .hero {
    width: 100%;
    display: block;
}
.viagra-comparison .product > ul {
    --_padding-inline: 0.75rem;
    --_padding-block: 1.5rem;
    --_icon-size: 2.5em;
    width: 100%;
    font-family: var(--txt-alt-bold);
    font-size: 1em;
    color: #ffffff;
    line-height: 1.25em;
    background-color: var(--_col-main);
    list-style: none;
    padding: 0;
    margin: 0;
}
.viagra-comparison .product > ul li {
    text-wrap: pretty;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.25) 100%);
    padding: var(--_padding-block) var(--_padding-inline);
    padding-left: calc( var(--_padding-inline) + ( var(--_icon-size) + var(--_padding-inline) ) );
    overflow: hidden;
    isolation: isolate;
}
.viagra-comparison .product > ul li::before {
    z-index: -1;
    width: 90%;
    height: 90%;
    content: "";
    background: radial-gradient(ellipse at center, rgba(55, 80, 162, 1) 0%, rgba(55, 80, 162, 0) 75%);
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.viagra-comparison .product > ul li .icon {
    width: var(--_icon-size);
    height: var(--_icon-size);
    position: absolute;
    top: 50%;
    left: var(--_padding-inline);
    transform: translateY(-50%);
}
.viagra-comparison .product > ul li strong {
    font-family: var(--txt-regular-alt-black);
    font-style: italic;
    font-weight: normal;
    color: var(--_col-highlight);
    text-transform: uppercase;
}
.viagra-comparison .product > ul li .big {
    font-family: var(--txt-plans-pod-strong);
    font-size: 1.5em;
    line-height: 1.15em;
    text-transform: uppercase;
}
.viagra-comparison .product > ul li sup {
    font-size: 0.5em;
}
.viagra-comparison .product > ul li .logo {
    font-size: 3em;
    color: transparent;
    /* background-image: url("../img/home/viagra-comparison/all-american-pharma-logo.png"); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 0.25em;
    margin-left: 0.5rem;
}
.viagra-comparison .product > ul li:last-child {
    text-align: center;
    padding: var(--_padding-block) 0.5rem;
    overflow: hidden;
}
.viagra-comparison .product > ul li .offer {
    width: 100%;
    font-size: 1.5em;
    font-style: italic;
    color: var(--_col-highlight);
    line-height: 1em;
    letter-spacing: -0.05em;
    margin: 0.5em auto 1.5em auto;
    display: block;
}
.viagra-comparison .product > ul li .offer u,
.viagra-comparison .product > ul li .offer strong {
    color: #ffffff;
}
.viagra-comparison .product > ul li .offer u {
    color: #ffffff;
    text-transform: uppercase;
}
.viagra-comparison .product > ul li .offer strong {
    font-size: 3em;
    vertical-align: text-bottom;
}
.viagra-comparison .product > ul li .cta {
    font-family: var(--txt-alt-bold);
    font-size: 1.5em;
    font-weight: normal;
    color: var(--col-brand-blue);
    line-height: 1em;
    text-transform: uppercase;
    /* text-shadow: 0 0 0.15em rgba(0, 0, 0, 0.5); */
    box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.25);
    background-color: var(--col-gold);
    border-radius: 1em;
    outline: none;
    border: none;
    padding: 0.5em 1em 0.35em 1em;
}
.viagra-comparison .product .tagline {
    width: max-content;
    font-family: var(--txt-alt-black);
    font-size: 1.35em;
    color: var(--_col-main);
    text-transform: capitalize;
    text-align: center;
    padding: 1.5rem 1rem;
    margin: 0 auto;
    display: block;
}
.viagra-comparison .product .tagline::before,
.viagra-comparison .product .tagline::after {
    width: 1em;
    height: 1.6em;
    font-size: 1.5rem;
    content: "";
    /* background-image: url("/qtest/alan/v10/img/home/viagra-comparison/reef.png"); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.viagra-comparison .product .tagline::before {
    left: -0.15em;
}
.viagra-comparison .product .tagline::after {
    right: -0.15em;
    transform: translateY(-50%) scaleX(-1);
}

/* GUARANTEE */
.guarantee {
    font-size: 1.25rem;
    border-top: rgba(0, 0, 0, 0.1) solid 1px !important;
}
.guarantee .container {
    padding: 1.5rem 0.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: center;
}
.guarantee .benefits-box {
    font-size: 1em;
    text-align: center;
    background-color: #ffffff;
    border: var(--col-brand-blue-alt) solid 5px;
    border-radius: 15px;
    box-shadow: 0.25em 0.25em 0.25em rgba(0, 0, 0, 0.15);
    padding-top: 1.5rem;
}
.guarantee .benefits-box h2,
.guarantee .benefits-box h3 {
    font-family: var(--txt-heading-black);
    font-size: 2em;
    padding: 0 0.5rem;
    margin: 0;
}
.guarantee .benefits-box img {
    width: 100%;
    display: block;
}
.guarantee .benefits-box .img-header {
    margin: 1rem auto;
}
.guarantee .benefits-box h3 {
    font-size: 1.6em;
    line-height: 1.25em;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
}
.guarantee .benefits-box h3 strong {
    font-size: 1.1em;
    font-weight: normal;
    text-transform: uppercase;
}
.guarantee .benefits-box h3 .blue {
    color: var(--col-brand-blue-alt);
}
.guarantee .benefits-box h3 .red {
    color: var(--col-brand-red);
}
.guarantee .benefits-box ul {
    font-family: var(--txt-regular);
    font-size: 0.8em;
    line-height: 1.6em;
    text-align: left;
    list-style: none;
    text-wrap: pretty;
    padding: 0;
    margin: 0 0 1rem 0;
}
.guarantee .benefits-box ul li {
    padding: 0.5rem 1.5rem;
}
.guarantee .benefits-box ul li:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.1);
}
.guarantee .benefits-box ul li strong {
    color: var(--col-brand-blue-alt);
    text-transform: uppercase;
}
.guarantee .guarantee-box {
    font-size: 1em;
    color: #ffffff;
    text-align: left;
    text-indent: 3em;
    border: #d31c30 solid 5px;
    background-color: #004c7d;
    border-radius: 15px;
    box-shadow: 0.25em 0.25em 0.25em rgba(0, 0, 0, 0.15);
    padding: 1.5rem 0;
}
.guarantee .guarantee-box img {
    width: 100%;
    display: block;
}
.guarantee .guarantee-box p {
    font-family: var(--txt-heading);
    font-size: 1.1em;
    padding: 1rem 1rem 0 1rem;
    margin: 0;
}

/* MADE IN USA */
.home .made-in-usa {
    font-size: 1rem;
    border: rgba(0, 0, 0, 0.1) solid 1px !important;
    background: linear-gradient(135deg, rgba(234, 234, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding-bottom: 1.5rem;
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
.home .made-in-usa img {
    width: 100%;
    display: block;
}
.home .made-in-usa .copy {
    padding: 0 1rem;
}
.home .made-in-usa .copy > h2 {
    font-family: var(--txt-default);
    font-size: 2em;
    text-align: center;
    line-height: 1.25em;
    margin: 0 auto 1.5rem auto;
    text-wrap: pretty;
}
.home .made-in-usa .copy > h2 strong {
    color: var(--col-brand-blue);
}
.home .made-in-usa .copy > h2 u {
    font-family: var(--txt-heading);
    color: var(--col-brand-red);
}
.home .made-in-usa .copy ul {
    font-size: 1.3em;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
}
.home .made-in-usa .copy ul li {
    padding-left: 1.5em;
    margin-block: 0.25em;
}
.home .made-in-usa .copy ul li svg {
    width: 1.5em;
    height: 1.5em;
    color: var(--col-brand-blue-alt);
    position: absolute;
    top: 0.1em;
    left: 0;
}
.home .made-in-usa .copy ul li u {
    font-family: var(--txt-heading);
    color: var(--col-brand-red);
}

/* FAQ */
.home .faq {
    text-align: center;
    /* border-top: rgba(0, 0, 0, 0.1) solid 1px !important; */
    margin-top: 2.5rem;
}
.home .faq .container {
    padding: 0 0.5rem;
}
.home .faq .container > h2 {
    font-family: var(--txt-heading);
    text-align: center;
    line-height: 1.25em;
}
.home .faq .qa {
    font-family: var(--txt-regular);
    font-size: 1rem;
    text-align: left;
    border-bottom: rgba(0, 0, 0, 0.1) solid 2px;
    margin-inline: auto;
    padding-block: 1em;
}
.home .faq .qa:last-child {
    border: none;
}
.home .faq .qa .a {
    z-index: 1;
    width: 100%;
    font-size: 1em;
    padding: 0 0.5em;
    padding-left: 3.57%;
}
.home .faq .qa .a span {
    line-height: 0;
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0;
    opacity: 0;
    transition: line-height 0.3s ease-in-out, padding 0.3s ease-in-out, opacity 0.15s ease-in-out;
}
.home .faq .qa .toggle {
    display: none;
    visibility: hidden;
}
.home .faq .qa label {
    z-index: 2;
    width: 100%;
    font-family: var(--txt-regular-alt);
    font-size: 1.25em;
    color: var(--col-brand-blue);
    line-height: 1.25em;
    text-transform: none;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 0 0.5em;
    cursor: pointer;
}
.home .faq .qa label span {
    width: 90%;
    display: inline-block;
    vertical-align: top;
}
.home .faq .qa label div {
    --_col: var(--col-brand-red);
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.4em;
    margin-right: 0.25em;
    transition: transform 0.3s ease-in-out;
}
.home .faq .qa label div::before {
    width: 3px;
    height: 100%;
    content: "";
    background-color: var(--_col);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: opacity 0.3s ease-in-out;
}
.home .faq .qa label div::after {
    width: 100%;
    height: 3px;
    content: "";
    background-color: var(--_col);
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    transition: opacity 0.3s ease-in-out;
}
.home .faq .qa .toggle:checked ~ label div {
    transform: rotate(-90deg);
}
.home .faq .qa .toggle:checked ~ label div::after {
    opacity: 0;
}
.home .faq .qa .toggle:checked ~ .a span {
    line-height: 1.65;
    padding-top: 1em;
    padding-bottom: 0.5em;
    opacity: 1;
    transition: line-height 0.3s ease-in-out, padding 0.3s ease-in-out, opacity 0.15s ease-in-out 0.15s;
}

/* FOOTER */
footer {
    z-index: 1;
    font-family: var(--txt-regular);
    color: var(--col-gray-dark);
    text-align: left;
    background-color: var(--col-grey);
    padding: 2.5rem 0;
}
footer .body_wrapper {
    background-color: transparent;
    padding: 0 2rem;
}
footer .logo {
    width: 75%;
    margin: 0 auto;
    display: block;
}
footer nav {
    width: 100%;
    margin: 2rem 0;
    position: relative;
}
footer nav ul {
    width: 100%;
    font-size: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
footer nav ul a {
    color: var(--col-gray-dark);
}
footer nav ul a:hover,
footer nav ul a:focus {
    text-decoration: none;
}
footer nav ul li {
    width: 45%;
    margin: 0.25em 0.4em;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    transition: color var(--hover-speed) ease-out;
}
footer nav ul a {
    transition: color var(--hover-speed) ease-out;
}
footer nav ul a:hover,
footer nav ul a:focus,
footer nav ul li:hover,
footer nav ul li:focus {
    color: var(--col-brand-red-alt);
    text-decoration: none;
}
footer .divide {
    width: 100%;
    height: 2px;
    background-color: var(--col-gray-dark);
    margin: 2rem 0;
    margin-top: 2.5rem;
}
footer .menu-sub-footer {
    margin-top: 0;
    margin-bottom: 1rem;
}
footer .menu-sub-footer ul li {
    width: max-content;
    padding: 0 1em;
    padding-left: 0;
}
footer .menu-sub-footer ul li:not(:last-child)::after {
    width: 2px;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
}
footer p {
    font-size: 0.9rem;
}
footer .copy {
    font-size: 0.75rem;
}
footer .copy .legitscript {
    width: 30%;
    margin: 0 auto 1.5rem auto;
    display: block;
}
footer .copy .legitscript img {
    width: 100%;
    height: auto;
    display: block;
}

/* --------------- TABLET --------------- */
@media screen and (min-width: 700px) {

    /* VIDEO */
    .vid-sound {
        font-size: 1.35rem;
    }
    .vid-sound .hideFromMobile {
        width: auto;
        height: auto;
        display: inline;
        visibility: visible;
    }

    /* HOME - MEDIA QUOTES */
    .media-quotes .quotes {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    /* HOME - ABSORPTION RATE */
    .absorption-rate {
        font-size: 1.5rem;
        padding: 2rem;
    }
    .absorption-rate .title {
        width: max-content;
        font-size: 1em;
        margin: 0 auto;
    }
    .absorption-rate .info .copy {
        font-size: 1em;
    }

    /* HOME - COMPARISON - VIAGRA 3x VS ORIGINAL VIAGRA */
    .viagra-comparison {
        font-size: 1.4rem;
    }
    .viagra-comparison .product > ul {
        --_padding-inline: 1.5rem;
        --_padding-block: 2.5rem;
        --_icon-size: 3em;
    }
    .viagra-comparison .product > ul li .cta {
        font-size: 2em;
    }

    /* HOME - ANIMATED BANNER - CTA */
    .animated-banner {
        font-size: 1rem;
        padding: 1.5rem;
    }

}

/* --------------- DESKTOP --------------- */
@media screen and (min-width: 1150px) {

    /* SETUP */
    .background_tile {
        z-index: 0;
        width: 100%;
        height: 100%;
        background: var(--col-brand-blue);
        display: block;
        visibility: visible;
        position: fixed;
        overflow: hidden;
        top: 0;
        left: 0;
    }
    .background_tile::before,
    .background_tile > img {
        width: 100%;
        position: absolute;
        left: 0;
    }
    .background_tile::before {
        height: 100%;
        content: "";
        background: var(--col-brand-blue);
        background: url("../img/misc/america-stars-tile.png"), linear-gradient(to bottom,  rgba(119, 148, 194, 1) 0%,rgba(0, 36, 93,1) 100%);
        background-size: 135px, 90px;
        top: 0;
        opacity: 0.15;
    }
    .background_tile > img {
        bottom: 0;
    }

    /* COMMON */
    .heading, h1, h2, h3 {
        font-size: 2em;
    }
    .hideFromDesktop {
		width: 0;
		height: 0;
		display: none !important;
		visibility: hidden !important;
	}
    .hideFromMobile {
		width: auto;
		height: auto;
		display: inline-block;
		visibility: visible;
    }

    /* VIDEO */
    .vid-sound {
        font-size: 1.75rem;
    }

    /* HEADER */
    .header {
        z-index: 5;
        border: none;
        /* border-bottom: var(--col-brand-blue-alt) solid 4px; */
    }
    .header::before,
    .header::after {
        z-index: -1;
        width: 50%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
    }
    .header::before {
        background-color: #ffffff;
        left: 0;
    }
    .header::after {
        background-color: var(--col-brand-blue-alt);
        right: 0;
    }
    .header .body_wrapper {
        background-color: #ffffff;
        padding: 1rem 1rem 0.25rem 1rem;
    }
    .header .body_wrapper::before {
        z-index: 1;
        width: 65%;
        height: 100%;
        content: "";
        background-color: var(--col-brand-blue-alt);
        position: absolute;
        top: 0;
        right: -2rem;
        transform: skew(-10deg);
    }
    .header .flag {
        z-index: 1;
        width: 22.5rem;
        position: absolute;
        top: 0;
        left: -13rem;
    }
    .header .logo {
        z-index: 2;
        width: 18rem;
        display: block;
        margin-left: 5rem;
    }
    .header .hamburger {
        --_size: 0.5em;
        z-index: 2;
        width: calc( var(--_size) * 6 );
        height: auto;
        font-size: 1rem;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        cursor: pointer;
    }
    .header .header_menu {
        z-index: 2;
        font-family: var(--txt-regular-alt);
        font-size: 1.65rem;
        line-height: 1em;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        list-style: none;
        margin: 0;
        padding: 0;
        padding-bottom: 0.75em;
        display: block;
        position: absolute;
        top: 50%;
        right: 2rem;
        transform: translateY(-50%);
    }
    .header .header_menu li {
        color: #ffffff;
        border-right: var(--col-brand) solid 2px;
        display: inline-block;
        vertical-align: middle;
        padding: 0.25em 0.75em;
        transition: color var(--hover-speed) ease;
        cursor: pointer;
    }
    .header .header_menu li:last-child {
        border: none;
        padding-right: 0;
    }
    .header .header_menu li:hover, .header .header_menu li:hover a {
        color: #ffffff;
        text-decoration: none;
    }
    .header .header_menu li a {
        color: #ffffff;
        text-decoration: none;
        transition: color var(--hover-speed) ease;
    }
    .header .header_menu li a:hover {
        color: var(--col-brand);
        text-decoration: none;
    }
    .header .header_menu .header_menu_highlight {
        color: var(--col-brand);
        text-decoration: none;
    }
    .header .header_menu .header_menu_highlight a {
        color: var(--col-brand);
    }
    .header .get-started {
        z-index: 2;
        width: max-content;
        font-size: 0.9rem;
        color: #ffffff;
        line-height: 1em;
        text-transform: capitalize;
        background-color: var(--col-brand-red);
        border-radius: 0.75em;
        padding: 0.65em 0.75em;
        padding-bottom: 0.75em;
        display: block;
        position: absolute;
        bottom: 0.75em;
        right: 2.5rem;
        transition: background-color var(--hover-speed) ease-in-out;
        cursor: pointer;
    }
    .header .get-started:hover,
    .header .get-started:focus {
        background-color: var(--col-brand);
    }

    /* HOME - BANNER - BLOCKBUSTER */
    .banner-blockbuster-superpill {
        font-size: 1.85rem;
        padding: 2rem 0;
    }
    .banner-blockbuster-superpill h1 {
        z-index: 2;
        font-size: 2.5em;
    }
    .banner-blockbuster-superpill h1 .logo {
        font-size: 1.55em;
        margin-left: 1rem;
    }
    .banner-blockbuster-superpill img {
        z-index: 1;
        margin-top: -8rem;
    }
    .banner-blockbuster-superpill .quote {
        font-size: 1.45em;
        padding: 0.75rem 1.25rem;
    }

    /* HOME - BANNER - PILL OF THE CENTURY */
    .banner-ed-pill-of-the-century {
        font-size: 1.85rem;
        padding: 0 0 2.5rem 0;
    }
    .banner-ed-pill-of-the-century img {
        z-index: 1;
        margin-top: 0;
    }
    .banner-ed-pill-of-the-century .quote {
        font-size: 1.45em;
        padding: 0.75rem 1.25rem;
    }

    /* HOME - MEDIA QUOTES */
    .media-quotes {
        font-size: 1.5rem;
        padding: 2rem;
    }
    .media-quotes h2 {
        font-size: 4rem;
        margin-bottom: 0.5em;
    }
    .media-quotes .quotes .quote h4 {
        margin-top: 1em;
    }
    .media-quotes .quotes #quote-time {
        padding-top: 1.5em;
    }
    .media-quotes .quotes #quote-time h4 {
        margin-top: 1.5em;
    }
    .media-quotes .quotes #quote-time .stars {
        bottom: 4.5rem;
    }
    .media-quotes .quotes #quote-new-york-times .stars {
        bottom: 5rem;
    }
    .media-quotes .quotes #quote-fortune h4 {
        margin-top: 1.5em;
    }

    /* HOME - VIDEO - THIS STUFF IS GOLD */
    .video-this-stuff-is-gold .gold-coins {
        padding: 2.5rem;
        overflow: hidden;
    }
    .video-this-stuff-is-gold .gold-coins {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 1rem;
    }
    .video-this-stuff-is-gold .gold-coins > img {
        width: auto;
        display: block;
    }
    .video-this-stuff-is-gold .gold-coins > img:not(:nth-child(3)),
    .video-this-stuff-is-gold .gold-coins > img:not(:last-child) {
        margin-right: 0;
    }

    /* HOME - ABSORPTION RATE */
    .absorption-rate {
        font-size: 1.2rem;
        color: #ffffff;
        text-align: center;
        padding: 2.5rem;
    }
    .absorption-rate,
    .absorption-rate * {
        position: relative;
        box-sizing: border-box;
    }
    .absorption-rate .title {
        width: 100%;
        font-size: 1.4em;
    }
    .absorption-rate .title h2 span {
        width: max-content;
        box-shadow: 0 0 0.3rem var(--_col);
        display: inline-block;
        vertical-align: middle;
    }
    .absorption-rate .title h2 span:first-child {
        letter-spacing: -0.02em;
    }
    .absorption-rate .title h2 span:last-child {
        letter-spacing: normal;
        margin-top: 0;
        margin-left: -1rem;
    }
    .absorption-rate .title h3 {
        width: 100%;
        font-size: 2.6em;
        font-style: italic;
        letter-spacing: 0.02em;
        margin: 1rem 0 0 0;
    }
    .absorption-rate .title h3 strong {
        font-weight: normal;
        color: var(--col-yellow-alt);
        text-transform: uppercase;
        text-decoration: underline;
    }
    .absorption-rate .info {
        margin-top: 2rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        align-items: center;
    }
    .absorption-rate .info .copy {
        width: 100%;
        font-size: 1.05em;
        text-align: left;
        padding: 0 1rem;
        display: block;
    }
    .absorption-rate .info .copy h2 {
        font-size: 2em;
    }
    .absorption-rate .info .copy p:last-child {
        margin-bottom: 0;
    }

    /* HOME - COMPARISON - VIAGRA 3x VS ORIGINAL VIAGRA */
    .viagra-comparison {
        font-size: 2.2rem;
        background-color: var(--col-brand-blue);
        padding: 2rem 10rem 3rem 10rem;
        align-items: top;
    }
    .viagra-comparison * {
        z-index: 2;
    }
    .viagra-comparison::before {
        z-index: 1;
        width: 100%;
        height: 100%;
        content: "";
        background-image: url("../img/home/viagra-comparison/american-theme-tile.jpg");
        background-size: 150px, 150px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.75;
    }
    .viagra-comparison::after {
        z-index: 1;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 36, 93, 0.5) 0%, rgba(0, 36, 93, 1) 85%);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
    }
    .viagra-comparison .product,
    .viagra-comparison .product:nth-child(2) {
        border: var(--_col-main) solid 5px;
        border-radius: 15px;
        padding-top: 1.5rem;
    }
    .viagra-comparison .product {
        background-color: #ffffff;
        box-shadow: 0 0 0.5rem var(--_col-highlight);
        transition: transform var(--hover-speed) ease-in-out,
                    border-color var(--hover-speed) ease-in-out;
        cursor: pointer;
        will-change: transform;
    }
    .viagra-comparison .product:hover,
    .viagra-comparison .product:focus {
        transform: scale(1.01);
        border-color: var(--_col-highlight);
    }
    .viagra-comparison .product > ul {
        --_padding-inline: 1.5rem;
        --_padding-block: 2.5rem;
        --_icon-size: 3em;
    }
    .viagra-comparison #product-viagra-original > ul {
        --_padding-block: 3.25rem;
    }
    .viagra-comparison .product > ul li .cta {
        font-size: 1.5em;
        cursor: pointer;
        transition: background-color var(--hover-speed) ease-in-out;
    }
    .viagra-comparison .product > ul li .cta:hover,
    .viagra-comparison .product > ul li .cta:focus {
        background-color: #ffffff;
    }

    /* HOME - ANIMATED BANNER - CTA */
    .animated-banner {
        font-size: 1rem;
        padding: 1.5rem 2.5rem;
    }
    .animated-banner .animated-banner-cta {
        padding: 0.15em 0.5em;
        transition: transform var(--hover-speed) ease-in-out,
                    border-color var(--hover-speed) ease-in-out;
        cursor: pointer;
    }
    .animated-banner .animated-banner-cta:hover,
    .animated-banner .animated-banner-cta:focus {
        transform: scale(1.05);
        border-color: var(--col-brand-blue);
    }
    .animated-banner .animated-banner-cta:hover .pill,
    .animated-banner .animated-banner-cta:focus .pill,
    .animated-banner .animated-banner-cta:hover .bottom .click-here,
    .animated-banner .animated-banner-cta:focus .bottom .click-here {
        animation-play-state: paused;
    }
    .animated-banner .animated-banner-cta .middle {
        font-size: 0.85em;
        padding: 0.2em 0 0.35em 0;
    }
    .animated-banner .animated-banner-cta .top,
    .animated-banner .animated-banner-cta .middle,
    .animated-banner .animated-banner-cta .bottom {
        text-align: right;
        padding-right: 2rem;
    }
    .animated-banner .animated-banner-cta .middle > span {
        display: inline;
    }
    .animated-banner .animated-banner-cta .middle > .right .one-word {
        font-size: 1em;
        color: var(--_col-highlight);
        margin-top: 0;
        display: inline;
    }
    .animated-banner .animated-banner-cta .middle > .right > u:first-child {
        color: #ffffff;
    }
    .animated-banner .animated-banner-cta .pill {
        width: 8em;
        left: -2rem;
        right: auto;
    }

    /* GUARANTEE */
    .guarantee .container {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        padding: 3rem 2rem;
    }
    .guarantee .benefits-box h2 {
        font-size: 1.5em;
    }
    .guarantee .benefits-box h3 {
        font-size: 1.85em;
    }
    .guarantee .guarantee-box {
        height: 90.75rem;
        font-size: 1.55rem;
        line-height: 1.55em;
        border: #d31c30 solid 5px;
        background-color: #004c7d;
        border-radius: 15px;
        padding: 7rem 0 2rem 0;
        margin: 0 auto;
        overflow: hidden;
    }
    .guarantee .guarantee-box img {
        width: 100%;
        display: block;
    }
    .guarantee .guarantee-box p {
        font-family: var(--txt-heading);
        font-size: 1.1em;
        padding: 3rem 2rem 0 2rem;
        margin: 0;
    }
    .guarantee .guarantee-box .img-flag-header {
        position: absolute;
        top: 0;
        left: 0;
    }
    .guarantee .guarantee-box .img-flag-footer {
        margin-top: 6rem;
        display: block;
    }

    /* FAQ */
    .home .faq {
        margin-top: 4rem;
    }
    .home .faq .container {
        padding: 0 4rem 2rem 4rem;
    }
    .home .faq h2 {
        font-size: 4rem;
    }
    .home .faq .qa {
        font-size: 1.25rem;
    }

    /* MADE IN USA */
    .home .made-in-usa {
        font-size: 1.5rem;
        margin-top: 2.5rem;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        padding: 2.5rem 2rem;
        align-items: center;
    }
    .home .made-in-usa img {
        border-radius: 10px;
        box-shadow: 0.15rem 0.15rem 0.5rem rgba(0, 0, 0, 0.5);
        transition: transform var(--hover-speed) ease-out;
        will-change: transform;
    }
    .home .made-in-usa img:hover,
    .home .made-in-usa img:focus {
        transform: scale(0.99);
    }
    .home .made-in-usa .copy h2 {
        font-size: 1.85em;
        margin-bottom: 2.5rem;
    }
    .home .made-in-usa .copy ul {
        line-height: 1.4em;
    }
    .home .made-in-usa .copy ul li {
        margin: 2rem 0;
    }
    .home .made-in-usa .copy ul li svg {
        top: 0;
    }

    /* FOOTER */
    footer {
        padding: 4rem 0;
    }
    footer .logo {
        width: 30%;
        margin: 0;
        margin-top: -1.5rem;
        display: inline-block;
        vertical-align: top;
    }
    footer nav {
        width: 40%;
        margin: 0;
        margin-left: 14rem;
        margin-right: 3rem;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }
    footer nav ul {
        font-size: 1rem;
    }
    footer nav ul li {
        width: 45%;
    }
    footer .social {
        display: inline-block;
        vertical-align: top;
    }
    footer .menu-sub-footer {
        z-index: 2;
        width: max-content;
        margin: 0;
        position: absolute;
        bottom: 0;
        right: 2rem;
    }
    footer .menu-sub-footer ul li:last-child {
        padding-right: 0;
    }
    footer p {
        font-size: 0.75rem;
    }
    footer .copy {
        margin: 2rem auto;
    }
    footer .copy .legitscript {
        width: 6rem;
        margin: 0;
        position: absolute;
        top: -9rem;
        right: 2rem;
    }

}

/* --------------- MOBILE FIX (MOST DEVICES) --------------- */
/* @media screen and (max-width: 700px) {

} */

/* --------------- MOBILE FIX (SOME SMALLER DEVICES) --------------- */
/* @media screen and (max-width: 400px) {

} */
