/*FONTS*/
/* inter-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/uploads/custom-fonts/inter/inter-v13-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/uploads/custom-fonts/inter/inter-v13-latin_latin-ext-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/uploads/custom-fonts/inter/inter-v13-latin_latin-ext-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/uploads/custom-fonts/inter/inter-v13-latin_latin-ext-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/uploads/custom-fonts/inter/inter-v13-latin_latin-ext-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/uploads/custom-fonts/inter/inter-v13-latin_latin-ext-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/uploads/custom-fonts/inter/inter-v13-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/wp-content/uploads/custom-fonts/inter/inter-v13-latin_latin-ext-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/**/
*{
	--black: #000000;
	--dark: #212121;
	--dark-grey: #667085;
	--medium-grey: #98A2B3;
	--main-green: #25B700;
}
body{
	font-family: 'Inter';
}
section.section{
	padding: 63px 20px;
}
h1{
   font-size: 54px;
	font-weight: 700;

}
p {
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-grey);
    line-height: 1.45;
}
.title{
	margin: 0 0 30px;
	line-height: 1.1;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	color: var(--dark);
}
a.button{
	text-decoration: none;
	height: 60px;
	color: #fff;
	background: var(--main-green);
	border-radius: 60px;
	padding: 10px 35px 10px 20px;
	font-weight: 700;
	transition: .3s ease;
	font-size: 16px;
	border: 1px solid;
}
.button.white-btn{
	background: #fff;
	color: var(--main-green);
}
.button.white-btn:hover{
	color: var(--main-green);
}
.button.button-arrow.white-btn span:before{
	border-color: var(--main-green);
}
.button:hover{
	color: #fff;
	opacity: .65;
}
.button.button-arrow{
	display: flex;
	align-items: center;
}
.button.button-arrow span{
	position: relative;
	display: flex;
	align-items: center;
	width: fit-content;
}
.button.button-arrow:hover span:before{
	transform: translateX(2px)scale(1.1)rotate(45deg);
}
.button.button-arrow span:before{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	transform: rotate(45deg);
	right: -15px;
	border-width: 2px 2px 0px 0px;
	border-color: #fff;
	border-style: solid;
	transition: .3s ease;
}
.aboutUsSec{
	background: #FCFCFC;
	width: 100%;
}
p.aboutUsText {
    max-width: 680px;
	margin-top: 40px;
	text-align: center;
    margin: 0 auto;
}

/* FOOTER STYLES */
footer#colophon {
    padding: 20px;
    background: #000;
}
footer#colophon .footerContent {
    display: flex;
    flex-wrap: wrap;
    max-width: 1120px;
    margin: 0 auto;
    justify-content: space-between;
}
.logoAndNews .custom-logo-link img {
    width: 260px;
}
footer#colophon .footerContent ul{
    list-style: none;
	margin: 0;
	padding: 0;
}
footer#colophon .footerContent ul a{
    text-decoration: none;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
}

/* */
@media(max-width: 768px){
	h1{
		font-size: 32px;
	}
	h1 br{
		display: none;
	}
	section.HPHero{
		min-height: 384px;
	}
	.iconsBG>div img{
		height: auto;
		max-height: 1000px;
		width: 1000px;
		max-width: 20%;
	}

}
/***/
.HPHero {
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E8EAEF 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    min-height: 634px;
    position: relative;
}
section.HPHero .max-width {
    width: 100%;
	  max-width: 100%;
    height: auto;
    position: relative;
    top: 0;
	  display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}
section.HPHero .heroContent {
    position: relative;
	  z-index: 1;
	  text-align: center;
	  width: 100%;
	  padding: 10px
}
section.HPHero .heroContent .heroBtns{
    display: flex;
	  justify-content: center;
	column-gap: 24px;

}
section.HPHero .heroContent .heroBtns .button{
    width: 200px;
	  max-width: 100%;
	  justify-content: center;
}

.iconsBG img:nth-child(9) {
    width: 62%;
}

.iconsBG img:nth-child(8) {
    width: 100%;
}
.iconsBG img:nth-child(6) {
    width: 60%;
}
.iconsBG img:nth-child(4) {
    width: 50%;
}
.iconsBG img:nth-child(3) {
    width: 100%;
}
.iconsBG img:first-child {
    width: 50%;
}
.leftIcons, .rightIcons {
    height: 100%;
	  width: 30%;
	  max-width: 350px;
}

.iconsBG img{
    max-height: 100px;
}
.theGallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    width: 100%;
	row-gap: 10px;
}
.theGallery img {
    width: 100px;
    padding: 10px;
}

section.brokerFunnelSec.section {
    width: 100%;
    background: #FAFAFA;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 598px;
}
.brokerFunnelDropdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0px 8px 32px 0px #00000014;
	margin: 40px auto 0;
	width: 100%;
	max-width: 588px;
}
.brokerFunnelDropdown>div {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
section.iconBoxesSec.section {
    width: 100%;
}
section.iconBoxesSec.section .max-width,
section.aboutUsSec.section .max-width,
section.topArticlesSec.section .max-width {
    margin: 0 auto;
}
.iconBoxes {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 875px;
    margin: 0 auto;
    margin-top: 40px;
}
.iconBoxes .iconBox{
    flex: 1;
}
.iconBoxes .iconBox .iconBoxTitle{
    font-size: 18px;
	color: var(--dark);
}
@media(max-width:768px) {
	.iconsBG {
		display: flex;
		width: 100%;
		overflow-x: scroll;
	}

	.iconsBG > div {
		display: flex;
		min-width: 100%;
		flex-wrap: wrap;

	}

	.theGallery img {
		width: 25%;
		padding: 10px;
	}

}
@media(min-width:769px){
	.iconsBG {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
	display: flex;
	justify-content: space-between;
   }
}
/**/
nav.rank-math-breadcrumb {
    width: 100%;
    padding: 18px 20px;
    background: #F4F5F7;
}
nav.rank-math-breadcrumb>p {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}
nav.rank-math-breadcrumb>p span,
nav.rank-math-breadcrumb>p a{
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: var(--dark-grey);
}
nav.rank-math-breadcrumb>p a:hover{
    color: var(--dark);
}

section .max-width{
	max-width: 1000px;
	width: 100%;
}
header#masthead {
    display: flex;
    justify-content: center;
    width: 100%;
    position: sticky;
    top: 0;
    background: #000;
    padding: 10px;
	z-index: 999;
}
header .max-width{
	max-width: 1300px;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
header .main-navigation{
	width:100%;
	max-width: 50%;
  display: flex;
  justify-content: center;
}
header .main-navigation div#primary-menu{
	padding: 0 10px;
}
header .main-navigation ul.nav-menu{
	column-gap: 25px;
}
header .main-navigation ul.nav-menu a{
	color: #ffffff;
	transition: .3s ease;
}
header .main-navigation ul.nav-menu a:hover{
	opacity: .3;
}
header .site-branding a {
    display: flex;
}
.site-branding, header button.websiteSearch {
    max-width: 25%;
    width: 100%;
    display: flex;
	cursor: pointer;
}
header button.websiteSearch {
    background: none;
    border: none;
    padding: 3px;
	  justify-content: flex-end;
}
@media(max-width:600px){
	aside{
		display: none;
		top:0;
		right:0;
		z-index: 9;
		padding: 20px;
		position: fixed;
		width: 80%;
		height: 100%;
		background: #fff;
	}
}
.single main#primary {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}
.single.single-post main#primary {
    display: block;
}
.single.single-post main#primary article {
	max-width: 846px;
}

/*max-width*/
main#primary {
    display: flex;
    flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
main#primary article {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
}


/* WORLD MAP */
.world-map {
    display: flex;
    background: #fff;
    border: 1px solid #000;
    border-radius: 15px;
    margin-bottom: 65px;
}
.theCountries>div {
    padding: 3px;
    border-bottom: 1px solid;
	transition: .1s;
}
.theCountries>div.active {
	color: red;
}
.theCountries>h2 {
    padding-right: 5px;
}
/**/
table {
    display: block;
    width: fit-content;
	max-width: 100%;
    background: #e6e6e6;
	border-radius: 15px;
}
thead{
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
tfoot, thead {
    text-align: -webkit-center;
    width: 100%;
    display: flex;
    background: #000;
	flex-direction: column;
    justify-content: center;
    color: #20B621;
    padding: 10px;
}
tfoot>tr>th{
	display: flex;
	flex-direction: column;
}
/*tbody {
    display: table;
    width: 500px;
    max-width: 100%;
}*/
table.paymentsTable tbody>tr:nth-child(1) {
    background: #000;
    color: #20B621;
    padding: 10px;
    display: table-row;
}
tbody>tr {
    background: #FFF;
}
th.tableTitles span {
    padding: 10px;
    display: block;
    text-align: left;
}
td.tableValues span {
    display: block;
    text-align: center;
    padding: 10px;
}
span.ratingFrom {
    letter-spacing: 2px;
}
span.ratingNum {
    margin-right: 2px;
}
td.tableValues span.ratingNum {
font-size: 1.2rem;
}
td.tableValues .ratingNum, td.tableValues .ratingFrom {
    font-size: 15px;
    display: inline-flex;
    padding: 0px;
}

tfoot th span.ratingFrom{
	font-size: 1rem
}
tfoot span.Stars{
	display: flex;
	flex-direction: column;
}
tbody span.Stars{
	display: flex;
	flex-direction: row;
	align-items: center;
}
tbody span.ratingnumWrap{
width: max-content;
}
@media(min-width:600px){
	:root{
	  --star-size: 40px;
	}

}