.sb-partner-table .sb-partner-table__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.sb-partner-table .sb-partner-table__grid>:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.sb-partner-table .sb-partner-table__grid>:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2
}

.sb-partner-table .sb-partner-table__itemLogo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2
}

.sb-partner-table .sb-partner-table__itemRating {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3
}

.sb-partner-table .sb-partner-table__itemMinDeposit {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3
}

.sb-partner-table .sb-partner-table__itemKeyFeatures {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3/1/4/3
}

.sb-partner-table .sb-partner-table__itemCta {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 4/1/5/3
}

.sb-partner-table .sb-partner-table__itemDisclaimer {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 5/1/6/3
}

@media (min-width:640px) {
    .sb-partner-table .sb-partner-table__grid {
        -ms-grid-columns: 1fr 1fr 2fr;
        grid-template-columns: 1fr 1fr 2fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto
    }

    .sb-partner-table .sb-partner-table__grid>:first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .sb-partner-table .sb-partner-table__grid>:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }

    .sb-partner-table .sb-partner-table__grid>:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .sb-partner-table .sb-partner-table__itemKeyFeatures {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 1/3/3/4
    }

    .sb-partner-table .sb-partner-table__itemCta {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-area: 3/1/4/4
    }

    .sb-partner-table .sb-partner-table__itemDisclaimer {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-area: 4/1/5/4
    }
}

@media (min-width:1024px) {
    .sb-partner-table .sb-partner-table__grid {
        -ms-grid-columns: 1fr 1fr 2fr 1fr;
        grid-template-columns: 1fr 1fr 2fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto
    }

    .sb-partner-table .sb-partner-table__grid>:first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .sb-partner-table .sb-partner-table__grid>:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }

    .sb-partner-table .sb-partner-table__grid>:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .sb-partner-table .sb-partner-table__grid>:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4
    }

    .sb-partner-table .sb-partner-table__itemCta {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 1/4/3/5
    }

    .sb-partner-table .sb-partner-table__itemDisclaimer {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-area: 3/1/4/5
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

html {
    box-sizing: border-box;
    font-family: sans-serif
}

*,
:after,
:before {
    box-sizing: inherit
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background: transparent;
    padding: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

html {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

*,
:after,
:before {
    border: 0 solid
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a0aec0
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder,
textarea::placeholder {
    color: #a0aec0
}

[role=button],
button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px
}

@media (min-width:360px) {
    .container {
        max-width: 360px
    }
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1230px) {
    .container {
        max-width: 1230px
    }
}

.bg-black {
    background-color: #333
}

.bg-white {
    background-color: #fff
}

.bg-green {
    background-color: #37c57e
}

.bg-grey-lighter {
    background-color: #f2f2f2
}

.bg-grey-lightest {
    background-color: #f9f9f9
}

.hover\:bg-green-accent:hover {
    background-color: #149c58
}

.rounded {
    border-radius: 5px
}

.rounded-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.rounded-b {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.border {
    border-width: 1px
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: -webkit-box;
    display: flex
}

.table {
    display: table
}

.hidden {
    display: none
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

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

.justify-end {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.justify-center {
    -webkit-box-pack: center;
    justify-content: center
}

.flex-grow {
    -webkit-box-flex: 1;
    flex-grow: 1
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.h-3 {
    height: 16px
}

.my-4 {
    margin-top: 24px;
    margin-bottom: 24px
}

.mr-1 {
    margin-right: 8px
}

.mr-2 {
    margin-right: 12px
}

.mb-3 {
    margin-bottom: 16px
}

.mt-6 {
    margin-top: 48px
}

.-mt-2 {
    margin-top: -12px
}

.p-1 {
    padding: 8px
}

.p-2 {
    padding: 12px
}

.px-1 {
    padding-left: 8px;
    padding-right: 8px
}

.py-2 {
    padding-top: 12px;
    padding-bottom: 12px
}

.px-2 {
    padding-left: 12px;
    padding-right: 12px
}

.py-4 {
    padding-top: 24px;
    padding-bottom: 24px
}

.px-4 {
    padding-left: 24px;
    padding-right: 24px
}

.pb-2 {
    padding-bottom: 12px
}

.pointer-events-none {
    pointer-events: none
}

.static {
    position: static
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.shadow {
    box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, .1)
}

.text-center {
    text-align: center
}

.text-white {
    color: #fff
}

.text-green {
    color: #37c57e
}

.text-orange {
    color: #a32222;
    text-align: center;
}

.text-grey {
    color: #9a9a9a
}

.text-grey-lighter {
    color: #f2f2f2
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-lg {
    font-size: 1.25rem
}

.text-xl {
    font-size: 1.625rem
}

.italic {
    font-style: italic
}

.visible {
    visibility: visible
}

.w-3 {
    width: 16px
}

.w-1\/2 {
    width: 50%
}

.w-full {
    width: 100%
}

body {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    word-break: break-word;
    background: #f2f2f2
}

h1 {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 0 0 12px
}

h1,
h2 {
    color: #333;
    line-height: 1.5
}

h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 8px
}

h3 {
    font-size: 1.25rem
}

h3,
h4 {
    color: #333;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 8px
}

p {
    margin: 0 0 16px;
    font-size: 14px
}

@media (min-width:640px) {
    p {
        font-size: 15px
    }
}

nav {}

nav>div div {
    color: #fff !important
}

h1 {
    color: #326ef8 !important
}

body {
    background: #f7f7f7
}

footer {}

.min_deposit {
    height: auto;
    padding-top: 20px
}

.logo {
    height: 6rem
}

@media only screen and (min-width:1024px) {
    .min_deposit {
        margin-right: auto;
        margin-left: auto;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding-top: 0
    }

    .min_deposit_div {
        margin: auto
    }

    .min_deposit_div,
    .rating {
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        flex-direction: column;
        text-align: center
    }

    .features,
    .min_deposit_div,
    .rating {
        display: -webkit-box;
        display: flex;
        -webkit-box-direction: normal
    }

    .features {
        -webkit-box-orient: horizontal;
        flex-direction: row;
        -webkit-box-pack: start;
        justify-content: start;
        -webkit-box-align: center;
        align-items: center;
        padding-left: 20px
    }

    .cta {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 150px
    }
}

.color-blue,
header>nav {}

.bg-green:hover {
    background-color: #f9c585 !important
}

h2 {
    color: #333 !important
}

.ioprt {
    margin: 0 0 -24px
}

.ioprt .sb-block {
    margin: 0 0 24px
}

html body :focus {
    outline: none
}

.bg-green {
    background-color: #fb9417 !important
}

.transition {
    -webkit-transition: .2s ease-in-out !important;
    transition: .2s ease-in-out !important
}

@media (min-width:768px) {
    .md\:flex {
        display: -webkit-box;
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:text-lg {
        font-size: 1.25rem
    }
}

@media (min-width:1024px) {
    .lg\:pt-2 {
        padding-top: 12px
    }
}

/* CUSTOM CSS */
/* CUSTOM CSS */


.color-blue {
    background: #f85732 !important
}

.bg-green:hover {
    background-color: #f9c585 !important;
}




.sb-footer-menu ul {
    display: flex;
}

@media screen and (max-width:800px) {
    .sb-footer-menu ul {
        flex-wrap: wrap;
    }

    .sb-footer-menu ul li {
        width: 100%;
        text-align: center;
    }

    .comp-table-v2-logo {
        justify-content: center;
    }
}

.comp-table-v2-cta span {
    font-size: 14px !important;

}


.logo {
    filter: brightness(0) invert(1);
    height: 60px !important;
}

body {
    background: 	#111322 !important;
}
p{
	color: #ffffff!important;
}
.card{
	margin-bottom: 20px;
	border: 2px solid #640e9e;
	border-radius: 10px;
/* background-color: 	#F6F2FB; */
background: linear-gradient(135deg, #2A1C33, #3A2745);

	
}
.ioprt{
	text-align: center;
}
.cgr{
	color:#cf2e2e!important;
}
.card p{
	color:#e5d7ea!important;
}
.card div{
	color:#e5d7ea!important
}
.hdrt{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 32px;
	color: #640e9e;
}
strong{
	color: #640e9e;
}
.hdrt{
	color: #640e9e!important;
}


    footer.color-blue {
            background-color: #362440!important;
        }

        header nav {
            background-color: #362440!important;
        }

        .comp-table-v2-logo img{
             filter: brightness(0) invert(1);
        }