<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index_tab_container{
	display: flex;
	align-items: flex-start;
	grid-column-gap: 30px;
}
.index_tab_left_container{
	display: flex;
	grid-row-gap: 13px;
	flex-direction: column;
	width: 327px;
}
.index_tab{
	position: relative;
	display: flex;
	padding: 20px;
	background: #FFFFFF;
	border: 1px solid #F8F8F8;
	box-sizing: border-box;
	border-radius: 10px;
	cursor: pointer;
}
.index_tab.active{
	border: 1px solid #F4F4F4;
	background: #F4F4F4;
}
.index_tab.active .index_tab_abs{
	position: absolute;
	width: 1px;
	height: 25px;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	background: #C52929;
}
.index_tab.active::after {
	content: " ";
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 6px solid transparent;
	border-right: none;
	border-left: 8px solid #CB1C31;
	border-bottom: 6px solid transparent;
}
.index_tab_img{
	font-size: 0;
}
.index_tab_text{
	padding-left: 15px;
}
.index_tab_text_title{
	font-weight: 500;
	font-size: 17px;
	line-height: 22px;
	color: #242424;
}
.index_tab_text_desc{
	font-size: 11px;
	line-height: 22px;
	color: #989898;
	padding-top: 5px;
}
.index_more{
	font-size: 11px;
	line-height: 22px;
	color: #CB1C31;
	text-decoration: none;
	padding-left: 10px;
}
.index_bottom{
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #242424;
	text-decoration: none;
	margin-right: 15px;
}

.index_tab_right_container{
	display: flex;
	align-items: center;
	width: calc(100% - 357px);
	background: #FFFFFF;
	border: 1px solid #F3D4D4;
	box-sizing: border-box;
	border-radius: 10px;
}
.index_table_container{
	padding: 10px;
	width: 100%;
}
.table_header_part{
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: #242424;
}
.index_table_container table{
	width: 100%;
}
.index_table_container table thead th{
	padding: 10px 0;
	border-bottom: 1px solid #DDDDDD;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #989898;
	text-align: right;
}
.index_table_container table thead th:first-child{
	text-align: left;
}
.index_table_container table thead th div{
	display: flex;
	justify-content: right;
	align-items: baseline;
}
.index_table_container table thead th div img{
	align-self: center;
	padding-right: 5px;
}
.index_table_container table tbody tr td{
	height: 64px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	color: #242424;
	text-align: right;
	border-bottom: 1px solid #F0F0F0;
}
.index_table_container table tbody tr:last-child td{
	border-bottom: none;
}
.index_table_container table tbody td.green{
	color: #27AE60;
}
.index_table_container table tbody td.red{
	color: #EB5757;
}
.index_table_flex{
	display: flex;
	align-items: center;
}
.index_table_flex_img{
	display: flex;
	align-items: center;
}
.index_table_flex_text{
	padding-left: 10px;
}
.index_table_flex_title{
	text-align: left;
	font-size: 14px;
	line-height: 13px;
	padding-bottom: 2px;
	color: #363946;
}
.index_table_flex_desc{
	text-align: left;
	font-size: 12px;
	line-height: 13px;
	color: #878991;
}
.cycle{
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_bottom_menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}

.tab-content{
	display: none;
}
.tab-content.current{
	display: block;
}
#accordion{
	display: none;
}
.index_bottom_menu.show_only_990{
	display: none;
}

.index_section2{
	background: #F4F4F4;
}
.index_tabs_container{
	display: flex;
	align-items: center;
	padding: 40px 0;
}
.tabs_text_container{
	padding-right: 30px;
	width: calc(100% - 385px);
}
.tabs_text_container div{
	max-width: 628px;
}
.tab_text1{
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: #242424;
	padding-bottom: 15px;
}
.tab_text2, .tab_text3{
	font-size: 14px;
	line-height: 22px;
	color: #242424;
	padding-bottom: 21px;
}
.tab_text5{
	font-weight: b;
	font-size: 14px;
	line-height: 22px;
	color: #242424;
	padding-top: 5px;
	padding-bottom: 20px;
}
.tabs_form_container{
	padding: 30px;
	width: 100%;
	max-width: 295px;
	background: #FFFFFF;
	border-radius: 6px;
}
.tabs_title{
	font-weight: 500;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	color: #242424;
	padding-bottom: 20px;
}
.tabs_form_container .tabbs{
	display: flex;
	border-bottom: 1px solid #DEDEDE;
}
.tabs_form_container .tabbs div{
	width: 50%;
	text-align: center;
}
.tabs_form_container .tabbs a{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	min-width: 75px;
	font-size: 14px;
	line-height: 22px;
	color: #B0B0B0;
	margin-bottom: -1px;
}
.tabs_form_container .tabbs a.active{
	color: #363946;
	border-bottom: 2px solid #CE3026;
}
.tab_content{
	display: none;
}
.tab_content.current{
	display: inherit;
}

.form{
	padding-top: 15px;
}
.select2{
	width: 100% !important;
}
.select2-selection__rendered {
	line-height: 38px !important;
}

.select2-container .select2-selection--single {
	height: 40px !important;
}

.select2-selection__arrow {
	height: 40px !important;
}
input[type="text"], select, textarea, .select2-container--default .select2-selection--single {
	display: block;
	width: 100%;
	box-sizing: border-box;
	resize: none;
	font-size: 14px;
	line-height: 24px;
	background: rgba(0, 0, 0, 0.02) !important;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
	border-radius: 5px;
	color: #242424;
}
.content__line{
	margin-bottom: 10px;
}
input[type="text"], select, textarea {
	padding: 7px 20px;
}
select{
	height: 40px;
	color: #6C6C6C;
}
.form_btn{
	direction: ltr;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #CE3026;
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 30px auto 0;
	position: relative;
	cursor: pointer;
}

/**/
.spread_btn1{
	display: inline-block;
	padding: 5px 10px;
	background: rgba(41, 175, 98, 0.2);
	border-radius: 5px;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #29AF62;
	margin-bottom: 20px;
}
.spread_title{
	font-weight: 500;
	max-width: 600px;
	font-size: 46px;
	line-height: 53px;
	letter-spacing: -2px;
	color: #FFFFFF;
	padding-bottom: 15px;
}
.spread_sub_title{
	font-weight: 500;
	max-width: 600px;
	font-size: 19px;
	line-height: 30px;
	color: #FFFFFF;
	padding-bottom: 30px;
}
.spread_btn2{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border: 1px solid white;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 12px;
	line-height: 22px;
	color: white;
}
.spread_btn2 img{
	margin-left: 7px;
}

.slider_bottom_container{
	background: #CE3026;
}
.slider_bottom_container_inner{
	display: flex;
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 25px;
}
.slider_bottom_block{
	position: relative;
	width: 25%;
	text-align: center;
	padding: 25px 20px;
}
.slider_bottom_block:not(:last-child)::after {
	content: " ";
	border-right: 1px solid rgba(255,255,255,0.2);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 80px;
	width: 0;
}
.slider_bottom_block_img{
	padding-bottom: 10px;
}
.slider_bottom_block_title{
	font-size: 17px;
	line-height: 150%;
	color: #FFFFFF;
	padding-bottom: 5px;
}
.slider_bottom_block_desc{
	font-size: 14px;
	line-height: 150%;
	color: rgba(255,255,255,0.8);
}

.index_section2_block_container{
	display: flex;
	padding-top: 25px;
}
.index_section2_block{
	display: flex;
	flex-direction: column;
	width: calc(50% - 3px);
	padding: 25px;
	background: #FFFFFF;
	border-radius: 5px;
}
.index_section2_block:first-child{
	margin-right: 6px;
}
.index_section2_block_img{
	padding-bottom: 15px;
}
.index_section2_block_title{
	font-weight: bold;
	font-size: 15px;
	line-height: 27px;
	color: #242424;
	padding-bottom: 5px;
}
.index_section2_block_desc{
	font-size: 14px;
	line-height: 22px;
	color: #242424;
	padding-bottom: 20px;
}
.index_section3, .index_section4{
	padding: 60px 0;
}
.index_section3_container{
	display: flex;
	align-items: center;
	padding: 35px;
	padding-left: 25px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 10px;
}
.index_section3_text_container{
	width: calc(100% - 450px);
	padding-right: 25px;
}
.index_section3_text_1{
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #242424;
	padding-bottom: 10px;
}
.index_section3_text_2{
	font-size: 14px;
	line-height: 22px;
	color: #242424;
}
.index_section3_btn_container{
	display: flex;
	grid-row-gap: 15px;
	grid-column-gap: 15px;
	max-width: 425px;
	flex-wrap: wrap;
	justify-content: center;
}
.index_section3_btn_container a {
	font-size: 0;
}
.index_section3_btn_container a:not(:last-child){
	margin-right: 1px;
}
.faq_subtitle{
	padding-bottom: 25px;
	border-bottom: 1px solid #E9E9E9;
}
.faq_title{
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: #242424;
	padding-bottom: 10px;
}
.faq_subtitle{
	font-size: 14px;
	line-height: 22px;
	color: #242424;
}
#accordion2 .panels &gt; li {
	list-style-type: none;
	cursor: pointer;
	text-align: left;
	border: none;
	background: #FFFFFF;
	border-radius: 4px;
	margin-left: 0 !important;
	border-bottom: 1px solid #E9E9E9;
}
#accordion2 .panels &gt; li .header_span {
	display: inline-block;
	width: 100%;
	padding: 18px 20px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	color: #242424;
}
#accordion2 .panels &gt; li img {
	height: 11px;
	width: 19px;
}
#accordion2 .panels &gt; li .faq_header {
	display: flex;
	align-items: center;
	position: relative;
}
#accordion2 .panels &gt; li .faq_header::after {
	content: '';
	background: url(/i/img/site/new_block/acc_header.png);
	height: 6px;
	width: 9px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#accordion2 .panels &gt; li.li-active .faq_header::after {
	content: '';
	background: url(/i/img/site/new_block/acc_header_active.png);
	height: 6px;
	width: 9px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.panelx:not(.active) {
	display: none;
}
.panelx {
	text-align: left;
	padding: 0 20px 20px;
	font-size: 14px;
	line-height: 22px;
	color: #242424;
}

/******************************************************************************/
/*  Checkbox  *****************************************************************/
/******************************************************************************/
.checkbox_container{
	padding-top: 10px;
}
.checkbox {
	display: none;
}

.checkbox + label {
	display: block;
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	margin-top: 10px;
	font-weight: 300;
	font-size: 10px;
	line-height: 14px;
	color: #242424;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox:disabled + label {
	cursor: not-allowed;
}

.checkbox + label:last-child {
	margin-bottom: 0;
}

.checkbox + label::before {
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	box-sizing: border-box;
	content: " ";
	display: block;
	height: 16px;
	left: 0;
	margin-top: -9px;
	position: absolute;
	top: 50%;
	width: 16px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.checkbox:checked + label:before {
	background-color: #4982BD;
	border: 1px solid #4982BD;
}

.checkbox + label::after {
	content: " ";
	display: none;
	height: 8px;
	position: absolute;
	top: 50%;

	border: 2px solid #ffffff;
	border-left-color: transparent;
	border-top-color: transparent;
	left: 5px;
	margin-top: -9px;
	width: 3px;

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkbox:checked + label::after {
	display: block;
}

input[type="checkbox"]:checked ~ label &gt; ul {
	display: none;
}

/** Flags **/
.flags {
	position: relative;
	width: 48px;
	height: 48px;
}
.l_flag {
	position: absolute;
	left: 0;
	top: 0;
}
.r_flag {
	position: absolute;
	left: 14px;
	top: 14px;
}

.i32 {
	background: url('/i/img/flags/32/sprite.png') no-repeat top left;
	float: left;
	width: 32px;
	height: 22px;
}
.i32.AUD {background-position: 0 -8006px;}
.i32.DE {background-position: 0px -934px;}
.i32.USD { background-position: 0 -6438px; }
.i32.SP {background-position: 0px -1314px;}
.i32.FR {background-position: 0px -1570px;}
.i32.HKD { background-position: 0 -2182px; }

.cy32{
	background: url('/i/img/flags/32/cryptocurrency-sprites.png') no-repeat top left;
	float: left;
	width: 25px;
	height:25px;
}
.cy32.Bitcoin{background-position: 0px -43px;}
.cy32.Litecoin{background-position: 0px -115px;}
.cy32.Ripple{background-position: 0px -152px;}
.cy32.Solana {background-position: 0px -410px;}
.cy32.Ethereum{background-position: 0px -80px;}
.cy32.Uniswap{background-position: 0px -374px;}

.m32{
	background: url('/i/img/flags/32/new-metal-spirit-28.png') no-repeat top left;
	float: left;
	width: 25px;
	height:25px;
}
.m32.GOLD{ background-position: 0px -8px;}
.m32.SILVER { background-position: 0 -43px; }
.m32.XAUUSD { background-position: 0 -80px; }
.m32.XPDUSD { background-position: 0 -119px; }

.s32{
	background: url('/i/img/flags/32/stock23.png') no-repeat top left;
	float: left;
	width: 32px;
	height:32px;
}
.s32.AA { background-position: 0 -5px; }
.s32.AAPL { background-position: 0 -74px; }
.s32.ADBE { background-position: 0 -112px; }
.s32.AIG { background-position: 0 -150px; }
.s32.AMD { background-position: 0 -185px; }
.s32.AMZN { background-position: 0 -222px;}

@media only screen and (max-width: 1100px) {
	.index_tab_container{
		display: none;
	}
	#accordion{
		display: block;
	}
	.index_bottom_menu.show_only_990{
		display: flex;
		justify-content: left !important;
		padding-top: 10px !important;
		padding-left: 0 !important;
	}
	#accordion .panels &gt; li {
		list-style-type: none;
		text-align: left;
		padding: 15px;
		background: #FFFFFF;
		border: 1px solid #F1F1F1;
		box-sizing: border-box;
		border-radius: 10px;
		cursor: pointer;
		margin-left: 0 !important;
		margin-bottom: 10px;
	}
	#accordion .panels &gt; li.liactive {
		border: 1px solid rgba(197, 41, 41, 0.2);
	}
	#accordion .panels &gt; li .acc_header {
		display: flex;
		align-items: center;
		position: relative;
	}
	#accordion .panels &gt; li .acc_header::after {
		content: '';
		background: url(/i/img/site/new_block/acc_header.png);
		height: 6px;
		width: 9px;
		position: absolute;
		right: 0;
		top: 5px;
	}
	#accordion .panels &gt; li.liactive .acc_header::after {
		content: '';
		background: url(/i/img/site/new_block/acc_header_active.png);
		height: 6px;
		width: 9px;
		position: absolute;
		right: 0;
		top: 5px;
	}
	.panel:not(.active), .panel_ar:not(.active) {
		display: none;
	}
	.best_spreads{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		font-weight: 500;
		font-size: 14px;
		line-height: 22px;
		color: #242424;
		border-bottom: 1px solid #DDDDDD;
		padding: 30px 0 10px;
	}
	.acc_table{
		padding: 15px 0;
		border-bottom: 1px solid #F0F0F0;
	}
	.acc_table:last-child{
		padding-bottom: 0;
		border-bottom: none;
	}
	.acc_table_data{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 15px;
	}
	.acc_table_data div{
		padding: 5px;
	}
	.acc_table_data_cap{
		font-weight: 500;
		font-size: 12px;
		line-height: 22px;
		color: #989898;
	}
	.acc_table_data_val{
		font-size: 14px;
		line-height: 16px;
		color: #242424;
	}
	.acc_table_data_val.red{
		color: #EB5757;
	}
	.acc_table_data_val.green{
		color: #27AE60;
	}

	.tabs_text_container div {
		max-width: 100%;
	}

	.index_tabs_container {
		display: block;
	}
	.tabs_text_container {
		padding-right: 0;
		width: 100%;
		padding-bottom: 30px;
	}
	.tabs_form_container {
		margin: 0 auto;
	}
	.spread_title {
		font-size: 25px;
		line-height: 1.16;
		margin-bottom: 10px;
	}
	.spread_sub_title {
		font-size: 14px;
		line-height: 1.2;
		padding-bottom: 15px;
	}
	.index_section3_container {
		display: block;
		padding: 20px 10px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.index_section3_text_container {
		width: 100%;
		padding-right: 0;
	}
	.index_section3_btn_container {
		padding-top: 25px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 800px) {
	.slider_bottom_container {
		background: #363636;
	}
	.slider_bottom_block:not(:last-child)::after {
		display: none;
	}
	.slick-slide img {
		margin: 0 auto;
	}
	.slide-arrow{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.prev-arrow{
		z-index: 1;
		left: 10px;
		cursor: pointer;
		background: url(/i/img/photonews/arrow-92-24.png) center center no-repeat;
		width: 24px;
		height: 24px;
	}
	.next-arrow{
		cursor: pointer;
		right: 10px;
		background: url(/i/img/photonews/arrow_r.png) center center no-repeat;
		width: 24px;
		height: 24px;
	}
}
@media only screen and (max-width: 600px) {
	.index_section2_block_container {
		display: block;
	}
	.index_section2_block {
		width: calc(100% - 50px);
	}
	.index_section2_block:first-child {
		margin-right: 0;
		margin-bottom: 6px;
	}
	.acc_table_data{
		justify-content: left;
	}
}
@media only screen and (max-width: 467px) {
	.index_section3_btn_container {
		max-width: 300px;
	}
	.index_section3_btn_container a:not(:last-child){
		margin-right: 0;
	}
}
@media only screen and (max-width: 400px) {
	.tabs_form_container {
		padding: 20px 10px;
		max-width: 260px;
	}
}
</pre></body></html>