html, body {
  height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.a7hdoea7tyq {
	padding-right: 15%;
}

.a8wows1pw2eqm {
	display: flex;
	min-height: 100vh;
	height: 100%;
	align-items: stretch;
}

.a8wows1pcxuwiehm5 {
  min-height: 100dvh !important;
  overflow-y: scroll;
}

.a8wows1pcxuwiehm5 .a8aovtbna3kk5gq .qotrblozvj7ax65e9fi4saura {
	height: 100px !important;
	padding-top: 10px !important;
	padding-bottom: auto !important;
}

.a8aovtbna3kk5gq .content-block, 
.qotrblozvj7ax65e9fi4saura .content-block {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.a8aovtbna3kk5gq .a8g2slpdxks1ha {
	
}

.a8g2slpdxks1ha {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 15px;
}

.a8geuvpjz0qyegu .a8g2slpdxks1ha {
	height: 100px;
}

#logo-block-navi {
	display: none;
	margin-bottom: 10px;
}

.a8g2slpix0w {

}

.a8g2slpix0w > img {
	height: 60px;
}

.a8g2slpvz1oi {
	font-weight: 700;
	font-size: 32px;
	color: #fff;
}

.w61ca7azu6lwgok5eyx {
    background: var(--grey-500);
    margin:0px;
    position: relative;
}

.w61ca7azu6lwgok5eyx .content-block {
	padding-bottom: 0px;
}

.w61ca7azu6lwgok5eyx > .a6rc4vq7e2a {
  background-repeat: no-repeat;
  background-position: right 20px top;
  background-size: auto 100%;
}

.a7qu9qbza2a {
	text-align: left !important;
	display: block;
	min-width: 250px;

	position: sticky !important;
	top: 0px;
}

.a8geuvpjz0qyegu {
	background-color: #0f212e;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 15px -3px;
	height: 100px;
	z-index: 10 !important;
}

.a7qe8cbnxg {
	background-color: var(--grey-700);
	border-radius: 10px;
	aspect-ratio: 16 / 9;
	width: 100%;
}

.a7qu9qbza2a.minimized {
	width: 75px !important;
	min-width: 75px !important;
}


.a7qu9qbza2a .a9ge4qrvt {
	display: none;
}

.a8wows1pcxuwiehm5vugehoqe {
	text-align: left !important;
	padding: 40px 60px !important;
}

.a6gehuvpdxuey {
	font-weight: bold !important;
}

.w68sfpcy1mywgc8vocjju {
	margin-left: 5px;
}

.a9wz0rhhp3k64a1qku0 {
	display: inline-block;
	width: 16px !important;
	height: 16px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	position: relative;
	top: 3px;
}

.bc8rbo {
	color: #fff;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.bc8rbo .a9wz0rhhp3k64a1qku0 {
	margin-right: 3px;
}

:root {
	--content-font-size:16px;
	--content-font-color:#b1bad3;
	--content-font-family:proxima-nova, sans-serif;
	--content-line-height:1.7;
}

.content-block {
	padding-bottom: 20px;

	color: var(--content-font-color);
	font-size: var(--content-font-size);
	font-family: var(--content-font-family);
	line-height: var(--content-line-height);

	text-align: left;
}

.content-block > *:first-child {
	margin-top: 0px;
}

.content-block ul li {
	list-style: inside;
	margin-left: 10px;

	color: var(--content-font-color);
	font-size: var(--content-font-size);
	font-family: var(--content-font-family);
}

.content-block a {
	text-decoration: underline;

	color: var(--content-font-color);
	font-size: var(--content-font-size);
	font-family: var(--content-font-family);
}

.content-block i, .content-block blockquote {
	font-style: italic !important;

	color: var(--content-font-color);
	font-size: var(--content-font-size);
	font-family: var(--content-font-family);
}

.content-block b, .content-block strong {
	font-weight: bold !important;

	color: var(--content-font-color);
	font-size: var(--content-font-size);
	font-family: var(--content-font-family);
}

.content-block p, .content-block ul, .content-block ol, .content-block table {

	margin-top: 0px;
	margin-bottom: 10px;

	color: var(--content-font-color);
	font-size: var(--content-font-size);
	font-family: var(--content-font-family);
	line-height: var(--content-line-height);
}

.content-block ol {
	list-style: decimal !important; 
	list-style-position: outside !important;
	margin-left: 1.5em !important;
}

.content-block table td, .content-block table th {
	text-align: left;

	color: var(--content-font-color);
	font-size: var(--content-font-size);
	font-family: var(--content-font-family);
}


.content-block iframe {
	width: 100% !important;
	height: 100% !important;
}


.content-block .iframe-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}


.content-block img, .content-block .iframe-wrapper {
	max-width: 100%;
	margin: 10px auto;
	display: block;
}

.content-block h1 {
	color: #ffffff;
	font-weight: bold;
	font-size: 25px;
}

.content-block h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.content-block h3 {
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.a6gutsrum3vm3bw {
	font-size: 20px;
	margin-bottom: 20px;
}

.a8xb0eu4 {
	display: block;
	margin-top: 40px !important;
}

.a8wd0fe4 {
	margin-bottom: 10px;
}




.a9wsrrbpeh0m6gbsm {
	padding:2px;
	width: 100%;
}

.theater-mode {
	width: calc( 100% + 140px ) !important;
	margin-left: -70px;
}

.a9wsrrbpeh0m6gbsm .a9wsrrbpeh0ozfhoo4g {
	font-size: 16px;
	font-weight: bold;
	padding: 11px;
	display: flex;
	width: 100%;
	justify-content: space-between; 
}

.a7ra4vw0 {
	display: inline-block;
	margin-right: 10px;
}

.a7ra4vw0 > span {
	display: inline-block;
	width: 14px !important;
	height: 14px !important;
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.a7ra4vw0 > span.a7aotqe8 {
	background-image: url(/img/Icons/Rating-Full-White.svg);
}

.a7ra4vw0 > span.a7aotqew {
	background-image: url(/img/Icons/Rating-Half-White.svg);
}

.a7ra4vw0 > span.a7aotqe0 {
	background-image: url(/img/Icons/Rating-Empty-White.svg);
}

.a9wsrrbpeh0m6gbsm .a9wsrrbpeh0ozfhoo4g h1 {

}

.a9wsrrbpeh0m6gbsm .a9wsrrbpeh0ozfhoo4g span {

}

.a9wsrrbpeh0m6gbsm .a9wsrrbpeh0ozfhoo4g > div:first-child {
	text-align: left !important;
}

.a9wsrrbpeh0m6gbsm .a9wsrrbpeh0ozfhoo4g > div:last-child {
	text-align: right !important;
}

.a9wsrrbpeh0m6gbsm .iframe-wrapper {
	aspect-ratio: 16 / 9;
	width: 100%;
  position: relative;
  overflow-y: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.a9wsrrbpeh0m6gbsm .iframe-wrapper .a9wsrrbpeh0mx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(20px);  
  z-index: 1;
}

.a9wsrrbpeh0m6gbsm .iframe-wrapper .a9wsrrbpeh0i5gqool4 {
  position: relative;
  z-index: 1;

  display: flex;               
  justify-content: center;     
  align-items: center;         
  height: 100%;  
  width: 100%;              

}




.a9wsrrbpeh0m6gbsm .a9wsrrbpeh025gaoo4g {
	padding: 11px;
	display: flex;
	width: 100%;
	height: auto !important;
	justify-content: space-between; 
}

.a9wsrrbpeh0m6gbsm .a9wsrrbpeh025gaoo4g > div {
		width: 33% !important;
}

.a9wsrrbpeh0m6gbsm .a9wsrrbpeh025gaoo4g > div:first-child {
		text-align: left !important;
}

.a9wsrrbpeh0m6gbsm .a9wsrrbpeh025gaoo4g > div:nth-child(2) {
		text-align: center !important;
}

.a9wsrrbpeh0m6gbsm .a9wsrrbpeh025gaoo4g > div:last-child {
		text-align: right !important;
}

.a9wsrrbpeh0m6gbsm .a9wsrrbpeh025gaoo4g .a7qepra {
	color: #666;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
}

.a9wsrrbpeh025gaoo4gcbhia {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
}



.a7g64xfpgy0azwhw5g {
	margin:auto;
	background-color: var(--color-blue-500);
	padding: 10px 30px;
	border-radius: 5px;
	font-weight: bold;
}

.a7g64xfpgy0azwhw5g:hover {
	background-color: var(--color-blue-550);
}

.a9wsrrbpeh0m6gbsm .iframe-wrapper .a9wsrrbpeh0i5gqool4 iframe {
	width: 100%;
	height: 100%;
}

.a9wsrrbpeh0m6gbsm h2 {
	font-size: 16px !important;
}

.a9wsrrbpeh0m6gbsm h2 a {
	font-size: 16px;
	font-weight: normal;
	color:#888;
}

.a9wsrrbpeh0m6gbsm .a9wsrrbpeh025gaoo4g {
	height: 40px;
}

.a7qe6shdfy1mvwhau80uajy4axw.a7a2ssxrezg {
	border-radius: 10px;
}

.wg6sgym2w {
	font-weight: bold;
}

.opened .wg6sgym2w {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.wg6sgymy0wl {
	display: none !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
}

.opened .wg6sgymy0wl {
	display: block !important;
}

.table-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > table {
	min-width: 100%;
}

.table-responsive th,
.table-responsive td {
	white-space: break-spaces;
	word-break: break-word;
}


.a9wytvxgmyee5fbw {
	margin-bottom: 40px;
}

.a9wytvxgm3kkigxi {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}



.a8we3ufpd31igbk {
	padding:15px;
}

.a7qu9qbza2aa7ehm4vughnzmaxw {
	display: flex;
	padding: 10px 15px;
	width: 100%;
	border-radius: 5px;
	font-family: proxima-nova, sans-serif;
	color: #eeeeee;
	position: relative;
}

.a7qu9qbza2aa7ehm4vughnzmaxw > span {
	padding-left: 30px;
	font-weight: 600 !important;
}

.a7qu9qbza2aa7ehm4vughnzmaxw:hover, .a7qu9qbza2aa7ehm4vughnzmaxw.active {
	background-color: var(--grey-400);
}

.a7qu9qbza2aa7ehm4vughnzmaxw .a7rscbfcxuu {
	position: absolute;
	width: 20px;
	height: 20px;
}

.a7qu9qbza2aa7ehm4vughnzmaxw.a7re7cbpexf4 {
	margin-left: 20px;
	max-width: calc(100% - 20px);
	border-radius: 0px;
	border-left: 2px solid var(--grey-400);
	font-size: 16px;
}

.a7qu9qbza2aa7ehm4vughnzmaxw.a7re7cbpexf4 > span {
	padding-left: 10px;
}




.a8we3ufpmxuk {
	position: sticky; !important;
	bottom: 0;
	width: 100vw;
	justify-content: space-around; 
	padding: 15px;
	display: none;
	height: auto;
}

.a8we3ufpmxuk > .beturhph1ykfgc {
	display: inline-block;
}

.a8we3ufpmxuk .a8w27tbleh0k1gbng414lhyi {
	margin-bottom: 5px;
}

.a8we3ufpmxuk > .beturhph1ykfgc {
	width: 25%;
}

.a8we3ufpmxuk .beturhph1ykfgc .a8w27tbleh0k1gbng414lhyi > img {
	width: 30px;
	height: 30px;
}



.a22uvpmz0wjwgok5eyx {
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
}

.a22uvpmz0wjwgs48g {
	font-weight: bold;
}

.a22uvpmz0wjwgs48g:hover {
	color:#fff;
}



.a22urvth0k7fhco4w {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.a22urvth0k7fhco4w > a {
	margin:0px 15px;
}

.a22urvth0k7fhco4w > a > img {
	max-height: 25px;
	width: auto;
}

.a22urvth0k7fhco4w > a > img.a9go3qq {
	max-height: 40px;
	position: relative;
	top:-10px;
}




.a22urvth0k4erg {
	font-size: 14px;
}



.a22urvth0ykhhm.rh0eu0 {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 2fr !important;
}

.a22urvth066ehqol4b {
	flex-direction: column !important;
	flex-wrap: wrap !important;
  height: calc(2em * 9) !important;  
  gap: 0.01em !important;             	
}

.a22urvth066ehqol4b > li {
  flex: 0 0 2em !important; 
}


.a22urvth0ok {
	border: 0;
}



.a9xa8sa2myu64axk {
	text-align: center !important;
	justify-content: space-around !important; 
}

.qorqq2m3vm3bweo4g {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.qorqvpnw1ii.rh0hq {
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.qorqvprxkqvegu {
	flex: 0 1 73%;
	height: auto;

  min-width: 0;  
  text-overflow: ellipsis; 
}

.qorqvpixe25 {
	padding:15px;
	flex: 0 1 25%;
	height: auto;

  min-width: 0;  
  text-overflow: ellipsis; 
}

.qorqvpmz0wj {
	padding:15px;
	flex: 0 1 25%;
	position: sticky;
	top: 30px;
	height: auto;

  min-width: 0;  
  text-overflow: ellipsis; 

}

.qorqvpcy1igrjguquhg {
	padding:15px;
	flex: 0 1 34%;
	height: auto;

  min-width: 0;  
  text-overflow: ellipsis; 
}

.qorqvpcy1igrjg8kucnjq {
	padding:15px;
	flex: 0 1 64%;
	height: auto;

  min-width: 0;  
  text-overflow: ellipsis; 
}

.xatv1pvy0m6eg {
	width: 100%;
}

.xatv1pvy0m6eg th {
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	height: 33px;
	vertical-align: top;
}

.xatv1pvy0m6eg td {
	font-weight: normal;
	text-align: right;
	padding-bottom: 10px;
	height: 33px;
	vertical-align: top;
}

.xatv1pjy1g {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	display: inline-block;
}

.xatv1pjy1g::before{
  content: "";
  display: inline-block;
  position: relative;
}

.xatv1pjy1g.xatv1pjy1ilrg::before{
  content: url('/img/Icons/Check-White.svg');
  width: 16px;
  height: 16px;
}

.xatv1pjy1g.xatv1pjy1ilrw::before, .xatv1pjy1g.xatv1pjy1il::before {
  content: url('/img/Icons/Close-White.svg') !important;
  width: 16px;
  height: 16px;
}




.qorqvpcxuwiehm5 {
	flex: 0 1 73%;
  min-width: 0;
  text-overflow: ellipsis; 

}

.qorqvpcxuwiehm5 > .qorqq {
	padding:15px;
}

.a6gqssbzpy0k6wgc8vocjju img {
	margin: 0px auto 20px auto;
	border-radius: 5px;
}

.a8aovtbna3kk5gq {
	height: 100px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 15px -3px;
	z-index: 2 !important;
	position: sticky;
	top: 0px;
}

.qotrblozvj7ax65e9fi4saura {
	height: auto;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.qotrblozvj7ax65e9fi4saura .content-block {
	max-width: 100%;
	margin-left: 10px;
}

.qotrblozvj7ax65e9fi4saura .a7rs8sqreh1yngr2ig {
	flex-direction: row;
	justify-content: flex-start;
}

.a8w2rqa {
	width: 100%;
	text-align: center;
	margin-top:50px !important;
}

.a8w2rqa > p {
	margin: 20px 0px;
}

.a7gerrhvp3kqxeg {
	display: block;
	width: 200px;
	height: 2px;
	background-color: var(--grey-400);
	margin: auto;
	text-align: left;
}

.a7gerrhvp3kqxelqv8vg {
	display: block;
	height: 2px;
}


.a8we3ufpmxuk {
	display: none;
}

#scrollable {
	padding-bottom: 0px;
}

.qorqvpnw1ii {
   	grid-template-columns: repeat(8, 1fr); 
   	gap: 20px 10px;
}

.a7ae6sg2mzvmew {

		grid-auto-columns: 20%; 
		margin-left: -5.5px; 
		margin-right: -5.5px;


	margin-left: -5.5px; 
	margin-right: -5.5px;
}

.ra4tbde2a {
	padding: 0px 20px;
}

.a9wcanty1s img {
	border-radius: 10px;
}




.a8qy8ca7txv37ehuoq {
	background-color: var(--grey-500) !important;
	border-radius: 10px !important;
	max-height: 100px !important;
}

.a8qy8ca7txv37ehuoq * {
	max-height: 100px !important;
}



.qo0qfpcy1mywgc8vo {

}

.a8qy8cbvnz0y center, .qo0qfpcy1mywgc8vo center {
	margin-top: 5px;
	color: #fff;
	font-size: 14px;
}

.a8qy8cbnax077ehuoq img {
	width: 100%;
	aspect-ratio: 1.43 / 1;
	margin-bottom: 5px;
}


.a7qe4vx3jh0egrlg8kydiow {
	flex: 1;
	display: inline-block;
	position: relative;
}

.a8goquvpsz0qkfbo4w {
	margin-top: 10px;
	font-size: 14px;
	margin-left: 125px;
}

.a8goquvpsz0qkfbo4w > a {
	cursor: pointer;
	text-decoration: underline;
	padding-right: 4px;
}

.a7qe4vx3jh0egrlg8kydiow #search {
	width: 100%;
	padding: 5px 5px 5px 35px;
	border-radius: 10px;
	background-color: var(--grey-700);
	border: 2px solid var(--grey-400);
}

.a7qe4vx3jh0k1gbk {
	position: absolute;
	left: 8px;
	top: 8px;
}

.a7qe4vx3jh0egrlg8kydioxyurtn1wfnuq .a7qe4vx3jh1yegwo {
	position: absolute;
	left: 0px;
	top: 0px;

	padding: 5px 10px;
	border-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;

	width: 120px;
	border: 2px solid var(--grey-400);

}

.a7qe4vx3jh0egrlg8kydioxyurtn1wfnuq .a7qe4vx3jh0k1gbk {
	left: calc(120px + 8px);
}

.a7qe4vx3jh0egrlg8kydioxyurtn1wfnuq #search {
	padding-left: calc(120px + 35px);
}

.au1urvth0egrlg8kydiow {
	flex: 0 auto;
	display: inline-block;
	display: flex;
	justify-content: end;
	padding-left: 30px;
}

.au1urvth0egrlg8kydiow > div {

	margin-left: 10px;

}

.au1urvth0egrlg8kydiow select {

	width: 100%;
	padding: 5px 15px 5px 15px;
	border-radius: 10px;
	background-color: var(--grey-700);
	border: 2px solid var(--grey-400);

}

.a6uofu7r {
	width: 100% !important;
}




.qoqtbdo2qazgxkg4w {
	grid-template-columns: repeat(5, 1fr) !important; 
  gap: 20px 10px;
}

.qoqtbdo2qazgxkg4w .xatv1pvy0m6eg td, .qoqtbdo2qazgxkg4w .xatv1pvy0m6eg th {
	padding-bottom: 1px !important;
	height: 25px !important;
}

.qoqtbdo2qazgxkg4w .a9wcanty1s {
	width:150px;
	height:94px;
}


.a8qy8cb3a2uk4gfqoe8f {
	background-color: var(--grey-700);
	padding:0px;
	border-radius: 5px;
	position: relative;
}

.qoqtbdoh0mjawoilk {
	text-align: center;
}

.qoqtbdoh0mjawoilk .content-block {
	text-align: center !important;
}

.a8qy8cb3a2uk4gfqoe8f h2 {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin: 2px 0px 10px 0px;
}

.a8qy8cb3a2uk4gfqoe8f img {

	margin-bottom: 0px !important;
	border-radius: 10px;

}

.a8qy8cb3a2uk4gfqoe8f .a7aottbdg {
	position: absolute;

	width: 50px;
	bottom: -10px;
	left: calc(50% - 25px);

	background-color: var(--color-blue-500);
	border-radius: 10px;
	color: #fff;
	padding: 2px 5px;

	text-align: center;
	border: 1px solid #888;
}

.a8qy8cb3a2uk4gfqoe8f .qoqtbdoh1zdwm {
	padding:10px;
}

.a8qy8cb3a2uk4gfqoe8f .a23ua2m3k6uaw {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	padding: 20px 10px 10px 10px;
	line-height: 1.2;
	min-height: 100px !important;
}

.a8qy8cb3a2uk4gfqoe8f svg {
	width: 20px;
	height: 20px;
	position: relative;
	top: 2px;
}

.a8qy8cb3a2uk4gfqoe8f .content-block {
	padding-bottom: 5px;
}

.a8qy8cb3a2uk4gfqoe8f button {
	color: #fff;
}






.qoqtbdo2qazgxkg4wcdh4jyxblowg {
	grid-template-columns: 1fr !important;
}

.qoqtbdo2qazgxkg4wcdh4jyxblowg .a8qy8cb3a2uk4gfqoe8f {
	width: 100%;
	max-height: 200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.qoqtbdo2qazgxkg4wcdh4jyxblowg .a8qy8cb3a2uk4gfqoe8f .qo0qfpcy1mywgc8vo {
	padding:20px;
}

.qoqtbdo2qazgxkg4wcdh4jyxblowg .a23ua2m3k6uaw {
	min-height: auto !important;
	text-align: left;
	justify-content: flex-start;
}

.qoqtbdo2qazgxkg4wcdh4jyxblowg .a8qy8cb3a2uk4gfqoe8f .a7aottbdg {
	bottom: 10px !important;
}

.qoqtbdo2qazgxkg4wcdh4jyxblowg .a6gqssbzpy0k6wgc8vocjju img {
	max-height: 160px;
	min-height: auto;
	object-fit: cover;
}

.qoqtbdo2qazgxkg4wcdh4jyxblowg .a8qy8cb3a2uk4gfqoe8f .qoqtbdoh1zdwm {
  margin-left: auto;
  margin-right: 20px;
}





.q22thfe2qahfgwjuqv {
	position: fixed;
	width: 100vw;
	bottom: 15px;
	z-index: 10002;
	display: none;
}

.q22thfe2qahfgwjuqvxi4bx77s {
	position: relative;
	display: flex;
	width: 50%;
	min-width: 400px;
	height: auto;
	opacity: 0.96;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 3px var(--); 
	box-shadow: 0px 0px 5px 3px rgba(5,5,5,0.17);
	margin: auto;
	padding: 20px 20px;
	font-weight: bold;

	justify-content: space-between;
	align-items: center;  
	gap: 10px;
} 

.q22thfe2qahfgwjuqvxiubxw {
	border-radius: 5px;
	padding:5px 10px;
}

.q22thfe2qahfgwjuqvxiubxw:hover {
	background-color: var(--color-blue-550);
}



.a8g26thvthxru {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	z-index: 10003;

	display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.a8g26thvthxru * {
	text-align: center;
}

.a8g26thvthxruwgckk4dng {
  width: 100%;
  max-width: 420px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(10, 20, 40, 0.25);
  padding: 1.6rem;
  text-align: center;
  transform: translateY(0);
  color: #eee;
}

.a8g26thvthxruwgckk4dng > * {
	padding-bottom: 15px;
}

.ww8cbzvxa {
	background-color: var(--color-blue-500);
	color: #fff;
	font-weight: bold !important;
	border-radius: 10px;
	padding:5px 10px;
	margin: 5px 10px;
	width:40%;
}

.ww8cbzvxaa4ga {
	background-color: #3E4042;
}

.a8g26thvthxruwhk4kua {
	display: none;
}




.xettrhth0m6gbsm {

}

.xettrhth1axuo {
	display: flex;
	border-bottom: 1px solid #153851;
}

.xettrhth0qgfg img {
	width: 70px;
	height: 70px;
	min-width: 70px;
	min-height: 70px;
	border-radius: 35px;
}

.a8wu3tfpa31gaxg8kydiow .xettrhth0qgfg img {
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	border-radius: 20px;
}

.a8wu3tfpa31gaxgemcja {
	display: inline;
	color: #b1bad3;

  word-wrap: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
	
}

.a8wu3tfpa31gaxgksfja {
	color: #fff;
	text-decoration: underline;
}

.a8wu3tfpa31gaxg8kydiow p {
	margin-bottom: 0px !important;
}

.xettrhth0k4erg {
	padding-left: 20px;
}

.xettrhth0k4erg p {
	margin-bottom: 0px;
}

.xettrhth0k4erg .xettrhth0qjaxi4g {
	font-size: 14px;
}

.xettrhth0k4erg .xettrhth0w3ghi {
	font-size: 20px;
	font-weight: bold;
	color:#fff;
}

.xettrhth0k4erg .xettrhth0g5fq {
	font-size: 14px;
}

.xettrhth0m5ew4 {
	padding-top: 10px;
	padding-bottom: 10px;
	color:#fff;
}

.xettrhth0m5ew4 p {
	margin-bottom: 5px;
}


.a7qe4vx3jh1mzbakh5fk {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 9;
	top: 40px;
	background-color: #fff;
	border-radius: 10px;
	overflow-y: scroll;
	display: none;
	padding: 10px;
	grid-template-columns: repeat(5, 1fr) !important; 
}

.a7qe4vx3jh1mzbakh5fk.show {
	display: grid !important;
}

.a7qe4vx3jh1mzbakh5fk > div {
	margin: 5px;
}





@media screen and (max-width: 1560px) {

	.qoqtbdo2qazgxkg4w {
		grid-template-columns: repeat(4, 1fr) !important; 
	  gap: 20px 10px;
	}

}






@media screen and (max-width: 1380px) {

	.qoqtbdo2qazgxkg4w {
		grid-template-columns: repeat(3, 1fr) !important; 
	  gap: 20px 10px;
	}

}



@media screen and (max-width: 1200px) {

	.a7hdoea7tyq {
		padding-right: 0px;
	}

	.a7qe4vx3jh1mzbakh5fk {
		grid-template-columns: repeat(4, 1fr) !important; 
	}

	.theater-mode {
		width: 100% !important;
		margin-left: 00px;
	}

	.a7qu9qbza2a .a7qu9qbza2aa7ehm4vughnzmaxw.a7re7cbpexf4 {
		font-size: 14px;
		padding: 6px 12px;
	}

	.a8we3ufpmxuk {
		display: none;
	}

	.a8wows1pcxuwiehm5 {

	}

	.a8wows1pcxuwiehm5vugehoqe {
		padding: 15px 15px !important;
	}

	.qorqvpnw1ii {
	   	grid-template-columns: repeat(4, 1fr); 
	   	gap: 20px 10px;
	}

	.qoqtbdo2qazgxkg4w {
		grid-template-columns: repeat(3, 1fr) !important; 
	  gap: 20px 10px;
	}

	.qorqvpmz0wj {
		display: none;
	}

	.qorqvpixe25 {
		display: none;
	}

	.qorqvpcxuwiehm5 {
		flex: 1 1 100%;
	}

	.qorqvprxkqvegu {
		flex: 1 1 100%;
	}

	.ra4tbde2a {
		padding: 0px;
	}

	.a7qt0rxloyua {
		align-items: stretch;
		flex-direction: column;
	}

	.a7qe4vx3jh0egrlg8kydiow {
		margin-bottom: 20px;
	}

	.au1urvth0egrlg8kydiow {
		flex: 1;
		padding-left: 0px;
		text-align: left !important;
		justify-content: flex-start; 
	}

	.a22urvth0ykhhm.rh0eu0 {
	    grid-template-columns: 1fr 1fr !important; 
	}

	.a22urvth0ykhhm.rh0eu0 > .q21ubpp:nth-of-type(3) ,
	.a22urvth0ykhhm.rh0eu0 > .q21ubpp:nth-of-type(4) {
	    grid-column: 1 / -1;
	}

}






@media screen and (max-width: 900px) {

	.qoqtbdo2qazgxkg4w {
		grid-template-columns: repeat(2, 1fr) !important; 
	  gap: 20px 10px;
	}


	.a6rc4vq {

	}

	.a7ra4vw0 {
		margin-right: 5px;
	}

	.a7ra4vw0 > span {
		margin-left: 2px !important;
	}

}


@media screen and (max-width: 767px) {

	.a8aovtbna3kk5gq, .a8wows1pcxuwiehm5 .a8aovtbna3kk5gq .qotrblozvj7ax65e9fi4saura {
		height: 130px !important;
	}

	.a7qe4vx3jh0egrlg8kydioxyurtn1wfnuq {
		
	}

	.a7qe4vx3jh1mzbakh5fk {
		grid-template-columns: repeat(2, 1fr) !important; 
	}

	.a8goquvpsz0qkfbo4w {
		display: none;
	}

	#logo-block-navi {
		display: block;
	}

	.a7qu9qbza2a:not(.mob-show) {
		display: none !important;
	}

	.a7qu9qbza2a.mob-show {
		position: fixed !important;

	  -webkit-overflow-scrolling: touch;
		top:0px;
		left:0px;
		width: 100vw !important;
		height: calc( 100% - 80px);
		max-height: calc( 100% - 80px);
		z-index: 9 !important;
		touch-action: auto !important;
	}

	.a7qu9qbza2a.mob-show .q23urvp3g {
		touch-action: auto !important;
	}

	.a7qu9qbza2a.mob-show .a7qgrshln8w {
		touch-action: auto !important;
	}

	body.lock {

	  height: 100% !important;
		touch-action: auto;
	}

	.a7qu9qbza2a.mob-show .a9ge4qrvt {
		display: none;
	}

	.a7qu9qbza2a .a7qu9qbza2aa7ehm4vughnzmaxw.a7re7cbpexf4 {
		font-size: 18px;
		padding: 10px 15px;
	}

	.a8we3ufpmxuk {
		display: flex;
		transition: transform 0.3s ease;
		transform: translateY(0);
		z-index: 10;

	}

  .a8we3ufpmxuk.a9gu9qrvp {
    transform: translateY(100%);
  }

	.a8wows1pcxuwiehm5vugehoqe {
		padding: 10px 5px;
	}

	.qorqvpnw1ii {
	   	grid-template-columns: repeat(4, 1fr); 
	   	gap: 20px 10px;
	}

	.qoqtbdo2qazgxkg4w {
		grid-template-columns: repeat(2, 1fr) !important; 
	  gap: 20px 10px;
	}

	.a7ae6sg2mzvmew {
		grid-auto-columns: 33.3%; 
		margin-left: -5.5px; 
		margin-right: -5.5px;
	}

	.qorqq2m3vm3bweo4g {
		flex-direction: column;
	}

	.qorqvpmz0wj {
		display: block;
		flex: 1 1 100%;
		position: relative;
		margin-top: 0px;
		width: 100%;
	}


	.qorqvpixe25, .qorqvpcy1igrjg8kucnjq, .qorqvpcy1igrjguquhg {
		display: block;
		flex: 1 1 100%;
		position: relative;
		margin-top: 0px;
		width: 100%;
	}

	.qorqq2m3vm3bweo4g.a8xb0eu4 {
		margin-top: 0px !important;
	}

	.qorqq2m3vm3bweo4g > .qorqq {
		margin-bottom: 20px;
	}

	.qorqq2m3vm3bweo4g .qorqvpcxuwiehm5 {
		flex: 1 1 100%;
		position: relative;
		width: 100%;
		margin-top: 55px;
	}

	.qorqq2m3vm3bweo4g .qorqvprxkqvegu {
		flex: 1 1 100%;
		position: relative;
		width: 100%;
	}

	.ra4tbde2a {
		padding: 0px 10px;
	}

	.a7qt0rxloyua {
		align-items: stretch;
		flex-direction: column;
	}

	.a7qe4vx3jh0egrlg8kydiow {
		margin-bottom: 20px;
	}

	.au1urvth0egrlg8kydiow {
		flex: 1;
		padding-left: 0px;
		text-align: left !important;
		justify-content: flex-start; 
	}

	.a22urvth0k7fhco4w {
		flex-direction: column;
	}

	.a22urvth0k7fhco4w a {
		align-self:center;
		margin-bottom: 20px;
	}

	.a22urvth0k7fhco4w > a > img.a9go3qq {
		top:0px;
	}

	.wpuqc {
		display: none;
	}

	.a22urvth0ykhhm.rh0eu0 {
	    grid-template-columns: 1fr 1fr !important; 
	}

	.a22urvth0ykhhm.rh0eu0 > .q21ubpp:nth-of-type(3) ,
	.a22urvth0ykhhm.rh0eu0 > .q21ubpp:nth-of-type(4) {
	    grid-column: 1 / -1;
	}

	.a7ra4vw0 {
		margin-right: 1px;
	}

	.a7ra4vw0 > span {
		margin-left: 1px !important;
	}

	.bc8rbo {
		margin-bottom: 0px;
	}

}






@media screen and (max-width: 500px) {

	.a8wows1pw2eqm, .a8wows1pcxuwiehm5 {
		height: auto !important;
  	min-height: 100dvh !important;
  	overflow-y: auto !important;
	}

	.a9wsrrbpeh0m6gbsm .a9wsrrbpeh0ozfhoo4g h1 {
		font-size: 16px !important;
	}

	.content-block h1 {
		font-size: 25px;
	}

	.content-block h2 {
		font-size: 20px;
	}

	.content-block h3 {
		font-size: 18px;
	}

	.bc8rbo .a9wz0rhhp3k64a1qku0 {
		margin: 0px !important;
	}

	.a9gu9qfpmxuk {
		display: none;
	}

	.a9wsrrbpeh025gaoo4g > div:first-child {
		width: 80% !important;
	}

	.a9wsrrbpeh025gaoo4g > div:nth-child(2) {
		display: none;
	}

	.a9wsrrbpeh025gaoo4g > div:last-child {
		width: 20% !important;
	}

	.qoqtbdo2qazgxkg4w {
		grid-template-columns: repeat(1, 1fr) !important; 
	  gap: 20px 10px;
	}

}






.fullscreen-fake {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important; 
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  z-index: 9999 !important;
}

.fullscreen-fake .a9wsrrbpeh0m6gbsm {
  height: calc(100% - 40px) !important;
}

.fullscreen-fake .iframe-wrapper {
  aspect-ratio: auto !important;
  height: 100%;
}