section.title_box {
	padding: 25px;
	background-color: #f5f5f5;
	margin-top:100px;
}
section.sports_showing_arena{
	margin-top: 100px;
	background: transparent;
	position: relative;
}
/* section.sports_showing_arena .filterBtn{
	position: absolute;
	right: 25px;
} */
.page_heading h1 {
	font-size: 80px;
    font-family: 'Bebas Neue';
    font-weight: 500;
    background: -webkit-linear-gradient(45deg,#7d141e 0%,#ee2c30 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: .7px;
    display: block;
}
.arenasList .arena_box {
    margin: 10px 0;
    overflow: hidden;
    border: 1px solid #7e7e7e;
    background: #3c4142;
    border-radius: 15px;
}
.arenasList .arenaboxCol.active{
	display:block;
}
.arenasList .arenaboxCol{
	display:none;
}
.filterBtn button.filterbtn{
	font-size: 14px;
	padding: 8px 20px;
}
.arenaMetaData h2{
	text-align: center;
    font-size: 30px;
/*     margin-top: 10px;
    margin-bottom: 5px; */
    font-weight: 500;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    width: calc(100% - 25px);
    margin: 10px auto 5px auto;
	color: #fff;
    font-family: 'Bebas Neue';
}
.arenaMetaData .sportsname {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.areanCTA_btns {
    text-align: center;
}
.areanCTA_btns a {
	/* display: inline-block;
	border: 1px solid #c00;
	border-radius: 8px;
	padding: 6px 15px;
	text-align: center;
	color: #fff;
	background: linear-gradient(180deg, #ee2c30 0, #7d141e 100%);
	font-size: 13px;
	width: 130px;*/
	/* font-weight: 600;  */
	margin: 10px 5px 15px 5px;
}
/* .areanCTA_btns a:nth-child(2) {
    color: #c00;
    background: #fff;
} */
.arenaMetaData .category {
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 22px;
	font-weight:500;
}
.arenasList .arena_box .arenaMetaData .arenaImage img {
    height: 280px;
    width: 100%;
    object-fit: cover;
	/* border-radius: 10px; */
}
.arenaMap {
    position: sticky;
    top: 90px;
	margin-top: 10px;
}
.arenaMap iframe {
	width: 100%; 
	height: 550px;
	border: 0px;
}
.modelbox {
    max-width: 600px;
    width: 100%;
    height: 550px;
    background: #fff;
    box-shadow: 10px 10px 10px 10px rgb(0 0 0 / 20%);
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	border-radius: 10px;
    z-index: 1111;
}
.arena_head ul.sportslist {
    display: flex;
    margin-bottom: 30px;
}
.arena_head ul.sportslist li {
    padding: 6px 15px;
    background: #e5e5e5;
    margin: 5px;
    border-radius: 50px;
    text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
/* .arena_head h2 {
    font-size: 100px;
    margin-bottom: 15px; 
	text-transform: capitalize; 
	font-family:'Bebas Neue';
    font-weight: 500;
      background: -webkit-linear-gradient(45deg,#7d141e 0%,#ee2c30 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: .7px;
    line-height: 1.1;
    display: block;
} */
.modelbox .model-header a.close {
   position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #4b4a4a;
}
.modelbox .model-body {
    height: 450px;
}
.modelbox .model-body .sidepans ul li a {
    display: block;
    color: #000;
    border-bottom: 1px solid #fff;
    padding: 10px;
    width: 100%;
}
.modelbox .model-body .sidepans {
    width: 100%;
    background-color: #f0f0f0;
    height: 100%;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.modelDisplay ul {
    display: flex;
    flex-wrap: wrap;
}
.modelbox .model-header {
	height: 50px;
	width: 100%;
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #a5a5a5;
}
.modelDisplay ul li {
    width: 50%;
}
.modelDisplay ul li {
    width: 50%;
}
.modelDisplay ul li label {
    width: 100%;
    display: flex;
    align-items: start;
    margin-bottom: 20px;
	color: #000;
}
.modelDisplay ul li label input {
    padding-right: 10px;
    display: inline-block;
    margin-right: 10px;
}
form.filter_form{
	height:100%;
}

.modal-footer{
	background-color: white;
    border-top: 1px solid #a5a5a5;
    height: 50px;
    padding: 0;
	justify-content:center;
}
.modelbox .model-body .sidepans ul li.active a {
    background-color: #bbb;
}
.modelDisplay {
    padding: 20px;
}
.modal-footer .form-btn button {
    border: none;
    background: linear-gradient(180deg, #ee2c30 0, #7d141e 100%);
    width: 100px;
}
@media (max-width: 767px){
	.modelbox .model-body .sidepans {
		height: auto;
	}
	.modelbox .model-body .sidepans ul {
		display: flex;
	}
	.modelbox .model-body .sidepans ul li {
		width: 50%;
	}
	.model-body .row {
		height: 0 !important;
	}
}
/* 
.hide {
display: none !important;
}

.style-prefix-1qksk8p .row {
margin-left: -8px;
margin-right: -8px;
}

@media (min-width: 768px) {
.style-prefix-1qksk8p .row {
margin-left: -8px;
margin-right: -8px;
}
}

.style-prefix-1qksk8p .container {
margin-right: auto;
margin-left: auto;
padding-left: 16px;
padding-right: 16px;
}

.style-prefix-1qksk8p .container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 16px;
padding-right: 16px;
}

@media (min-width: 768px) {
.style-prefix-1qksk8p .container-fluid {
padding-left: 24px;
padding-right: 24px;
}
}

.style-prefix-1qksk8p .container-fluid {
width: 80%;
}

@media only screen and (max-width: 768px) {
.style-prefix-1qksk8p .container-fluid {
width: inherit;
}
}

@media (min-width: 768px) {
.style-prefix-1qksk8p .container {
width: 720px;
padding-left: 24px;
padding-right: 24px;
}
}

@media (min-width: 992px) {
.style-prefix-1qksk8p .container {
width: 944px;
}
}

@media (min-width: 1300px) {
.style-prefix-1qksk8p .container {
width: 1252px;
}
}

.style-prefix-1qksk8p .container::after,
.style-prefix-1qksk8p .container::before,
.style-prefix-1qksk8p .container-fluid::after,
.style-prefix-1qksk8p .container-fluid::before,
.style-prefix-1qksk8p .row::after,
.style-prefix-1qksk8p .row::before {
display: table;
content: " ";
}

.style-prefix-1qksk8p .row::after,
.style-prefix-1qksk8p .container-fluid::after,
.style-prefix-1qksk8p .container::after {
clear: both;
}

.style-prefix-1qksk8p .col-lg-1,
.style-prefix-1qksk8p .col-lg-2,
.style-prefix-1qksk8p .col-lg-3,
.style-prefix-1qksk8p .col-lg-4,
.style-prefix-1qksk8p .col-lg-5,
.style-prefix-1qksk8p .col-lg-6,
.style-prefix-1qksk8p .col-lg-7,
.style-prefix-1qksk8p .col-lg-8,
.style-prefix-1qksk8p .col-lg-9,
.style-prefix-1qksk8p .col-lg-10,
.style-prefix-1qksk8p .col-lg-11,
.style-prefix-1qksk8p .col-lg-12,
.style-prefix-1qksk8p .col-md-1,
.style-prefix-1qksk8p .col-md-2,
.style-prefix-1qksk8p .col-md-3,
.style-prefix-1qksk8p .col-md-4,
.style-prefix-1qksk8p .col-md-5,
.style-prefix-1qksk8p .col-md-6,
.style-prefix-1qksk8p .col-md-7,
.style-prefix-1qksk8p .col-md-8,
.style-prefix-1qksk8p .col-md-9,
.style-prefix-1qksk8p .col-md-10,
.style-prefix-1qksk8p .col-md-11,
.style-prefix-1qksk8p .col-md-12,
.style-prefix-1qksk8p .col-sm-1,
.style-prefix-1qksk8p .col-sm-2,
.style-prefix-1qksk8p .col-sm-3,
.style-prefix-1qksk8p .col-sm-4,
.style-prefix-1qksk8p .col-sm-5,
.style-prefix-1qksk8p .col-sm-6,
.style-prefix-1qksk8p .col-sm-7,
.style-prefix-1qksk8p .col-sm-8,
.style-prefix-1qksk8p .col-sm-9,
.style-prefix-1qksk8p .col-sm-10,
.style-prefix-1qksk8p .col-sm-11,
.style-prefix-1qksk8p .col-sm-12,
.style-prefix-1qksk8p .col-xs-1,
.style-prefix-1qksk8p .col-xs-2,
.style-prefix-1qksk8p .col-xs-3,
.style-prefix-1qksk8p .col-xs-4,
.style-prefix-1qksk8p .col-xs-5,
.style-prefix-1qksk8p .col-xs-6,
.style-prefix-1qksk8p .col-xs-7,
.style-prefix-1qksk8p .col-xs-8,
.style-prefix-1qksk8p .col-xs-9,
.style-prefix-1qksk8p .col-xs-10,
.style-prefix-1qksk8p .col-xs-11,
.style-prefix-1qksk8p .col-xs-12 {
position: relative;
min-height: 1px;
padding-right: 8px;
padding-left: 8px;
}

@media (min-width:768px) {

.style-prefix-1qksk8p .col-sm-1,
.style-prefix-1qksk8p .col-sm-2,
.style-prefix-1qksk8p .col-sm-3,
.style-prefix-1qksk8p .col-sm-4,
.style-prefix-1qksk8p .col-sm-5,
.style-prefix-1qksk8p .col-sm-6,
.style-prefix-1qksk8p .col-sm-7,
.style-prefix-1qksk8p .col-sm-8,
.style-prefix-1qksk8p .col-sm-9,
.style-prefix-1qksk8p .col-sm-10,
.style-prefix-1qksk8p .col-sm-11,
.style-prefix-1qksk8p .col-sm-12 {
float: left;
}

.style-prefix-1qksk8p .col-sm-12 {
width: 100%;
}

.style-prefix-1qksk8p .col-sm-6 {
width: 50%;
}

.style-prefix-1qksk8p .col-sm-4 {
width: 33.33333333%;
}

.style-prefix-1qksk8p .col-sm-3 {
width: 25%;
}

.style-prefix-1qksk8p .col-sm-2 {
width: 16.66666667%;
}

.style-prefix-1qksk8p .col-sm-11 {
width: 91.66666667%;
}

.style-prefix-1qksk8p .col-sm-10 {
width: 83.33333333%;
}

.style-prefix-1qksk8p .col-sm-9 {
width: 75%;
}

.style-prefix-1qksk8p .col-sm-8 {
width: 66.66666667%;
}

.style-prefix-1qksk8p .col-sm-7 {
width: 58.33333333%;
}

.style-prefix-1qksk8p .col-sm-5 {
width: 41.66666667%;
}

.style-prefix-1qksk8p .col-sm-1 {
width: 8.33333333%;
}
}

.style-prefix-1qksk8p .col-sm-1 {
width: 8.33333333%;
}

.style-prefix-1qksk8p .col-xs-1,
.style-prefix-1qksk8p .col-xs-2,
.style-prefix-1qksk8p .col-xs-3,
.style-prefix-1qksk8p .col-xs-4,
.style-prefix-1qksk8p .col-xs-5,
.style-prefix-1qksk8p .col-xs-6,
.style-prefix-1qksk8p .col-xs-7,
.style-prefix-1qksk8p .col-xs-8,
.style-prefix-1qksk8p .col-xs-9,
.style-prefix-1qksk8p .col-xs-10,
.style-prefix-1qksk8p .col-xs-11,
.style-prefix-1qksk8p .col-xs-12 {
float: left;
}

.style-prefix-1qksk8p .col-xs-12 {
width: 100%;
}

.style-prefix-1qksk8p .col-xs-11 {
width: 91.66666667%;
}

.style-prefix-1qksk8p .col-xs-10 {
width: 83.33333333%;
}

.style-prefix-1qksk8p .col-xs-9 {
width: 75%;
}

.style-prefix-1qksk8p .col-xs-8 {
width: 66.66666667%;
}

.style-prefix-1qksk8p .col-xs-7 {
width: 58.33333333%;
}

.style-prefix-1qksk8p .col-xs-6 {
width: 50%;
}

.style-prefix-1qksk8p .col-xs-5 {
width: 41.66666667%;
}

.style-prefix-1qksk8p .col-xs-4 {
width: 33.33333333%;
}

.style-prefix-1qksk8p .col-xs-3 {
width: 25%;
}

.style-prefix-1qksk8p .col-xs-2 {
width: 16.66666667%;
}

.style-prefix-1qksk8p .col-xs-1 {
width: 8.33333333%;
}

@media (min-width:992px) {

.style-prefix-1qksk8p .col-md-1,
.style-prefix-1qksk8p .col-md-10,
.style-prefix-1qksk8p .col-md-11,
.style-prefix-1qksk8p .col-md-12,
.style-prefix-1qksk8p .col-md-2,
.style-prefix-1qksk8p .col-md-3,
.style-prefix-1qksk8p .col-md-4,
.style-prefix-1qksk8p .col-md-5,
.style-prefix-1qksk8p .col-md-6,
.style-prefix-1qksk8p .col-md-7,
.style-prefix-1qksk8p .col-md-8,
.style-prefix-1qksk8p .col-md-9 {
float: left;
}

.style-prefix-1qksk8p .col-md-12 {
width: 100%;
}

.style-prefix-1qksk8p .col-md-10 {
width: 83.33333333%;
}

.style-prefix-1qksk8p .col-md-6 {
width: 50%;
}

.style-prefix-1qksk8p .col-md-4 {
width: 33.33333333%;
}

.style-prefix-1qksk8p .col-md-3 {
width: 25%;
}

.style-prefix-1qksk8p .col-md-2 {
width: 16.66666667%;
}

.style-prefix-1qksk8p .col-md-11 {
width: 91.66666667%;
}

.style-prefix-1qksk8p .col-md-9 {
width: 75%;
}

.style-prefix-1qksk8p .col-md-8 {
width: 66.66666667%;
}

.style-prefix-1qksk8p .col-md-7 {
width: 58.33333333%;
}

.style-prefix-1qksk8p .col-md-5 {
width: 41.66666667%;
}

.style-prefix-1qksk8p .col-md-1 {
width: 8.33333333%;
}

.style-prefix-1qksk8p .col-md-offset-2 {
margin-left: 16.66666667%;
}
}

@media (min-width:1200px) {

.style-prefix-1qksk8p .col-lg-1,
.style-prefix-1qksk8p .col-lg-10,
.style-prefix-1qksk8p .col-lg-11,
.style-prefix-1qksk8p .col-lg-12,
.style-prefix-1qksk8p .col-lg-2,
.style-prefix-1qksk8p .col-lg-3,
.style-prefix-1qksk8p .col-lg-4,
.style-prefix-1qksk8p .col-lg-5,
.style-prefix-1qksk8p .col-lg-6,
.style-prefix-1qksk8p .col-lg-7,
.style-prefix-1qksk8p .col-lg-8,
.style-prefix-1qksk8p .col-lg-9 {
float: left;
}

.style-prefix-1qksk8p .col-lg-6 {
width: 50%;
}
}

.style-prefix-1qksk8p a {
background-color: transparent;
color: #337ab7;
text-decoration: none;
}

.style-prefix-1qksk8p a:active,
.style-prefix-1qksk8p a:hover {
outline: 0;
}

.style-prefix-1qksk8p a:focus,
.style-prefix-1qksk8p a:hover {
color: #23527c;
text-decoration: underline;
}

.style-prefix-1qksk8p a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}

.style-prefix-1qksk8p a,
.style-prefix-1qksk8p a:link,
.style-prefix-1qksk8p a:hover,
.style-prefix-1qksk8p a:active {
color: inherit;
text-decoration: none;
}

.style-prefix-1qksk8p article,
.style-prefix-1qksk8p aside,
.style-prefix-1qksk8p details,
.style-prefix-1qksk8p figcaption,
.style-prefix-1qksk8p figure,
.style-prefix-1qksk8p footer,
.style-prefix-1qksk8p header,
.style-prefix-1qksk8p hgroup,
.style-prefix-1qksk8p main,
.style-prefix-1qksk8p menu,
.style-prefix-1qksk8p nav,
.style-prefix-1qksk8p summary {
display: block;
}

.style-prefix-lr2ngu {
background: white;
}

.style-prefix-lr2ngu .clearfix::after {
clear: both;
}

.style-prefix-lr2ngu .clearfix::after,
.style-prefix-lr2ngu .clearfix::before {
display: table;
content: " ";
}

.style-prefix-z1fpag {
transform: translateY(-0px);
transition: transform .5s ease;
position: relative;
z-index: 100;
width: 100%;
}

.style-prefix-sp9vgb {
width: 100%;
height: 60px;
margin-inline: auto;
padding-inline: 24px;
background-image: linear-gradient(to bottom, #171A26, rgba(23, 26, 38, 0.0001));
background-color: #15171C;
display: flex;
flex-direction: row;
justify-content: space-between;
position: relative;
z-index: 1;
}

@media only screen and (max-width: 1439px) {
.style-prefix-sp9vgb {
padding-inline: 12px;
}
}

@media only screen and (max-width: 768px) {
.style-prefix-sp9vgb {
display: none;
}
}

.style-prefix-15iagpf {
width: 100%;
transition: 0.3s all;
min-height: 100vh;
padding-top: 0;
}

@media only screen and (max-width: 768px) {
.style-prefix-15iagpf {
padding-top: 54px;
}
}

.style-prefix-scadab {
padding: 0 0 0 0;
margin-left: auto;
margin-right: auto;
}

@media only screen and (max-width: 1439px) {
.style-prefix-scadab {
padding: 0 0 0 0;
}
}

@media only screen and (max-width: 992px) {
.style-prefix-scadab {
padding: 0 0 0 0;
}
}

@media only screen and (max-width: 768px) {
.style-prefix-scadab {
padding: 0 0 0 0;
}
}

.style-prefix-12a9pod {
margin-left: auto;
margin-right: auto;
width: 1199.1666666666667px;
}

@media only screen and (min-width: 1025px) {
.style-prefix-12a9pod {
width: 100% !important;
max-width: 1900px;
}
}

@media only screen and (max-width: 1439px) {
.style-prefix-12a9pod {
width: 946px;
}
}

@media only screen and (max-width: 992px) {
.style-prefix-12a9pod {
width: 729px;
}
}

@media only screen and (max-width: 768px) {
.style-prefix-12a9pod {
width: 90%;
}
}

.style-prefix-jlnup7 {
padding: 25px 50px;
position: sticky;
top: 0;
z-index: 3;
background: whitesmoke;
backdrop-filter: blur(50px);
-webkit-backdrop-filter: blur(50px);
}

@media only screen and (max-width: 1439px) {
.style-prefix-jlnup7 {
padding: 25px;
}
}

@media only screen and (max-width: 768px) {
.style-prefix-jlnup7 {
background: transparent;
position: static;
backdrop-filter: initial;
-webkit-backdrop-filter: initial;
padding: 25px 0px 0px;
margin-bottom: 35px;
}
}

.style-prefix-2jg3m6 {
display: flex;
justify-content: space-between;
}

@media only screen and (max-width: 768px) {
.style-prefix-2jg3m6 {
flex-direction: column;
}
}

.button.btn.btn-light.btn-lg{
border: 1px solid black;
}

.style-prefix-1qzh2s5 {
text-align: start;
cursor: default;
margin: 0;
color: black;
font-size: 40px;
font-family: Inter-Bold, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
letter-spacing: 0.01px;
line-height: 60px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
.style-prefix-1qzh2s5 {
font-size: 22px;
font-family: Inter-Bold, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
letter-spacing: 0px;
line-height: 35px;
}
}

@media only screen and (max-width: 768px) {
.style-prefix-1qzh2s5 {
font-size: 24px;
font-family: Inter-Extra-Bold, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
letter-spacing: -0.3px;
line-height: 30px;
}
}

.style-prefix-1eol2cy {
display: flex;
}

@media only screen and (max-width: 768px) {
.style-prefix-1eol2cy {
margin-top: 20px;
flex-direction: row-reverse;
}
}

.style-prefix-1v90fsi {
display: flex;
max-width: 500px;
margin-right: 20px;
overflow: scroll;
}

.style-prefix-1v90fsi>:not(:last-child) {
margin-right: 20px;
}

@media only screen and (max-width: 768px) {
.style-prefix-1v90fsi>:not(:last-child) {
margin-right: 10px;
}
}

@media only screen and (max-width: 768px) {
.style-prefix-1v90fsi {
margin-right: 0;
margin-left: 10px;
}
}

.style-prefix-oa77mn {
width: 15px;
min-height: fit-content;
overflow: hidden;
position: relative;
margin: auto 0px auto 12px;
transition: all 300ms ease;
}

@media only screen and (max-width: 768px) {
.style-prefix-oa77mn {
width: 12px;
}
}

.style-prefix-1c5aifd {
padding-bottom: initial;
transition: all 50ms ease;
background: transparent;
}
@media only screen and (max-width: 768px) {
.style-prefix-1c5aifd {
height: 10.81px;
}
}

.style-prefix-h31n39 {
display: flex;
justify-content: space-between;
padding-left: 50px;
background-color: white;
}

@media only screen and (max-width: 1439px) {
.style-prefix-h31n39 {
padding-left: 25px;
}
}

@media only screen and (max-width: 768px) {
.style-prefix-h31n39 {
display: block;
padding-left: 0;
}
}

.style-prefix-1f2ncz7 {
flex-basis: 45%;
max-width: 45%;
}

@media only screen and (max-width: 1439px) {
.style-prefix-1f2ncz7 {
flex-basis: 51%;
max-width: 51%;
}
}

@media only screen and (max-width: 768px) {
.style-prefix-1f2ncz7 {
flex-basis: 100%;
max-width: 100%;
margin: auto;
}
}

.style-prefix-1f2ncz7 #container-element {
transition: filter 150ms ease;
}

.style-prefix-1ieqxxt {
padding-top: 40px;
}

@media only screen and (max-width: 768px) {
.style-prefix-1ieqxxt {
padding-top: 0;
}
}

.style-prefix-1j5g41z {
text-align: start;
cursor: default;
margin: 0;
color: black;
font-size: 30px;
font-family: Inter-Regular, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
letter-spacing: -0.5px;
line-height: 45px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
.style-prefix-1j5g41z {
font-size: 18px;
font-family: Inter-Regular, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
letter-spacing: 0px;
line-height: 30px;
}
}

@media only screen and (max-width: 768px) {
.style-prefix-1j5g41z {
font-size: 18px;
font-family: Inter-Medium, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
letter-spacing: -0.2px;
line-height: 28px;
}
}

.style-prefix-kwohiu {
text-align: start;
cursor: default;
margin: 0;
color: black;
font-size: 18px;
font-family: Inter-Medium, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
letter-spacing: 0px;
line-height: 22px;
margin-top: 5px;
}

@media only screen and (max-width: 768px) {
.style-prefix-kwohiu {
font-size: 14px;
font-family: Inter-Medium, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
letter-spacing: 0px;
line-height: 22px;
display: none;
}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
.style-prefix-kwohiu {
font-size: 10px;
font-family: Inter-Medium, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
letter-spacing: 0px;
line-height: 16px;
}
}

.style-prefix-8i0l3o {
display: flex;
flex-wrap: wrap;
height: fit-content;
margin-top: 40px;
}

@media only screen and (max-width: 768px) {
.style-prefix-8i0l3o {
margin-top: 15px;
}
}

.style-prefix-1wl8zny {
max-width: 45%;
flex-basis: 45%;
cursor: pointer;
z-index: 2;
border-radius: 10px;
margin-bottom: 4%;
margin-top: 1%;
margin-right: 4%;
overflow: hidden;
background: white;
display: flex;
flex-direction: column;
justify-content: space-between;
border: 1px solid black;
transition: all 150ms ease;
}

@media only screen and (max-width: 1439px) {
.style-prefix-1wl8zny {
flex-basis: 46%;
max-width: 46%;
margin-right: 3%;
margin-bottom: 2%;
}
}

@media only screen and (max-width: 768px) {
.style-prefix-1wl8zny {
flex-basis: 100%;
max-width: 100%;
margin-bottom: 4%;
margin-right: 0;
}
}

.style-prefix-79elbk {
position: relative;
}

.style-prefix-8w2vul {
width: 100%;
min-height: fit-content;
overflow: hidden;
position: absolute;
top: 5px;
left: 5px;
z-index: 2;
}

.style-prefix-10427sj {
padding-bottom: 100%;
transition: all 50ms ease;
background: transparent;
}

.style-prefix-dn80w3 {
position: absolute;
opacity: 0;
transition: opacity 150ms ease;
top: 0;
left: 0;
width: initial;
max-height: 25px;
max-width: fit-content;
}

.style-prefix-1wib7ti .slick-loading .slick-list {
background: #fff url(../../../../../assets/images/ajax-loader.html) center center no-repeat;
}

.style-prefix-1wib7ti .slick-prev,
.style-prefix-1wib7ti .slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}

.style-prefix-1wib7ti .slick-prev:hover,
.style-prefix-1wib7ti .slick-prev:focus,
.style-prefix-1wib7ti .slick-next:hover,
.style-prefix-1wib7ti .slick-next:focus {
color: transparent;
outline: none;
background: transparent;
}

.style-prefix-1wib7ti .slick-prev:hover:before,
.style-prefix-1wib7ti .slick-prev:focus:before,
.style-prefix-1wib7ti .slick-next:hover:before,
.style-prefix-1wib7ti .slick-next:focus:before {
opacity: 1;
}

.style-prefix-1wib7ti .slick-prev.slick-disabled:before,
.style-prefix-1wib7ti .slick-next.slick-disabled:before {
opacity: .25;
}

.style-prefix-1wib7ti .slick-prev:before,
.style-prefix-1wib7ti .slick-next:before {
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.style-prefix-1wib7ti .slick-prev {
left: -25px;
}

.style-prefix-1wib7ti [dir='rtl'] .slick-prev {
right: -25px;
left: auto;
}

.style-prefix-1wib7ti .slick-prev:before {
content: "";
}

.style-prefix-1wib7ti [dir='rtl'] .slick-prev:before {
content: "";
}

.style-prefix-1wib7ti .slick-next {
right: -25px;
}

.style-prefix-1wib7ti [dir='rtl'] .slick-next {
right: auto;
left: -25px;
}

.style-prefix-1wib7ti .slick-next:before {
content: "";
}

.style-prefix-1wib7ti [dir='rtl'] .slick-next:before {
content: "";
}

.style-prefix-1wib7ti .slick-dotted.slick-slider {
margin-bottom: 30px;
}

.style-prefix-1wib7ti .slick-dots {
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}

.style-prefix-1wib7ti .slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}

.style-prefix-1wib7ti .slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}

.style-prefix-1wib7ti .slick-dots li button:hover,
.style-prefix-1wib7ti .slick-dots li button:focus {
outline: none;
}

.style-prefix-1wib7ti .slick-dots li button:hover:before,
.style-prefix-1wib7ti .slick-dots li button:focus:before {
opacity: 1;
}

.style-prefix-1wib7ti .slick-dots li button:before {
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '\2022';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.style-prefix-1wib7ti .slick-dots li.slick-active button:before {
opacity: .75;
color: black;
}

.style-prefix-1wib7ti .slick-slider .slick-list,
.style-prefix-1wib7ti .slick-slider .slick-track {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

.style-prefix-1wib7ti .slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}

.style-prefix-1wib7ti .slick-track {
margin-left: 0;
}

.style-prefix-1wib7ti .slick-track:after,
.style-prefix-1wib7ti .slick-track:before {
display: table;
content: '';
}

.style-prefix-1wib7ti .slick-track:after {
clear: both;
}

.style-prefix-1wib7ti .slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}

.style-prefix-1wib7ti [dir=rtl] .slick-slide {
float: right;
}

.style-prefix-1wib7ti .slick-slide img {
display: block;
}

.style-prefix-1wib7ti .slick-slide.slick-loading img {
display: none;
}

.style-prefix-1wib7ti .slick-slide.dragging img {
pointer-events: none;
}

.style-prefix-1wib7ti .slick-initialized .slick-slide {
display: block;
}

.style-prefix-1wib7ti .slick-loading .slick-slide {
visibility: hidden;
}

.style-prefix-1wib7ti .slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}

.style-prefix-1wib7ti .slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}

.style-prefix-1wib7ti .slick-list:focus {
outline: 0;
}

.style-prefix-1wib7ti .slick-list.dragging {
cursor: pointer;
cursor: hand;
}

.style-prefix-1wib7ti .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.style-prefix-1wib7ti .slick-dots li {
width: 44px;
height: 12px;
}

.style-prefix-1wib7ti .slick-dots li:hover>div {
transform: scaleY(2.25);
}

.style-prefix-1wib7ti .slick-slide {
height: inherit;
}

.style-prefix-1wib7ti .slick-slide>div {
height: 100%;
}

.style-prefix-1wib7ti .slick-track {
display: flex;
}

.style-prefix-1vx1dtt {
position: relative;
height: 100%;
}

.style-prefix-1li6c3s {
width: 100%;
min-height: fit-content;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
transition: all 500ms ease;
height: 100%;
}

.style-prefix-1t9998w {
padding-bottom: 55.865921787709496%;
transition: all 50ms ease;
background: transparent;
}

.style-prefix-nz1vn1 {
position: absolute;
opacity: 0;
transition: opacity 150ms ease;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.style-prefix-7wh13m {
display: block;
width: 100%;
}

.style-prefix-1a5h5uo {
width: 100%;
min-height: fit-content;
overflow: hidden;
position: relative;
}

.style-prefix-1kkszq4 {
padding: 20px 20px 0px;
}

.style-prefix-1px8men {
text-align: center;
cursor: pointer;
margin: 0;
color: black;
font-size: 18px;
font-family: Inter-Medium, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
letter-spacing: 0px;
line-height: 22px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
.style-prefix-1px8men {
font-size: 10px;
font-family: Inter-Medium, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
letter-spacing: 0px;
line-height: 16px;
}
}

@media only screen and (max-width: 768px) {
.style-prefix-1px8men {
font-size: 14px;
font-family: Inter-Medium, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
letter-spacing: 0px;
line-height: 22px;
}
}

.style-prefix-11yq1o6 {
text-align: center;
cursor: pointer;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
margin: 0;
color: black;
font-size: 25px;
font-family: Bebas-Regular, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
letter-spacing: 0.5px;
line-height: 50px;
}

@media only screen and (max-width: 768px) {
.style-prefix-11yq1o6 {
font-size: 22px;
font-family: Bebas-Regular, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
letter-spacing: 0px;
line-height: 35px;
margin-top: 2%;
}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
.style-prefix-11yq1o6 {
font-size: 25px;
font-family: Bebas-Regular, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
letter-spacing: 0.25px;
line-height: 30px;
}
}

.style-prefix-1sxqr0j {
display: flex;
justify-content: center;
margin-bottom: 4%;
}

@media only screen and (max-width: 768px) {
.style-prefix-1sxqr0j {
margin-bottom: 0%;
margin-top: 2%;
}
}

.style-prefix-1gwdwk0 {
text-align: center;
cursor: pointer;
margin: 0;
color: rgba(0, 0, 0, 0.6);
font-size: 18px;
font-family: Inter-Regular, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
letter-spacing: 0.5px;
line-height: 28px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
.style-prefix-1gwdwk0 {
font-size: 10px;
font-family: Inter-Regular, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
letter-spacing: 0px;
line-height: 18px;
}
}

@media only screen and (max-width: 768px) {
.style-prefix-1gwdwk0 {
font-size: 14px;
font-family: Inter-Regular, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
letter-spacing: 0px;
line-height: 22px;
}
}

.style-prefix-1i1l0mw {
display: flex;
justify-content: space-around;
padding: 20px 10px;
}

@media only screen and (max-width: 1439px) {
.style-prefix-1i1l0mw {
padding: 20px 10px;
}
}

@media only screen and (max-width: 768px) {
.style-prefix-1i1l0mw {
padding: 20px;
}
}

.style-prefix-1i1l0mw>button {
flex-basis: 45%;
min-width: fit-content;
}

.style-prefix-is5ctc {
cursor: pointer;
font-family: Inter-Medium, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
border: 1px solid black;
transition: all 250ms ease;
display: flex;
justify-content: center;
align-items: center;
background: whitesmoke;
color: black;
backdrop-filter: blur(50px);
font-size: 14px;
line-height: 14px;
border-radius: 5px;
padding: 11.5px 20px;
font-weight: 700;
}

.style-prefix-is5ctc:hover {
background: rgb(255 255 255 / 20%);
}

.style-prefix-is5ctc:disabled {
background: whitesmoke;
border: 1px solid black;
backdrop-filter: blur(27.1828px);
cursor: not-allowed;
}

.style-prefix-is5ctc:disabled .button_text {
color: black;
}

.style-prefix-fdmtjk {
transition: all 250ms ease;
display: flex;
text-transform: uppercase;
}

.style-prefix-1vdljxq {
max-width: 45%;
flex-basis: 45%;
cursor: pointer;
z-index: 2;
border-radius: 10px;
margin-bottom: 4%;
margin-top: 1%;
margin-right: 4%;
overflow: hidden;
background: lightgray !important;
display: flex;
flex-direction: column;
justify-content: space-between;
border: 1px solid black;
transition: all 150ms ease;
}

@media only screen and (max-width: 1439px) {
.style-prefix-1vdljxq {
flex-basis: 46%;
max-width: 46%;
margin-right: 3%;
margin-bottom: 2%;
}
}

@media only screen and (max-width: 768px) {
.style-prefix-1vdljxq {
flex-basis: 100%;
max-width: 100%;
margin-bottom: 4%;
margin-right: 0;
}
}

.style-prefix-1c7220x {
display: flex;
justify-content: center;
margin-right: 6%;
margin-bottom: 5%;
}

.style-prefix-1c7220x>* {
margin: 0% 2%;
}

@media only screen and (max-width: 1439px) {
.style-prefix-1c7220x>* {
margin: 0% 1%;
}
}

.style-prefix-1nqe384 {
flex-basis: 51%;
max-width: 51%;
}

@media only screen and (max-width: 1439px) {
.style-prefix-1nqe384 {
flex-basis: 51%;
max-width: 51%;
}
}

@media only screen and (max-width: 768px) {
.style-prefix-1nqe384 {
display: none;
flex-basis: 100%;
max-width: 100%;
margin: auto;
}
}

.style-prefix-1nqe384 #container-element {
transition: filter 150ms ease;
}

.style-prefix-zf9cpv {
display: flex;
cursor: pointer;
min-width: fit-content;
margin: auto;
height: fit-content;
justify-content: space-between;
border-radius: 30px;
background: rgb(255 255 255 / 10%);
padding: 10px 15px;
transition: all 150ms ease;
min-height: 31px;
}


.style-prefix-15aa6sd {
text-align: start;
cursor: pointer;
margin: 0;
color: white;
font-size: 14px;
font-family: Inter-Bold,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
letter-spacing: 0.5px;
line-height: 22px;
height: fit-content;
}

.style-prefix-oa77mn {
width: 15px;
min-height: fit-content;
overflow: hidden;
position: relative;
margin: auto 0px auto 12px;
transition: all 300ms ease;
}

.style-prefix-5blrfd {
position: relative;
opacity: 1;
transition: opacity 150ms ease 0s;
top: 0px;
left: 0px;
width: 100%;
}



.style-prefix-pbmsma {
	height: 100%;
	outline: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.style-prefix-cyif95 {
	animation: 300ms ease-out 0s 1 normal none running animation-g1m4bw;
	z-index: 5;
	max-height: calc(100% - 64px);
	height: auto;
	width: auto;
	backdrop-filter: blur(120px);
	overflow: hidden;
}

.style-prefix-mrm3m9 {
	height: auto;
	display: flex;
	flex-direction: column;
	border-radius: 6px;
	z-index: 5;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
	background: gray !important;
	width: 65vw;
}

img.style-prefix-trs791.efaomd31 {
	position: relative;
	opacity: 1;
	transition: opacity 150ms ease 0s;
	top: 0px;
	left: 0px;
	width: initial;
	max-height: 25px;
	max-width: fit-content;
}

.style-prefix-1ioghd2 {
	padding: 10px;
	position: relative;
	cursor: default;
	border-bottom: 1px solid lightgray;
	background-color: white;
}

.style-prefix-1hovxta {
	text-align: center;
	cursor: default;
	margin: 0px;
	color: black;
	font-size: 30px;
	font-family: Inter-Bold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	letter-spacing: 0.01px;
	line-height: 38px;
}

.style-prefix-1scck0a {
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 0.5;
	cursor: pointer;
	z-index: 2;
}

img {
	max-width: 100%;
	height: auto;
}

.style-prefix-18gf6o9 {
	position: relative;
	padding: 0px;
	display: flex;
}

.style-prefix-1gplyh7 {
	flex-basis: 25%;
	background: white;
	border: 1px solid gray;
}

.style-prefix-1lzhqfn {
	cursor: pointer;
	display: flex;
	padding: 20px 40px;
	background: lightgrey;
	transition: all 80ms ease 0s;
}

.style-prefix-1zvcxo {
	text-align: start;
	cursor: pointer;
	margin: 0px 10px 0px 0px;
	color: black;
	font-family: Inter-Medium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	letter-spacing: -0.3px;
	line-height: 35px;
}

.style-prefix-10r7rve {
	text-align: start;
	cursor: pointer;
	margin: auto 0px;
	color: black;
	font-family: Inter-Bold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	letter-spacing: 0px;
	line-height: 22px;
	height: fit-content;
}

h5.style-prefix-1bnz945.e1ji7sof2 {
	margin: 0px 10px 0px 0px;
}

.style-prefix-uy4gap {
	cursor: pointer;
	display: flex;
	padding: 20px 40px;
	background: transparent;
	transition: all 80ms ease 0s;
	color: black;
}

.style-prefix-fyiwvm {
	flex-basis: 75%;
	padding: 20px 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background-color: white;
}

.style-prefix-1pzyma4 {
	display: flex;
	background: rgba(255, 255, 255, 0.1);
	padding: 15px 15px 15px 10px;
	border-radius: 5px;
	border: 1px solid gray;
	margin-bottom: 30px;
}

.style-prefix-hboir5 {
	display: flex;
	width: 100%;
}

.style-prefix-1hfwh81 {
	width: 25px;
	min-height: fit-content;
	overflow: hidden;
	position: relative;
	margin: auto 10px auto 0px;
}

.style-prefix-15b2h3v {
	background: transparent;
	border: none;
	width: 100%;
	color: rgba(255, 255, 255, 0.6);
	font-size: 18px;
	font-family: Inter-Regular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	line-height: 28px;
}

.style-prefix-1eg8ccw {
	opacity: 0;
	cursor: default;
	transition: all 100ms ease 0s;
	border-radius: 50%;
	padding: 0px 9px;
	display: flex;
}

.style-prefix-912f52 {
	width: 12px;
	min-height: fit-content;
	overflow: hidden;
	position: relative;
	margin: auto;
}

.style-prefix-1yq48i9 {
	min-height: 390px;
}

.style-prefix-oe94nq {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-height: 390px;
	overflow-y: scroll;
}

.style-prefix-oe94nq>div {
	flex-basis: 45%;
	margin-bottom: 30px;
}

.style-prefix-11dqbsu {
	display: flex;
	cursor: pointer;
}

.style-prefix-1fmm6or {
	appearance: none;
	background: rgba(255, 255, 255, 0.1);
	margin: 8px 0px 0px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	transform: translateY(2px);
	border: 1px solid black;
	cursor: pointer;
	transition: all 300ms ease 0s;
}

.style-prefix-aqf5kc {
	display: flex;
	margin-bottom: 0px;
	margin-left: 15px;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.style-prefix-jip4nl {
	cursor: pointer;
	font-family: Inter-Medium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	border: 1px solid black;
	transition: all 250ms ease 0s;
	display: flex;
	justify-content: center;
	align-items: center;
	background: lightgray;
	font-size: 14px;
	line-height: 14px;
	border-radius: 5px;
	padding: 11.5px 20px;
	font-weight: 700;
	margin: 25px auto auto;
}

@media only screen and (max-width: 768px){

	.style-prefix-cyif95 {
		animation: 300ms ease 0s 1 normal forwards running animation-1uibbxe;
	}

	.style-prefix-mrm3m9 {
		width: 100vw;
		background: rgba(0, 0, 0, 0.5);
	}

	.style-prefix-1ioghd2 {
		display: flex;
		justify-content: space-between;
		padding: 35px 20px 15px;
		background-color: white;
	}

	.style-prefix-1hovxta {
		font-size: 18px;
		font-family: Inter-Bold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
		letter-spacing: -0.2px;
		line-height: 22px;
	}

	.style-prefix-1gplyh7 {
		flex-basis: 40%;
		padding-top: 20px;
	}

	.style-prefix-1lzhqfn {
		padding: 8px 20px;
		margin-bottom: 5%;
		justify-content: space-between;
	}

	.style-prefix-1zvcxo {
		font-size: 16px;
		font-family: Inter-Medium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
		letter-spacing: 0px;
		line-height: 25px;
	}

	.style-prefix-10r7rve {
		font-size: 14px;
		font-family: Inter-Bold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
		letter-spacing: 0px;
		line-height: 18px;
	}

	.style-prefix-uy4gap {
		padding: 8px 20px;
		justify-content: space-between;
		color: black;
	}

	.style-prefix-fyiwvm.e1dvz9v90{
		color: black;
	}


	.style-prefix-1bnz945 {
		font-size: 16px;
		font-family: Inter-Medium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
		letter-spacing: 0px;
		line-height: 25px;
	}

	.style-prefix-10r7rve {
		font-size: 14px;
		font-family: Inter-Bold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
		letter-spacing: 0px;
		line-height: 18px;
	}

	.style-prefix-fyiwvm {
		flex-basis: 60%;
		padding: 15px 30px;
	}

	.style-prefix-1pzyma4 {
		padding: 10px 10px 10px 14px;
		border-color: gray;
		margin-bottom: 20px;
	}

	.style-prefix-1hfwh81 {
		width: 20px;
	}

	.style-prefix-15b2h3v {
		font-size: 14px;
		line-height: 20px;
	}

	.style-prefix-1eg8ccw {
		padding: 0px 7px;
	}

	.style-prefix-912f52 {
		width: 8px;
	}

	.style-prefix-1yq48i9 {
		min-height: 270px;
	}

	.style-prefix-oe94nq {
		flex-flow: column;
		max-height: 270px;
	}

	.style-prefix-oe94nq > div {
		flex-basis: 100%;
		margin-bottom: 20px;
	}

	.style-prefix-1fmm6or {
		margin-top: 2px;
	}

	.style-prefix-1p75r7b {
		font-size: 16px;
		font-family: Inter-Medium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
		letter-spacing: 0px;
		line-height: 25px;
	}

	.style-prefix-aqf5kc {
		display: flex;
		margin-bottom: 0px;
		margin-left: 15px;
	}

} */
