.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}h4.mpcs-quiz-score {
font-size: 19px;
line-height: 1;
font-weight: 500;
}
.mpcs-quiz-question:first-of-type {
margin-top: 40px;
}
.mpcs-quiz-question {
margin-bottom: 49px;
}
.mpcs-quiz-question-label {
margin-bottom: 16px;
}
.mpcs-quiz-question label[for] {
cursor: pointer;
}
.mpcs-quiz-question-label > label {
font-size: 20px;
font-weight: 500;
color: #000;
display: inline-block;
position: relative;
float: none;
margin: 0;
padding: 0;
}
.mpcs-quiz-question-option {
display: flex;
align-items: center;
position: relative;
padding: 8px;
}
.mpcs-quiz-question-option.mpcs-quiz-question-option-correct {
background-color: #F1F9E9;
}
.mpcs-quiz-question-option.mpcs-quiz-question-option-incorrect {
background-color: #FBE9E7;
}
.mpcs-quiz-question-option:last-child {
margin-bottom: 0;
}
.mpcs-quiz-question-option .mpcs-quiz-question-option-label {
flex-grow: 1;
font-size: 16px;
color: #757575;
padding-left: 12px;
}
.mpcs-quiz-question-option input + label {
display: flex;
}
.mpcs-quiz-question-option input + label i {
font-size: 20px;
line-height: 1;
color: #736B6A;
}
.mpcs-quiz-question-option input + label i.mpcs-radio-unchecked,
.mpcs-quiz-question-option input + label i.mpcs-checkbox-unchecked {
color: #BEBEBE;
}
.mpcs-quiz-question-option input + label i:before {
margin: 0;
}
.mpcs-quiz-question-option input {
display: none;
}
.mpcs-quiz-question-option input + label i.mpcs-radio-checked,
.mpcs-quiz-question-option input:checked + label i.mpcs-radio-unchecked,
.mpcs-quiz-question-option input + label i.mpcs-checkbox-checked,
.mpcs-quiz-question-option input:checked + label i.mpcs-checkbox-unchecked {
display: none;
}
.mpcs-quiz-question-option input:checked + label i.mpcs-radio-checked,
.mpcs-quiz-question-option input:checked + label i.mpcs-checkbox-checked {
display: block;
}
.mpcs-quiz-question-option input:checked + label i.mpcs-checkbox-checked {
position: relative;
top: 1px;
}
.mpcs-quiz-question-option input:checked ~ label {
color: #000;
}
.mpcs-quiz-question-true-false .mpcs-quiz-question-options {
display: flex;
gap: 35px;
}
.mpcs-quiz-question-true-false .mpcs-quiz-question-option {
margin-bottom: 0;
}
.mpcs-quiz-question-input {
max-width: 600px;
}
.mpcs-quiz-question-short-answer .mpcs-quiz-question-input,
.mpcs-quiz-question-essay .mpcs-quiz-question-input {
margin-left: 8px;
}
.mpcs-quiz-question-short-answer input[type="text"] {
width: 100%;
margin-bottom: 2px;
padding: 8px;
border: 1px solid #BEBEBE;
}
.mpcs-quiz-question-essay textarea {
display: block;
width: 100%;
height: 150px;
padding: 8px;
border-color: #BEBEBE;
}
.mpcs-quiz-character-counter {
line-height: 1;
margin-top: 3px;
font-size: 16px;
}
.mpcs-quiz-question-error {
display: none;
margin: 0 0 0 8px;
padding: 5px 0;
}
.mpcs-quiz-question-error-inner {
padding: 3px 15px;
margin: 0;
background-color: #F2DEDE;
color: #B94A48;
border-left: 5px solid #c73412;
float: left;
width: auto;
line-height: 1.4;
}
.mpcs-quiz-submission-error {
display: none;
margin: 0 0 20px 0;
}
.mpcs-quiz-submission-error-inner {
background: #F2DEDE;
padding: 15px;
color: #B94A48;
border-left: 5px solid #c73412;
}
.mpcs-quiz-question-label > label > .mpcs-quiz-correct-answer,
.mpcs-quiz-question-label > label > .mpcs-quiz-incorrect-answer {
position: absolute;
top: 9px;
left: -27px;
font-size: 14px;
line-height: 1;
}
.mpcs-quiz-question-label > label > .mpcs-quiz-correct-answer i:before,
.mpcs-quiz-question-label > label > .mpcs-quiz-incorrect-answer i:before,
.mpcs-quiz-question-option .mpcs-quiz-correct-answer i:before,
.mpcs-quiz-question-option .mpcs-quiz-incorrect-answer i:before {
margin: 0;
}
.mpcs-quiz-question-option .mpcs-quiz-correct-answer,
.mpcs-quiz-question-option .mpcs-quiz-incorrect-answer {
font-size: 10px;
margin: 0 10px;
}
.mpcs-quiz-question-option .mpcs-quiz-incorrect-answer {
position: relative;
top: 1px;
left: 3px;
}
.mpcs-quiz-question-correct .mpcs-quiz-question-label > label,
.mpcs-quiz-correct-answer {
color: #1FA058;
}
.mpcs-quiz-question-incorrect .mpcs-quiz-question-label > label,
.mpcs-quiz-incorrect-answer {
color: #D93C38;
}
.mpcs-quiz-question-feedback {
padding: 20px 0;
margin: 20px 0;
border-top: 1px solid #7a7a7a;
border-bottom: 1px solid #7a7a7a;
}
.mpcs-quiz-question-feedback p {
margin: 0 0 20px 0;
padding: 0;
}
.mpcs-quiz-question-feedback p:last-child {
margin: 0;
}
.mpcs-quiz-question-correct-answer-box {
background-color: #F5F5F5;
padding: 24px;
margin-top: 20px;
}
.mpcs-quiz-question-correct-answer-box-title {
font-size: 15px;
font-weight: bold;
margin-bottom: 5px;
}#quick-view-tab .recommended-area .dash-breadcrumbs-items,
#quick-view-tab .recommended-area .elementor-element-12c11df {
display: none;
}
.card__stats_outer {
align-content: flex-start;
block-size: 556.906px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
bottom: 0px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: flex;
height: 556.906px;
inline-size: 651px;
inset-block-end: 0px;
inset-block-start: 0px;
inset-inline-end: 0px;
inset-inline-start: 0px;
justify-content: center;
left: 0px;
min-block-size: auto;
min-height: auto;
min-inline-size: auto;
min-width: auto;
padding-block-end: 30px;
padding-block-start: 30px;
padding-inline-end: 30px;
padding-inline-start: 30px;
perspective-origin: 325.5px 278.453px;
position: relative;
right: 0px;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
top: 0px;
transform-origin: 325.5px 278.453px;
width: 651px;
border: 0px none rgb(28, 31, 44);
flex-flow: row wrap;
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
padding: 30px;
} @font-face {
font-family: "Libre Baskerville";
src: url(https://aibettingedge.com/wp-content/themes/blocksy-child/fonts/LibreBaskerville-Regular.eot);
src: url(https://aibettingedge.com/wp-content/themes/blocksy-child/fonts/LibreBaskerville-Regular.eot?#iefix) format("embedded-opentype"),
url(https://aibettingedge.com/wp-content/themes/blocksy-child/fonts/LibreBaskerville-Regular.woff) format("woff"),
url(https://aibettingedge.com/wp-content/themes/blocksy-child/fonts/LibreBaskerville-Regular.ttf) format("truetype"),
url(https://aibettingedge.com/wp-content/themes/blocksy-child/fonts/LibreBaskerville-Regular.svg#LibreBaskerville-Regular) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
.card__stats_outer:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: block;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_outer:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: block;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #DIV_2 {
block-size: 292.734px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
bottom: 0px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 292.734px;
inline-size: 300px;
inset-block-end: 0px;
inset-block-start: 0px;
inset-inline-end: 0px;
inset-inline-start: 0px;
left: 0px;
max-inline-size: 300px;
max-width: 300px;
min-block-size: auto;
min-height: auto;
min-inline-size: auto;
min-width: auto;
perspective-origin: 150px 146.359px;
position: relative;
right: 0px;
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
top: 0px;
transform-origin: 150px 146.367px;
width: 300px;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #DIV_2:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #DIV_2:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_main_img {
block-size: 244.734px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 244.734px;
inline-size: 300px;
margin-block-end: 48px;
perspective-origin: 150px 122.359px;
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
transform-origin: 150px 122.367px;
width: 300px;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
margin: 0px 0px 48px;
outline: rgb(28, 31, 44) none 0px;
transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s,
-webkit-box-shadow 0.3s ease 0s;
} .card__stats_main_img:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_main_img:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__first {
block-size: 244.734px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-end-end-radius: 16px;
border-end-start-radius: 16px;
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
border-start-end-radius: 16px;
border-start-start-radius: 16px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: inline-block;
height: 244.734px;
inline-size: 300px;
max-inline-size: 100%;
max-width: 100%;
perspective-origin: 150px 122.359px;
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
transform-origin: 150px 122.367px;
vertical-align: middle;
width: 300px;
border: 0px none rgb(28, 31, 44);
border-radius: 16px;
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__first:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__first:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img_outer {
block-size: 90.3125px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
bottom: 407.594px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 90.3125px;
inline-size: 223px;
inset-block-end: 407.594px;
inset-block-start: 59px;
inset-inline-end: 66px;
inset-inline-start: 362px;
left: 362px;
max-inline-size: 223px;
max-width: 223px;
perspective-origin: 111.5px 45.1562px;
position: absolute;
right: 66px;
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
top: 59px;
transform-origin: 111.5px 45.1562px;
width: 223px;
z-index: 4;
animation: 1.25s ease 0s 1 normal none running fadeInDown;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img_outer:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img_outer:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img,
.card__stats_third_img {
block-size: 90.3125px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 90.3125px;
inline-size: 223px;
perspective-origin: 111.5px 45.1562px;
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
transform-origin: 111.5px 45.1562px;
width: 223px;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s,
-webkit-box-shadow 0.3s ease 0s;
} .card__stats_sec_img:after,
.card__stats_third_img:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img:before,
.card__stats_third_img:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__sec {
block-size: 90.3125px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-end-end-radius: 16px;
border-end-start-radius: 16px;
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
border-start-end-radius: 16px;
border-start-start-radius: 16px;
box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 60px -12px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: inline-block;
height: 90.3125px;
inline-size: 180.625px;
max-inline-size: 100%;
max-width: 100%;
perspective-origin: 90.3125px 45.1562px;
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
transform: matrix(1, 0, 0, 1, 0, -8);
transform-origin: 90.3125px 45.1562px;
vertical-align: middle;
width: 180.625px;
border: 0px none rgb(28, 31, 44);
border-radius: 16px;
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
transition: transform 0.3s ease-out 0s;
} #img_card__sec:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__sec:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_third_img_outer {
block-size: 90.3125px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
bottom: 308.594px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 90.3125px;
inline-size: 223px;
inset-block-end: 308.594px;
inset-block-start: 158px;
inset-inline-end: 327px;
inset-inline-start: 101px;
left: 101px;
max-inline-size: 223px;
max-width: 223px;
perspective-origin: 111.5px 45.1562px;
position: absolute;
right: 327px;
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
top: 158px;
transform-origin: 111.5px 45.1562px;
width: 223px;
z-index: 4;
animation: 1.25s ease 0s 1 normal none running fadeInDown;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_third_img_outer:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_third_img_outer:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__third {
block-size: 90.3125px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-end-end-radius: 16px;
border-end-start-radius: 16px;
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
border-start-end-radius: 16px;
border-start-start-radius: 16px;
box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 60px -12px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: inline-block;
height: 90.3125px;
inline-size: 180.625px;
max-inline-size: 100%;
max-width: 100%;
perspective-origin: 90.3125px 45.1562px;
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
transform-origin: 90.3125px 45.1562px;
vertical-align: middle;
width: 180.625px;
border: 0px none rgb(28, 31, 44);
border-radius: 16px;
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
transition: transform 0.3s ease-out 0s;
} #img_card__third:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__third:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} @media only screen and (max-width: 600px) {
.card__stats_outer {
align-content: flex-start;
block-size: 556.016px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
bottom: 0px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: flex;
height: 556.016px;
inline-size: 503px;
inset-block-end: 0px;
inset-block-start: 0px;
inset-inline-end: 0px;
inset-inline-start: 0px;
justify-content: center;
left: 0px;
min-block-size: auto;
min-height: auto;
min-inline-size: auto;
min-width: auto;
padding-block-end: 30px;
padding-block-start: 30px;
padding-inline-end: 30px;
padding-inline-start: 30px;
perspective-origin: 251.5px 278px;
position: relative;
right: 0px;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
top: 0px;
transform-origin: 251.5px 278.008px;
width: 503px;
border: 0px none rgb(28, 31, 44);
flex-flow: row wrap;
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
padding: 30px;
} .card__stats_outer:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: block;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_outer:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: block;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #DIV_2 {
block-size: 292.719px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
bottom: 0px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 292.719px;
inline-size: 300px;
inset-block-end: 0px;
inset-block-start: 0px;
inset-inline-end: 0px;
inset-inline-start: 0px;
left: 0px;
max-inline-size: 300px;
max-width: 300px;
min-block-size: auto;
min-height: auto;
min-inline-size: auto;
min-width: auto;
perspective-origin: 150px 146.359px;
position: relative;
right: 0px;
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
top: 0px;
transform-origin: 150px 146.359px;
width: 300px;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #DIV_2:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #DIV_2:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_main_img {
block-size: 244.719px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 244.719px;
inline-size: 300px;
margin-block-end: 48px;
perspective-origin: 150px 122.359px;
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
transform-origin: 150px 122.359px;
width: 300px;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
margin: 0px 0px 48px;
outline: rgb(28, 31, 44) none 0px;
transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s,
-webkit-box-shadow 0.3s ease 0s;
} .card__stats_main_img:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_main_img:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__first {
block-size: 244.719px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-end-end-radius: 16px;
border-end-start-radius: 16px;
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
border-start-end-radius: 16px;
border-start-start-radius: 16px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: inline-block;
height: 244.719px;
inline-size: 300px;
max-inline-size: 100%;
max-width: 100%;
perspective-origin: 150px 122.359px;
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
transform-origin: 150px 122.359px;
vertical-align: middle;
width: 300px;
border: 0px none rgb(28, 31, 44);
border-radius: 16px;
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__first:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__first:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: left;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img_outer {
block-size: 90.5px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
bottom: 259.516px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 90.5px;
inline-size: 181px;
inset-block-end: 259.516px;
inset-block-start: 206px;
inset-inline-end: 254px;
inset-inline-start: 68px;
left: 68px;
max-inline-size: 181px;
max-width: 181px;
perspective-origin: 90.5px 45.25px;
position: absolute;
right: 254px;
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
top: 206px;
transform-origin: 90.5px 45.25px;
width: 181px;
z-index: 4;
animation: 1.25s ease 0s 1 normal none running fadeInDown;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img_outer:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img_outer:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img,
.card__stats_third_img {
block-size: 90.5px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 90.5px;
inline-size: 181px;
perspective-origin: 90.5px 45.25px;
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
transform-origin: 90.5px 45.25px;
width: 181px;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s,
-webkit-box-shadow 0.3s ease 0s;
} .card__stats_sec_img:after,
.card__stats_third_img:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_sec_img:before,
.card__stats_third_img:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__sec,
#img_card__third {
block-size: 90.5px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-end-end-radius: 16px;
border-end-start-radius: 16px;
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
border-start-end-radius: 16px;
border-start-start-radius: 16px;
box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 60px -12px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
display: inline-block;
height: 90.5px;
inline-size: 181px;
max-inline-size: 100%;
max-width: 100%;
perspective-origin: 90.5px 45.25px;
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
transform-origin: 90.5px 45.25px;
vertical-align: middle;
width: 181px;
border: 0px none rgb(28, 31, 44);
border-radius: 16px;
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
transition: transform 0.3s ease-out 0s;
} #img_card__sec:after,
#img_card__third:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} #img_card__sec:before,
#img_card__third:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_third_img_outer {
block-size: 90.5px;
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
bottom: 411.516px;
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
height: 90.5px;
inline-size: 181px;
inset-block-end: 411.516px;
inset-block-start: 54px;
inset-inline-end: 171px;
inset-inline-start: 151px;
left: 151px;
max-inline-size: 181px;
max-width: 181px;
perspective-origin: 90.5px 45.25px;
position: absolute;
right: 171px;
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
top: 54px;
transform-origin: 90.5px 45.25px;
width: 181px;
z-index: 4;
animation: 1.25s ease 0s 1 normal none running fadeInDown;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_third_img_outer:after {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} .card__stats_third_img_outer:before {
border-block-end-color: rgb(28, 31, 44);
border-block-start-color: rgb(28, 31, 44);
border-inline-end-color: rgb(28, 31, 44);
border-inline-start-color: rgb(28, 31, 44);
box-sizing: border-box;
caret-color: rgb(28, 31, 44);
color: rgb(28, 31, 44);
column-rule-color: rgb(28, 31, 44);
text-align: center;
text-decoration: none solid rgb(28, 31, 44);
text-emphasis-color: rgb(28, 31, 44);
text-size-adjust: 100%;
border: 0px none rgb(28, 31, 44);
font: 16px / 24px Inter, sans-serif;
outline: rgb(28, 31, 44) none 0px;
} }
body {
background: #ddd;
}
@media (max-width: 767px) {
.dashboard-content-section .eael-advance-tabs.eael-tabs-vertical {
display: block !important;
}
.dashboard-content-section .eael-advance-tabs .eael-tabs-nav,
.dashboard-content-section .eael-advance-tabs .eael-tabs-content {
width: 100% !important;
}
.dashboard-content-section .eael-advance-tabs .eael-tabs-content {
min-height: 50vh;
}
.dashboard-content-section .eael-advance-tabs.eael-tabs-vertical > .eael-tabs-nav {
overflow: auto !important;
position: relative !important;
}
.dashboard-content-section .eael-advance-tabs.eael-tabs-vertical > .eael-tabs-nav > ul {
flex-direction: row !important;
gap: 30px !important;
flex-flow: unset !important;
width: max-content !important;
}
.dashboard-content-section .eael-advance-tabs .eael-tabs-nav ul li,
.dashboard-content-section .eael-advance-tabs .eael-tabs-nav ul li span {
width: max-content !important;
line-height: 1 !important;
}
.dashboard-content-section .dashboard-content-section .eael-advance-tabs .eael-tabs-nav ul li span.eael-tab-title sup {
left: -15px !important;
}
}