/* ================================
   CSS VARIABLES
   ================================ */
:root {
    /* Breakpoints */
    --breakpoint-tablet: 48rem;

    /* 768px */
    --layout-width: 80.5rem;

    /* 1288px */
    --section-top-btm-gap: 1.25rem;
    --nav-height: 3rem;
    --campaign-nav-height: 5rem;

    /* Common colors */
    --color-white: #fff;
    --color-black: #000;
    --color-text-primary: #2e2a94;
    --color-text-secondary: #2f7ef4;
    --color-border: #ddd;
    --color-error: #d93025;
    --color-primary-yellow: #ffcb08;
    --color-golden-yellow-1: #ffcb09;
    --color-golden-yellow-2: #f8a709;
    --color-light-yellow-1: #fffbea;
    --color-light-yellow-2: #ffeca3;
    --color-light-yellow-3: #fcd400;
    --color-light-yellow-4: #fcf1cb;
    --color-light-yellow-5: #fecf21;
    --color-green: #07c270;
    --color-dark-green: #091707;
    --color-footer-seprator: #fefefe;

    /* Notification specific colors */
    --color-notification-bg: #f2f2f2;
    --color-notification-border: #e9ecef;
    --color-notification-text: #212529;
    --color-notification-timestamp: #8a8a8a;
    --color-scrollbar-track: #f1f1f1;
    --color-scrollbar-hover: #e6b800;

    /* Header specific colors */
    --color-header-text: #1a1a1a;
    --color-header-border: #e0e0e0;
    --color-header-button-border: #666868;
    --color-header-badge-bg: #212529;
    --color-sidebar-border: #dadada;
    --color-scrollbar-hover-alt: #e6b708;

    /* Neutral colours */
    --color-neutral-100: #f7f7f7;
    --color-neutral-200: #f2f2f2;
    --color-neutral-300: #e6e6e6;
    --color-neutral-500: #ccc;
    --color-neutral-600: #aaa;
    --color-neutral-700: #8a8a8a;
    --color-neutral-800: #666;
    --color-neutral-900: #333;
    --color-neutral-1000: #121212;
    --background-color: var(--color-white);
    --dark-color: #505050;
    --color-dark-gray-1: #4f4f4f;
    --color-dark-gray-2: #232323;
    --color-dark-gray-3: #282828;
    --text-color: #131313;
    --link-color: #3b63fb;
    --link-hover-color: #1d3ecf;
    --overlay-background-color: lightgrey;
    --border-color: var(--color-primary-yellow);

    /* Light Colors */
    --color-soft-gray: #e5e5e5;
    --color-light-soft-gray: #d5d5d5;
    --color-silver: #c4c4c4;
    --color-silver-medium: #767675;
    --color-platinum: #e2e2e2;
    --color-gray-medium: #bbb;
    --color-granite-gray: #605f5f;
    --color-light-gray: #cbcbcb;
    --color-orange: #ffa200;
    --color-light-red: #e5414b;

    /* Border Neutral colours */
    --border-color-neutral-900: #393939;
    --border-color-neutral-500: #868686;

    /* Font Weights */
    --font-weight-regular: 400;
    --font-weight-medium: 600;
    --font-weight-bold: 700;
    --font-weight-heavy: 900;

    /* Spacing */
    --space-xs: 0.25rem;
    --space-sm: 0.5rem;
    --space-s: 0.75rem;
    --space-m: 0.845rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;

    /* Primary Colors */
    --page-bg-color: var(--color-white);

    /* Article info page colors */
    --color-nav-link: #4285f4;
    --color-disabled: #999;
    --color-article-bg: #f5f5f5;

    /* Gold Price Dropdown Colors */
    --color-dropdown-border: #e0dede;
    --color-item-separator: #f0f0f0;
    --color-price-separator: #999;
    --color-price-error: #e74c3c;
    --color-medium-gray: #5f5f5f;

    /* Lead gen form colors */
    --color-field-error: #ef4444;
    --color-option-selected-bg: #f3f4f6;
    --color-dropdown-arrow: #6b7280;
    --color-shadow-light: #00000026;
    --color-yellow-hover-bg: rgb(254 212 55 / 30%);

    /* FAQ accordian colors */
    --color-answer-text: #404040;
    --color-divider: #c4c4c4;

    /* feature cards and awards colors */
    --color-focus-outline: #4a90e2;
    --color-award-text: #212529;
    --color-gradient-end: #f9f9f9;
    --color-carousel-button-hover: #e0e0e0;
    --color-dot-border: #858585;

    /* Custom Colors */
    --color-rose-red: #ee505a;
    --color-black-transparent: #00000014;
    --color-dark-gold: #8f7100;
    --color-light-error-bg: #fee;
    --color-pale-yellow: #fff9e0;
    --color-sticky-yellow: #ffcb09;
    --color-video-grey: #d0d0d0;
    --color-video-yellow: #f4b942;

    /* other colors */
    --color-tabs: #605f5f;
    --color-yellow-campaign: #fff9e0;
    --color-grey-bg: #545454;

    /* Gold Price Header z value */
    --header-z-nav: 1000;

    /* Font faimly */
    --font-primary: "Gilmer", arial, sans-serif;

    /* Base font sizes for mobile */
    --f-s-body: 1rem;
    --font-size-xxxs: 0.6875rem;

    /* 11px */
    --font-size-xxs: 0.625rem;

    /* 10px */
    --font-size-xs: 0.65rem;

    /* 10.4px */
    --font-size-s: 0.75rem;

    /* 12px */
    --font-size-sm: 0.875rem;

    /* 14px */
    --font-size-base: 0.875rem;

    /* 14px */
    --font-size-l: 1rem;

    /* 16px */
    --font-size-xl: 1.125rem;

    /* 18px */
    --font-size-xxl: 1.5rem;

    /* 24px */
    --font-size-xxxl: 2rem;

    /* 24px */
}

@media (width > 48rem) {
    :root {
        --font-size-xs: 0.625rem;

        /* 10.4px */
        --font-size-s: 0.75rem;

        /* 12px */
        --font-size-sm: 0.875rem;

        /* 14px */
        --font-size-base: 1rem;

        /* 16px */
        --font-size-l: 1.125rem;

        /* 18px */
        --font-size-xl: 1.5rem;

        /* 24px */
        --font-size-xxl: 2rem;

        /* 32px */
        --section-top-btm-gap: 2.5rem;

        /* 40px */
        --campaign-nav-height: 6.375rem;
    }
}

@media (width >=75rem) {
    :root {
        --nav-height: 7.125rem;
    }
}

@media (width >=48rem) {
    :root {
        --nav-height: 4.625rem;
    }
}

/* ================================
   RESET & BOX MODEL
   ================================ */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    font-family: var(--font-primary);
    font-size: var(--font-size-sm);
    color: var(--color-neutral-900);
    background-color: var(--page-bg-color);
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    letter-spacing: 0;
    display: none;
}

body.appear {
    display: block;
}

header {
    height: var(--nav-height);
}

header.campaign-header-wrapper {
    height: var(--campaign-nav-height);
}

header .header,
footer .footer {
    visibility: hidden;
}

header .header[data-block-status="loaded"],
footer .footer[data-block-status="loaded"] {
    visibility: visible;
}

/* ================================
   TYPOGRAPHY
   ================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 var(--space-md);
    line-height: 1.4;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
    color: var(--color-neutral-900);
}

h1 {
    font-size: var(--font-size-xxl);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
}

h2 {
    font-size: var(--font-size-xl);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
}

h3 {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-regular);
}

h4 {
    font-size: var(--font-size-sm);
}

h5 {
    font-size: var(--font-size-s);
}

h6 {
    font-size: var(--font-size-xs);
}

p {
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-regular);
    margin: 0 0 var(--space-md);
    line-height: 1.5;
}

dl,
pre,
blockquote {
    margin-top: 0.8em;
    margin-bottom: 0.25em;
}

/* links */
a {
    color: var(--color-text-secondary);
    font-size: var(--font-size-sm);
    font-family: var(--font-primary);
    text-decoration: none;
    font-style: normal;
    cursor: pointer;
    font-weight: var(--font-weight-regular);
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--color-text-secondary);
}

strong {
    font-weight: var(--font-weight-bold);
}

small {
    font-size: var(--font-size-sm);
}

/* ================================
   LISTS
   ================================ */

ul,
ol {
    margin: 0 0 var(--space-md) var(--space-lg);
    padding: 0;
}

li {
    margin-bottom: var(--space-xs);
}

body li {
    font-size: 0.875rem;
}

/* ================================
   TABLES
   ================================ */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: var(--space-lg);
    font-size: var(--font-size-sm);
}

th,
td {
    padding: var(--space-sm);
    border: 1px solid var(--color-border);
    text-align: left;
}

/* ================================
   FORMS
   ================================ */
input,
select,
textarea,
button {
    font-family: var(--font-primary);
    font-size: var(--font-size-base);
    border: 1px solid var(--color-border);
    padding: var(--space-sm);
    margin-bottom: var(--space-md);
    border-radius: var(--space-sm);
    background-color: var(--color-white);
    color: var(--color-neutral-700);
    width: 100%;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

/* ================================
   BUTTONS
   ================================ */

button,
a.button {
    box-sizing: border-box;
    border-radius: 0.5rem;
    padding: 0.9375rem 1.0625rem;
    border: none;
    height: auto;
    color: var(--color-neutral-1000);
    background-color: var(--color-golden-yellow-1);
    cursor: pointer;
    display: inline-block;
    font-size: var(--font-size-s);
    line-height: 150%;
    font-style: normal;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
    text-align: center;
    transition: all ease 0.2s;
}

button.primary {
    background-color: var(--color-primary);
    color: var(--color-white);
}

button.primary:hover {
    background-color: #036;
}

button.secondary {
    background-color: var(--color-secondary);
    color: var(--color-primary);
}

button.secondary:hover {
    background-color: #cde;
}

/* ================================
   IMAGES (AEM Franklin Compatible)
   ================================ */

/* Base style for all images inside content */
main img,
main picture img {
    max-width: 100%;
    height: auto;
    display: block;
    border-style: none;
}

/* Picture wrapper spacing reset */
main picture {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
}

/* ================================
   IMAGE UTILITIES
   ================================ */

/* Center the image inside container */
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive image container (can be used on block wrappers) */
.img-responsive {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* For hero or banner images */
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Rounded corners */
.img-rounded {
    border-radius: 0.5rem;
}

/* Fully circular image */
.img-circle {
    border-radius: 50%;
}

/* Optional: Shadow for elevation */
.img-shadow {
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0/ 15%);
}

/* Optional: Border */
.img-bordered {
    border: 1px solid var(--color-border);
}

.icon {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
}

.icon img {
    height: 100%;
    width: 100%;
}

/* ================================
   TEXT CLASSES
   ================================ */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/* ================================
   MARGIN
   ================================ */

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-sm {
    margin-top: var(--space-sm);
}

.mb-sm {
    margin-bottom: var(--space-sm);
}

.mt-md {
    margin-top: var(--space-md);
}

.mb-md {
    margin-bottom: var(--space-md);
}

.mt-lg {
    margin-top: var(--space-lg);
}

.mb-lg {
    margin-bottom: var(--space-lg);
}

/* ================================
   PADDING
   ================================ */

main .section.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

main .section.pt-0 {
    padding-top: 0;
}

main .section.pb-0 {
    padding-bottom: 0;
}

main .section.pt-80 {
    padding-top: 5rem;
}

main .section.pb-80 {
    padding-bottom: 5rem;
}

main .section.py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media (width <=48rem) {
    main .section.pt-80 {
        padding-top: 2.5rem;
    }

    main .section.pb-80 {
        padding-bottom: 2.5rem;
    }

    main .section.py-80 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

/* ================================
   FLEX
   ================================ */
.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.space-btw {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

/* ================================
   GRID
   ================================ */
.grid {
    display: grid;
}

.inline-grid {
    display: inline-grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
}

.place-items-center {
    place-items: center;
}

.place-content-center {
    place-content: center;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-8 {
    gap: 2rem;
}

/* ================================
   MARGIN AND PADDING 0
   ================================ */
.mar-0 {
    margin: 0;
}

.pad-0 {
    padding: 0;
}

/* ================================
   ACCESSIBILITY
   ================================ */

.visually-hidden {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

/* ================================
   Form
   ================================ */
.form-container {
    padding: var(--space-md);
    border-radius: var(--space-md);
}

.form-input {
    padding: var(--space-m);
    margin-bottom: var(--space-lg);
}

.primary-button {
    padding: var(--space-m);
    background-color: var(--color-primary-yellow);
    color: var(--color-neutral-1000);
    border-radius: var(--space-sm);
}

/* ================================
   SECTION
   ================================ */

/* Section container width */
main > div {
    margin: var(--section-top-btm-gap) 16px;
}

main > .section > div {
    max-width: var(--layout-width);
    margin: 0 auto;
    padding: 0 1rem;
}

main > .section {
    padding: var(--section-top-btm-gap) 0;
    margin: 0;
}

/* Section container full width */
main > .section.w-100 > div {
    max-width: 100%;
}

/* Section 7:3 column container */
main .section.flex-col-7-3 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--layout-width);
}

main .section.flex-col-7-3 > div {
    flex: 0 0 100%;
    max-width: 100%;
}

main .section.light,
main .section.light-gray-bg {
    background-color: var(--color-neutral-200);
}

/* ================================
   RESPONSIVE TYPOGRAPHY
   ================================ */
@media (width > 48rem) {
    /* Section 7:3 column */
    main .section.flex-col-7-3 {
        flex-direction: row;
    }

    main .section.flex-col-7-3 > div:first-child {
        flex: 0 0 68%;
        max-width: 68%;
    }

    main .section.flex-col-7-3 > div:last-child {
        flex: 0 0 31%;
        max-width: 31%;
    }
}

.section.black-bg > * {
    position: relative;
}

.black-bg {
    position: relative;
    background-color: var(--color-neutral-900);
}

.black-bg::before {
    background: url("../images/bg-lightgray.webp");
    opacity: 0.9;
    mix-blend-mode: color-burn;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

main .section.black-bg h1,
main .section.black-bg h2,
main .section.black-bg h3,
main .section.black-bg h4,
main .section.black-bg h5,
main .section.black-bg h6,
main .section.black-bg p,
main .section.black-bg a,
main .section.black-bg > * {
    color: var(--color-white);
}

main .section.gray-bg {
    background: var(--color-soft-gray);
}

main .section.flex-col-8-2 {
    display: flex;
    max-width: var(--layout-width);
    margin: 0 auto;
    flex-direction: column;
}

main .section.flex-col-8-2 > div {
    flex: 0 0 100%;
    max-width: 100%;
    margin: unset;
}

main .section.flex-col-8-2 > div:nth-child(2) {
    background: var(--color-white);
    border-radius: 0.75rem;
    padding: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0.75rem;
    margin-top: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

main .section.flex-col-8-2 > div:nth-child(3) {
    background: var(--color-white);
    border-radius: 0.75rem;
    padding: 1rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0.75rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

@media (width >=56.25rem) {
    main .section.flex-col-8-2 {
        display: grid;
        grid-template-columns: 70% 30%;
        gap: 0;
    }

    main .section.flex-col-8-2 > div:first-child {
        grid-column: 1;
        grid-row: 1 / span 99;
    }

    main .section.flex-col-8-2 > div:nth-child(2) {
        margin-right: 1rem;
        margin-left: 0;
        margin-top: 0;
    }

    main .section.flex-col-8-2 > div:nth-child(3) {
        margin-right: 1rem;
        margin-left: 0;
    }

    /* Remove margins from individual blocks */
    main .section.flex-col-8-2 .category-links {
        margin-bottom: 0;
    }

    main .section.flex-col-8-2 .product-cards-wrapper {
        margin-top: 0;
    }

    /* Remove the border between sections */
    main .section.flex-col-8-2 .fragment-wrapper .product-cards-wrapper {
        border-top: none;
        padding-top: 0;
    }
}

@media (width >=75rem) {
    main .section.flex-col-8-2 {
        display: grid;
        grid-template-columns: 76% 24%;
        gap: 0;
    }

    main .section.flex-col-8-2 > div:first-child {
        grid-column: 1;
        grid-row: 1 / span 99;
    }
}

/* ================================
   Template
   ================================ */
body.articles-category-page main {
    background: var(--color-soft-gray);
}

body.articles-page main {
    display: grid;
    grid-template-columns: calc(67% - 0.5rem) calc(33% - 0.5rem);
    column-gap: 1rem;
    background-color: var(--color-soft-gray);
    max-width: var(--layout-width);
    margin: 0 auto;
    padding: 0 1rem;
}

body.articles-page main .section.article-main-content {
    border-radius: 1.5rem;
    padding: 2.5rem;
    background-color: var(--color-white);
    margin: 3.375rem 0 4.125rem;
    grid-column: 1;
    grid-row: 2;
}

body.articles-page main .section.article-sidebar {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 0;
    margin-top: 3.375rem;
    align-items: stretch;
    grid-column: 2;
    grid-row: 2;
}

body.articles-page main .section.article-main-content > div {
    padding: 0;
}

body.articles-page
    .article-main-content
    .default-content-wrapper
    p
    picture
    img {
    width: 100%;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}

body.articles-page .default-content-wrapper h2 {
    font-size: var(--font-size-l);
    font-weight: var(--font-weight-medium);
}

body.articles-page
    main
    .section.article-main-content
    .hero
    > div:first-child
    picture {
    position: unset;
    z-index: unset;
    height: unset;
    inset: unset;
    object-fit: unset;
    box-sizing: unset;
}

body.articles-page
    main
    .section.article-main-content
    .hero:not(.hero-text-cards) {
    padding: unset;
    min-height: unset;
}

@media (width <=56.25rem) {
    body.articles-page main {
        grid-template-columns: 100%;
    }

    body.articles-page main > .section.article-main-content {
        padding: 1rem;
    }

    body.articles-page main > .section.article-sidebar {
        margin: 0 0 2.5rem;
        padding: 0;
    }

    body.articles-page main .section.article-main-content,
    body.articles-page main .section.article-sidebar {
        grid-column: 1;
        grid-row: unset;
    }
}

@media (width <=48rem) {
    body.articles-page main > .section.article-main-content {
        padding: 1rem;
        margin: 1.5rem 0 1rem;
    }
}

body.articles-page {
    position: relative;
}

body.articles-page main .section.article-main-content::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--color-soft-gray);
    z-index: -1;
}

body.articles-page main .section.article-sidebar .fragment-wrapper {
    margin: 0;
    padding: 0;
}

body.articles-page .breadcrumb-wrapper nav {
    padding: 0;
}

body.articles-page.page-blur main {
    position: unset;
}

/** Breadcrumb **/
.breadcrumb-wrapper {
    margin: 0;
    grid-column: 1 / -1;
    position: relative;
}

/* stylelint-disable-next-line no-descending-specificity */
.breadcrumb-wrapper nav {
    margin: 0 auto;
    max-width: var(--layout-width);
    padding: 0 1rem;
}

.breadcrumb-wrapper ol {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    gap: 0.625rem;
    background-color: var(--color-dark-gray-1);
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    padding: 0.5625rem 1rem;
    position: absolute;
    z-index: 999;
}

/* stylelint-disable-next-line no-descending-specificity */
.breadcrumb-wrapper a {
    color: var(--color-white);
    font-weight: var(--font-weight-medium);
    font-size: 0.75rem;
    line-height: 100%;
}

.breadcrumb-wrapper li,
.breadcrumb-wrapper li:first-child a {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0.625rem;
    margin: 0;
}

.breadcrumb-wrapper li:last-child {
    font-weight: var(--font-weight-bold);
    font-size: 0.75rem;
    color: var(--color-white);
}

.breadcrumb-separator {
    content: "";
    background: url("../icons/chevron-white.svg") no-repeat center / cover;
    height: 0.625rem;
    width: 0.4375rem;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb-wrapper #breadcrumb-current-page-title:not(:last-child) {
    font-weight: var(--font-weight-bold);
    font-size: 0.75rem;
    color: var(--color-white);
}

@media (width <=48rem) {
    .breadcrumb-wrapper {
        display: none;
    }
}

/* Styles for scroll to top button */
.scroll-to-top {
    width: 2.1875rem;
    height: 2.1875rem;
    padding: 0;
    margin: 0;
    background: var(--color-white);
    border: 1px solid var(--color-golden-yellow-1);
    border-radius: 0.4375rem;
    box-shadow: 0 0.3125rem 0.5rem rgb(0 0 0 / 10%);
    cursor: pointer;
    position: fixed;
    bottom: 1.875rem;
    right: 0.9375rem;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease;
}

.scroll-to-top.animate {
    visibility: visible;
    opacity: 1;
}

.scroll-to-top::after {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    border-top: 2px solid var(--color-golden-yellow-1);
    border-right: 2px solid var(--color-golden-yellow-1);
    position: absolute;
    top: calc(50% + 3px);
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all 0.3s ease;
}

.scroll-to-top:hover::after {
    top: calc(50% - 3px);
}

@media (width >=48rem) {
    .scroll-to-top {
        width: 2.5rem;
        height: 2.5rem;
    }

    .campaign-page .section > .default-content-wrapper:first-child p {
        font-weight: var(--font-weight-medium);
    }
}

/* styles for disclaimers */
.section.disclaimer .default-content-wrapper {
    max-width: 78.5rem;
    padding: var(--space-xl) 2.5rem;
    background: var(--color-neutral-200);
    border-radius: var(--space-md);
    text-align: left;
}

.section.disclaimer {
    padding: var(--section-top-btm-gap) 1rem 2.5rem;
}

body.campaign-page main .section.disclaimer h2 {
    color: var(--color-header-badge-bg);
    font-size: var(--space-lg);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
    line-height: 2.25rem;
    margin-bottom: 1rem;
    text-align: left;
}

main .section.disclaimer p {
    color: var(--color-header-badge-bg);
    font-size: var(--font-size-s);
    font-weight: var(--font-weight-regular);
    line-height: var(--space-lg);
    margin-bottom: 1.25rem;
    text-align: left;
}

.section.disclaimer p a {
    color: #458fd9;
    font-size: var(--font-size-s);
    font-weight: var(--font-weight-medium);
    text-decoration: underline;
    line-height: var(--space-lg);
    word-wrap: break-word;
}

@media (48rem < width <=64rem) {
    .section.disclaimer {
        padding: 2.5rem 1rem;
    }

    body.campaign-page .section.disclaimer h2 {
        font-size: 1.375rem;
        line-height: 2rem;
    }

    .section.disclaimer p {
        font-size: var(--font-size-s);
        line-height: 1.375rem;
    }

    .section.disclaimer p a {
        font-size: var(--font-size-s);
        line-height: 1.375rem;
    }
}

@media (width <=48rem) {
    .section.disclaimer {
        padding-left: var(--space-md);
        padding-right: var(--space-md);
        padding-bottom: 2.5rem;
    }

    body.campaign-page .section.disclaimer h2 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .section.disclaimer p {
        font-size: var(--font-size-xxxs);
        line-height: 1.25rem;
    }

    .section.disclaimer p a {
        font-size: var(--font-size-xxxs);
        line-height: 1.25rem;
    }

    .section.disclaimer .default-content-wrapper {
        padding: 1rem;
    }
}

/* FD Overview styles */
.section.fd-overview.cards-container {
    background: var(--color-neutral-200);
    padding: 5rem 0;
}

.section.fd-overview .cards-card-body p {
    line-height: 1.6rem;
}

@media (width <=48rem) {
    .section.fd-overview.cards-container {
        padding: 2.5rem 0;
    }
}

/* Campaign Page */
/* stylelint-disable-next-line no-descending-specificity */
.campaign-page main .section .default-content-wrapper h2 {
    color: var(--color-neutral-1000);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-regular);
    line-height: 2.25rem;
    word-wrap: break-word;
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
}

.lang .section > .default-content-wrapper:first-child p,
.lang .section > .default-content-wrapper ul li {
    font-weight: var(--font-weight-regular);
}

@media (width <=48rem) {
    .campaign-page main .section .default-content-wrapper h2 {
        font-size: 1.5rem;
        line-height: 120%;
        margin-bottom: 1.5rem;
    }

    .section.register-process-container .default-content-wrapper {
        padding-top: 2.5rem;
    }

    .campaign-page .section > .default-content-wrapper:first-child p {
        font-size: 0.75rem;
    }
}

/* Why Shriram */
.section.why-shriram .cards-card-body h2:first-child {
    font-size: var(--font-size-xxxl);
}

.section.why-shriram .cards-card-body h2:nth-child(2) {
    font-size: var(--font-size-sm);
}

main .text-center-align .default-content-wrapper > *,
main .section.text-center-align > div:first-child > div > * {
    text-align: center;
}

.section.disclaimer .default-content-wrapper a {
    word-wrap: break-word;
    word-break: break-all;
}
