html,
body {
    height: 100%;
}

#page-content {
    flex: 1 0 auto;
}

#sticky-footer {
    flex-shrink: none;
}

body {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    color: #1a1a1a;
    font-size: 1.375rem;
    font-weight: 400;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}
p {
    margin-bottom: 2rem;
}
section {
    padding: 4rem 0;
}

.logo {
    width: 225px;
}
.hero {
    background: url("../img/bg-hero-fe.jpg") no-repeat;
    background-color: #fafafa;
    background-size: cover;
    background-position: center center;
    padding: 5rem 0 5rem 0;
}
.hero-home {
    padding: 5rem 0 12rem 0;
}

.affiliate-updates-callout {
    max-width: 44rem;
    padding: 1.5rem 1.5rem 1.6rem;
    border: 1px solid rgba(185, 146, 68, 0.24);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 247, 0.9)),
        linear-gradient(120deg, rgba(126, 212, 207, 0.12), rgba(215, 178, 102, 0.1));
    box-shadow: 0 22px 50px rgba(28, 63, 72, 0.12);
}

.affiliate-updates-callout h5 {
    color: #000 !important;
    letter-spacing: 0.01em;
}

.affiliate-updates-callout p {
    margin-bottom: 0;
}

.affiliate-updates-callout a.affiliate-updates-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: min(100%, 42rem);
    padding: 1rem 4.6rem 1rem 1.85rem;
    border-radius: 999px;
    text-decoration: none;
    text-transform: uppercase;
    color: #4f3a0c !important;
    background: linear-gradient(135deg, #f4d98c 0%, #d8b063 55%, #bf9142 100%);
    box-shadow: 0 20px 36px rgba(136, 106, 30, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    overflow: visible;
}

.affiliate-updates-button__label {
    position: relative;
    z-index: 1;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.04em;
}

.affiliate-updates-callout a.affiliate-updates-button::after {
    content: "";
    position: absolute;
    right: 2.55rem;
    bottom: 0.65rem;
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    box-shadow:
        1.35rem 0.4rem 0 -0.38rem rgba(79, 58, 12, 0.88),
        1rem 0.9rem 0 -0.4rem rgba(79, 58, 12, 0.88),
        0.55rem 1.15rem 0 -0.42rem rgba(79, 58, 12, 0.88),
        0.15rem 0.95rem 0 -0.42rem rgba(79, 58, 12, 0.88);
    opacity: 0;
    animation: affiliate-click-burst 1.8s ease-out infinite;
}

.affiliate-updates-callout a.affiliate-updates-button:hover,
.affiliate-updates-callout a.affiliate-updates-button:focus {
    color: #4f3a0c !important;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 24px 42px rgba(136, 106, 30, 0.3);
    filter: brightness(1.02);
}

.affiliate-updates-button__cursor {
    position: absolute;
    right: 0.95rem;
    bottom: -0.15rem;
    z-index: 1;
    font-size: 2rem;
    line-height: 1;
    color: #fffdf7;
    transform: rotate(-12deg);
    text-shadow:
        -2px -2px 0 rgba(79, 58, 12, 0.9),
        2px 2px 0 rgba(79, 58, 12, 0.9),
        4px 4px 0 rgba(136, 106, 30, 0.2);
    transform-origin: 70% 25%;
    animation: affiliate-pointer-click 1.8s ease-in-out infinite;
}

@keyframes affiliate-pointer-click {
    0%,
    18%,
    100% {
        transform: rotate(-12deg) scale(1);
    }

    24% {
        transform: rotate(-12deg) translate(1px, 3px) scale(0.94);
    }

    32% {
        transform: rotate(-12deg) translate(0, 0) scale(1);
    }
}

@keyframes affiliate-click-burst {
    0%,
    18%,
    100% {
        opacity: 0;
        transform: scale(0.7);
    }

    24% {
        opacity: 1;
        transform: scale(1);
    }

    36% {
        opacity: 0;
        transform: scale(1.15);
    }
}

.text-red {
    color: #ff0000;
}
.text-cape-palliser {
    color: #9b7249;
}

.link-indicator {
    text-decoration: underline;
    color: #4472c4;
}

.reg-box {
    border: 1px dashed #cc9900;
    border-width: 2px;
    background-color: #fff;
    padding: 2rem 2rem 0 2rem !important;
    margin-bottom: 1rem;
}

.form-control {
    color: #000;
    background-color: #eeeeee;
    border: 0;
    border-radius: 6px;
}

.product-list {
    list-style: none;
}
.product-list li::before {
    content: "\2714\0020";
    color: #438600;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1.2em;
    margin-right: 1rem;
}
.product-list > li {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 15px;
}

.menu {
    position: sticky;
    top: 30px;
}
.menu li {
    display: block;
    font-size: 1.125rem;
    text-align: left;
    margin-bottom: 10px;
}
.menu li:last-child {
    margin-right: 0;
}
.menu-item {
    font-size: 1.125rem;
    color: #333;
    display: block;
    padding: 5px 20px;
    margin-bottom: 10px;
}
.menu-item:hover {
    text-decoration: none;
    color: #d4af37;
}
.menu-item i {
    margin-right: 8px;
    width: 25px;
    text-align: center;
}
.menu-item.active {
    color: #d4af37 !important;
    border-radius: 5px;
    background-color: #f5a62320 !important;
    border-radius: 6px;
}

.card-swipes .form-group {
    display: flex;
    align-items: center;
}
.card-swipes .form-group label {
    width: 100px;
    font-size: 0.9rem;
}
.card-swipes .form-group .form-control {
    font-size: 0.9rem;
    background-color: transparent;
}
.card-swipes .form-group .copy-to-clipboard {
    margin-left: 10px;
}
.card-signup .btn {
    text-transform: none;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    white-space: unset;
}

.card-testimonial {
    position: relative;
    border-radius: 10px;
    color: #252f6d;
    background-image: -moz-linear-gradient(
        0deg,
        rgb(217, 241, 253) 0%,
        rgb(223, 249, 238) 100%
    );
    background-image: -webkit-linear-gradient(
        0deg,
        rgb(217, 241, 253) 0%,
        rgb(223, 249, 238) 100%
    );
    background-image: -ms-linear-gradient(
        0deg,
        rgb(217, 241, 253) 0%,
        rgb(223, 249, 238) 100%
    );
    border: 0;
}
.card-testimonial img {
    position: absolute;
    top: 10px;
    left: 10px;
}
.card-testimonial_verse img {
    width: 190px;
}
.card-tools {
    border: 2px solid #ececec;
    border-radius: 6px;
}

.section-pull-up {
    margin-top: -15rem;
}
.btn-box {
    border-style: solid;
    border-width: 1px;
    border-color: #166312;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 15px 0px rgba(230, 230, 230, 0.75);
    display: block;
    color: #000;
    text-align: center;
    padding: 3rem 1rem;
    border-radius: 10px;
}
.btn-box:hover {
    color: #000;
    text-decoration: none;
    box-shadow: none;
}

.logo-default {
    width: 140px;
    max-width: 100%;
    height: 40px;
    background-color: #d7fffb29;
    border-radius: 4px;
    display: inline-block;
}
.product-default {
    filter: brightness(0) saturate(100%) invert(95%) sepia(2%) saturate(5925%)
        hue-rotate(169deg) brightness(91%) contrast(106%);
}

footer {
    background-color: #070a0f;
    color: #fff;
    font-size: 0.875rem;
}
footer .fw-700 {
    font-weight: 400 !important;
}
footer a {
    color: #fff;
}

.bg-card-header,
.card-heading {
    background-color: #faaca8;
    background-image: linear-gradient(19deg, #faaca8 0%, #ddd6f3 100%);
}

.btn-promote {
    border: none;
    border-radius: 6px;
    font-weight: 600;
    background: linear-gradient(227deg, #fd8b40, #fdcf40);
    background-size: 400% 400%;
    -webkit-animation: ButtonAnimate 2s ease infinite;
    -moz-animation: ButtonAnimate 2s ease infinite;
    animation: ButtonAnimate 2s ease infinite;
}
.btn-promote:hover,
.btn-promote:focus,
.btn-promote:active {
    background-color: #f37624 !important;
    outline: none;
}
.btn-promote span {
    display: block;
    font-size: 1.75rem;
    line-height: normal;
}

.btn-signup {
    background-image: linear-gradient(
        109.6deg,
        rgba(39, 142, 255, 1) 11.2%,
        rgba(98, 113, 255, 0.78) 100.2%
    );
    color: white;
    border: none;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.6 0.625rem;
    border-radius: 3rem;
    box-shadow: 0 3px 0 #114674;
}

.btn {
    border: 0;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.75rem 3rem;
    line-height: 1;
}
.btn-primary {
    background-color: #65a72b;
}
.btn-primary:hover {
    background-color: #599425;
}
.btn-secondary {
    background-color: #fbcd2f;
    color: #1b1e2e !important;
}
.btn-secondary:hover {
    background-color: #ecbf2c;
    color: #0c311d !important;
}
.btn-primary > span {
    text-transform: none;
    color: #fff;
}
.btn-primary .dollar {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 0;
}
.text-primary {
    color: #3dd6c6 !important;
}
.text-secondary {
    color: #d4af37 !important;
}
.text-primary-alt {
    color: #ffc96f !important;
}
.text-info {
    color: #007bff !important;
}
.bg-ltgray {
    background-color: #f9f9fd;
}
.bg-ltcream {
    background-color: #f9f8f9;
}
.lh-normal {
    line-height: normal !important;
}
.lh-1 {
    line-height: 1.1 !important;
}
.lh-2 {
    line-height: 1.4 !important;
}
.ff-lato {
    font-family: "Lato", sans-serif !important;
}
.fs-xs {
    font-size: 0.9rem;
}
.fs-default {
    font-size: 1rem;
}
.fs-sm {
    font-size: 1.2rem !important;
}
.fs-md {
    font-size: 1.8rem;
}
.fs-18 {
    font-size: 1.125rem !important;
}
.fs-20 {
    font-size: 1.25rem !important;
}
.fs-22 {
    font-size: 1.3rem !important;
}
.fs-24 {
    font-size: 1.5rem !important;
}
.fs-28 {
    font-size: 1.75rem !important;
}
.fs-30 {
    font-size: 1.875rem !important;
}
.fs-36 {
    font-size: 2.25rem !important;
}
.fs-40 {
    font-size: 2.6rem !important;
}
.fs-50 {
    font-size: 3.125rem !important;
}
.fs-60 {
    font-size: 3.75rem !important;
}
.fw-800 {
    font-weight: 800;
}
.fw-700 {
    font-weight: 700;
}
.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}
.fw-400 {
    font-weight: 400;
}
.fw-300 {
    font-weight: 300;
}
.flex-1 {
    flex: 1;
}
.mb-6 {
    margin-bottom: 4rem !important;
}
.mb-7 {
    margin-bottom: 5rem !important;
}
.mb-8 {
    margin-bottom: 6rem !important;
}
.mb-10 {
    margin-bottom: 8rem !important;
}
.mb-12 {
    margin-bottom: 10rem !important;
}
.mb-16 {
    margin-bottom: 14rem !important;
}
.mt-6 {
    margin-top: 4rem;
}
.mt-7 {
    margin-top: 5rem;
}
.w-40 {
    width: 40%;
}
.w-60 {
    width: 60%;
}
.w-90 {
    width: 90%;
}
.word-break {
    word-break: break-all;
}
b {
    font-weight: 700;
}

@-webkit-keyframes ButtonAnimate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 51%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@-moz-keyframes ButtonAnimate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 51%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes ButtonAnimate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 51%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 767px) {
    section {
        padding: 3rem 0;
    }
    p {
        font-size: 1.125rem;
        margin-bottom: 1.125rem;
    }
    ul > li {
        font-size: 1.25rem;
    }
    .logo {
        width: 180px;
    }
    .hero {
        padding: 3rem 0;
    }
    .hero-home {
        padding: 3rem 0 14rem 0;
    }
    .hero h1 {
        font-size: 2rem;
    }
    .hero br {
        display: none;
    }
    .mb-6 {
        margin-bottom: 2.5rem !important;
    }
    .mb-7 {
        margin-bottom: 3rem !important;
    }
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .fs-default {
        font-size: 0.8rem !important;
    }
    .fs-18,
    .fs-20,
    .fs-22 {
        font-size: 1rem !important;
    }
    .fs-24 {
        font-size: 1.125rem !important;
    }
    .fs-28 {
        font-size: 1.25rem !important;
    }
    .fs-30 {
        font-size: 1.5rem !important;
    }
    .fs-36 {
        font-size: 1.5rem !important;
    }
    .fs-40 {
        font-size: 1.55rem !important;
        line-height: 1.2 !important;
    }
    .fs-50 {
        font-size: 1.75rem !important;
    }
    .fs-60 {
        font-size: 2.25rem !important;
    }
    footer p {
        font-size: 0.7rem;
    }
    .no-xs-br br {
        display: none;
    }
    .menu li {
        font-size: 1rem;
        margin-right: 1.25rem;
    }
    .btn-box {
        padding: 2rem 1rem;
    }
    .product-list > li {
        font-size: 1.25rem;
    }
    .product-list li::before {
        margin-right: 0.25rem;
    }
    .w-xs-75 {
        width: 75%;
    }
    .btn-primary {
        padding: 0.75rem 1rem;
    }
    .card-testimonial_verse img {
        width: 110px;
    }
    .affiliate-updates-callout {
        padding: 1.25rem 1rem 1.1rem;
        border-radius: 20px;
    }
    .affiliate-updates-callout a {
        width: 100%;
        padding: 1rem 1.1rem;
    }
    .affiliate-updates-callout a.affiliate-updates-button {
        width: 100%;
        padding: 1rem 4rem 1rem 1.25rem;
    }
    .affiliate-updates-button__label {
        font-size: 0.88rem;
    }
    .affiliate-updates-button__cursor {
        right: 0.7rem;
        font-size: 1.8rem;
    }
    .affiliate-updates-callout a.affiliate-updates-button::after {
        right: 2.15rem;
    }
}
