/*!
Theme Name: Trading Platforms
Theme URI: https://www.tradingplatforms.co.uk/
Author: TradingPlatforms.co.uk
Author URI: https://www.tradingplatforms.co.uk/
Description: Custom WP theme developed exclusively for TradingPlatforms.co.uk
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trading-platforms
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Trading Plattformen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
	 html {
	 	line-height: 1.15;
	 	-webkit-text-size-adjust: 100%;
	 }

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
	 body {
	 	margin: 0;
	 }

/**
 * Render the `main` element consistently in IE.
 */
	 main {
	 	display: block;
	 }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
	 h1 {
	 	font-size: 2em;
	 	margin: 0.67em 0;
	 }

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
	 hr {
	 	box-sizing: content-box;
	 	height: 0;
	 	overflow: visible;
	 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
	 pre {
	 	font-family: monospace, monospace;
	 	font-size: 1em;
	 }

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
	 a {
	 	background-color: transparent;
	 }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
	 abbr[title] {
	 	border-bottom: none;
	 	text-decoration: underline;
	 	text-decoration: underline dotted;
	 }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
	 b,
	 strong {
	 	font-weight: bolder;
	 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
	 code,
	 kbd,
	 samp {
	 	font-family: monospace, monospace;
	 	font-size: 1em;
	 }

/**
 * Add the correct font size in all browsers.
 */
	 small {
	 	font-size: 80%;
	 }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
	 sub,
	 sup {
	 	font-size: 75%;
	 	line-height: 0;
	 	position: relative;
	 	vertical-align: baseline;
	 }

	 sub {
	 	bottom: -0.25em;
	 }

	 sup {
	 	top: -0.5em;
	 }

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
	 img {
	 	border-style: none;
	 }

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
	 button,
	 input,
	 optgroup,
	 select,
	 textarea {
	 	font-family: inherit;
	 	font-size: 100%;
	 	line-height: 1.15;
	 	margin: 0;
	 }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
	 button,
	 input {
	 	overflow: visible;
	 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
	 button,
	 select {
	 	text-transform: none;
	 }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
	 button,
	 [type="button"],
	 [type="reset"],
	 [type="submit"] {
	 	-webkit-appearance: button;
	 }

/**
 * Remove the inner border and padding in Firefox.
 */
	 button::-moz-focus-inner,
	 [type="button"]::-moz-focus-inner,
	 [type="reset"]::-moz-focus-inner,
	 [type="submit"]::-moz-focus-inner {
	 	border-style: none;
	 	padding: 0;
	 }

/**
 * Restore the focus styles unset by the previous rule.
 */
	 button:-moz-focusring,
	 [type="button"]:-moz-focusring,
	 [type="reset"]:-moz-focusring,
	 [type="submit"]:-moz-focusring {
	 	outline: 1px dotted ButtonText;
	 }

/**
 * Correct the padding in Firefox.
 */
	 fieldset {
	 	padding: 0.35em 0.75em 0.625em;
	 }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
	 legend {
	 	box-sizing: border-box;
	 	color: inherit;
	 	display: table;
	 	max-width: 100%;
	 	padding: 0;
	 	white-space: normal;
	 }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
	 progress {
	 	vertical-align: baseline;
	 }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
	 textarea {
	 	overflow: auto;
	 }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
	 [type="checkbox"],
	 [type="radio"] {
	 	box-sizing: border-box;
	 	padding: 0;
	 }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
	 [type="number"]::-webkit-inner-spin-button,
	 [type="number"]::-webkit-outer-spin-button {
	 	height: auto;
	 }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
	 [type="search"] {
	 	-webkit-appearance: textfield;
	 	outline-offset: -2px;
	 }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
	 [type="search"]::-webkit-search-decoration {
	 	-webkit-appearance: none;
	 }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
	 ::-webkit-file-upload-button {
	 	-webkit-appearance: button;
	 	font: inherit;
	 }

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
	 details {
	 	display: block;
	 }

/*
 * Add the correct display in all browsers.
 */
	 summary {
	 	display: list-item;
	 }

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
	 template {
	 	display: none;
	 }

/**
 * Add the correct display in IE 10.
 */
	 [hidden] {
	 	display: none;
	 }

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

/*.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}*/

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Breadcrumb
--------------------------------------------- */
.breadcrumb {
    font-size: .75em;
    background: #F4F7F8;
    padding: 10px;
    border-radius: 8px;
    margin-top: 8px;
}

.breadcrumb a,
.breadcrumb a:visited {
	color: var(--blue);
}

.breadcrumb .aioseo-breadcrumb-separator {
    display: inline-block;
    margin: 0 3px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Charts
--------------------------------------------- */
.tp-chart-general {
 	width:100%;
	height: 385px;
 	display: flex;
	overflow: hidden;
	margin: 25px 0;
}

.tp-chart-general>.tp-chart-loading {
	font-size: 13px;
	font-weight: 600;
	position: relative; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center; /* Aligns text and dots */
	justify-content: center;
}

@media( max-width: 768px ) {
	.tp-chart-general>.tp-chart-loading {
		left: 0;
		transform: translate(50%, -50%);
	}
}

/* Dot-flashing animation */
.dot-flashing {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 2px 0 6px;
	background-color: #333;
	border-radius: 50%;
	animation: dot-flashing 0.5s infinite linear alternate;
}

.dot-flashing:nth-child(2) {
	animation-delay: 0.1s;
	margin: 0 2px;
}

.dot-flashing:nth-child(3) {
	animation-delay: 0.2s;
	margin: 0 2px;
}

@keyframes dot-flashing {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0.2;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

/*--------------------------------------------------------------
## Basic Styles
--------------------------------------------------------------*/

:root {
	/*--yellow: #fec340;
	--dark: #34454e;
	--gradient-violet: linear-gradient(130deg,#924a8b 22.95%,#af4c83 77.05%);
	--violet: #af4c83;
	--lightOrange: #ffdac8;
	--orange: #f4793b;
	--lightGray: #f7f7f9;
	--gray: #ebeced;

	--orangeDark: #c9782d;
	--greenDarker: #0B7575;
	--greenMid: #5DB6B6;
	--lightGreen: #e7fbf4;
	--greenToGray: #ecf1ef;
	--grayBorder: #dcdfe4;*/

	--yellow: #ffc940;
	--dark: #34454e;
	--gradient-violet: linear-gradient(130deg, #8d4a96 22.95%, #b55d91 77.05%);
	--violet: #b55d91;
	--lightOrange: #ffe5d2;
	--orange: #f68e48;
	--orangeDark: #c77327;
	--lightGray: #f8f8fa;
	--gray: #ececef;
	--grayBorder: #dee1e6;

	--greenDarker: #188679;
	--greenMid: #52b7a4;
	--lightGreen: #e8f7f1;
	--greenToGray: #e8efed;
}

body {
	color: var(--dark);
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 18px; 
	line-height: 1.6;
	overflow-x: hidden;
}

h1 {
	font-size: 48px;
	text-align: center;
}
h2 {
	font-size: 32px;
}
h3{
	font-size: 26px;
}
h4 { 
	font-size: 22px;
}
h5 { 
	font-size: 20px;
}
h6 { 
	font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 15px;
}
a {
	text-decoration: none;
	transition: .3s ease;
}
a:visited {
	color: inherit;
}
a:hover,
a:focus,
a:active {
	outline: none;
}

.entry-content a {
	color: #111;
	border-bottom: 3px solid var(--orange);
}

.entry-content a:hover {
	border-color: var(--violet);
}

.entry-title {
	text-align: left;
	margin-top: 0;
}
.entry-title a,
.entry-title a:visited {
	color: var(--dark);
}
.entry-content p a {
	color: var(--violet);
}
p {
	text-align: justify;
}
ol {
	counter-reset: custom-counter;
	list-style: none !important;
	background-color: var(--gray);
	padding: 25px 20px;
	margin-left: 0 !important;
	border-radius: 7px;
}
ol > li {
	padding-left: 40px;
	counter-increment: custom-counter;
	position: relative;
}
ol > li + li {
	margin-top: 7px;
}
ol > li:before {
	position: absolute;
	color: #fff;
	font-size: 18px;
	--size: 30px;
	left: 0;
	line-height: var(--size);
	width: var(--size);
	height: var(--size);
	top: -3px;
	background: var(--violet);
	border-radius: 50%;
	text-align: center;
	content: counter(custom-counter);
}
blockquote {
	margin-bottom: 20px;
	background-color: #f9f9f9;
	padding: 20px;
	margin-left: 20px;
	border-left: 4px solid var(--violet);
}
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0;
}
.meta-title {
	display: block;
	font-size: 24px;
	margin-bottom: 15px;
}

.full-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

/* Preloader */
.preloader {
	opacity: 1;
	transition: .3s ease;
}
.preloader.hide {
	opacity: 0;
}
.preloader path:nth-of-type(1),
.preloader path:nth-of-type(5) {
	-webkit-animation: spin_full 2s linear infinite;
	animation: spin_full 2s linear infinite;
}

.preloader path:nth-of-type(2),
.preloader path:nth-of-type(6) {
	-webkit-animation: spin_full 2s linear infinite;
	animation: spin_full 2s linear infinite;
}

.preloader path:nth-of-type(3),
.preloader path:nth-of-type(7) {
	-webkit-animation: spin_full 2s linear infinite;
	animation: spin_full 2s linear infinite;
}

.preloader path:nth-of-type(4),
.preloader path:nth-of-type(8) {
	-webkit-animation: spin_full 2s linear infinite;
	animation: spin_full 2s linear infinite;
}
.pre path {
	transform-origin: center;
	transform-box: fill-box;
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@-webkit-keyframes spin_full {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes spin_full {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

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

	h1 {
		font-size: 40px;
	}

}

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

	h1,
	h2,
	h3 {
		text-align: center;
	}

	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 22px;
	}
	.entry-title {
		font-size: 28px;
		text-align: center;
	}
	.meta-title {
		font-size: 20px;
		text-align: center;
	}

}

/*--------------------------------------------------------------
## Table Styles
--------------------------------------------------------------*/

table {
	font-size: 16px;
	width: 100%; 
	border-collapse: collapse;
	font-family: sans-serif;
	margin: 20px 0;
}
table th, td {
	border: 1px solid #ddd; 
	padding: 8px;
	text-align: left; 
}
table p {
	margin-bottom: 0 !important;
}
table tr:nth-child(even) td {
	background-color: #f9f9f9; 
}
table thead th {
	background-color: var(--violet);
	color: #fff;
	font-weight: bold;
}
table thead th {
	text-align: center;
}
.table-review tbody tr:first-child td {
	background-color: #fff;
	color: var(--dark);
	font-weight: normal;
}


/*--------------------------------------------------------------
## Components
--------------------------------------------------------------*/

.wrapper {
	width: 100%;
	overflow-x: hidden;
	padding: 20px;
	margin-top: 87px;
}
.shell {
	width: 100%;
	padding: 0 20px;
}
.container-md {
	max-width: 1024px;
}
.container-sm {
	max-width: 965px;
}
.ico { 
	display: inline-block; 
	height: 30px; 
	width: 30px; 
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position: center; 
}
.ico--profile {
	background-image: url(assets/images/icon-profile.svg);
}
.ico--search {
	background-image: url(assets/images/icon-search.svg);
}
.ico--search-dark {
	background-image: url(assets/images/icon-search-dark.svg);
}
.ico--registration {
	background-image: url(assets/images/icon-registration.svg);
}
.ico--right {
	background-image: url(assets/images/right-chevron.svg);
}
.ico--right-white {
	background-image: url(assets/images/right-chevron-white.svg);
}
.ico--right-green {
	background-image: url(assets/images/right-chevron-green.svg);
}
.ico--right-gray {
	background-image: url(assets/images/right-chevron-gray.svg);
}
.ico--win {
	background-image: url(assets/images/icon-win.svg);
}
.ico--close {
	background-image: url(assets/images/icon-close.svg);
}
.ico--people {
	background-image: url(assets/images/icon-people.svg);
}
.btn,
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	font-size: 16px;
	align-items: center;
	background-color: var(--dark);
	border: 0;
	border-radius: 6px;
	font-weight: 500;
	color: #fff;
	padding: 10px 23px;
}
.btn:visited,
.btn:active,
.btn:focus,
.btn:hover {
	color: #fff;
	background: var(--violet);
}
.btn--ico {
	position: relative;
	padding-left: 40px;
}
.btn--ico-right {
	position: relative;
	padding-right: 40px;
}
.btn--ico .ico {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	height: 18px;
	width: 18px;
	margin-right: 7px;
}
.btn--ico-right .ico {
	position: absolute;
	right: 10px;
	top: 51%;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	margin-right: 7px;
}
.btn--transparent {
	background-color: transparent;
	background-color: #fff;
	color: var(--dark);
}
.btn--transparent:visited,
.btn--transparent:active,
.btn--transparent:focus,
.btn--transparent:hover {
	color: var(--dark);
	background-color: var(--lightGray);
}
.btn:hover {
	box-shadow: 0 2px 8px #00000014, 0 0 2px #00000029;
}
.btn-regular {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	border-radius: 6px;
	padding: 10px 16px;
}
.btn-regular .ico {
	height: 20px;
	width: 20px;
}
.btn-regular,
.btn-regular:hover,
.btn-regular:active,
.btn-regular:visited,
.btn-regular:focus { color: var(--orange); }
.btn-lg {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 24px #00000014, 0 0 2px #00000029;
	padding: 13px;
	color: var(--dark);
}
.btn-lg:hover {
	box-shadow: 0 2px 8px #00000014, 0 0 2px #00000029;
}
.btn-lg .btn__content {
	display: flex;
	align-items: center;
	width: calc(100% - 30px);
}
.btn-lg img {
	max-width: 52px;
	border-radius: 5px;
}
.btn-lg .ico-wrapper {
	margin-right: 15px;
}
.btn-lg span {
	display: block;
}
.btn-lg span + span {
	font-size: 16px;
}
.btn-lg .ico-wrapper {
	background-color: var(--lightOrange);
	border-radius: 5px;
	padding: 10px;
	margin-right: 10px;
}
.btn--orange,
.btn--orange:visited {
	background-color: var(--orange);
	border: 0;
}
.btn--yellow,
.btn--yellow:visited {
	background-color: var(--yellow);
	color: var(--dark);
	border: 0;
}
.btn-sm {
	padding: 3px 10px;
}
.btn-label {
	display: inline-block;
	background-color: var(--lightOrange);
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid var(--orange);
	border-top: 0;
	border-radius: 0 0 5px 5px;
	color: var(--orangeDark);
}
.note-important {
	display: flex;
	font-size: 16px;
	align-items: center;
	justify-content: center;
	background-color: var(--lightGray);
	border-radius: 8px;
	padding: 7px 15px;
	margin-bottom: 15px;
}
.note-important p {
	margin-bottom: 0;
	margin-left: 7px;
}
.note-label {
	font-size: 14px;
	font-weight: 600;
	background-color: var(--violet);
	color: #fff;
	border-radius: 10px;
	padding: 0 7px;
}
.note-important .btn-regular {
	margin-left: 30px;
	color: var(--dark);
}

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

	.note-important {
		padding: 5px 15px;
		flex-direction: column;
		margin-bottom: 0;
	}
	.note-important p {
		margin-left: 0;
		text-align: center;
	}
	.note-important .btn-regular {
		margin-left: 0;
		padding: 0;
	}

}

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

	.wrapper {
		padding: 0;
		margin-top: 65px;
	}
	.shell {
		padding: 0 15px;
	}
	.btn-lg {
		line-height: 1.4;
	}

}

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

	.btn--ico {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.btn--ico .ico {
		position: static;
		transform: none;
	}

}

/*--------------------------------------------------------------
## Site Header
--------------------------------------------------------------*/

.site-header {
	position: fixed;
	left: 20px;
	top: 20px;
	right: 20px;
	width: calc(100% - 40px);
	padding: 15px 0;
	border-radius: 8px;
	margin-bottom: 15px;
	z-index: 999;
    box-shadow: 0 10px 25px 0 rgba(36, 42, 45, .15);
    background-color: #fff;
}
.site-header:before {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	width: 100%;
	height: 30px;
	backdrop-filter: blur(5px);
	content: '';
}
.site-header a { 
	color: var(--dark); 
} 
.site-header .shell {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-header .menu {
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-header .menu li + li {
	margin-left: 30px;
} 

.site-header .menu a {
	font-size: 16px;
	font-weight: 600;
	padding: 6px 10px;
	border-radius: 6px;
}

.site-header .menu > li:hover > a,
.site-header .menu a:hover {
	background-color: var(--yellow);
}
.site-header .btn-login .ico {
	height: 16px;
	width: 16px;
	margin-right: 10px;
}
.site-header .logo {
	font-size: 22px; 
	font-weight: 500;
	white-space: nowrap;
}
.site-header .nav-wrapper {
	display: flex;
	align-items: center;
}
.site-header .btn-search {
	display: block;
	height: 26px;
	width: 26px;
	margin-left: 30px;
}
.site-header .toggle-nav {
	display: none;
	padding: 12px;
	align-items: center;
}
.site-header .toggle-nav span {
	position: relative;
	display: block;
	width: 20px;
	height: 4px;
	background: var(--dark);
	transition: all 0.2s ease-in-out;
}
.site-header .toggle-nav span:before, 
.site-header .toggle-nav span:after {
	position: absolute;
	background: var(--dark);
	width: 20px;
	height: 4px;
	transition: all 0.2s ease-in-out;
	content: '';
}
.site-header .toggle-nav span:before {
	top: -8px;
}
.site-header .toggle-nav span:after {
	top: 8px;
}
.site-header .toggle-nav.active span {
	background: transparent;
}
.site-header .toggle-nav.active span:before {
	transform: rotate(45deg) translate(5px, 6px);
}
.site-header .toggle-nav.active span:after {
	transform: rotate(-45deg) translate(5px, -6px);
}
.site-header .for-mobile {
	display: none;
}

/*--------------------------------------------------------------
## Site Header - Mega Menu
--------------------------------------------------------------*/

.site-header .tabList {
	overflow: hidden;
	width: 100%;
}
.site-header .tabList-list {
	display: flex;
	flex-direction: column;
}
.site-header .tabList-list li + li {
	margin-left: 0;
	margin-top: 7px;
}
.site-header .tabList-list-item {
	position: relative;
	display: block;
	padding: 0 15px;
	cursor: pointer;
	padding: 5px;
	border-radius: 6px;
}
.site-header .tabList-list-item.active {
	background-color: var(--lightGray);
}
.site-header .tabList-list-item:after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(assets/images/right-chevron-gray.svg);	
	content: '';
}
.site-header .tabList-list-item.active:after {
	background-image: url(assets/images/right-chevron.svg);
}
.site-header .tabList-content {
	width: 60%;
	display: block;
	float: left;
}
.site-header .tabList-tab {
	display: none;
}
.site-header .tabList-tab.active {
	display: block;
}
.site-header .sub-menu {
	position: absolute;
	display: flex;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 1440px;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 4px 24px #00000014, 0 0 2px #00000029;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
}

.site-header .menu li:hover > .sub-menu,
.site-header .sub-menu.open {
	visibility: visible;
	opacity: 1;
}
.site-header .sub-menu .btn-close {
	position: absolute;
	top: 3px;
	right: 5px;
}
.site-header .sub-menu .btn-close:hover {
	background-color: var(--lightGreen);
}
.site-header .sub-menu .btn-close:focus,
.site-header .sub-menu .btn-close:active {
	outline: none;
	box-shadow: none;
}
.site-header .sub-menu .sub-menu__head *,
.site-header .sub-menu .sub-menu__body * {
	color: var(--dark);
}
.site-header .sub-menu .sub-menu__head,
.site-header .sub-menu .sub-menu__body {
	padding: 20px 20px 30px;
}
.site-header .sub-menu .sub-menu__head {
	border-right: 1px solid #d9d9d9;
	width: 295px;
}
.site-header .sub-menu .sub-menu__body {
	width: calc(100% - 300px);
	width: 100%;
}
.site-header .sub-menu__cols + .sub-menu__cols {
	margin-left: 15px;
}
.site-header .menu-title {
	display: block;
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 20px;
}
.site-header .menu-title img {
	margin-right: 5px;
	height: 40px;
	width: 40px;
}
.site-header .sub-menu__content {
	display: flex;
}
.site-header .sub-menu .menu {
	flex-direction: column;
}
.site-header .sub-menu .menu li + li {
	margin-left: 0;
	margin-top: 10px;
}
.site-header .sub-menu .menu li a {
	padding: 0;
	font-weight: 400;
	color: var(--dark);
	width: 100%;
}
.site-header .sub-menu .menu li a:hover {
	background-color: transparent;
	opacity: 0.7;
}
.site-header .sub-menu .meta {
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #a1a9b7;
	margin-bottom: 15px;
}
.site-header .btn-back {
	position: absolute;
	display: none;
	top: 7px;
	right: 10px;
	height: 16px;
	width: 16px;
	opacity: 0.4;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
/* Large */
.site-header .sub-menu__content .sub-menu__col-lg {
	width: 100%;
}
.site-header .sub-menu__content .sub-menu__col-lg .menu {
	display: block;
	column-count: 4;
}
.site-header .sub-menu__content .sub-menu__col-lg .menu li {
	position: relative;
	padding-left: 13px;
	line-height: 1.3;
}
.site-header .sub-menu__content .sub-menu__col-lg .menu li:before {
	position: absolute;
	display: inline-block;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background-color: var(--violet);
	left: 0;
	top: 8px;
	content: '';
}
.site-header .sub-menu__content .sub-menu__col-lg .menu li а {
	display: block;
	width: 100%;
}

.site-header .sub-menu__content .sub-menu__col-lg .menu li.current-menu-item a {
	color: var(--violet);
}

/*--------------------------------------------------------------
## Site Header Search Form
--------------------------------------------------------------*/

.site-header .header__form {
	position: relative;
	z-index: 9;
}
.site-header .header__form .ico {
	height: 26px;
	width: 26px;
}
.site-header .search-form {
	position: absolute;
	right: -20px;
	display: flex;
	align-items: center;
	width: 350px;
	background-color: #fff;
	box-shadow: 0 4px 24px #00000014, 0 0 2px #00000029;
	padding: 5px;
	top: calc(100% + 10px);
	border-radius: 10px;
	visibility: hidden;
	opacity: 0;
	transition: .3s ease;
}
.site-header .open .search-form {
	visibility: visible;
	opacity: 1;
}
.site-header .open .search-form label {
	margin-bottom: 0;
}
.site-header .search-form:before {
	content: '';
	background-color: transparent;
	border-right: 8px solid transparent;
	position: absolute;
	border-left: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-top: 8px solid transparent;
	top: -15px;
	right: 18px;
}
.site-header .search-form .search-submit {
	background-color: var(--violet);
	font-size: 14px;
	border: 2px solid var(--violet);
	padding: 3px 20px;
	color: #fff !important;
	text-decoration: none;
	height: 30px;
	font-weight: 500;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.site-header .search-form .search-field {
	border: 0;
	width: 100%;
	border-radius: 5px 0 0 5px;
	padding: 2px 10px;
	border: 1px solid var(--grayBorder);
	transition: .3s ease;
}
.site-header .search-form .search-field:focus {
	border: 1px solid var(--violet);
}
.site-header .menu-item-has-children.active {
	background-color: var(--yellow);
} 

@media screen and (max-width: 992px) {
	.site-header .search-form {
		right: -50px;
	}
	.site-header .search-form:before {
		right: 60px;
	}

}

/*--------------------------------------------------------------
## Responsive Menu
--------------------------------------------------------------*/

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

	.site-header .sub-menu {
		width: 100%;
	}

}


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

	.site-header .sub-menu__content .sub-menu__col-lg .menu {
		column-count: 3;
	}

}

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

	.site-header .btn-back {
		display: block;
		z-index: 99;
	}
	.site-header .toggle-nav {
		display: flex;
	}
	.site-header .for-mobile {
		display: block;
	}
	.site-header .menu-item-has-children.active {
		background-color: var(--lightGreen);
	}
	.site-header .main-navigation {
		position: fixed;
		opacity: 0;
		visibility: hidden;
		top: 87px;
		right: 20px;
		width: 300px;
		z-index: 99;
		background-color: #fff;
		box-shadow: 0 4px 24px #00000014, 0 0 2px #00000029;
		padding: 10px 0;
		transition: .3s ease;
	}
	.site-header .main-navigation.open {
		visibility: visible;
		opacity: 1;
	}
	.site-header .main-navigation a {
		color: var(--dark);
		font-size: 20px;
	}
	.site-header .main-navigation .menu {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.site-header .menu li {
		width: 100%;
		position: relative;
		padding: 5px 15px;
	}
	.site-header .sub-menu li {
		padding: 5px 25px;
	}
	.site-header .sub-menu li a {
		font-size: 18px;
	}
	.site-header .menu li a:hover,
	.site-header .menu li a:active {
		background-color: var(--lightGreen);
	}
	.site-header .menu li + li {
		margin-left: 0;
	}
	.site-header .sub-menu .menu li + li {
		margin-top: 0;
	}
	.site-header .menu .menu-item-has-children {
		position: relative;
		display: block;
		width: 100%;
	}
	.site-header .menu .menu-item-has-children:after,
	.site-header .sub-menu .meta:after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 10px;
		height: 20px;
		width: 20px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		background-image: url(assets/images/right-chevron-gray.svg);
		transition: .3s ease;
		content: '';
	}
	.site-header .menu .menu-item-has-children.active:after,
	.site-header .sub-menu .meta.active:after {
		transform: translateY(-50%) rotate(90deg);
	}
	.site-header .sub-menu .close-sub-menu {
		display: none;
		right: 5px;
		font-size: 12px;
		z-index: 100;
		width: 90%;
		text-align: right;
		background-color: var(--lightGray);
		background-position: 95%;
	}
	.site-header .sub-menu .sub-menu__head,
	.site-header .sub-menu .sub-menu__body {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% - 20px);
		background-color: #fff;
		padding: 0;
		box-shadow: 0 4px 24px #00000014, 0 0 2px #00000029;
		border-radius: 5px;
	}
	.site-header .sub-menu .sub-menu__body {
		display: none;
	}
	.site-header .sub-menu.open .sub-menu__body,
	.site-header .sub-menu .sub-menu__body.show {
		display: block;
		padding: 10px;
	}
	.site-header .sub-menu .sub-menu__head .menu-title {
		display: none;
	}
	.site-header .tabList-list li {
		padding: 5px 10px;
	}
	.site-header .tabList-list li + li {
		margin-top: 0;
	}
	.site-header .menu-title {
		font-size: 18px;
		margin-bottom: 5px;
		padding-right: 25px;
	}
	.site-header .sub-menu__content {
		flex-direction: column;
	}
	.site-header .sub-menu .meta {
		position: relative;
		margin-bottom: 0;
	}
	.site-header .tabList-tab .menu {
		display: none;
	}
	.site-header .tabList-tab .menu.open {
		display: block;
	}
	.site-header .sub-menu__cols + .sub-menu__cols {
		margin-left: 0;
		margin-top: 10px;
	}
	.site-header .sub-menu .sub-menu__cols li {
		padding: 5px;
	}
	.site-header .login-wrapper {
		display: none;
	}
	.site-header .header__form {
		position: absolute;
		right: 80px;
	}
	/* Large */
	.site-header .sub-menu__content .sub-menu__col-lg .menu {
		display: flex;
		column-count: 1;
		flex-direction: column;
		height: 216px;
		overflow-y: scroll;
	}
	.site-header .sub-menu .menu li a {
		font-size: 14px;
	}

}

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

	.site-header {
		width: 100%;
		left: 0;
		top: 0;
		border-radius: 0;
		padding: 10px 40px 10px 15px;
	}
	.site-header .header__form {
		position: static;
	}
	.site-header .main-navigation {
		top: 55px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% - 40px);
	}
	.site-header .toggle-nav {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	.site-header .search-form {
		right: 0;
		width: 100%;
	}
	.site-header .search-form:before {
		display: none;
	}
	.site-header .search-form label {
		width: calc(100% - 87px);
	}
	.site-header .header__form {
		right: 60px;
	}
	.site-header .toggle-nav {
		padding: 5px;
	}

}

/*--------------------------------------------------------------
## Author line
--------------------------------------------------------------*/
.author-box {
	font-size: 14px;
	margin-bottom: 10px;
	color: #555;
	text-align: left;
}

.author-box .author {
	display: inline-block;
	font-weight: 500;
	border-bottom: 1px dotted;
	cursor: pointer;
}

.author-box .author .author-sub-box {
	position: absolute;
	z-index: 999;
	display: none;
	max-width: calc(100% - 30px);
	left: 15px;
	padding: 10px;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #ccc;
}

.author-box .author:hover .author-sub-box,
.author-box .author .author-sub-box:hover {
	display: block;
	cursor: initial;
}

.author-box .author .author-sub-box .author-name a {
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

.author-box .author .author-sub-box .author-bio {
	font-weight: 400;
}

.author-box img.social-icon {
	max-width: 22px;
}

@media (max-width: 480px) {
	.author-box .sep {
		display: block;
		height: 5px;
        text-indent: -9999px;
	}
}

/*--------------------------------------------------------------
## Widget Go to
--------------------------------------------------------------*/
.jumpto {
	margin: 0 0 10px 0;
	padding: 10px 0;
	overflow-x: scroll;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	white-space: nowrap;
	position: relative;
	height: 48px;
	scrollbar-width: none; /* Firefox */
  	-ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.jumpto::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
}

.jumpto button {
	content: '←';
    position: sticky;
    left: 0;
    top: 2px;
    padding: 0 7px 3px 8px;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    line-height: 1;
    z-index: 99;
    display: none;
}

.jumpto button.next {
	content: '→';
	right: 0;
	left: auto;
}

.jumpto: button:hover {
	cursor: pointer;
}

.jumpto li {
	display: inline-block;
	margin: 0 5px;
	padding: 0 !important;
}

.jumpto li:before {
	content: none !important;
}

.jumpto li.title {
	font-size: 16px;
	text-transform: lowercase;
}

.jumpto li a {
	font-size: 14px;
	color: var(--base);
	border-radius: 6px;
	padding: 5px;
    border: 1px solid #777;
    text-decoration: none;
}

.jumpto li a:hover {
	opacity: 0.8;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
/* Section Intro */
.section-intro {
	padding-top: 57px;
	background: var(--gradient-violet);
	border-radius: 8px;
	color: #fff;
}
.section-intro .section__body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
}
.section-intro h1 {
	font-size: 30px;
	text-align: left;
}
.section-intro .section__content {
	width: calc(100% - 520px);
	padding-bottom: 104px;
}
.section-intro .section__image {
	position: relative;
	width: 480px;
}
.section-intro .section__image img {
	border-radius: 47% 53% 32% 68% / 53% 54% 46% 47%;
}
.section-intro .section__image .image-label {
	position: absolute;
	font-size: 16px;
	right: 0;
	bottom: 24px;
	display: inline-block;
	background-color: #fff;
	border-radius: 6px;
	line-height: 1.4;
	padding: 5px 7px;
	box-shadow: 0 4px 24px #00000014, 0 0 2px #00000029;
}
.section-intro .section__image .image-label span {
	display: block;
}
.section-intro .section__actions .btn + .btn {
	margin-left: 20px;
}

/* Section Services */
.section-services {
	padding: 82px 0 50px;
}
.section-services h2 {
	text-align: center;
	margin-bottom: 40px;
}
/* Section About */
.section-about .section__body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 35px 0;
}
.section-about .section__content {
	width: 366px;
	padding-top: 30px;
}
.section-about .section__content h2 {
	text-align: left;
}
.section-about .section__image {
	width: 560px;
	margin-left: -180px;
}
.section-about .section__body:nth-child(even) {
	flex-direction: row-reverse;
}
.section-about .section__body:nth-child(even) .section__image {
	margin-right: 0;
	margin-right: -180px;
}
/* Section Info */
.section-info {
	padding: 100px 0 17px;
}
.section-info .section__body {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.section-info .section_col-2 {
	width: calc(50% - 10px);
	margin-bottom: 20px;
}
.section-info .btn-lg img {
	margin-right: 15px;
}
.info-box {
	background-color: var(--gray);
	padding: 28px 20px;
	border-radius: 8px;
}
.info-box--secondary {
	background-color: var(--lightOrange);
}
.info-box .sm {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.info-box .info-box__image {
	margin-top: 10px;
	margin-bottom: 10px;
}
.info--box-label {
	position: relative;
	padding-top: 30px;
	overflow: hidden;
	border: 1px solid var(--violet);
	text-align: center;
}
.info-box--title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	background-color: var(--violet);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

/* Section */
.section-intro-comparison {
	padding: 0 0 20px;
}
.section-intro-comparison .section-wrapper {
	display: flex; 
	justify-content: space-between;
}
.section-intro-comparison .section__head {
	width: calc(100% - 585px);
}
.section-intro-comparison .section__body {
	display: flex;
	justify-content: space-between;
	width: 550px;
}
.section-intro-comparison .info-review {
	width: calc(55% - 15px);
}
.section-intro-comparison .review__actions {
	width: 45%;
}
.section-intro-comparison h1 {
	text-align: left;
}
.info-review {
	margin: -7.5px;
}
.info-review:after {
	display: table;
	clear: both;
	content: '';
}
.info-review .info__col {
	float: left;
	width: calc(50% - 10px);
	margin: 5px;
	padding: 15px;
	border-radius: 6px;
	border: 1px solid var(--grayBorder);
}
.info-review .info__col-lg {
	width: calc(100% - 10px);
}
.info-review .article__author {
	margin-top: 0;
}
.info-review .info__col-head {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}
.info-review .info__col-head .ico {
	margin-right: 6px;
}
.info-review .info-meta {
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
}
.info-box__actions {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
/* Section Authors */
.section-authors {
	background-color: var(--orange);
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 30px 0;
	border-radius: 8px;
}
.section-authors .section__body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}
.section-authors .section__content {
	width: calc(60% - 30px);
}
.section-authors .section__images {
	width: calc(40% - 15px);
}
.section-authors .section__row {
	display: flex;
}
.section-authors .section__row + .section__row {
	margin-top: 20px;
	margin-left: 60px;
}
.section-authors .author-img {
	position: relative;
	height: 160px;
	width: 160px;
	border-radius: 10px 0 10px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.section-authors .author-img:before {
	position: absolute;
	top: 20%;
	left: 0;
	height: 80%;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(2 30 16 / 65%) 100%);
	content: '';
}
.section-authors .author-img a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.section-authors .author-img a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
.section-authors .author-img + .author-img {
	margin-left: 20px;
}
.section-authors .author-info {
	position: absolute;
	color: #fff;
	bottom: 5px;
	left: 5px;
	line-height: 1.2;
}
.section-authors .author-name {
	display: block;
	font-size: 14px;
	font-weight: 600;
}
.section-authors .author-role {
	display: block;
	font-size: 12px;
}
.section-authors .btn + .btn {
	margin-left: 20px;
}

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

	.section-about .section__image {
		margin-left: 0;
	}
	.section-about .section__body:nth-child(even) .section__image {
		margin-right: 0;
	}

}

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

	.section-intro-comparison .section-wrapper {
		flex-wrap: wrap;
	}
	.section-intro-comparison .section__head,
	.section-intro-comparison .section__body {
		width: 100%;
	}
	.info-box .info-box__image {
		margin-top: 3px;
	}

}

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

	.section-authors .section__body {
		flex-wrap: wrap;
	}
	.section-authors .section__content,
	.section-authors .section__images {
		width: 100%;
	}
	.section-authors .section__images {
		margin-top: 20px;
	}
	.section-authors h2,
	.section-authors .section__actions {
		text-align: center;
	}
	.section-authors .section__row {
		justify-content: center;
	}

}

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

	.section-intro {
		padding-top: 20px;
	}
	.section-intro h1,
	.section-intro .section__actions {
		text-align: center;
	}
	.section-intro .section__body {
		flex-direction: column;
	}
	.section-intro .section__content p {
		text-align: justify;
	}
	.section-intro .section__content {
		width: 100%;
		padding-bottom: 30px;
	}
	.section-about .section__image {
		width: 320px;
	}
	.section-about .section__content {
		width: calc(100% - 340px);
	}

}

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

	.section-intro .section__actions,
	.section-about .section__content p,
	.section-about .section__content h2 {
		text-align: center;
	}
	.section-intro h1 {
		font-size: 24px;
		margin-top: 0;
	}
	.section-services {
		padding: 40px 0 0;
	}
	.section-services h2 {
		margin-bottom: 20px;
	}
	.section-about .section__body {
		padding: 20px 0;
	}
	.section-about .section__body,
	.section-about .section__body:nth-child(even) {
		flex-direction: column;
	}
	.section-about .section__content {
		width: 100%;
		padding-top: 10px;
	}
	.section-info {
		padding: 40px 0 0;
	}
	.section-intro-comparison {
		padding-bottom: 10px;
	}
	.section-info .section_col-2,
	.section-intro-comparison .info-review,
	.section-intro-comparison .review__actions {
		width: 100%;
	}
	.section-info .section__body {
		margin-bottom: 20px;
	}
	.section-intro-comparison .section__body {
		flex-wrap: wrap;
	}
	.section-intro-comparison .info-review {
		margin-bottom: 20px;
	}
	.section-intro-comparison .review__actions {
		display: none;
	}
	.info-review {
		margin: 0;
	}
	.info-review .info-meta {
		font-size: 14px;
	}
	.section-authors .section__row + .section__row {
		margin-left: 0;
	}

}

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

	.section-intro .section__content,
	.section-intro .section__image {
		width: 100%;
	}
	.section-authors .section__actions {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.section-authors .btn + .btn {
		margin-left: 0;
		margin-top: 10px;
	}
	.section-authors .btn {
		text-align: left;
	}

}

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

	.section-intro .section__actions .btn {
		width: 100%;
	}
	.section-intro .section__actions .btn + .btn {
		margin-left: 0;
		margin-top: 7px;
	}

}

/*--------------------------------------------------------------
## Review
--------------------------------------------------------------*/
.page-template-review .entry-header {
    text-align: center;
    background: #F4F7F8;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #777;
}

.page-template-review .entry-header img {
	border: 1px solid #ccc;
	border-radius: 4px;
}

.section-charts {
	margin-bottom: 25px;
}

.statistic-title {
	font-weight: 500;
	text-align: center;
	font-size: 16px;
	display: block;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/

.list-services {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 0;
	list-style: none;
	margin: 0 auto;
}
.list-services li {
	width: calc(25% - 20px);
	margin: 0 10px 41px;
}
.list-services li a {
	display: flex;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	background-color: #fff;	
	border-radius: 8px;
	box-shadow: 0 4px 24px #00000014, 0 0 2px #00000029;
	padding: 30px 20px;
	text-align: center;
	color: var(--dark);
}
.list-services li a:hover {
	box-shadow: 0 2px 8px #00000014, 0 0 2px #00000029;
}
.list-services .ico-wrapper {
	background-color: var(--lightOrange);
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 13px;
}
.list-services .ico-wrapper img {
	height: 32px;
	width: 32px;
}
.list-socials {
	display: flex;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.list-socials li + li {
	margin-left: 40px;
}
.entry-content > ul,
.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.list.info-box {
	padding-left: 20px;
}
.entry-content > ul li,
.list li {
	position: relative;
	padding-left: 20px;
}
.entry-content > ul li:before,
.list li:before {
	position: absolute;
	display: block;
	top: 8px;
	left: 0;
	background-color: var(--violet);
	height: 10px;
	width: 10px;
	border-radius: 50%;
	content: '';
}

/* Pros and Cons */
.entry-content .list-pros,
.entry-content .list-cons,
.list-pros,
.list-cons {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.entry-content .list-pros li,
.entry-content .list-cons li,
.list-pros li,
.list-cons li {
	position: relative;
	padding-left: 30px;
}
.entry-content .list-pros li:before,
.entry-content .list-cons li:before,
.list-pros li:before,
.list-cons li:before {
	position: absolute;
	left: 0;
	top: 3px;
	height: 25px;
	width: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	content: '';
}
.list-pros li:before {
	background-image: url(assets/images/icon-plus.svg);
}
.list-cons li:before {
	background-image: url(assets/images/icon-minus.svg);
}

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

	.list-services li {
		width: calc(33.33% - 20px);
	}

}

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

	.list-services {
		width: 100%;
	}

}

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

	.list-socials li + li {
		margin-left: 20px;
	}
	.list-services li {
		width: calc(50% - 10px);
		margin: 5px;
	}
	.list-services li a {
		padding: 20px 10px;
	}

}

/*--------------------------------------------------------------
## Grid Brokers
--------------------------------------------------------------*/
.grid-brokers a {
	position: relative;
	border: none;
}

.grid-brokers .item {
	color: var(--dark);
	padding: 10px;
    text-align: left;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.grid-brokers a:first-child .item {
	background: #ffeaf6;
}

.grid-brokers a:first-child:hover .item,
.grid-brokers .item:hover {
	background: #F1F5F9;
}

.grid-brokers .item img {
	display: inline-block;
	max-width: 125px;
	margin-right: 10px;
    border-radius: 8px;
    background-color: #fff;
}

.grid-brokers .item span.rank {
	display: flex;
    justify-content: center;
    align-items: center;
    background: #F1F5F9;
    color: var(--dark);
    border-radius: 5px;
    padding: 6px 5px 2px 5px;
    margin-right: 10px;
    font-weight: bold;
}

.grid-brokers a:first-child .item span.rank,
.grid-brokers .item:hover span.rank {
	background-color: #fff;
}

.grid-brokers .item span.data {
	text-align: left;
    display: inline-block;
    width: 100%;
    line-height: 1.05;
    position: relative;
}

.grid-brokers .item span.data:after {
	content: '›';
	padding: 2px 5px 0 5px;
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	width: 27px;
	height: 27px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.grid-brokers .item span.data div.score {
	font-size: 14px;
	margin: 3px 0;
	font-weight: 400;
}

.grid-brokers .item span.data div.score span {
 	color: #11B981;
}

.grid-brokers .item span.data em {
	position: absolute;
    bottom: -18px;
    font-size: 8px;
    width: 100%;
    height: 20px;
    overflow: hidden;
    left: 0;
    visibility: hidden;
    font-weight: 300;
}

.grid-brokers .item:hover span.data em {
	visibility: visible;
}

.grid-brokers a:first-child span.label {
	position: absolute;
	font-size: 12px;
	top: -5px;
	left: 10px;
	padding: 3px 5px;
	line-height: 1;
	font-weight: bold;
	border-radius: 2px;
	letter-spacing: 0.5px;
	background-color: var(--orange);
	color: #fff;
}

@media (max-width: 380px) {
	.grid-brokers .item img {
		max-width: 80px;
		height: 100%;
	}

	.grid-brokers .item span.data div.score {
		font-size: 10px;
	}
}

/*--------------------------------------------------------------
## List Brokers
--------------------------------------------------------------*/

.section-brokers {
	padding: 30px 0;
}
.section-brokers h2 {
	text-align: center;
	margin-bottom: 30px;
}

ol.list-brokers {
	margin-left: 0;
	padding: 0;
	background-color: #fff;
}
ol.list-brokers .btn {
	width: 100%;
}
ol.list-brokers > li {
	display: flex;
	padding: 15px 15px 15px 40px;
	background-color: var(--gray);
	border-radius: 8px;
	font-size: 16px;
	box-shadow: 0 10px 25px 0 rgba(36, 42, 45, .15);
    background-color: #fff;
}
ol.list-brokers > li:before {
	top: 15px;
	left: 10px;
	background-color: var(--violet);
}
ol.list-brokers li + li {
	margin-top: 12px;
}
ol.list-brokers .meta {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-bottom: 7px;
}

ol.list-brokers li > div {
	padding: 0 10px;
}
ol.list-brokers li > div .list li {
	padding-left: 15px;
}
ol.list-brokers li > div .list li:before {
	top: 6px;
}
ol.list-brokers li > div:first-child,
ol.list-brokers li .min-deposit,
ol.list-brokers li .trading-platforms {
	width: 22%;
}
ol.list-brokers li .trading-instruments {
	width: 20%;
	min-height: 125px;
}
ol.list-brokers li .trading-instruments ul li + li {
	margin-top: 5px;
}
ol.list-brokers li .trustpilot-rating {
	width: 15%;
}
ol.list-brokers li .trustpilot-rating a {
	color: inherit;
}
ol.list-brokers li > div + div {
	border-left: 1px solid #d9d9d9;
}

ol.list-brokers li .trading-platforms .list,
ol.list-brokers li .trading-instruments .list {
	display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
}

ol.list-brokers li .trading-platforms .list li,
ol.list-brokers li .trading-instruments .list li {
	margin: 0;
	background-color: #ffc940;
	padding: 3px 5px;
	letter-spacing: 0.5px;
	border-radius: 4px;
	font-size: 12px;
}

ol.list-brokers li .trading-instruments .list li {
	background-color: #b55d91;
	color: #fff;
}

ol.list-brokers li .trading-platforms .list li:before,
ol.list-brokers li .trading-instruments .list li:before {
	content: none;
}

ol.list-brokers li .broker-logo .disclaimer {
	color: #979797;
    font-size: 10px;
    font-style: italic;
}

ol.list-brokers .broker-logo__wrapper {
	/*height: 85px;*/
	aspect-ratio: 2.35 / 1;
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid var(--lightGray);
	text-align: center;
	padding: 5px 7px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
ol.list-brokers .broker-logo__wrapper img {
	height: 100%;
	width: auto;
	max-width: auto;
}
ol.list-brokers .min-deposit {
	text-align: center;
}
ol.list-brokers ul.list {
	font-size: 14px;
}
ol.list-brokers .trustpilot-rating div {
	display: flex;
	align-items: center;
	justify-content: center;
}
ol.list-brokers .trustpilot-rating img {
	margin-right: 7px;
	width: 120px;
}
ol.list-brokers .trustpilot-rating span {
	font-size: 14px;
}
ol.list-brokers .trading-instruments .list {
	column-count: 2;
}

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

	ol.list-brokers li .min-deposit {
		width: 15%;
	}
	ol.list-brokers li > div:first-child {
		width: 25%;
	}
	ol.list-brokers .broker-logo__wrapper {
		width: 100%;
	}

}

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

	ol.list-brokers > li {
		flex-wrap: wrap;
	}
	ol.list-brokers li > div:first-child {
		width: 100%;
		margin-bottom: 7px;
	}
	ol.list-brokers .broker-logo__wrapper {
		width: 200px;
	}
	ol.list-brokers li .min-deposit {
		border-left: 0;
	}
	ol.list-brokers li .min-deposit,
	ol.list-brokers li .trading-platforms,
	ol.list-brokers li .trustpilot-rating {
		width: 23.33%;
	}
	ol.list-brokers li .trading-instruments {
		min-height: auto;
		width: 30%;
	}

}

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

	ol.list-brokers li .trading-instruments,
	ol.list-brokers li .trading-platforms {
		width: 60%;
	}
	ol.list-brokers li .min-deposit,
	ol.list-brokers li .trustpilot-rating {
		width: 40%;
	}
	ol.list-brokers li > div {
		margin-bottom: 7px;
	}
	ol.list-brokers li > div + div {
		border-left: 0;
	}
	ol.list-brokers li > div .list {
		column-count: 2;
	}

}

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

	.section-brokers h2 {
		margin-bottom: 20px;
	}
	ol.list-brokers > li {
		padding-left: 30px;
	}
	ol.list-brokers > li:before {
		left: 0;
	}
	ol.list-brokers li .trading-instruments,
	ol.list-brokers li .trading-platforms,
	ol.list-brokers li .min-deposit,
	ol.list-brokers li .trustpilot-rating {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	ol.list-brokers .broker-logo__wrapper {
		width: 100%;
	}
	ol.list-brokers li > div .list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	ol.list-brokers li > div .list li {
		margin: 0 3.5px;
	}

}

/*--------------------------------------------------------------
## Comparison Table
--------------------------------------------------------------*/

.table-comparison {
	position: relative;
}
.table-comparison #preloader {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 10px;
	z-index: 5;
}
.table-comparison__wrapper {
	display: flex;
	font-size: 16px;
	opacity: 0;
}
.table-comparison__wrapper.show {
	animation: fadeIn 1s forwards;	
}
@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
.list-comparison {
	width: 250px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.list-compare-brands {
	display: flex;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
}
.list-compare-brands .list-comparison {
	width: 100%;
}
.list-compare-brands > li + li { 
	margin-top: 0; 
}
.list-compare-brands > li {
	padding-left: 0;
}
.list-compare-brands > li:before {
	border-radius: 0;
	font-size: 14px;
	--size: 22px;
	top: -1px;
	left: -1px;
	z-index: 3;
}
.list-comparison li.brand {
	position: relative;
	padding-top: 30px;
}
.list-compare-brands > li {
	border: 1px solid var(--grayBorder);
}
.list-compare-brands > li .list-comparison li.brand:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 100%;
	background-color: #f2f2f2;
	content: '';
}
.list-compare-brands > li .list-comparison li.brand .meta {
	position: absolute;
	display: block;
	font-size: 14px;
	font-weight: 600;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 4;
}
.list-compare-brands .brand,
.list-compare-brands .rating-wrapper,
.list-compare-brands .minimum-deposit {
	text-align: center;
}
.list-comparison .broker-logo__wrapper {
	height: 85px;
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid var(--grayBorder);
	text-align: center;
	padding: 5px 7px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}
/* Different Colors */
.list-compare-brands > li.green {
	background-color: var(--lightGreen);
	border: 1px solid var(--violet);
}
.list-compare-brands > li.green .list-comparison li.brand:after {
	background-color: #b3dfc9;
}
.list-compare-brands > li.orange {
	background-color: var(--lightOrange);
	border: 1px solid var(--orange);
}
.list-compare-brands > li.orange .list-comparison li.brand:after {
	background-color: #f7d5b6;
}
.rating-wrapper img {
	margin-right: 7px;
	width: 120px;
}
.rating-wrapper span {
	font-size: 14px;
}
.list-comparison > li {
	padding: 10px 15px;
}
.list-comparison > li + li {
	border-top: 1px solid var(--grayBorder);
}
.list-comparison--head {
	font-weight: 600;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.swiper-button-next,
.swiper-button-prev {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: #333;
	box-shadow: 0 0 24px #00000014, 0 0 2px #0000003d;
	background-size: 80%;
	page-break-inside: center;
	transition: .3s ease;
}
.swiper-button-prev{
	background-image: url(assets/images/left-chevron-white.svg);
}
.swiper-button-next {
	background-image: url(assets/images/right-chevron-white.svg);    
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: var(--violet);
}
.table-comparison .swiper-container {
	padding-bottom: 5px;
}
.swiper-container-horizontal>.swiper-scrollbar {
	bottom: 4px;
}

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

	.table-comparison .list-comparison--head,
	.table-comparison .swiper-scrollbar,
	.table-comparison .swiper-button-prev,
	.table-comparison .swiper-button-next {
		display: none;
	}
	.list-compare-brands {
		flex-direction: column;
	}
	.table-comparison .swiper-slide {
		flex-shrink: 1;
	}
	.table-comparison .swiper-container {
		width: 100%;
		padding: 0 15px 5px;
	}
	.list-compare-brands > li {
/*		border: 0 !important;*/
border-radius: 8px;
}
.list-compare-brands .list-comparison {
	display: flex;
	flex-wrap: wrap;
}
.list-compare-brands .list-comparison > li {
	position: relative;
	width: 100%;
	padding-top: 20px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid var(--grayBorder);
}
.list-compare-brands .list-comparison > li:first-child {
	background-color: transparent;
	border: 0;
	padding-bottom: 0;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.list-compare-brands .list-comparison > li:before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	color: #979797;
}
.list-compare-brands > li + li {
	margin-top: 15px;
}
.list-compare-brands .list-comparison > li.rating:before {
	content: 'Rating';
}
.list-compare-brands .list-comparison > li.minimum-deposit:before {
	content: 'Minimum Deposit';
}
.list-compare-brands .list-comparison > li.trading-instruments:before {
	content: 'Trading Instruments';
}
.list-compare-brands .list-comparison > li.trading-platform:before {
	content: 'Trading Platforms';
}
.list-compare-brands .list-comparison > li.deposit-methods:before {
	content: 'Deposit Methods';
}
.list-compare-brands .list-comparison > li.rating,
.list-compare-brands .list-comparison > li.minimum-deposit {
	width: calc(50% - 22.5px);
}
.list-compare-brands .list-comparison > li.rating {
	margin: 15px 7.5px 15px 15px;
}
.list-compare-brands .list-comparison > li.minimum-deposit {
	margin: 15px 15px 15px 7.5px;
}
.list-compare-brands .list-comparison > li.trading-platform,
.list-compare-brands .list-comparison > li.trading-instruments,
.list-compare-brands .list-comparison > li.deposit-methods {
	margin: 7.5px 15px;
}
.list-compare-brands .list-comparison > li.deposit-methods {
	margin-bottom: 15px;
}
.list-compare-brands .list-comparison > li .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.list-compare-brands .list-comparison > li .list li {
	margin: 0 5px;
	padding-left: 13px;
}
.list-compare-brands > li:before {
	border-top-left-radius: 8px;
}

}

/*--------------------------------------------------------------
## Articles Widget
--------------------------------------------------------------*/
.trading-platforms-table-container {
    overflow-x: auto;
    margin: 20px 0;
}

.feature-select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    font-size: 14px;
}

.feature-data {
    min-height: 20px;
}

.feature-item {
    display: block;
}

.feature-item.d-none {
    display: none !important;
}

.feature-item.d-block {
    display: block !important;
}

@media (max-width: 768px) {
    .trading-platforms-table {
        font-size: 12px;
    }
    
    .trading-platforms-table th,
    .trading-platforms-table td {
        padding: 8px;
    }
}

/*--------------------------------------------------------------
## Articles Widget
--------------------------------------------------------------*/

.articles-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 20px -10px 20px;
}
.article-box {
	position: relative;
	border-radius: 8px;
	border: .1rem solid #f1f1f1;
	box-shadow: 0 2px 12px rgba(20, 50, 79, .04), 0 .77037px 3.82222px rgba(20, 50, 79, .024), 0 .162963px .977778px rgba(20, 50, 79, .016);
	overflow: hidden;
	width: calc(33.33% - 20px);
	margin: 10px 10px 20px;
}
.article-box .article-url {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.article-box .article-url:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
.article-box p {
	overflow: hidden;
	font-size: 16px;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
.article-box .article__image {
	height: 195px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.article-box .article__content {
	background-color: #fff;
	padding: 20px;
}
.article-box .article-meta {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 10px;
	opacity: 0.8;
}
.article-box .article-title {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.article-box .btn-regular {
	display: flex;
	padding: 0;
}
.article__author {
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.article__author-image {
	height: 40px;
	width: 40px;
	border-radius: 5px 0 5px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}
.article__author-info span {
	font-size: 16px;
	display: block;
	line-height: 1.3;
}
.article-box .article-date {
	opacity: 0.8;
	font-size: 14px;
}

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

	.article-box {
		width: 100%;
		border-radius: 10px;
	}

}

/*--------------------------------------------------------------
## Form Fields
--------------------------------------------------------------*/

.page-content form input[type="text"], 
.page-content form input[type="email"], 
.page-content form input[type="url"], 
.page-content form input[type="password"], 
.page-content form input[type="search"], 
.page-content form input[type="number"], 
.page-content form input[type="tel"], 
.page-content form input[type="range"], 
.page-content form input[type="date"], 
.page-content form input[type="month"], 
.page-content form input[type="week"], 
.page-content form input[type="time"], 
.page-content form input[type="datetime"], 
.page-content form input[type="datetime-local"], 
.page-content form input[type="color"] {
	height: 38px;
}
form input[type="text"],:focus 
form input[type="email"]:focus, 
form input[type="url"],:focus 
form input[type="password"]:focus, 
form input[type="search"],:focus 
form input[type="number"]:focus, 
form input[type="tel"],:focus 
form input[type="range"]:focus, 
form input[type="date"],:focus 
form input[type="month"]:focus, 
form input[type="week"],:focus 
form input[type="time"],:focus 
form input[type="datetime"],:focus,
form input[type="color"],
form textarea:focus {
	outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
textarea {
	resize: none;
}
/* Compare Reviews Filet Form */
.filter-comparison-form {
	margin: 20px 0 40px;
	padding: 15px 20px;
	border-radius: 8px;
	background-color: var(--violetToGray);
}
.filter-comparison-form .row {
	align-items: flex-end;
}
.filter-comparison-form form {
	display: flex;
	align-items: flex-end;
}
.filter-comparison-form form .form__col {
	width: calc(16.66% - 20px);
	margin: 0 10px;
}
.filter-comparison-form .field-input {
	width: 100%;
}
.filter-comparison-form .btn {
	width: 100%;
}
form .field-wrapper {
	position: relative;
}
form .field-input--suffix {
	padding-right: 30px;
}
form .field-wrapper .suffix {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	color: #ccc;
	font-weight: 600;
}
form label {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 7px;
}
form .field-input:focus {
	border: 1px solid var(--violet);
}
.select2-container {
	width: 100%;
}
.select2 {
	width:100%!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: 0;
	height: 20px;
	width: 20px;
	background-image: url(assets/images/chevron-down.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	transform: rotate(180deg);
}
.select2-container .select2-selection--single {
	height: 38px;
}
form .field-input,
.select2-container--default .select2-selection--single {
	border: 1px solid var(--grayBorder);
	border-radius: 5px;
}
form .field-input,
.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 6px 10px;
	color: var(--dark);
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 24px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: var(--lightGreen);
	color: var(--dark);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 10px;
}
.select2-container--open .select2-selection--single {
	border-color: var(--violet);
}
.select2-results__option--selectable {
	font-size: 14px;
}
.select2-container--default .select2-results__option--selected {
	background-color: #e9e9e9;
}

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

	.filter-comparison-form form {
		flex-wrap: wrap;
	}
	.filter-comparison-form form .form__col {
		width: calc(33.33% - 20px);
	}
	form label {
		margin-bottom: 0;
	}

}

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

	.filter-comparison-form {
		margin-top: 0;
		margin-bottom: 30px;
		padding: 15px;
	}
	.filter-comparison-form form .form__col {
		width: calc(50% - 10px);
		margin: 5px;
	}
	.filter-comparison-form form .form__col.mobile-lg {
		width: 100%;
	}

}

/*--------------------------------------------------------------
## FAQ
--------------------------------------------------------------*/

.entry-content details {
	margin-bottom: 1rem;
	padding: 10px 15px;
	border-radius: 7px;
	border: 1px solid var(--grayBorder);
	background-color: #fff;
}
.entry-content details:nth-child(odd) {
	background-color: var(--violetToGray);
}
.entry-content summary {
	list-style-type: none;
	font-size: 1.25rem;
	font-weight: 500;
	cursor: pointer; 
	position: relative;
	outline: none;
	color: var(--darkBlue);
	padding-right: 30px;
}
.entry-content summary::after {
	content: "\2192";
	padding: 0.5rem;
	position: absolute;
	right: 0;
	top: -0.5rem;
	color: var(--blue);
}
/*.entry-content details[open] {
	background: var(--lightBlue);
}*/
.entry-content details[open] summary {
	color: var(--darkBlue);
}
.entry-content details[open] summary::after {
	content: "x";
}
.entry-content details p:last-child {
	margin-bottom: 0;
}

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

	.entry-content summary {
		font-size: 18px;
		font-weight: 500;
	}

}

/*--------------------------------------------------------------
## Site Footer
--------------------------------------------------------------*/

.site-footer {
	padding-bottom: 10px;
}
.site-footer .footer__head {
	display: flex;
	border-radius: 8px;
	background-color: var(--dark);
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px;
	margin: 25px 0 35px;
	color: #fff;
}
.site-footer .menu a,
.site-footer .menu a:visited {
	color: #8a93a5;
}
.site-footer .menu .menu-item-has-children > a {
	display: block;
	font-size: 20px;
	color: var(--dark);
	font-weight: 600;
	cursor: inherit;
	margin-bottom: 10px;
}
.site-footer .footer-nav {
	margin-top: 10px;
}
.site-footer .menu,
.site-footer .sub-menu {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 16px;
}
.site-footer .sub-menu li + li {
	margin-top: 8px;
}
.site-footer .menu {
	display: flex;
	justify-content: center;
}
.site-footer .menu > li {
	margin: 0 50px;
}

.site-footer .footer-menu-general {
	width: 100%;
}

.site-footer .footer-menu-general .menu {
	margin-bottom: 0;
}

.site-footer .footer-menu-general .menu > li {
	margin: 0 20px;
}

.site-footer .footer-menu-general .menu > li a,
.site-footer .footer-menu-general .menu > li a:visited {
	color: #fff;
	transition: 0.5s;
}

.site-footer .footer-menu-general .menu > li a:hover {
	opacity: 0.75;
}

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

	.site-footer {
		padding-bottom: 0;
	}
	.site-footer .menu {
		flex-wrap: wrap;
	}
	.site-footer .menu > li {
		width: calc(33.33% - 40px);
		margin: 0 20px 10px;
		text-align: center;
	}

}

@media screen and (max-width: 768px) { 
	.site-footer .menu > li {
		width: calc(50% - 40px);
	}
	.site-footer .footer__head {
		flex-direction: column;
	}
	.site-footer .footer-title {
		margin-bottom: 10px;
	}
	.footer__body * {
		text-align: center;
	}

}

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

	.site-footer .menu > li {
		width: 100%;
		margin: 0 0 10px;
	}

}

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

	#wpadminbar {
		position: static !important;
	}

}


.site-footer .footer__body {
	font-size: 14px;
}



