/* Variables */

:root {
    --black: rgba(0, 0, 0, 1);
    --pacific-blue: rgba(0, 169, 201, 1);
    --green-vogue: rgba(12, 46, 83, 1);
    --rgb28-28-28: rgba(28, 28, 28, 1);
    --eerie-black: rgba(29, 29, 29, 1);
    --log-cabin: rgba(33, 33, 33, 1);
    --thunder: rgba(46, 46, 46, 1);
    --rgb53-198-69: rgba(53, 198, 69, 1);
    --apple: rgba(53, 200, 70, 1);
    --blueberry-2: rgba(55, 137, 229, 0.059);
    --blueberry: rgba(56, 139, 232, 1);
    --rgb56-139-232: rgba(56, 139, 232, 1);
    --tundora: rgba(68, 68, 68, 1);
    --rgb123-123-123: rgba(123, 123, 123, 1);
    --bali-hai: rgba(131, 150, 173, 1);
    --pink-swan: rgba(185, 185, 185, 1);
    --buddha-gold: rgba(196, 148, 0, 1);
    --botticelli: rgba(204, 215, 227, 1);
    --link-water: rgba(217, 230, 240, 1);
    --blue-chalk: rgba(232, 231, 249, 1);
    --gray-nurse: rgba(232, 232, 232, 1);
    --solitude: rgba(235, 244, 255, 0.118);
    --wild-sand: rgba(244, 244, 244, 1);
    --zircon-2: rgba(245, 249, 253, 1);
    --zircon: rgba(247, 251, 254, 1);
    --desert-storm: rgba(248, 248, 248, 1);
    --white: rgba(255, 255, 255, 1);
    --font-size-xs: 14px;
    --font-size-s: 16px;
    --font-size-m: 18px;
    --font-size-l: 19px;
    --font-size-xl: 20px;
    --font-size-xxl: 21px;
    --font-size-xxxl: 22px;
    --font-family-poppins: "Poppins";
    --font-family-suez_one: "Suez One";
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-rgb: 33,37,41;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

/* Classes */

.poppins-medium-pink-swan-28px {
    color: var(--pink-swan);
    font-family: var(--font-family-poppins);
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
}

.poppins-semi-bold-eerie-black-18px {
    color: var(--rgb28-28-28);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-m);
    font-weight: 600;
    font-style: normal;
}

.poppins-bold-blueberry-22px {
    color: var(--rgb56-139-232);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xxxl);
    font-weight: 700;
    font-style: normal;
}

.poppins-medium-white-21px {
    color: var(--white);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xxl);
    font-weight: 500;
    font-style: normal;
}

.poppins-bold-white-18px {
    color: var(--white);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-m);
    font-weight: 700;
    font-style: normal;
}

.poppins-medium-concord-15px {
    color: var(--rgb123-123-123);
    font-family: var(--font-family-poppins);
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
}

.poppins-semi-bold-white-26px {
    color: var(--white);
    font-family: var(--font-family-poppins);
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
}
.poppins-semi-bold-white-29px {
    color: var(--white);
    font-family: var(--font-family-poppins);
    font-size: 29px;
    font-weight: 600;
    font-style: normal;
}
.poppins-semi-bold-blueberry-29px {
    color: var(--blueberry);
    font-family: var(--font-family-poppins);
    font-size: 29px;
    font-weight: 600;
    font-style: normal;
}

.poppins-semi-bold-blueberry-16px {
    color: var(--rgb56-139-232);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-s);
    font-weight: 600;
    font-style: normal;
}

.poppins-medium-concord-14px {
    color: var(--rgb123-123-123);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xs);
    font-weight: 500;
    font-style: normal;
}

.poppins-medium-log-cabin-22px {
    color: var(--log-cabin);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xxxl);
    font-weight: 500;
    font-style: normal;
}

.poppins-semi-bold-blueberry-18px {
    color: var(--rgb56-139-232);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-m);
    font-weight: 600;
    font-style: normal;
}

.poppins-medium-blueberry-16px {
    color: var(--rgb56-139-232);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-s);
    font-weight: 500;
    font-style: normal;
}

.poppins-normal-concord-18px {
    color: var(--rgb123-123-123);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-m);
    font-weight: 400;
    font-style: normal;
}

.poppins-normal-eerie-black-22px {
    color: var(--rgb28-28-28);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xxxl);
    font-weight: 400;
    font-style: normal;
}

.poppins-normal-pink-swan-19px {
    color: var(--pink-swan);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-l);
    font-weight: 400;
    font-style: italic;
}

.poppins-normal-pink-swan-19px-2 {
    color: var(--pink-swan);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-l);
    font-weight: 400;
    font-style: normal;
}

.poppins-normal-bali-hai-18px {
    color: var(--bali-hai);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-m);
    font-weight: 400;
    font-style: normal;
}

.poppins-normal-white-22px {
    color: var(--white);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xxxl);
    font-weight: 400;
    font-style: normal;
}

.poppins-medium-eerie-black-16px {
    color: var(--rgb28-28-28);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-s);
    font-weight: 500;
    font-style: normal;
}

.poppins-semi-bold-thunder-24px {
    color: var(--thunder);
    font-family: var(--font-family-poppins);
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
}

.poppins-normal-white-16px {
    color: var(--white);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-s);
    font-weight: 400;
    font-style: normal;
}

.poppins-medium-eerie-black-15px {
    color: var(--rgb28-28-28);
    font-family: var(--font-family-poppins);
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
}

.poppins-normal-concord-14px {
    color: var(--rgb123-123-123);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xs);
    font-weight: 400;
    font-style: normal;
}

.poppins-semi-bold-eerie-black-30px {
    color: var(--rgb28-28-28);
    font-family: var(--font-family-poppins);
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold-eerie-black-32px {
    color: var(--eerie-black);
    font-family: var(--font-family-poppins);
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
}

.poppins-medium-white-22px {
    color: var(--white);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xxxl);
    font-weight: 500;
    font-style: normal;
}

.poppins-bold-eerie-black-45px {
    color: var(--eerie-black);
    font-family: var(--font-family-poppins);
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
}

.poppins-medium-white-16px {
    color: var(--white);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-s);
    font-weight: 500;
    font-style: normal;
}

.poppins-bold-white-22px {
    color: var(--white);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xxxl);
    font-weight: 700;
    font-style: normal;
}

.poppins-medium-eerie-black-20px {
    color: var(--rgb28-28-28);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xl);
    font-weight: 500;
    font-style: normal;
}

.poppins-semi-bold-eerie-black-20px {
    color: var(--eerie-black);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xl);
    font-weight: 600;
    font-style: normal;
}

.poppins-semi-bold-white-24px {
    color: var(--white);
    font-family: var(--font-family-poppins);
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
}

.poppins-medium-white-18px {
    color: var(--white);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-m);
    font-weight: 500;
    font-style: normal;
}

.poppins-medium-white-20px {
    color: var(--white);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-xl);
    font-weight: 500;
    font-style: normal;
}
.poppins-normal-eerie-black-15px {
    color: var(--eerie-black);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-m2);
    font-weight: 400;
    font-style: normal;
}
.poppins-medium-white-14px {
    color: var(--white);
    font-family: var(--font-family-poppins);
    font-size: var(--font-size-s);
    font-weight: 500;
    font-style: normal;
}

.poppins-semi-bold-silver-16px{
    /* Payment Method */
    
    
        /* position: absolute; */
        width: 140px;
        height: 70px;
        left: 1149.93px;
        top: 739px;
    
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 70px;
        /* identical to box height, or 438% */
    
        text-transform: capitalize;
    
        color: #ACACAC;
}

.poppins-semi-bold-silver-black-15px {
    /* Payment Method */
    /* position: absolute; */
    width: 140px;
    height: 40px;
    left: 1149.93px;
    top: 439px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    /* identical to box height, or 438% */

    text-transform: capitalize;
    color: black;
}

.poppins-semi-bold-silver-15px {
    /* Payment Method */
    /* position: absolute; */
    width: 140px;
    height: 40px;
    left: 1149.93px;
    top: 439px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    /* identical to box height, or 438% */
    text-align: right;
    text-transform: capitalize;
    color: dodgerblue;
}

.poppins-normal-18px{
    font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 68px;
        /* identical to box height, or 378% */
        text-transform: capitalize;
    
        color: #212121;
}
.poppins-normal-18px-payment-method {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    /*line-height: 68px;*/
    /* identical to box height, or 378% */
    text-transform: capitalize;
    color: #212121;
}
/* :root {
    --black: rgba(0, 0, 0, 1);
    --pacific-blue: rgba(0, 169, 201, 1);
    --green-vogue: rgba(12, 46, 83, 1);
    --eerie-black: rgba(28, 28, 28, 1);
    --eerie-black-2: rgba(29, 29, 29, 1);
    --thunder: rgba(46, 46, 46, 1);
    --apple: rgba(53, 200, 70, 1);
    --blueberry: rgba(56, 139, 232, 1);
    --tundora: rgba(68, 68, 68, 1);
    --abbey: rgba(77, 77, 77, 1);
    --concord: rgba(123, 123, 123, 1);
    --bali-hai: rgba(131, 150, 173, 1);
    --shady-lady: rgba(170, 170, 170, 0.075);
    --pink-swan: rgba(185, 185, 185, 1);
    --silver: rgba(191, 191, 191, 1);
    --zircon: rgba(245, 249, 253, 1);
    --zircon2: rgba(247, 251, 254, 1);
    --desert-storm: rgba(248, 248, 248, 1);
    --white: rgba(255, 255, 255, 1);

    --font-size-s: 14px;
    --font-size-m: 12px;
    --font-size-xxl: 19px;
    --font-size-m2: 15px;
    --font-size-l2: 16px;
    --font-size-xl2: 18px;
    --font-size-xxxl2: 20px;
    --font-size-xxxxl2: 22px;

    --font-family-poppins: "Poppins";
    --font-family-suez_one: "Suez One";
} */

/* Classes */