@media (max-width:991px) {
	.overflow-hidden-md {
		overflow: hidden
	}
}

@media screen and (max-width:767px) {
	.m-auto-sm {
		margin-left: auto;
		margin-right: auto
	}
	.text-center-sm {
		text-align: center
	}
}

@media screen and (max-width:576px) {
	.m-auto-xs {
		margin-left: auto;
		margin-right: auto
	}
	.text-center-xs {
		text-align: center
	}
}

.full-height {
	min-height: 100vh
}

.link-reset,
.link-reset:hover {
	color: inherit!important;
	text-decoration: none!important
}

@font-face {
	font-family: Lato;
	font-display: auto;
	src: url(/investing/markets/static_landing/media/Lato-Light.2fe27d9d.ttf);
	font-weight: 300
}

@font-face {
	font-family: Lato;
	font-display: auto;
	src: url(/investing/markets/static_landing/media/Lato-Regular.2d36b1a9.ttf);
	font-weight: 400
}

@font-face {
	font-family: Lato;
	font-display: auto;
	src: url(/investing/markets/static_landing/media/Lato-Bold.85d339d9.ttf);
	font-weight: 700
}

@font-face {
	font-family: Barlow Semi Condensed;
	font-display: auto;
	src: url(/investing/markets/static_landing/media/BarlowSemiCondensed-Bold.396b59d3.ttf);
	font-weight: 700
}

@font-face {
	font-family: Barlow Semi Condensed;
	font-display: auto;
	src: url(/investing/markets/static_landing/media/BarlowSemiCondensed-Medium.1e07a24a.ttf);
	font-weight: 500
}

@font-face {
	font-family: Barlow Semi Condensed;
	font-display: auto;
	src: url(/investing/markets/static_landing/media/BarlowSemiCondensed-Regular.cfe0d977.ttf);
	font-weight: 400
}

@font-face {
	font-family: Barlow Semi Condensed;
	font-display: auto;
	src: url(/investing/markets/static_landing/media/BarlowSemiCondensed-Light.196e783a.ttf);
	font-weight: 300
}

*,
:after,
:before {
	box-sizing: border-box
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

table {
	border-collapse: collapse
}


#root {
	min-height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative
}

.content {
	flex: 1 0 auto
}

.text-xxl {
	font-size: 3.6rem
}

.text-xl {
	font-size: 2.8rem
}

.text-lg {
	font-size: 2.4rem
}

.text-md {
	font-size: 2.1rem
}

.text-sm {
	font-size: 1.6rem
}

.text-xs {
	font-size: 1.4rem
}

.text-xxs {
	font-size: 1.2rem
}

p {
	margin-bottom: 1.5em
}

a {
	color: #3179ff;
	text-decoration: none;
	-webkit-transition-duration: 225ms;
	transition-duration: 225ms
}

a:hover {
	color: #1f6bf7;
	text-decoration: underline
}

label {
	margin-bottom: 0
}

.section-pad {
	padding-top: 70px;
	padding-bottom: 70px
}

@media (max-width:991px) {
	.section-pad {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width:576px) {
	.section-pad {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

.section-100vh {
	display: flex;
	flex-direction: column;
	justify-content: center
}

@media (min-width:768px) {
	.section-100vh {
		min-height: 100vh
	}
}

canvas {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 0;
	top: 0
}

.dg {
	display: none
}

.clickable {
	cursor: pointer
}

.link-with-arrow {
	font-weight: 400;
	font-family: Barlow Semi Condensed, sans-serif;
	position: relative;
	display: inline-block;
	letter-spacing: .015em;
	font-size: 22px
}

.link-with-arrow:after {
	content: "";
	width: 1em;
	height: .5em;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAWCAMAAAC4wk/kAAAAJ1BMVEVHcEwvd/8xef8xef8weP8vcv8xef8weP8xeP8vd/8vef8wef8weP9bgkZ4AAAADXRSTlMAI7//nBDfeO9AUM+/D6MTDwAAAGVJREFUeNq1k0EKwCAMBBM3aqz+/72lYKHH7oJzHwiTxH7hBVGNJAA0J6UO2cqhWOikdaVieXuskKxJ5qjljeiFANtqoElL0DTzRbDHU0IIyevp5Q7hjDpEJ8f5JwzhUs0n1if1DYgTBd6qRfuGAAAAAElFTkSuQmCC) no-repeat 50%;
	background-size: 100%;
	-webkit-transition-duration: 225ms;
	transition-duration: 225ms;
	display: inline-block;
	vertical-align: .04em;
	margin-left: .3em
}

.link-with-arrow:hover {
	text-decoration: none
}

.link-with-arrow:hover:after {
	-webkit-transform: translateX(.3em);
	transform: translateX(.3em);
	text-decoration: none
}

.color-green {
	color: #2db241
}

.color-red {
	color: #ec1b2e
}

.navigation__side {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 420px;
	background-color: #fff;
	color: #000;
	box-shadow: 1px 0 10px rgba(0, 0, 0, .3);
	flex-direction: column;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	display: flex;
	font-size: 19px
}

.navigation__side_top {
	top: 0;
	left: 0;
	padding: 20px 15px 15px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.navigation__side_top__logo {
	height: 35px
}

.navigation__side_top__logo img {
	height: 100%
}

.navigation__side_top__close {
	color: inherit;
	background: none;
	border: none;
	padding: 0;
	outline: 0;
	border-radius: 0;
	font-size: inherit
}

.navigation__side_top__close:active,
.navigation__side_top__close:focus {
	outline: 0
}

.navigation__side_top__close:hover {
	outline: 0;
	background: none;
	border: none;
	color: inherit
}

.navigation__side__items {
	display: flex;
	flex: 1 1;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 10px;
	overflow-y: scroll
}

.navigation__side__darkpanel {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .7);
	opacity: 0;
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
	pointer-events: none
}

.navigation__side .nav-dropdown__toggle {
	padding: 10px 15px 5px
}

.navigation__side__login-btn {
	display: inline-block;
	color: inherit;
	margin: 10px 15px 0
}

.navigation__side__login-btn:hover {
	text-decoration: none
}

.navigation__side__register-btn {
	margin: 15px 15px 0;
	min-width: 100px;
	text-transform: uppercase
}

@media (max-width:991px) {
	.navigation--opened .navigation__side {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.navigation--opened .navigation__side__darkpanel {
		opacity: 1;
		pointer-events: auto
	}
}

@media (max-width:576px) {
	.navigation__side {
		max-width: 100%
	}
	.navigation__side__darkpanel {
		-webkit-backdrop-filter: none;
		backdrop-filter: none
	}
}

.navigation-side-dropdown {
	width: 100%;
	border-bottom: 1px solid rgba(149, 179, 255, .3)
}

.navigation-side-dropdown:first-child {
	border-top: 1px solid rgba(149, 179, 255, .3)
}

.navigation-side-dropdown--opened {
	background: rgba(149, 179, 255, .05)
}

.navigation-side-dropdown__toggle {
	width: 100%;
	padding: 10px 15px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.navigation-side-dropdown__toggle:after {
	background: url(/investing/markets/static_landing/media/arrow-down-black.9956be91.svg) no-repeat;
	background-size: 100%;
	content: "";
	margin-left: .25em;
	display: inline-block;
	width: 8px;
	height: 5px;
	border: none;
	vertical-align: .15em;
	-webkit-transition-duration: 225ms;
	transition-duration: 225ms
}

.navigation-side-dropdown--opened .navigation-side-dropdown__toggle {
	font-weight: 700;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 179, 255, .1)), to(transparent));
	background: -webkit-linear-gradient(rgba(149, 179, 255, .1), transparent);
	background: linear-gradient(rgba(149, 179, 255, .1), transparent)
}

.navigation-side-dropdown--opened .navigation-side-dropdown__toggle:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.navigation-side-dropdown__body {
	padding: 0 15px 10px
}

.navigation-side-dropdown__body__wrapper {
	-webkit-transition-duration: .3s!important;
	transition-duration: .3s!important
}

.navigation-side-dropdown__body__title {
	font-family: Barlow Semi Condensed, sans-serif;
	font-weight: 500;
	font-size: 1.8rem
}

.navigation-side-dropdown__body__block {
	padding-bottom: 10px
}

.navigation-side-dropdown__body__block:not(:first-child) {
	padding-top: 10px
}

.navigation-side-dropdown__body__block:not(:last-child) {
	border-bottom: 1px solid rgba(149, 179, 255, .1)
}

.navigation-side-dropdown__body__item {
	width: 100%;
	display: block;
	text-decoration: none;
	padding: 4px 0;
	font-family: Lato, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.1
}

.navigation-side-dropdown__body__item[href] {
	color: #3179ff;
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.navigation-side-dropdown__body__item[href]:hover {
	text-decoration: none;
	background: rgba(149, 179, 255, .15);
	border-radius: 5px
}

.navigation-side-dropdown__body__item-icon {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 10px
}

.navigation-side-dropdown__body__item-text {
	vertical-align: middle
}

.navigation-side-dropdown__body__item__link {
	margin-top: .5em
}

.navigation-side-dropdown__body__item__links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 30px;
	margin-bottom: 10px
}

.nav-dropdown__toggle {
	position: relative;
	padding: 0 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	z-index: 1;
	line-height: 1.15;
	font-size: 16px
}

.nav-dropdown__toggle:after {
	background: url(/investing/markets/static_landing/media/arrow-down-black.9956be91.svg) no-repeat;
	background-size: 100%;
	content: "";
	margin-left: .25em;
	display: inline-block;
	width: 8px;
	height: 5px;
	flex: 0 0 8px;
	border: none;
	vertical-align: .15em;
	-webkit-transition-duration: 225ms;
	transition-duration: 225ms
}

.nav-dropdown--opened .nav-dropdown__toggle {
	color: #3179ff
}

.nav-dropdown--opened .nav-dropdown__toggle:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.nav-dropdown__menu {
	width: 100%;
	box-shadow: 2px 2px 22px rgba(173, 201, 255, .3);
	background: #fff;
	border-radius: 12px;
	border: none;
	margin-top: 0;
	padding: 20px 30px
}

@media (max-width:991px) {
	.nav-dropdown__menu {
		padding: 15px 20px
	}
}

.nav-dropdown__menu:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	height: 50px;
	top: -50px;
	opacity: 0;
	z-index: -1
}

@media (min-width:991px) {
	.nav-dropdown__menu__wrapper {
		position: absolute;
		top: 60px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
		z-index: 0
	}
}

.nav-dropdown-animation-enter {
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transform: scale(.98);
	transform: scale(.98)
}

@media (min-width:991px) {
	.nav-dropdown-animation-enter {
		-webkit-transform: translateX(-50%) scale(.98);
		transform: translateX(-50%) scale(.98)
	}
}

.nav-dropdown-animation-enter-active {
	-webkit-transform: scale(1);
	transform: scale(1)
}

@media (min-width:991px) {
	.nav-dropdown-animation-enter-active {
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1)
	}
}

.nav-dropdown-animation-leave {
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	-webkit-transform: scale(1);
	transform: scale(1)
}

@media (min-width:991px) {
	.nav-dropdown-animation-leave {
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1)
	}
}

.nav-dropdown-animation-leave-active {
	opacity: 0;
	-webkit-transform: scale(.98);
	transform: scale(.98)
}

@media (min-width:991px) {
	.nav-dropdown-animation-leave-active {
		-webkit-transform: translateX(-50%) scale(.98);
		transform: translateX(-50%) scale(.98)
	}
}

.lang-selector__toggle {
	display: flex;
	align-items: center
}

.lang-selector__toggle img {
	margin-right: 6px
}

.lang-selector__region:not(:last-child) {
	margin-bottom: 30px
}

.lang-selector__region__title {
	font-weight: 500;
	font-size: 1.8rem;
	font-family: Barlow Semi Condensed, sans-serif;
	padding-bottom: 10px
}

.lang-selector__region__items {
	display: flex;
	flex-wrap: wrap
}

.lang-selector__item {
	min-height: 30px;
	flex-basis: 25%;
	max-width: 25%;
	width: 25%;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	cursor: pointer;
	color: inherit
}

@media (max-width:991px) {
	.lang-selector__item {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%
	}
}

.lang-selector__item--selected,
.lang-selector__item:hover {
	color: #3179ff;
	text-decoration: none
}

.lang-selector__item__icon {
	width: 18px;
	height: 18px;
	margin-right: 12px;
	display: inline-block;
	vertical-align: middle
}

.lang-selector__item__text {
	vertical-align: middle;
	font-weight: 300;
	font-size: 1.6rem
}

.button {
	color: inherit;
	background: none;
	border: none;
	padding: 0;
	border-radius: 0;
	font-size: inherit;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition-duration: 225ms;
	transition-duration: 225ms;
	max-width: 100%;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	font-family: Barlow Semi Condensed, sans-serif;
	letter-spacing: .015em;
	text-transform: inherit
}

.button,
.button:active,
.button:focus {
	outline: 0
}

.button:hover {
	outline: 0;
	background: none;
	border: none;
	color: inherit;
	text-decoration: none;
	-webkit-transform: scale(.975);
	transform: scale(.975)
}

.button:active {
	-webkit-transform: scale(.95);
	transform: scale(.95)
}

.button:focus {
	box-shadow: 0 0 3px 3px #7db4ff
}

.button__wrapper {
	display: inline-block;
	position: relative
}

.button--def {
	height: 70px;
	padding: 0 30px;
	font-size: 2.4rem
}

.button--def.button--with-arrow {
	padding-right: 85px
}

.button--def.button--with-arrow:before {
	width: 70px
}

.button--def.button--with-arrow:after {
	right: 35px;
	width: 26px
}

@media (max-width:991px) {
	.button--def {
		height: 60px;
		padding: 0 25px;
		font-size: 2.1rem
	}
	.button--def.button--with-arrow {
		padding-right: 75px
	}
	.button--def.button--with-arrow:before {
		width: 60px
	}
	.button--def.button--with-arrow:after {
		right: 30px;
		width: 22px
	}
}

@media (max-width:576px) {
	.button--def {
		height: 50px;
		padding: 0 20px;
		font-size: 1.8rem
	}
	.button--def.button--with-arrow {
		padding-right: 65px
	}
	.button--def.button--with-arrow:before {
		width: 50px
	}
	.button--def.button--with-arrow:after {
		right: 25px;
		width: 18px
	}
}

.button--sm {
	height: 40px;
	padding: 0 10px;
	font-size: 18px
}

.button--sm.button--with-arrow {
	padding-right: 55px
}

.button--sm.button--with-arrow:before {
	width: 40px
}

.button--sm.button--with-arrow:after {
	right: 20px;
	width: 16px
}

.button--xs {
	height: 34px;
	padding: 0 10px;
	font-size: 15px;
	font-weight: 300
}

.button--xs.button--with-arrow {
	padding-right: 49px
}

.button--xs.button--with-arrow:before {
	width: 34px
}

.button--xs.button--with-arrow:after {
	right: 17px;
	width: 12px
}

.button--blue,
.button--blue:hover {
	background: #3179ff;
	color: #fff!important
}

.button--with-arrow {
	position: relative;
	z-index: 0
}

.button--with-arrow:before {
	right: 0;
	top: 0;
	background-color: #1f6bf7;
	z-index: -1
}

.button--with-arrow:after,
.button--with-arrow:before {
	position: absolute;
	content: "";
	height: 100%;
	-webkit-transition-duration: 225ms;
	transition-duration: 225ms
}

.button--with-arrow:after {
	width: 26px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAhCAMAAABwWnyBAAAAJ1BMVEVHcEz///////////////////////////////////////////////8NopmKAAAADXRSTlMAILzv/99LhRCfMM9quK8VPAAAAJ1JREFUeNq1lkkOAzEIBI0BGy//f28ijTiMlFuKekAdGrvV7R+kq3VpLG5fdKBOsYdJSkPtYQVoHWl1IQPwtG7Seqwi2FlivWk9ZLDbS8+lF7TGrD1XVkEIwH39A+nGkQXTjUajGc9o3XCkIlPu+ul0KXinQSlj8T9KDv/3N1P/fJ/WN3/0dMJxwjPlKh9nOL9Q+C3Fr75EluqvffoBgioMKIOliGgAAAAASUVORK5CYII=) 50% no-repeat;
	background-size: contain;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

.button--with-arrow:hover:before {
	width: 100%
}

.button--with-arrow:hover:after {
	-webkit-transform: translate(80%, -50%);
	transform: translate(80%, -50%)
}

.navigation {
	z-index: 1032;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-family: Barlow Semi Condensed, sans-serif
}

.navigation--top .navigation__top {
	background-color: transparent;
	box-shadow: none;
	-webkit-transform: translateY(15px);
	transform: translateY(15px)
}

.navigation__top {
	background-color: #fff;
	box-shadow: 0 2px 15px 0 rgba(173, 201, 255, .4);
	-webkit-transition-duration: 225ms;
	transition-duration: 225ms;
	color: #000;
	width: 100%;
	min-height: 65px;
	display: flex;
	align-items: center
}

.navigation__top__container {
	width: 100%
}

.navigation__top__container,
.navigation__top__items {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.navigation__top__items {
	flex: 1 1;
	max-width: 920px
}

.navigation__top__logo {
	margin-right: 25px;
	height: 40px;
	-webkit-transition-duration: 225ms;
	transition-duration: 225ms;
	z-index: 1
}

.navigation__top__logo img {
	height: 100%
}

.navigation__top__toggle {
	color: inherit;
	background: none;
	border: none;
	padding: 0;
	outline: 0;
	border-radius: 0;
	font-size: inherit
}

.navigation__top__toggle:active,
.navigation__top__toggle:focus {
	outline: 0
}

.navigation__top__toggle:hover {
	outline: 0;
	background: none;
	border: none;
	color: inherit
}

.navigation__login-btn {
	z-index: 1;
	color: inherit;
	margin-left: 5px
}

.navigation__login-btn:hover {
	text-decoration: none
}

.navigation__register-btn {
	z-index: 1;
	margin-left: 20px;
	min-width: 100px;
	text-transform: uppercase
}

@media (min-width:992px) {
	.navigation.nav-scrolled {
		padding-top: 25px
	}
	.navigation__top__toggle {
		display: none
	}
}

@media (max-width:991px) {
	.navigation__top {
		min-height: 55px
	}
	.navigation__top__items {
		display: none
	}
	.navigation__top__logo {
		height: 35px
	}
	.navigation--opened .navigation__top__logo {
		opacity: 0
	}
}

.nav-dropdown-block {
	display: flex;
	flex-direction: column
}

.nav-dropdown-block:not(:first-child) {
	padding-top: 12px
}

.nav-dropdown-block:not(:last-child) {
	padding-bottom: 12px;
	border-bottom: 1px solid #eef2f5
}

.nav-dropdown-block__title {
	font-family: Barlow Semi Condensed, sans-serif;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: .2em
}

.nav-dropdown-block__items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px
}

@media (max-width:991px) {
	.overflow-hidden-navbar {
		overflow: hidden
	}
}

.nav-dropdown-item {
	display: flex;
	align-items: flex-start;
	white-space: normal;
	line-height: 1.15;
	padding: 8px;
	border-radius: 3px;
	flex-basis: 33.33%;
	max-width: 33.33%;
	width: 33.33%
}

.nav-dropdown-item,
.nav-dropdown-item:hover {
	text-decoration: none
}

.nav-dropdown-item[href]:hover {
	background: #eff4ff
}

.nav-dropdown-item[href]:hover .nav-dropdown-item__icon {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.nav-dropdown-item[href]:hover .nav-dropdown-item__icon-wrapper {
	background: hsla(0, 0%, 100%, .5);
	box-shadow: 0 0 8px rgba(149, 179, 255, .48)
}

.nav-dropdown-item__content {
	display: flex;
	flex-direction: column;
	margin-left: 15px
}

@media (max-width:991px) {
	.nav-dropdown-item__content {
		margin-left: 10px
	}
}

.nav-dropdown-item__icon {
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	width: 60%;
	height: 60%
}

.nav-dropdown-item__icon-wrapper {
	flex-basis: 50px;
	max-width: 50px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f2f6ff;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	border-radius: 2px
}

.nav-dropdown-item__title {
	color: #17191c;
	font-family: Barlow Semi Condensed, sans-serif;
	font-size: 20px;
	margin-bottom: 4px;
	font-weight: 500
}

.nav-dropdown-item[href] .nav-dropdown-item__title {
	color: #3179ff
}

.nav-dropdown-item__description {
	color: #364663;
	font-size: 12px;
	font-weight: 300;
	max-width: 200px;
	font-family: Lato, sans-serif
}

.nav-dropdown-item__link {
	font-weight: 500;
	font-size: 16px;
	color: #3179ff;
	font-family: Barlow Semi Condensed, sans-serif;
	margin-top: 1em
}

.nav-dropdown-item__links {
	display: flex;
	flex-direction: column
}

.nav-dropdown-bottom-info {
	display: flex;
	justify-content: center;
	padding-top: 25px;
	border-top: 1px solid #eef2f5
}

@media (max-width:991px) {
	.nav-dropdown-bottom-info {
		display: none
	}
}

.nav-dropdown-bottom-info__card {
	max-width: 220px;
	height: auto
}

.nav-dropdown-bottom-info__content {
	padding: 5px 0 5px 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 400px
}

.nav-dropdown-bottom-info__title {
	font-weight: 700;
	font-size: 26px;
	font-family: Barlow Semi Condensed, sans-serif;
	line-height: 1.15;
	margin-bottom: .3em
}

.nav-dropdown-bottom-info__description {
	color: #364663;
	font-size: 14px;
	margin-bottom: 1.2em;
	font-weight: 300;
	max-width: 280px
}

.nav-dropdown-bottom-info__link {
	font-family: Barlow Semi Condensed, sans-serif
}

.footer {
	padding-top: 80px;
	padding-bottom: 60px;
	font-size: 1.4rem
}

.footer__need-help-btn {
	width: 100%;
	margin-bottom: 50px
}

@media (max-width:576px) {
	.footer__need-help-btn {
		margin-bottom: 30px
	}
}

.footer__need-help-btn__inner {
	margin-left: 25px
}

@media (max-width:576px) {
	.footer__need-help-btn__inner {
		margin-left: 0;
		font-size: 1.6rem
	}
}

@media (max-width:576px) {
	.footer__need-help-btn img {
		display: none
	}
}

.footer__need-help-btn b {
	font-weight: 500
}

.footer__nav {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -15px
}

.footer__nav__block {
	flex-basis: 20%;
	max-width: 20%;
	width: 20%;
	padding: 0 15px
}

@media (max-width:1199px) {
	.footer__nav__block {
		flex-basis: 25%;
		max-width: 25%;
		width: 25%
	}
}

@media (max-width:991px) {
	.footer__nav__block {
		flex-basis: 33.33%;
		max-width: 33.33%;
		width: 33.33%
	}
}

@media (max-width:767px) {
	.footer__nav__block {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%
	}
}

@media (max-width:576px) {
	.footer__nav__block {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
		text-align: center;
		padding: 0
	}
}

.footer__nav__block-title {
	font-family: Barlow Semi Condensed, sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: .6em;
	text-transform: uppercase
}

@media (max-width:576px) {
	.footer__nav__block-title {
		font-size: 1.6rem;
		cursor: pointer
	}
	.footer__nav__block-title:after {
		background: url(/investing/markets/static_landing/media/arrow-down-black.9956be91.svg) no-repeat;
		background-size: 100%;
		content: "";
		display: inline-block;
		width: 8px;
		height: 5px;
		border: none;
		vertical-align: .2em;
		-webkit-transform: translateX(5px);
		transform: translateX(5px)
	}
}

.footer__nav__block-item-link {
	font-weight: 300;
	line-height: 1.7;
	color: inherit
}

.footer__nav__block-item-link:active,
.footer__nav__block-item-link:focus,
.footer__nav__block-item-link:hover {
	color: inherit;
	text-decoration: underline
}

.footer__nav__block-item-link img {
	margin-right: 5px;
	margin-bottom: 8px
}

.footer__nav__block-item .footer__nav__block-item-link[target=_blank] {
	position: relative
}

.footer__nav__block-item .footer__nav__block-item-link[target=_blank]:after {
	content: "";
	background: url(/investing/markets/static_landing/media/footer-external-icon.88449661.svg) no-repeat!important;
	display: inline-block;
	width: 16px;
	vertical-align: middle;
	height: 16px;
	margin-left: 5px
}

.footer__nav__block-items {
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.footer__nav__block-item:last-child {
	padding-bottom: 40px
}

@media (max-width:576px) {
	.footer__nav__block-item:last-child {
		padding-bottom: 25px
	}
}

.footer__content {
	margin-top: 30px;
	font-weight: 300;
	color: #000
}

.footer__content-legal:not(:last-child):after {
	content: "|";
	display: inline-block;
	margin: 0 4px
}

.footer__content p {
	margin-bottom: 1em
}

.footer__content b {
	font-weight: 700
}

.footer__content a {
	text-decoration: underline;
	color: inherit
}

.fixed-disclaimer {
	width: 100%;
	background-color: rgba(237, 244, 255, .98);
	text-align: center;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 0;
	z-index: 1000;
	line-height: 1.3;
	font-size: 1.4rem;
	font-weight: 300
}

.fixed-disclaimer b {
	font-weight: 700
}

@media (max-width:767px) {
	.fixed-disclaimer {
		font-size: 1.2rem;
		padding: 7px 0
	}
}

.markets__title {
	margin: 120px 0 60px;
	text-align: center
}

@media (max-width:576px) {
	.markets__title {
		margin: 100px 0 40px
	}
}

.big-block {
	flex-basis: 25%;
	max-width: 25%;
	width: 25%;
	padding: 15px
}

@media (max-width:1199px) {
	.big-block {
		padding: 8px
	}
}

@media (max-width:991px) {
	.big-block {
		flex-basis: 33.33%;
		max-width: 33.33%;
		width: 33.33%
	}
}

@media (max-width:576px) {
	.big-block {
		padding: 5px;
		flex-basis: 50%;
		max-width: 50%;
		width: 50%
	}
}

.big-block__inner {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	display: block
}

.big-block__inner_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
	background: #f2f6ff;
	color: #3179ff;
	-webkit-transition-duration: .1s;
	transition-duration: .1s
}

.big-block--disabled .big-block__inner_content:after {
	content: "";
	background: rgba(242, 246, 255, .6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.big-block__inner:hover .big-block__inner_content {
	background: #3179ff;
	color: #fff;
	text-decoration: none
}

.big-block--disabled .big-block__inner:hover .big-block__inner_content {
	background: #f2f6ff;
	color: #3179ff
}

.big-block__icon {
	min-width: 30px;
	width: 45%;
	height: auto
}

.big-block__icon__wrapper {
	width: 100%
}

.big-block__title {
	font-size: 2.1rem;
	font-family: Barlow Semi Condensed, sans-serif;
	margin-top: 1em;
	line-height: 1.1;
	word-break: break-word
}

@media (max-width:767px) {
	.big-block__title {
		font-size: 1.8rem
	}
}

@media (max-width:350px) {
	.big-block__title {
		margin-top: .7em;
		font-size: 1.6rem
	}
}

.big-block__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: -15px
}

@media (max-width:1199px) {
	.big-block__container {
		margin: -8px
	}
}

@media (max-width:576px) {
	.big-block__container {
		margin: -5px
	}
}

.market-hero {
	padding-top: 100px;
	text-align: center
}

@media (min-width:576px) {
	.market-hero {
		font-size: 2.1rem
	}
}

@media (max-width:991px) {
	.market-hero {
		padding-top: 100px
	}
}

.market-hero__top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	text-align: left
}

@media (max-width:767px) {
	.market-hero__top {
		margin-bottom: 35px
	}
}

@media (max-width:576px) {
	.market-hero__top {
		flex-direction: column
	}
}

.market-hero__bread-crumbs {
	margin-bottom: 20px
}

.market-hero__title {
	margin-bottom: 0
}

.market-hero__img {
	max-height: 540px;
	max-width: 100%
}

@media (min-width:992px) {
	.market-hero__img {
		min-height: 400px
	}
}

.market-hero__img_wrapper {
	margin: 0 auto -10%;
	position: relative;
	z-index: 0
}

.market-hero__img_wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media (max-width:576px) {
	.market-hero__img_wrapper {
		margin: 20px auto 10px
	}
}

.market-hero__description {
	font-weight: 300;
	max-width: 710px;
	margin: 0 auto;
	color: #364663;
	z-index: 1;
	position: relative
}

.market-hero__bottom {
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 800px;
	z-index: 1;
	position: relative
}

.market-hero__bottom__block {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 15px 10px;
	max-width: 220px
}

.market-hero__bottom__block_img {
	width: 55%;
	height: 55%
}

.market-hero__bottom__block_img_wrapper {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f2f6ff
}

.market-hero__bottom__block_text {
	color: #364663;
	font-weight: 300;
	margin-top: .6em;
	line-height: 1.2
}

.market-hero__bottom__block_text b {
	color: #adc9ff
}

.bread-crumbs__wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-family: Barlow Semi Condensed, sans-serif
}

.bread-crumbs__item {
	font-size: 1.6rem;
	margin-right: 8px
}

.bread-crumbs__item:not(:last-child):after {
	content: "";
	display: inline-block;
	margin-left: 8px;
	background: url(/investing/markets/static_landing/media/icon-arrow_black.f7110a6c.svg) no-repeat 50%;
	background-size: contain;
	width: 4px;
	height: 6px;
	vertical-align: .15em
}

.bread-crumbs__item:first-letter {
	text-transform: capitalize
}

.terminal-switcher--disabled {
	pointer-events: none;
	opacity: .2
}

.terminal-switcher__top-label {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 300;
	margin-bottom: 6px
}

.terminal-switcher__switch {
	position: relative;
	display: inline-block;
	width: 54px;
	height: 30px;
	margin: 0 12px
}

.terminal-switcher__switch-input {
	opacity: 0;
	width: 0;
	height: 0
}

.terminal-switcher__switch-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #98bcff;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50rem
}

.terminal-switcher__switch-slider:before {
	position: absolute;
	content: "";
	height: 24px;
	width: 24px;
	left: 3px;
	top: 3px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%
}

.terminal-switcher__switch-input:checked+.terminal-switcher__switch-slider {
	background-color: #98bcff
}

.terminal-switcher__switch-input:checked+.terminal-switcher__switch-slider:before {
	-webkit-transform: translateX(24px);
	transform: translateX(24px)
}

.terminal-switcher__switch-input:focus+.terminal-switcher__switch-slider {
	box-shadow: 0 0 2px #3179ff
}

.terminal-switcher__switch-wrapper {
	display: flex;
	align-items: center
}

.terminal-switcher__switch-label {
	font-size: 1.4rem;
	color: #7f93bc
}

.terminal-switcher__switch-label--selected {
	font-weight: 600;
	color: #98bcff
}

.test {
	display: none
}

.market-table {
	width: 100%;
	padding: 0;
	text-align: left;
	border-collapse: collapse;
	font-size: 1.6rem
}

@media (max-width:576px) {
	.market-table {
		font-size: 1.4rem
	}
}

.market-table__item_inner {
	display: flex;
	align-items: center;
	padding: .2em .5em .2em 0;
	min-height: 50px;
	color: inherit
}

.market-table__item_inner:hover {
	color: inherit;
	text-decoration: none
}

.market-table__head-item {
	padding: .9em .5em .9em 0;
	color: #364663;
	font-weight: 300
}

.market-table td,
.market-table th {
	width: 21%
}

.market-table td:first-child,
.market-table th:first-child {
	width: 37%
}

.market-table td:last-child .market-table__item_inner,
.market-table th:last-child .market-table__item_inner {
	padding-right: 0
}

.market-table__item {
	font-weight: 400;
	border-top: 1px solid rgba(173, 201, 255, .3);
	padding: 0
}

.market-table__line {
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	border-radius: 5px
}

.market-table__line:hover {
	background: #fff
}

.symbol-icon {
	width: 40px;
	height: 40px;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px
}

@media (max-width:576px) {
	.symbol-icon {
		width: 30px;
		height: 30px;
		margin-right: 5px
	}
}

.loading-wrapper {
	position: relative;
	min-height: 50px
}

.loading-wrapper__children {
	-webkit-transition-duration: .4s;
	transition-duration: .4s
}

.loading-wrapper__children--hidden {
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.loading-circles {
	display: flex;
	width: 100%;
	justify-content: center
}

.loading-circles--absolute {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.loading-circles__child {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 1px 2px rgba(144, 183, 255, .3);
	background: #f5f9ff;
	margin-right: 8px;
	-webkit-animation: loading-circles-animation .6s linear infinite;
	animation: loading-circles-animation .6s linear infinite
}

.loading-circles__child:last-child {
	margin-right: 0
}

.loading-circles__child:nth-child(2) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.loading-circles__child:nth-child(3) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.loading-circles__child:nth-child(4) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

@-webkit-keyframes loading-circles-animation {
	0% {
		background: #e4edff;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	30% {
		-webkit-transform: scale(1.3) translateY(0);
		transform: scale(1.3) translateY(0)
	}
	40% {
		background: #81a7ff
	}
	60% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	80% {
		background: #e4edff
	}
	to {
		background: #e4edff;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes loading-circles-animation {
	0% {
		background: #e4edff;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	30% {
		-webkit-transform: scale(1.3) translateY(0);
		transform: scale(1.3) translateY(0)
	}
	40% {
		background: #81a7ff
	}
	60% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	80% {
		background: #e4edff
	}
	to {
		background: #e4edff;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.market-instruments {
	background: rgba(234, 242, 255, .3)
}

.market-instruments__title {
	margin-bottom: .7em
}

.market-instruments__description {
	font-size: 2.1rem;
	color: #364663;
	font-weight: 300;
	margin-right: 30px
}

.market-instruments__flex-line {
	display: flex;
	justify-content: space-between
}

@media (max-width:991px) {
	.market-instruments__flex-line {
		flex-wrap: wrap
	}
}

.market-instruments__search-input {
	height: 50px;
	background: #fff;
	border: .5px solid rgba(127, 147, 188, .2);
	box-sizing: border-box;
	border-radius: 3px;
	flex: 0 0 350px;
	font-size: 1.6rem;
	padding-left: 20px
}

@media (max-width:576px) {
	.market-instruments__search-input {
		flex: 0 0 100%
	}
}

.market-instruments__tables {
	display: flex;
	margin-top: 30px
}

@media (max-width:991px) {
	.market-instruments__tables {
		flex-direction: column
	}
}

.market-instruments__table1 {
	padding-right: 30px;
	width: 100%
}

@media (max-width:991px) {
	.market-instruments__table1 {
		padding-right: 0
	}
}

.market-instruments__table2 {
	width: 100%
}

@media (max-width:991px) {
	.market-instruments__table2 .market-table__head {
		display: none
	}
}

.market-instruments__show-all {
	color: inherit;
	background: none;
	border: none;
	padding: 0;
	outline: 0;
	border-radius: 0;
	font-size: inherit;
	font-size: 1.6rem;
	font-weight: 300;
	color: #3179ff;
	text-decoration: underline
}

.market-instruments__show-all:active,
.market-instruments__show-all:focus {
	outline: 0
}

.market-instruments__show-all:hover {
	outline: 0;
	background: none;
	border: none;
	color: inherit;
	color: #1f6bf7;
	font-weight: 400
}

.market-instruments__show-all_wrapper {
	border-top: 1px solid rgba(173, 201, 255, .3);
	padding-top: .8em
}

.market-instruments__disclaimer {
	flex: 0 0 50%;
	font-weight: 300;
	font-size: 1.4rem;
	padding-right: 30px
}

@media (max-width:991px) {
	.market-instruments__disclaimer {
		flex: 0 0 100%
	}
}

.market-instruments__disclaimer_wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px
}

.why-choose-naga__title {
	margin-bottom: .8em
}

@media (max-width:576px) {
	.why-choose-naga__container {
		text-align: center
	}
}

.why-choose-naga__btn {
	margin-top: 30px
}

.why-naga-block {
	display: flex;
	flex-direction: column;
	padding: 30px 20px;
	flex: 0 0 25%;
	-webkit-transition-duration: 225ms;
	transition-duration: 225ms
}

@media (max-width:991px) {
	.why-naga-block {
		flex: 0 0 33.33%
	}
}

@media (max-width:767px) {
	.why-naga-block {
		flex: 0 0 50%
	}
}

@media (max-width:576px) {
	.why-naga-block {
		flex: 0 0 100%;
		align-items: center;
		text-align: center;
		padding: 20px 0
	}
}

.why-naga-block:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.why-naga-block:hover .why-naga-block__img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.why-naga-block__img {
	flex-basis: 46px;
	max-width: 46px;
	width: 46px;
	height: 46px;
	object-fit: contain;
	margin-bottom: 20px;
	-webkit-transition-duration: 225ms;
	transition-duration: 225ms;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left
}

@media (max-width:576px) {
	.why-naga-block__img {
		margin-bottom: 10px;
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

.why-naga-block__title {
	font-weight: 700;
	font-size: 2.4rem;
	font-family: Barlow Semi Condensed, sans-serif;
	max-width: 200px;
	margin-bottom: .8em;
	line-height: 1.2
}

@media (max-width:576px) {
	.why-naga-block__title {
		font-size: 2.1rem
	}
}

.why-naga-block__description {
	color: #364663;
	font-size: 1.8rem;
	font-weight: 300;
	max-width: 200px;
	line-height: 1.3
}

@media (max-width:576px) {
	.why-naga-block__description {
		font-size: 1.6rem
	}
}

.why-naga-block__wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px
}

@media (max-width:576px) {
	.why-naga-block__wrapper {
		margin: 0
	}
}

.platforms {
	background: rgba(234, 242, 255, .3)
}

@media (max-width:576px) {
	.platforms {
		text-align: center
	}
}

.platforms__container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

@media (max-width:991px) {
	.platforms__container {
		justify-content: center
	}
}

.platforms__title {
	margin-bottom: .7em;
	text-align: center
}

.platforms__selector {
	max-width: 400px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

@media (max-width:767px) {
	.platforms__selector {
		flex: 0 0 100%
	}
}

.platforms__item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 30px;
	padding-bottom: 12px;
	max-width: 190px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	text-align: center;
	-webkit-transition-duration: 225ms;
	transition-duration: 225ms;
	cursor: pointer;
	background: #f2f6ff
}

@media (max-width:576px) {
	.platforms__item {
		max-width: 180px
	}
}

@media (max-width:401px) {
	.platforms__item {
		max-width: 160px
	}
}

@media (max-width:360px) {
	.platforms__item {
		max-width: 140px
	}
}

.platforms__item:last-of-type {
	justify-content: center
}

.platforms__item:hover {
	color: #fff;
	background: #3179ff
}

.platforms__item__line {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 190px;
	width: 100%
}

.platforms__item--link:after {
	margin-top: 20px
}

.platforms__item__img {
	width: 100%
}

.platforms__item__img_wrapper {
	width: 110px;
	display: flex;
	align-items: center;
	justify-content: center
}

@media (max-width:576px) {
	.platforms__item__img_wrapper {
		width: 70px
	}
}

.platforms__item__name {
	margin-top: 15px;
	font-size: 21px;
	font-family: Barlow Semi Condensed, sans-serif;
	font-weight: 500
}

@media (max-width:576px) {
	.platforms__item__name {
		font-size: 16px
	}
}

.platforms__item__description {
	position: absolute;
	padding: 20px;
	width: 246px;
	top: 103px;
	left: -130px;
	z-index: 99;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.2;
	background: #fff;
	border-radius: 6px;
	color: #364663;
	text-align: left
}

@media (max-width:991px) {
	.platforms__item__description {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media (max-width:576px) {
	.platforms__item__description {
		width: 165px
	}
}

.platforms__image {
	width: 100%;
	max-height: 500px;
	object-fit: contain
}

.platforms__image_col {
	flex: 0 0 55%
}

@media (max-width:991px) {
	.platforms__image_col {
		display: none
	}
}

.platforms__image_button {
	margin: 0 auto;
	max-width: 380px;
	width: 100%
}

.platforms__link-compare {
	margin-top: 20px
}

.market-what-is__container {
	display: flex;
	flex-direction: column;
	align-items: center
}

.market-what-is__col {
	padding: 0 15px;
	flex: 0 0 50%
}

.market-what-is__col:first-child {
	flex: 1 1
}

@media (max-width:767px) {
	.market-what-is__col {
		flex: 0 0 100%
	}
}

.market-what-is__cols {
	display: flex;
	flex-wrap: wrap;
	margin: 60px -15px
}

.market-what-is__col_inner {
	background: rgba(234, 242, 255, .3);
	padding: 40px;
	font-size: 1.6rem;
	color: #364663;
	font-weight: 300;
	height: 100%
}

.market-what-is__col_inner p:last-child {
	margin-bottom: 0
}

@media (max-width:991px) {
	.market-what-is__col_inner {
		padding: 30px
	}
}

.supported-markets__title {
	text-align: center;
	margin-bottom: 1.2em
}

.supported-markets__market-block {
	text-align: center;
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #17191c
}

@media (max-width:991px) {
	.supported-markets__market-block {
		flex-basis: 25%;
		max-width: 25%;
		width: 25%
	}
}

@media (max-width:767px) {
	.supported-markets__market-block {
		flex-basis: 33.33%;
		max-width: 33.33%;
		width: 33.33%
	}
}

@media (max-width:576px) {
	.supported-markets__market-block {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
		padding: 15px 10px
	}
}

.supported-markets__market-block__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 25px 15px;
	border: 1px solid rgba(127, 147, 188, .3);
	border-radius: 3px
}

@media (max-width:991px) {
	.supported-markets__market-block__wrapper {
		justify-content: center
	}
}

.supported-markets__market-block:hover .supported-markets__market-block__img_wrapper {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.supported-markets__market-block:hover .supported-markets__market-block__name {
	-webkit-transform: scale(1.05) translateY(2px);
	transform: scale(1.05) translateY(2px)
}

.supported-markets__market-block:hover {
	text-decoration: none;
	color: inherit
}

.supported-markets__market-block__img {
	width: 60%;
	height: 60%;
	object-fit: contain
}

.supported-markets__market-block__img_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	background: #f2f6ff;
	margin-bottom: 10px;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition-duration: 225ms;
	transition-duration: 225ms
}

.supported-markets__market-block__name {
	font-weight: 500;
	font-family: Barlow Semi Condensed, sans-serif;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition-duration: 225ms;
	transition-duration: 225ms
}

.asset-hero {
	padding-top: 100px;
	padding-bottom: 50px;
	min-height: 100vh;
	display: flex;
	flex-direction: column
}

.asset-hero__container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex: 1 1;
	position: relative
}

.asset-hero__top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4vh;
	text-align: left
}

@media (max-width:767px) {
	.asset-hero__top {
		margin-bottom: 35px
	}
}

@media (max-width:576px) {
	.asset-hero__top {
		flex-direction: column
	}
}

.asset-hero__bread-crumbs {
	margin-bottom: 20px
}

.asset-hero__title {
	flex: 1 1
}

@media (max-width:1199px) {
	.asset-hero__title {
		text-align: center
	}
}

.asset-hero__title_wrapper {
	margin-bottom: 4vh;
	display: flex;
	flex-wrap: wrap
}

.asset-hero__row {
	display: flex
}

@media (max-width:991px) {
	.asset-hero__row {
		flex-wrap: wrap
	}
}

.asset-hero__info__col {
	position: relative;
	flex: 0 0 40%;
	width: 40%;
	max-width: 400px;
	/*padding-right: 40px*/
}

@media (max-width:991px) {
	.asset-hero__info__col {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
		padding-right: 0
	}
}

.asset-hero__info__col--title {
	flex: 0 0 40%;
	max-width: 400px
}

@media (max-width:1199px) {
	.asset-hero__info__col--title {
		display: none
	}
}

.asset-hero__info_price {
	font-weight: 500;
	line-height: 1;
	font-size: 2.8rem
}

@media (max-width:991px) {
	.asset-hero__info_price {
		font-size: 4rem
	}
}

@media (max-width:576px) {
	.asset-hero__info_price {
		font-size: 3rem
	}
}

.asset-hero__info_price_row {
	display: flex;
	align-items: center;
	margin-bottom: 12px
}

.asset-hero__info_percent {
	margin-left: 20px;
	font-weight: 500;
	display: inline-block;
	font-size: 1.6rem
}

.asset-hero__info_buyers {
	color: #3179ff;
	font-weight: 500;
	font-size: 1.8rem;
	margin-left: 4px;
	display: inline-block
}

.asset-hero__info_buyers_row,
.asset-hero__info_swap_row {
	display: flex;
	align-items: center;
	margin-bottom: 15px
}

.asset-hero__info_swap_row {
	justify-content: space-between
}

.asset-hero__info_swap_text {
	font-size: 1.2rem;
	font-weight: 300
}

.asset-hero__info_swap_points {
	font-size: 1.6rem
}

.asset-hero__info_swap_left {
	text-align: left
}

.asset-hero__info_swap_right {
	text-align: right
}

.asset-hero__info_price-block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	min-height: 90px
}

@media (max-width:576px) {
	.asset-hero__info_price-block {
		min-height: 70px
	}
}

.asset-hero__info_price-block:hover {
	text-decoration: none
}

.asset-hero__info_price-block--buy {
	background: #2db241;
	color: #fff
}

.asset-hero__info_price-block--buy:hover {
	color: #fff;
	box-shadow: 1px 1px 12px rgba(45, 178, 65, .8)
}

.asset-hero__info_price-block--sell {
	background: #ec1b2e;
	color: #fff
}

.asset-hero__info_price-block--sell:hover {
	color: #fff;
	box-shadow: 1px 1px 12px rgba(236, 27, 46, .8)
}

.asset-hero__info_price-block--sell .asset-hero__info_price-block_price_arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.asset-hero__info_price-block_row {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.asset-hero__info_price-block_text {
	text-transform: uppercase;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	padding: 5px;
	background: rgba(0, 0, 0, .1)
}

@media (max-width:576px) {
	.asset-hero__info_price-block_text {
		min-width: 80px;
		font-size: 1.6rem
	}
}

.asset-hero__info_price-block_price {
	font-weight: 500;
	font-size: 2.1rem;
	line-height: 1.2;
	padding: 0 10px 0 20px
}

@media (max-width:576px) {
	.asset-hero__info_price-block_price {
		font-size: 2.8rem
	}
}

.asset-hero__info_spread {
	border-radius: 50rem;
	background: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	height: 42px;
	min-width: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0 7px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (max-width:576px) {
	.asset-hero__info_spread {
		height: 34px;
		min-width: 34px
	}
}

.asset-hero__info_spread_container {
	position: relative;
	height: 5px
}

.asset-hero__info_small-text {
	font-size: 1.2rem;
	font-weight: 300;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px
}

.asset-hero__info_low-high_row {
	display: flex;
	justify-content: space-between
}

.asset-hero__info_low-high_block {
	display: flex
}

.asset-hero__info_low-high_block--high .asset-hero__info_low-high_num {
	color: #2db241
}

.asset-hero__info_low-high_block--high .asset-hero__info_low-high_icon {
	fill: #2db241;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.asset-hero__info_low-high_block--low .asset-hero__info_low-high_num {
	color: #ec1b2e
}

.asset-hero__info_low-high_block--low .asset-hero__info_low-high_icon {
	fill: #ec1b2e
}

.asset-hero__info_low-high_text {
	font-size: 1.2rem;
	font-weight: 300
}

.asset-hero__info_low-high_num {
	font-weight: 500
}

.asset-hero__info_low-high_icon {
	height: 100%;
	width: auto;
	margin-left: 5px
}

.asset-hero__chart {
	width: 100%;
	margin-top: 30px
}

.asset-hero__chart__col {
	flex: 1 1;
	position: relative
}

@media (max-width:991px) {
	.asset-hero__chart__col {
		margin-top: 40px;
		flex-basis: 100%;
		max-width: 100%;
		width: 100%
	}
}

.asset-hero__trade-link {
	font-weight: 500;
	margin-top: 50px
}

@media (max-width:576px) {
	.asset-hero__trade-link {
		margin-top: 30px;
		font-size: 2.1rem
	}
}

.asset-chart__view-all {
	background: #3179ff;
	color: #fff;
	font-size: 1.8rem;
	padding: 7px 15px;
	display: inline-block
}

.asset-chart__view-all:active,
.asset-chart__view-all:focus,
.asset-chart__view-all:hover {
	color: #fff;
	text-decoration: none
}

@media (max-width:576px) {
	.asset-chart__view-all {
		margin-bottom: 15px
	}
}

.asset-chart__outer {
	position: relative;
	width: 100%;
	margin: 40px 0 0
}

@media (max-width:991px) {
	.asset-chart__wrapper {
		width: 100%
	}
}

@media (min-width:992px) {
	.asset-chart__wrapper {
		position: absolute;
		left: 0;
		top: 0;
		right: 0
	}
}

.asset-chart__buttons-row {
	display: flex;
	justify-content: space-between;
	align-items: center
}

@media (max-width:576px) {
	.asset-chart__buttons-row {
		flex-direction: column
	}
}

.asset-chart__btn {
	border: none;
	outline: none;
	background: none;
	color: rgba(0, 0, 0, .5);
	border-radius: 50rem;
	padding: 6px 12px;
	font-size: 1.4rem
}

.asset-chart__btn--selected {
	background: #98bcff;
	color: #fff
}

.asset-chart__btn:active,
.asset-chart__btn:focus {
	outline: none
}

.asset-chart__disclaimer {
	font-size: 1.4rem;
	font-weight: 300;
	margin: 40px 0 0
}

.chart-tooltip {
	padding: 4px 12px;
	display: flex;
	flex-direction: column;
	color: #000;
	font-family: Lato, sans-serif;
	min-width: 180px
}

.chart-tooltip__date {
	font-size: 11px;
	font-weight: 300
}

.chart-tooltip__name {
	font-weight: 600;
	font-size: 24px;
	margin: 5px 0 10px
}

.chart-tooltip__price-row {
	display: flex;
	justify-content: space-between
}

.chart-tooltip__price-text {
	font-size: 11px;
	font-weight: 300
}

.chart-tooltip__price-value {
	font-weight: 600;
	font-size: 18px
}

.chart-tooltip__price-block:first-child {
	margin-right: 25px
}

.asset-info {
	background: rgba(234, 242, 255, .3)
}

.asset-info__container {
	display: flex
}

@media (max-width:767px) {
	.asset-info__container {
		flex-direction: column;
		justify-content: center;
		align-items: center
	}
}

.asset-info__left-col,
.asset-info__right-col {
	flex-basis: 50%;
	max-width: 50%;
	width: 50%
}

@media (max-width:767px) {
	.asset-info__left-col,
	.asset-info__right-col {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%
	}
}

.asset-info__left-col {
	padding-right: 20px
}

@media (max-width:767px) {
	.asset-info__left-col {
		padding-right: 0
	}
}

.asset-info__trading-time_line {
	font-family: Barlow Semi Condensed, sans-serif;
	font-size: 2.4rem;
	font-weight: 300;
	margin-bottom: 50px;
	display: flex;
	align-items: center
}

@media (max-width:767px) {
	.asset-info__trading-time_line {
		justify-content: center
	}
}

.asset-info__trading-time_line-clock {
	margin-right: 30px
}

.asset-info__text {
	font-weight: 300;
	font-size: 1.6rem;
	max-width: 470px
}

@media (max-width:767px) {
	.asset-info__text {
		max-width: 100%
	}
}

.asset-info__popular_title {
	margin-bottom: 40px;
	font-family: Barlow Semi Condensed, sans-serif;
	font-size: 2.1rem;
	font-weight: 500
}

@media (max-width:767px) {
	.asset-info__popular_title {
		text-align: center
	}
}

@media (max-width:576px) {
	.asset-info__popular_title {
		margin-bottom: 30px
	}
}

.asset-info__popular_link {
	margin-right: 20px;
	margin-bottom: 15px;
	padding: 10px 40px;
	background: #98bcff;
	color: #fff
}

@media (max-width:576px) {
	.asset-info__popular_link {
		padding: 10px;
		margin: 3px;
		width: 150px;
		font-size: 14px
	}
}

@media (max-width:400px) {
	.asset-info__popular_link {
		width: 135px
	}
}

.asset-info__popular_link:hover {
	color: #fff;
	text-decoration: none
}

.asset-info__popular_links {
	display: flex;
	flex-wrap: wrap
}

@media (max-width:767px) {
	.asset-info__popular_links {
		justify-content: space-between
	}
}

.asset-info__btn {
	margin-top: 40px
}

.asset-info__session-wrapper {
	margin-top: 45px
}

@media (max-width:767px) {
	.asset-info__session-wrapper {
		margin-top: 30px
	}
}

.asset-info__session_title {
	margin-bottom: 50px
}

@media (max-width:767px) {
	.asset-info__session_title {
		text-align: center
	}
}

@media (max-width:576px) {
	.asset-info__session_title {
		margin-bottom: 35px
	}
}

.asset-info__session_row {
	margin-bottom: 20px;
	max-width: 450px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(173, 201, 255, .3)
}

@media (max-width:767px) {
	.asset-info__session_row {
		max-width: 100%
	}
}

.asset-info__session_row-title {
	font-weight: 600;
	font-size: 14px;
	color: #3179ff
}

@media (max-width:576px) {
	.asset-info__session_row-title {
		font-size: 12px
	}
}

.asset-info__session_row-time {
	font-weight: 400;
	font-size: 14px
}

@media (max-width:576px) {
	.asset-info__session_row-time {
		font-size: 12px
	}
}

.asset-info__session_row-time--open {
	color: #6ac462
}

.asset-info__session_row-time--close {
	color: #d80027
}

.asset-info__session_row-info {
	font-weight: 300;
	font-size: 14px
}

@media (max-width:576px) {
	.asset-info__session_row-info {
		font-size: 12px
	}
}

.trading-conditions__title {
	margin-bottom: 50px
}

.trading-conditions__description {
	margin-bottom: 110px;
	display: flex;
	align-items: center
}

@media (max-width:767px) {
	.trading-conditions__description {
		margin-bottom: 50px
	}
}

.trading-conditions__description__title {
	font-weight: 300;
	font-size: 24px
}

.trading-conditions__description__platform {
	margin: 0 30px;
	padding: 13px 24px;
	color: #fff;
	text-align: center;
	background: rgba(173, 201, 255, .8)
}

@media (max-width:576px) {
	.trading-conditions__description__platform {
		margin: 0 15px;
		padding: 10px 20px
	}
}

.trading-conditions__description__spreads-title {
	font-weight: 400;
	font-size: 14px
}

.trading-conditions__description__spreads-value {
	font-weight: 300;
	font-size: 14px
}

.trading-conditions__description__spreads-value span {
	margin-right: 5px;
	display: inline-block;
	font-weight: 600;
	color: #98bcff
}

.trading-conditions__content-wrapper {
	display: flex;
	justify-content: space-between
}

@media (max-width:767px) {
	.trading-conditions__content-wrapper {
		flex-direction: column
	}
}

.trading-conditions__info {
	max-width: 515px;
	width: 100%;
	display: flex;
	flex-direction: column
}

.trading-conditions__info:first-of-type {
	margin-right: 35px
}

@media (max-width:767px) {
	.trading-conditions__info:first-of-type {
		margin-right: 0
	}
}

.trading-conditions__info__row {
	padding-bottom: 15px;
	margin-bottom: 35px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(173, 201, 255, .3)
}

.trading-conditions__info__row-name {
	font-weight: 300;
	font-size: 16px
}

.trading-conditions__info__row-value {
	font-weight: 400;
	font-size: 16px
}

.trading-conditions__info__row-link {
	color: #3179ff;
	font-weight: 300;
	font-size: 16px;
	text-decoration: underline
}

.daily-trading__title {
	margin-bottom: 50px
}

.daily-trading__content-wrapper {
	display: flex;
	justify-content: space-between
}

.daily-trading__image {
	width: 100%
}

.daily-trading__image-wrapper {
	margin-left: -30px;
	margin-top: -30px;
	max-width: 700px;
	width: 100%
}

@media (max-width:767px) {
	.daily-trading__image-wrapper {
		display: none
	}
}

.daily-trading__chart-wrapper {
	max-width: 445px;
	width: 100%
}

@media (max-width:991px) {
	.daily-trading__chart-wrapper {
		max-width: 330px
	}
}

@media (max-width:767px) {
	.daily-trading__chart-wrapper {
		max-width: 100%
	}
}

.daily-trading__chart-image {
	margin-bottom: 40px;
	width: 100%
}

.daily-trading__chart-image img {
	width: 100%
}

.daily-trading__button {
	margin-left: 4px;
	max-width: 270px;
	width: 100%;
	display: flex
}

@media (max-width:767px) {
	.daily-trading__button {
		margin: 0 auto
	}
}

.naga-account__content-wrapper {
	padding: 55px 15px 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: .5px solid rgba(127, 147, 188, .5);
	border-radius: 3px
}

.naga-account__title {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 700;
	font-family: Barlow Semi Condensed, sans-serif
}

.naga-account__text {
	margin: 0 auto 50px;
	max-width: 760px;
	width: 100%;
	font-size: 24px;
	font-weight: 300;
	color: #364663
}

@media (max-width:576px) {
	.naga-account__text {
		font-size: 20px
	}
}

.naga-account__button {
	margin: 0 auto;
	max-width: 270px;
	width: 100%
}

.four-steps__title {
	margin-bottom: .8em;
	text-align: center
}

.four-steps__content-wrapper {
	margin: 0 -30px;
	display: flex;
	flex-wrap: wrap
}

@media (max-width:576px) {
	.four-steps__content-wrapper {
		margin: 0;
		align-items: center;
		text-align: center
	}
}

.four-steps__item--outer {
	flex-basis: 25%;
	max-width: 25%;
	width: 25%;
	padding: 30px;
	-webkit-transition-duration: .25s;
	transition-duration: .25s
}

@media (max-width:991px) {
	.four-steps__item--outer {
		flex-basis: 33.33%;
		max-width: 33.33%;
		width: 33.33%
	}
}

@media (max-width:767px) {
	.four-steps__item--outer {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%
	}
}

@media (max-width:576px) {
	.four-steps__item--outer {
		padding: 30px 0;
		flex-basis: 100%;
		max-width: 100%;
		width: 100%
	}
}

.four-steps__item--outer:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.four-steps__item-icon {
	margin-bottom: 37px
}

.four-steps__item-title {
	margin-bottom: 13px;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 2.4rem;
	font-family: Barlow Semi Condensed, sans-serif;
	max-width: 200px;
	line-height: 1.2
}

@media (max-width:576px) {
	.four-steps__item-title {
		margin: 0 auto 13px;
		text-align: center;
		justify-content: center
	}
}

.four-steps__item-title:after {
	content: "";
	margin-left: 13px;
	height: 17px;
	width: 40px;
	flex: 0 0 40px;
	background: url(/investing/markets/static_landing/media/arrow-right-blue-four-steps.525155cc.svg) 50% no-repeat
}

.four-steps__item-description {
	color: #364663;
	font-size: 1.8rem;
	font-weight: 300;
	max-width: 200px;
	line-height: 1.3
}

@media (max-width:576px) {
	.four-steps__item-description {
		margin: 0 auto;
		text-align: center
	}
}

.four-steps__button {
	margin: 0 auto;
	max-width: 270px;
	width: 100%
}

.four-steps__button--outer {
	margin-top: 20px;
	display: flex;
	justify-content: center
}

.autocopy {
	margin: 70px 0
}

@media (max-width:991px) {
	.autocopy {
		margin: 60px 0
	}
}

@media (max-width:576px) {
	.autocopy {
		margin: 50px 0
	}
}

.autocopy__wrapper {
	padding: 30px 0;
	position: relative;
	background: #f9fbff;
	display: flex;
	border: 1px solid #f3f6f9;
	align-items: center
}

@media (max-width:1199px) {
	.autocopy__wrapper {
		padding: 40px 20px
	}
}

@media (max-width:991px) {
	.autocopy__wrapper {
		text-align: center;
		justify-content: center;
		flex-direction: column
	}
}

@media (max-width:576px) {
	.autocopy__wrapper {
		padding: 40px 10px
	}
}

.autocopy__img {
	width: 100%;
	max-width: 450px;
	z-index: 2;
	position: relative;
	margin-bottom: -100px;
	margin-left: -50px;
	padding-right: 50px
}

@media (max-width:1199px) {
	.autocopy__img {
		max-width: 400px
	}
}

@media (max-width:991px) {
	.autocopy__img {
		padding-right: 0;
		margin-left: 0;
		margin-bottom: 0;
		max-width: 300px
	}
}

.autocopy__bg {
	position: absolute;
	bottom: 0;
	width: 100%
}

.autocopy__info {
	z-index: 2;
	position: relative
}

.autocopy__info-title {
	margin-bottom: .8em;
	max-width: 490px;
	font-weight: 500;
	font-family: Barlow Semi Condensed, sans-serif
}

@media (max-width:991px) {
	.autocopy__info-title {
		margin: 0 auto .8em
	}
}

.autocopy__info-text {
	max-width: 544px;
	padding-bottom: 40px;
	font-weight: 400;
	font-size: 20px
}

@media (max-width:991px) {
	.autocopy__info-text {
		margin: 0 auto
	}
}

.autocopy__info-text:first-of-type {
	padding-bottom: 20px
}

@media (max-width:991px) {
	.autocopy__info-button {
		margin: 0 auto
	}
}

.copy-top {
	position: relative
}

@media (max-width:767px) {
	.copy-top__container {
		padding-left: 0;
		padding-right: 0
	}
}

.copy-top__content-wrapper {
	display: flex;
	justify-content: space-between
}

@media (max-width:991px) {
	.copy-top__content-wrapper {
		flex-direction: column-reverse;
		align-items: center
	}
}

.copy-top__blue {
	margin-right: 28px;
	position: relative;
	max-width: 483px;
	width: 100%;
	min-height: 700px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA8YAAAV6CAYAAAAvSWX1AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAACRBSURBVHgB7N3bbhtHukDharJFKXn/i/0w+7XG0IldI2kwGCSUJ5mEpA7r++zmRRnoH74QwdVVppf/+/85BwAAAETtBgAAAIQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKStAwAA+PSejnPM+du1ZRnjZr8M4O8RxgAA8AU8PQtjuBRHqQEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQtg4AAAD4YMft/fX9FbZzhTEAAAAf7v7xtIyXZYxfby9fxo5SAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQNo6AACAv+3heY7jcVzMnO+v/XiY49z2L9tntzfLgAphDAAA5zBfQ/X8kfqHYy8wc3u7pTCmw1FqAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBN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AAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABp6wCIO27vr+89OgQASBDGQN7942kZL8sYv94qYwCAAp/6AAAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkrQMAgG9r28aY4zLm/NnM1z9YxrktL7fcnf+2AMIYAOA7u3/afhqwl/L4/Drw/ENv1mUcVmUMnJ+j1AAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASFsHwBfwfJzjuI2renia4xKWZYzDugwAAD4HYQx8Cdv8Vxxfy7zgPGEMAPC5OEoNAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACAtHUAAETdP86xzdP1u8MydssAIEIYAwBpc75TxkMVA5Q4Sg0AAECaMAYAACBNGAMAAJAmjAEAAEgTxgAAAKQJYwAAANKEMQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0YQwAAECaMAYAACBNGAMAAJC2DgAAAPhgd4fTfdtlGVchjAEAAPhw+w88z+woNQAAAGnCGAAAgDRhDAAAQJowBgAAIE0YAwAAkCaMAQAASBPGAAAApAljAAAA0oQxAAAAacIYAACANGEMAABAmjAGAAAgTRgDAACQJowBAABIE8YAAACkCWMAAADShDEAAABpwhgAAIA0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) 50% no-repeat;
	background-size: cover
}

@media (max-width:991px) {
	.copy-top__blue {
		margin-right: 0;
		min-height: 500px;
		max-width: 100%
	}
}

.copy-top__frame {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 145px;
	background: #fff;
	border-radius: 6px
}

@media (max-width:1199px) {
	.copy-top__frame {
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

@media (max-width:376px) {
	.copy-top__frame {
		width: 327px!important
	}
}

@media (max-width:320px) {
	.copy-top__frame {
		width: 320px!important;
		margin: 0 auto
	}
}

.copy-top__title {
	margin-bottom: 40px
}

.copy-top__title span {
	font-weight: 600
}

.copy-top__text {
	margin-bottom: 40px
}

.copy-top__text-outer {
	margin-bottom: 35px;
	max-width: 600px;
	width: 100%;
	min-height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(/investing/markets/static_landing/media/text-bg.0961ec0f.png) 50% no-repeat;
	background-size: cover
}

@media (max-width:991px) {
	.copy-top__text-outer {
		min-height: 500px;
		max-width: 100%
	}
}

@media (max-width:767px) {
	.copy-top__text-outer {
		text-align: center;
		padding-left: 15px;
		padding-right: 15px
	}
}

.copy-top__text-inner {
	max-width: 400px;
	width: 100%
}

@media (max-width:767px) {
	.copy-top__button-outer {
		display: flex;
		justify-content: center
	}
}

.trustpilot {
	padding-top: 56px
}

.trustpilot__title {
	text-align: center
}

@media (max-width:370px) {
	.trustpilot-widget {
		margin-left: -30px
	}
}

.trustpilot-widget-wrapper {
	padding: 20px;
	border: 3px solid #f9fbff;
	box-sizing: border-box;
	border-radius: 6px
}

.faq__title {
	text-align: center;
	margin-bottom: .5em
}

.faq__section {
	margin-bottom: 80px
}

.faq__items {
	display: flex;
	flex-direction: column
}

.faq-item {
	background: #f9fbff;
	padding: 10px 10px 10px 90px;
	min-height: 70px;
	display: flex;
	align-items: center;
	border-radius: 7px;
	position: relative;
	cursor: pointer;
	font-size: 2.4rem;
	line-height: 1.2
}

@media (max-width:991px) {
	.faq-item {
		min-height: 60px;
		font-size: 2.1rem
	}
}

@media (max-width:767px) {
	.faq-item {
		padding: 10px 10px 10px 50px
	}
}

@media (max-width:576px) {
	.faq-item {
		font-size: 1.8rem
	}
}

.faq-item__wrapper {
	margin-bottom: 10px
}

.faq-item__icon {
	height: 30px;
	width: 30px;
	position: absolute;
	left: 30px
}

@media (max-width:767px) {
	.faq-item__icon {
		left: 15px;
		height: 25px;
		width: 25px
	}
}

.faq-item__answer {
	font-weight: 300;
	font-size: 1.8rem;
	max-width: 1000px;
	padding: 15px 10px 40px 90px
}

@media (max-width:767px) {
	.faq-item__answer {
		padding: 10px 10px 30px 50px;
		font-size: 1.6rem
	}
}

.faq-item__answer__slidedown {
	-webkit-transition-duration: .25s;
	transition-duration: .25s
}

.fees-page__title {
	padding: 60px 0;
	text-align: center
}

@media (max-width:576px) {
	.fees-page__title {
		margin: 40px 0
	}
}

.fees-page__title-trading-fees {
	margin-top: 120px
}

@media (max-width:576px) {
	.fees-page__title-trading-fees {
		margin-top: 100px
	}
}

.instr-table {
	padding: 30px;
	background: #eaf0ff
}

@media (max-width:576px) {
	.instr-table {
		padding: 15px
	}
}

.instr-table__search {
	margin-bottom: 20px;
	position: relative
}

.instr-table__search-input {
	height: 50px;
	background: #fff;
	border: .5px solid rgba(127, 147, 188, .2);
	border-radius: 3px;
	padding-left: 40px;
	width: 100%
}

.instr-table__search-input::-webkit-input-placeholder {
	font-weight: 300;
	font-size: 1.4rem;
	color: #364663
}

.instr-table__search-input::-moz-placeholder {
	font-weight: 300;
	font-size: 1.4rem;
	color: #364663
}

.instr-table__search-input:-ms-input-placeholder {
	font-weight: 300;
	font-size: 1.4rem;
	color: #364663
}

.instr-table__search-input::-ms-input-placeholder {
	font-weight: 300;
	font-size: 1.4rem;
	color: #364663
}

.instr-table__search-input::placeholder {
	font-weight: 300;
	font-size: 1.4rem;
	color: #364663
}

.instr-table__search-icon {
	position: absolute;
	top: 50%;
	left: 18px;
	width: 16px;
	height: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.instr-table__table {
	width: 100%
}

.instr-table__table__wrapper {
	padding-left: 15px;
	margin: 0 -15px;
	overflow-x: scroll;
	display: flex
}

.instr-table__table__wrapper:after {
	display: inline-block;
	width: 15px;
	flex: 0 0 15px;
	height: 1px;
	content: ""
}

.instr-table__table__head-item {
	color: #364663;
	font-size: 1.6rem;
	padding: 5px 7px 15px;
	font-weight: 400;
	line-height: 1.1
}

.instr-table__table__head-item:first-child {
	padding-left: 20px
}

@media (max-width:576px) {
	.instr-table__table__head-item {
		font-size: 1.4rem
	}
}

.instr-table__bottom-row {
	display: flex;
	justify-content: space-between;
	padding-top: 25px
}

@media (max-width:767px) {
	.instr-table__bottom-row {
		flex-direction: column;
		align-items: center
	}
}

.instr-table__entries-show {
	display: flex;
	align-items: center
}

@media (max-width:767px) {
	.instr-table__entries-show {
		margin-bottom: 20px
	}
}

.instr-table__entries-show__text {
	color: #364663;
	font-size: 1.6rem;
	font-weight: 300;
	margin-right: 10px
}

.select {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.select--opened .select__main-item {
	border-radius: 4px 4px 0 0
}

.select select {
	display: none
}

.select__main-item {
	padding: 8px 15px;
	background: #fff;
	color: #3179ff;
	font-weight: 400;
	font-size: 1.6rem;
	border-radius: 4px;
	cursor: pointer;
	line-height: 1
}

.select__main-item img {
	width: 9px;
	margin-left: 6px;
	margin-bottom: 2px
}

.select__items {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	color: #000;
	font-size: 1.4rem;
	background: #f7f9fd;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	z-index: 100
}

.select__items_item {
	padding: 4px 15px;
	cursor: pointer;
	font-weight: 300
}

.select__items_item:hover {
	background: rgba(173, 201, 255, .2)
}

.select__items_item--selected,
.select__items_item--selected:hover {
	background: #adc9ff;
	font-weight: 400
}

.instr-table__td {
	padding: 4px 0;
	height: 100%
}

.instr-table__td-inner {
	padding: 6px 7px;
	min-height: 54px;
	height: 100%;
	background: #fff;
	color: #000;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.2;
	display: flex;
	align-items: center
}

.instr-table__td-inner:hover {
	color: inherit;
	text-decoration: none
}

@media (max-width:576px) {
	.instr-table__td-inner {
		font-size: 1.4rem
	}
}

.instr-table__td:first-child .instr-table__td-inner {
	padding-left: 20px
}

@media (max-width:576px) {
	.instr-table__td:first-child .instr-table__td-inner {
		padding-left: 14px
	}
}

.instr-table__td__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	background: rgba(173, 201, 255, .3);
	border-radius: 50%;
	color: #3179ff;
	font-size: 7px;
	overflow: hidden;
	padding: 2px;
	text-align: center;
	margin-right: 10px
}

.instr-table__td__icon,
.pagination {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pagination__btn {
	color: inherit;
	background: none;
	border: none;
	outline: 0;
	border-radius: 0;
	font-size: inherit;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 7px;
	line-height: 1;
	border-radius: 3px
}

.pagination__btn:active,
.pagination__btn:focus {
	outline: 0
}

.pagination__btn:hover {
	outline: 0;
	background: none;
	border: none;
	color: inherit;
	color: #3179ff;
	font-weight: 400
}

.pagination__btn:disabled {
	background: #fff;
	color: #3179ff;
	font-weight: 400;
	cursor: default;
	min-width: 30px
}

.pagination__btn-arrow {
	color: inherit;
	background: none;
	border: none;
	padding: 0;
	outline: 0;
	border-radius: 0;
	font-size: inherit;
	width: 24px;
	margin: 0 10px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

.pagination__btn-arrow:active,
.pagination__btn-arrow:focus {
	outline: 0
}

.pagination__btn-arrow:hover {
	outline: 0;
	background: none;
	border: none;
	color: inherit
}

.pagination__btn-arrow--left img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.pagination__btn-arrow:disabled {
	opacity: .5;
	cursor: default
}

.pagination__btn-arrow img {
	width: 100%
}

.calculator__container {
	margin-top: 120px
}

.calculator__title {
	font-family: Barlow Semi Condensed;
	font-style: normal;
	font-weight: 500;
	font-size: 54px
}

@media (max-width:767px) {
	.calculator__title {
		margin-bottom: 20px
	}
}

.calculator__title-wrapper {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between
}

@media (max-width:767px) {
	.calculator__title-wrapper {
		flex-direction: column
	}
}

.calculator__wrapper {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap
}

@media (max-width:767px) {
	.calculator__wrapper {
		flex-direction: column
	}
}

.calculate-button {
	max-width: 312px;
	width: 100%
}

.input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.input-wrapper {
	position: relative
}

.input-wrapper--select:after {
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 18px;
	content: "";
	background: url(/investing/markets/static_landing/media/calculators-dropdown-arrow.47fd3378.svg) 50% no-repeat;
	background-size: contain;
	pointer-events: none
}

.input {
	padding-left: 40px;
	width: 100%;
	height: 60px;
	outline: none;
	box-shadow: none;
	background: rgba(234, 242, 255, .3);
	border: .5px solid rgba(127, 147, 188, .2);
	box-sizing: border-box;
	border-radius: 3px
}

.input::-webkit-input-placeholder {
	color: rgba(23, 25, 28, .5)
}

.input::-moz-placeholder {
	color: rgba(23, 25, 28, .5)
}

.input:-ms-input-placeholder {
	color: rgba(23, 25, 28, .5)
}

.input::-ms-input-placeholder {
	color: rgba(23, 25, 28, .5)
}

.input::placeholder {
	color: rgba(23, 25, 28, .5)
}

.input-wrapper--outer {
	padding: 15px;
	flex-basis: 33.33%;
	width: 33.33%
}

@media (max-width:767px) {
	.input-wrapper--outer {
		flex-basis: 100%;
		width: 100%
	}
}

.input-label {
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 14px
}

.input-error {
	margin-top: 7px;
	color: #ec1b2e;
	font-size: 12px;
	font-weight: 300
}

.summary {
	margin: 40px -15px 0;
	padding: 40px 65px;
	display: flex;
	flex-wrap: wrap;
	border: .5px solid rgba(127, 147, 188, .2);
	box-sizing: border-box;
	border-radius: 3px
}

@media (max-width:991px) {
	.summary {
		margin: 40px 0 0;
		flex-direction: column
	}
}

@media (max-width:767px) {
	.summary {
		padding: 15px
	}
}

.calculated-info {
	display: flex;
	flex-direction: column
}

.calculated-info--outer {
	padding: 15px;
	flex-basis: 33.33%;
	width: 33.33%
}

@media (max-width:991px) {
	.calculated-info--outer {
		flex-basis: 100%;
		width: 100%
	}
}

.calculated-info--without-small-label {
	margin-top: 24px
}

@media (max-width:991px) {
	.calculated-info--without-small-label {
		margin-top: 0
	}
}

.calculated-info__label {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 300
}

.calculated-info__label--small {
	min-height: 14px;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: 300;
	color: #7f93bc
}

.calculated-info__value {
	padding: 0 40px;
	height: 60px;
	display: flex;
	align-items: center;
	background: rgba(234, 242, 255, .3);
	border: .5px solid rgba(127, 147, 188, .2);
	border-radius: 3px;
	font-weight: 600;
	font-size: 16px
}

.calculated-info__currency {
	margin-left: 5px
}

.switcher {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	padding: 0;
	outline: 0;
	width: 255px;
	height: 50px;
	color: transparent;
	background: #3179ff
}

.switcher:focus {
	outline: 0
}

.switcher option {
	color: #fff
}

@media (max-width:767px) {
	.switcher {
		width: 200px
	}
}

.switcher-wrapper {
	display: flex;
	align-items: center
}

@media (max-width:767px) {
	.switcher-wrapper {
		justify-content: space-between
	}
}

.switcher-wrapper--inner {
	position: relative
}

.switcher-wrapper--inner:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 21px;
	width: 12px;
	height: 7px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(/investing/markets/static_landing/media/calculators-dropdown-arrow-switcher.21cba1f8.svg) 50% no-repeat;
	background-size: contain
}

.switcher__title {
	margin-right: 28px;
	max-width: 67px;
	width: 100%;
	font-size: 10px;
	font-weight: 300
}

@media (max-width:767px) {
	.switcher__title {
		margin-right: 10px
	}
}

.switcher-active-name {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 20px;
	font-family: Barlow Semi Condensed;
	color: #fff;
	pointer-events: none
}