:root {
    --onboard-connect-sidebar-progress-background: #000000;
    --w3o-foreground-color: #1c1c1c;
    --onboard-connect-sidebar-progress-color: #ffaf03;
    --w3o-action-color: #1c1c1c;
    --account-center-minimized-background: #714a16;
    --account-center-border: #9e6923;
    --account-center-maximized-upper-action-color: #efbf04;
    --account-center-z-index: 1081;
    --onboard-modal-z-index: 1081;
    --w3m-z-index: 2000;
    --account-center-maximized-network-selector-color: #efbf04;
}

select.svelte-1uqued6 {
    background-color: #1a1d26;
}

.sidebar.svelte-obaru3 {
    --background-color: var(--onboard-connect-sidebar-progress-background);
    --w3o-foreground-color: #1c1c1c;
}

body {
    background: #070500;
    margin: 0;
}

.custpadding {
    padding: 10px 200px;
}

.secpt {
    margin: 120px 0px;
}

.h100 {
    height: 100vh;
}

.borderBTn {
    padding: 11px 39px;
    border-radius: 112px;
    border: 1px solid #e49422;
    background: rgba(7, 5, 0, 0.8);
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-decoration: none;
}

.borderBTn:hover,
.borderBTn:focus,
.borderBTn:active {
    color: #ffffff !important;
}



.custh {
    height: calc(900px - 30px);
    max-height: 100%;
}

.herosection {
    background-image: url('/assets/images/home.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 100vh;
}

.card:before {
    position: absolute;
    left: -11%;
    top: 7%;
    content: "";
    background: url('/assets/images/leftcoin.png');
    background-size: cover;
    height: 91px;
    width: 136px;
    z-index: 0;
}

.card:after {
    position: absolute;
    right: -7%;
    bottom: 7px;
    content: "";
    background: url('/assets/images/rightcoin.png');
    background-size: cover;
    height: 109px;
    width: 76px;
    z-index: 0;
}

.cust-card {
    backdrop-filter: blur(7px);
    padding: 48px;
    border-radius: 16px;
    z-index: 2;
}

.card {
    border: 2px solid transparent;
    background: linear-gradient(39deg, #221B10 0%, #14120e 51%, #221B10 100%) padding-box,
        linear-gradient(138deg, #83581c 0%, #dc920200 16%, #dc920200 51%, #dc920200 85%, #83581c 100%) border-box;
    color: #FFFFFF0D;
    border-radius: 20px;
    z-index: 1;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.cardtitle {
    font-family: "Aclonica", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.smtitle {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.form-control:focus,
.form-control:focus-visible,
.form-control:active,
.form-control:hover,
.form-control {
    height: 75px;
    padding: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.32px;
    color: #c0bfbd;
    background-color: #FFFFFF1A;
    border: none;
    border-radius: 16px;
    backdrop-filter: blur(14px);
    outline: none;
    font-family: "Manrope", sans-serif;
    box-shadow: none;
}

.form-control.cust-form-control,
.form-control.cust-form-control:focus,
.form-control.cust-form-control:focus-visible,
.form-control.cust-form-control:active,
.form-control.cust-form-control:hover {
    height: 55px;
    padding: 10px 13px;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
}

::placeholder {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #c0bfbd;
}

#cust::placeholder {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #c0bfbd;
}

.btncard {
    box-shadow: 0px 4px 84px 0px #E69B3336;
    border: 1px solid #E69B33;
    background: #FFFFFF1A;
    min-width: 200px;
    max-width: 100%;
    height: 52px;
    padding: 8px 54px;
    border-radius: 112px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #E1E5E3;
    outline: none;
}

.list {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;

    color: #FFFFFF;
}

.countdown {
    text-align: center;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 20px;
}

.countdown h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
}

#countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.timer-box {
    background: #FFFFFF1A;
    border: 0.92px solid #FFFFFF1A;
    width: 88px;
    height: 72px;
    border-radius: 9.19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.timer-box span:first-child {
    display: block;
    color: #FFFFFFB2;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14.71px;
    line-height: 100%;
    text-align: center;
}

.timer-box span:last-child {
    color: #FFFFFF;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 27.58px;
    line-height: 100%;
    text-align: center;
}

.countdown {
    border: 2px solid transparent;
    background: linear-gradient(90deg, rgba(20, 18, 13, 1) 0%, rgba(21, 19, 14, 1) 50%, rgba(20, 18, 13, 1) 100%) padding-box,
        linear-gradient(156deg, #83581c 0%, #dc920200 16%, #dc920200 51%, #dc920200 85%, #83581c 100%) border-box;
    color: #FFFFFF0D;
    border-radius: 12px;
    z-index: 1;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 29px 30px;
    position: relative
}

.txtcard {
    position: absolute;
    height: 60px;
    top: -21px;
    left: 50%;
    transform: translate(-50%, -0%);
    background: #070500;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #F1E6FF;
    padding: 10px 10px;
    clip-path: polygon(12% 100%, 88% 100%, 100% 0%, 0% 0%);
    width: 400px;
    max-width: 100%;
}

.round {
    width: 8px;
    height: 8px;
    background: #E49422;
    border-radius: 50%;
}

.mainul {
    color: #EFBF04;
    list-style: auto;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
}

.litxt {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFFCC;
}

.gifimg {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.base-container {
    position: relative;
    width: 100%;
    margin-top: -2%;
}

.title {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    color: #FFFFFF;
}

.titlesub {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 21px;
    color: #FFFFFF;
}

.bgimg {
    background-image: url('/assets/images/gap.png');
    height: 413px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
    width: 100%;
}

.bgimg::before {
    content: "";
    position: absolute;
    top: -19%;
    left: -60px;
    width: 200px;
    height: 300px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(233, 166, 73, 0.3) 0%, rgba(150, 94, 17, 0.3) 100%);
    z-index: 1;
    filter: blur(125px);
    border-radius: 50%;
}

.bgimg::after {
    content: "";
    position: absolute;
    bottom: -19%;
    right: 0;
    width: 149px;
    height: 294px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(233, 166, 73, 0.3) 0%, rgba(150, 94, 17, 0.3) 100%);
    z-index: 1;
    filter: blur(125px);
    border-radius: 50%;
}

.custhgap {
    height: 410px;
    max-height: 100%;
}

.gapt {
    color: #FFFFFF;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
}

.gapsp {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFFCC;
    width: 986px;
    height: 80px;
}

.roundy {
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(233, 166, 73, 0.3) 0%, rgba(150, 94, 17, 0.3) 100%);
    filter: blur(82px);
    width: 290px;
    height: 290px;
    top: 67px;
    left: 48%;
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.idsp {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 31px;
    color: #FFFFFF;
}

.titleid {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    color: #FFFFFF;
}

.roundbook {
    background: #AB804399;
    filter: blur(90px);
    width: 366px;
    height: 369px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    top: 50%;
    opacity: 0.7;
    z-index: -1
}

.buytitle {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    color: #FFFFFF;
}

label {
    font-family: "Figtree", sans-serif;
    color: #ffffff9c;
    margin-bottom: 8px;
}

.pagination-box {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}

.text-faq {
    font-size: 15px;
    color: #c0c1c4;
}

.pagination-box>ul {
    margin: 10px 0 0;
    cursor: pointer;
}

li.previous.disabled,
li.previous.disabled a,
li.next.disabled,
li.next.disabled a {
    opacity: 0.8;
    cursor: auto !important;
}

.pagination-box>ul>li {
    color: #000;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    margin: 3px 0;
}

li.current a {
    background-color: #e49422 !important;
    color: black !important;
}

.pagination-box>ul>li {
    color: #000;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    margin: 3px 0;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.pagination-box>ul>li>a {
    transition: all 0.5s;
    margin-left: 5px;
    font-weight: 400;
    font-size: 17px;
    border: 0 !important;
    padding: 3px 12px;
    border-radius: 5px;
    display: inline-block;
    color: #ffffffe0 !important;
    background-color: #1f1d19;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #FFFFFF1A;
    opacity: 1;
}

.flatpickr-calendar {
    background: #070500;
    box-shadow: 1px 0 0 #32302c, -1px 0 0 #32302c, 0 1px 0 #32302c, 0 -1px 0 #32302c, 0 3px 13px #32302c;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    color: #ffffff;
    fill: #ffffff;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: #070500;
    color: white;
}

.flatpickr-current-month {
    color: #fff;
}

.flatpickr-weekdays {
    background: #070500;
}

.flatpickr-months .flatpickr-month {
    background: #070500;
    color: #fff;
    fill: #fff;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #fff;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #fff;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    background: #1b1d1d;
    border-color: #1b1d1d;
}

.flatpickr-day.inRange {
    color: #ffffff;
    box-shadow: -5px 0 0 #1b1d1d, 5px 0 0 #1b1d1d;
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #EFBF04;
    color: #000;
}

.flatpickr-day {
    color: #e4e4e491;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: #ffffff47;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #EFBF04;
    border-color: #EFBF04;
    color: #000;
    font-weight: 500;
}

.flatpickr-wrapper {
    width: 100%;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    background: #070500;
}

.flatpickr-days {
    border: none !important;
    background: #070500;
}

.flatpickr-innerContainer {
    border-bottom: none !important;
}

span.flatpickr-weekday {
    font-size: 100%;
    color: rgb(228 148 34);
    background: #07050000;
}

input.form-control.w-100.flatpickr-input {
    display: none;
}

.table>:not(caption)>*>* {
    background-color: #FFFFFF07;
    border-bottom-width: 0px;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    padding: 17px;
    font-family: "Manrope", sans-serif !important;
    vertical-align: middle;
}

thead tr {
    background: #2c2a26;
}

thead tr th:first-child {
    border-radius: 20px 0 0 0;
}

thead tr th:last-child {
    border-radius: 0 20px 0 0;
}

tbody tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
}

tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: transparent;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: #191712;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background: #110f0a;
}

.table-primary {
    border-color: transparent;
}

table {
    border-radius: 20px;
    overflow: hidden;
    white-space: nowrap;
    background: none;
}

.tiktitle {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    color: #FFFFFF;
}

.tikque {
    color: #EFBF04;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
}

.tiksp {
    color: #FFFFFFCC;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    list-style: none;
    display: flex;
    align-content: end;
}

.numberli {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 24px;
    color: #EFBF04;
    margin-right: 10px;
}

.chartcard {
    background: linear-gradient(39deg, #221B10 0%, #14120e 51%, #221B10 100%) padding-box, linear-gradient(138deg, #83581c 0%, #dc920200 16%, #dc920200 51%, #dc920200 85%, #83581c 100%) border-box;
    border-radius: 46px;
    backdrop-filter: blur(14px);
    padding: 28px;
    border: 2px solid transparent;
}

.focusround {
    background: #AB804399;
    filter: blur(90px);
    width: 431px;
    height: 420px;
    position: absolute;
    left: 40%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    top: 40%;
    opacity: 0.7;
    z-index: -1;
}

.footer {
    background-image: url('/assets/images/footer.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 280px;
}

.custfh {
    height: 250px;
    max-height: 100%;
}

.ftctx {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF99;
}

.ftlink {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF99;
}

.borderRight {
    border-right: 2px solid #FFFFFF33;
    height: 16px;
}

.showsm {
    display: none;
}

.tiklink {
    background: linear-gradient(180deg, #E49422 0%, #9C5B00 100%);
    box-shadow: 0px 0px 1px 4px #FFFFFF1A, inset 0px 2px 1px 0px #FFFFFF40, inset 0px -4px 2px 0px #00000040;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    padding: 14px 40px;
    text-decoration: none;
    border-radius: 50px;
}

.tiklink:hover,
.tiklink:focus,
.tiklink:active {
    color: #FFFFFF;
}

.charttxt {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}

.cursor-pointer {
    cursor: pointer !important;
}

::-webkit-scrollbar {
    width: 4px;
    height: 3px;
}

::-webkit-scrollbar-thumb {
    background: #784e0a;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #0b0d10;
}

.chtxt {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    color: #FFFFFF;
}

.chnum {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #000000;
}

.adminh {
    min-height: 506px;
}

.admmt {
    margin-top: 90px;
}

.admcard {
    background: linear-gradient(39deg, #221B10 0%, #14120e 51%, #221B10 100%) padding-box, linear-gradient(138deg, #83581c 0%, #dc920200 16%, #dc920200 51%, #dc920200 85%, #83581c 100%) border-box;
    border-radius: 20px;
    backdrop-filter: blur(14px);
    padding: 25px;
    border: 2px solid transparent;
}

.cust-span-tik {
    background: #6c4d21 !important;
    color: #FAF3D8 !important;
    border: none;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
}

.txoff {
    color: #db2b2b;
    font-weight: 600;
}

.txton {
    color: #4a891c;
    font-weight: 600;
}

#model-23 .toggle {
    position: relative;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

#model-23 .toggle {
    position: relative;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

#model-23 .toggle input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

#model-23 .toggle input[type=checkbox]:checked+label:before {
    background: #8b8b8b99;
}

#model-23 .toggle input[type=checkbox]:checked+label:after {
    box-shadow: inset 0 0 0 20px #987802, 0 0 0 3px #987802;
    border: 3px solid #ffffff00;
    left: 44px;
}

#model-23 .toggle label {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    box-sizing: border-box;
}

#model-23 .toggle label:before {
    content: "";
    background: #aaabad;
    border-radius: 4px;
    height: 5px;
    width: 64px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    transition: 0.2s ease-in;
}

#model-23 .toggle label:after {
    content: "";
    position: absolute;
    background: #1e190f;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    z-index: 2;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 4px #faf3d800, 0 0 0 3px #EFBF04;
    transition: 0.2s ease-in;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    padding: 25px !important;
    border-radius: 20px !important;
    border: 1px solid #cc7e1240 !important;
    background: #000000 !important;
    box-shadow: 0px 0px 10px 1px #cc7e1226;
}

div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
    background: rgb(56 56 56 / 40%) !important;
}

div:where(.swal2-icon).swal2-question {
    border-color: #EFBF04 !important;
    color: #EFBF04 !important;
}

h2#swal2-title {
    color: #ffffff;
    font-family: 'Outfit';
}

div:where(.swal2-container) .swal2-html-container {
    color: #aeaeae !important;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    padding: 11px 39px !important;
    border-radius: 112px !important;
    border: 1px solid #e49422 !important;
    background: linear-gradient(180deg, #E49422 0%, #9C5B00 100%) !important;
    box-shadow: 0px 0px 1px 4px #FFFFFF1A, inset 0px 2px 1px 0px #FFFFFF40, inset 0px -4px 2px 0px #00000040 !important;
    color: #ffffff !important;
    font-family: 'Manrope', sans-serif !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
    padding: 11px 39px !important;
    border-radius: 112px !important;
    border: 1px solid #e42222 !important;
    background: linear-gradient(180deg, rgb(177 26 26) 21%, rgb(255 4 4) 100%) !important;
    color: #ffffff !important;
    font-family: 'Manrope', sans-serif !important;
}

.admtitle {
    color: #ffffff;
    list-style: auto;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
}

.text-primary {
    color: #EFBF04 !important;
}

.lab {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #ffffffc7;
}

.lab a,
.lab a:hover,
.tab a {
    color: #EFBF04;
    text-decoration: none;
    word-wrap: break-word;
}

.mavl {
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-decoration: none;
}

.text-gold {
    color: #c9c8ab !important;
}

.text-blue {
    color: #85bbd3 !important;
}

.go2072408551 {
    background: #221d12 !important;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #ffffff !important;
    font-family: "Manrope", sans-serif !important;
    box-shadow: 0 3px 10px rgb(151 101 1 / 20%), 0 3px 3px #e4942273 !important;
    border: 1px solid #e4942287;
    max-width: 360px !important;
}

.go2358747891 {
    font-size: 25px;
    min-width: 33px !important;
}

.go3958317564 {
    line-height: 20px;
    font-size: 15px;
    font-family: "Figtree", sans-serif;
}

img.herosimg {
    width: 16.6666667%;
}

.policies {
    padding: 0 200px;
    margin-top: 120px;
}

.policies .title {
    color: #FFFFFF;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
}

.policies .heading {
    color: #EFBF04;
    list-style: auto;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
}

.policies p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 31px;
    color: #FFFFFF;
}

.policies ol {
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 31px;
    color: #FFFFFF;
}

.policies ol b {
    font-weight: 600;
    font-size: 17px;
    line-height: 31px;
    color: #FFFFFF;
}

.economic {
    flex-direction: row;
}

.links {
    color: #0d6efd;
    text-decoration: none;
    word-wrap: break-word;
}

.sptxt1select {
    font-size: 17px;
    font-weight: 300;
    color: #bfbfbd;
    letter-spacing: 0.2px;
    font-family: "Manrope", sans-serif !important;
}

select.form-control {
    appearance: auto;
}

select.form-control.cust-form-control {
    padding: 13px 20px !important;
}

option {
    background: #201e1a;
}