body, .elementor-element {
    font-family: "proxima-nova", sans-serif !important;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal;
}
/* a:not(.elementor-button):not(.ab-item):not(.hfe-menu-item) {
    color: #000000 !important;
} */
a:not(.elementor-button):not(.ab-item):not(.hfe-menu-item):hover {
    color: #F1C400 !important;
}
h1 {
    font-size: 3.5rem !important;
}
h2 {
    font-size: 2.75rem !important;
}
h3 {
    font-size: 2rem !important;
}
h4 {
    font-size: 1.75rem !important;
}
h5 {
    font-size: 1.5rem !important;
}
p {
    font-size: 16px !important;
}
.disclaimer *, .footer-address * {
    font-size: 14px !important;
}
.font-large *, .font-large {
	font-size: 18px !important;
}
.instruments, .choose, .minutes {
    transition: all ease 400ms;
}
.instruments:hover, .choose:hover, .minutes:hover {
    transform: translateY(-20px);
}
.instruments p, .instruments h5 {
    color: #363A36;
    margin: 0 !important;
}
.instruments a {
    color: #0400ff;
}
.instruments:hover p, .instruments:hover h5 {
    color: #ffffff !important;
}
.instruments:hover a{
    color: #F1C400 !important;
}
.border-bottom {
	border-bottom: 1px solid #363A36;
}
.top-auto {
    margin-top: auto;
}
.about-us-header {
	background: hsla(165, 5%, 84%, 1);
	background: linear-gradient(180deg, hsla(165, 5%, 84%, 1) 0%, hsla(180, 8%, 95%, 1) 100%);
	background: -moz-linear-gradient(180deg, hsla(165, 5%, 84%, 1) 0%, hsla(180, 8%, 95%, 1) 100%);
	background: -webkit-linear-gradient(180deg, hsla(165, 5%, 84%, 1) 0%, hsla(180, 8%, 95%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#D5D9D8", endColorstr="#F2F4F4", GradientType=1 );
}
.drop-shadow {
    -webkit-box-shadow: 4px 4px 12px -6px rgba(66,65,66,1);
    -moz-box-shadow: 4px 4px 12px -6px rgba(66,65,66,1);
    box-shadow: 4px 4px 12px -6px rgba(66,65,66,1);
}
/* Elements */
.elementor-widget-n-accordion .e-n-accordion-item-title {
    justify-content: space-between;
}
.e-n-accordion-item-title-text {
    font-size: 18px !important;
}

.elementor-field-type-inttel .elementor-field-type-inttel{
    padding-inline: 0px !important;
}
.elementor-field-type-inttel .elementor-field-type-inttel{
margin-bottom: 0px !important;
}
.elementor-field-type-inttel >.iti--inline-dropdown{
width:100% !important;
}
.elementor-field-type-inttel >.iti--inline-dropdown input.iti__tel-input{
height:40px !important;
width:100% !important;
}
input{
color:black !important;}
@media screen and (max-width: 767px){
html, body, #page {
  overflow-x:hidden 
} 
.hfe-nav-menu__layout-horizontal.menu-is-active {
    padding: 0 20px 16px;
    
}
}

/* ----------------------
 * Market news shortcode [cfl_market_news]
 * ---------------------- */

/* The page uses the Elementor Full Width template, which hands the content
   the whole viewport, so each section carries its own gutter and max width. */
.cfl-wrap {
    max-width: 1180px;
    margin-inline: auto;
    padding-inline: 1.25rem;
}
.cfl-news {
    padding-top: 3rem;
}
.cfl-news-grid {
    display: grid;
    gap: 1.5rem;
}
/* Two up on desktop: one full-width column leaves the right half of every
   card empty, because the copy is capped at a readable measure. */
@media screen and (min-width: 992px) {
    .cfl-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.cfl-news-head {
    margin-bottom: 1.75rem;
}
/* !important throughout this block is not decoration: the global scale above
   (h1/h2/h3/p) is unconditional and !important, so a scoped rule cannot win
   without it. Remove those globals and these can go too. */
.cfl-news-head h1,
.cfl-news-head h2 {
    font-size: 2.1rem !important;
    font-weight: 650;
    letter-spacing: -0.015em;
    line-height: 1.2;
    color: #0b2b38;
    margin: 0 0 0.5rem;
}
.cfl-news-sub {
    font-size: 1.05rem !important;
    color: #5a7080;
    margin: 0 0 0.75rem;
}
.cfl-news-date {
    display: inline-block;
    background: #f0f4f8;
    color: #2c4b5e;
    padding: 0.3rem 1rem;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 500;
}
.cfl-news-card {
    background: #fff;
    border: 1px solid #ebf0f4;
    border-radius: 20px;
    padding: 1.5rem 1.75rem;
    height: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.cfl-news-card:hover {
    border-color: #d8e2ea;
    box-shadow: 0 6px 24px rgba(11, 43, 56, 0.06);
}
.cfl-news-card-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}
.cfl-news-card-head h2 {
    font-size: 1.25rem !important;
    font-weight: 600;
    color: #0b2b38;
    margin: 0;
}
.cfl-news-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
    border-radius: 12px;
    background: #f6fafe;
    font-size: 1rem;
}
/* Long-form copy needs a measure; the full 1180px is far too wide to read. */
.cfl-news-body {
    max-width: 74ch;
}
.cfl-news-body p {
    margin: 0 0 1rem;
    color: #35505e;
    line-height: 1.75;
}
.cfl-news-body p:last-child {
    margin-bottom: 0;
}
.cfl-news-empty {
    border: 1px solid #ebf0f4;
    border-radius: 16px;
    padding: 1.5rem;
    color: #5a7080;
}
@media screen and (max-width: 767px) {
    .cfl-news-head h1,
    .cfl-news-head h2 { font-size: 1.55rem !important; }
    .cfl-news-sub { font-size: 0.95rem !important; }
    .cfl-news-card-head h2 { font-size: 1.1rem !important; }
    .cfl-news-card { padding: 1.25rem; border-radius: 16px; }
}

/* ----------------------
 * Economic calendar shortcode [cfl_economic_calendar]
 * ---------------------- */
.cfl-eco {
    margin-top: 3.5rem;
    padding-bottom: 4rem;
}
.cfl-eco-table {
    width: 100%;
    border-radius: 0;
    /* Below this the event titles wrap to three lines and the rows balloon.
       .table-responsive scrolls it sideways instead. */
    min-width: 760px;
    /* separate, not collapse: a sticky thead over collapsed borders lets the
       scrolling rows bleed through the header in Chrome. Cell borders below
       are drawn per-cell, so nothing is lost. */
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.95rem;
}
.cfl-eco-table thead th {
    text-align: left;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #5a7080;
    padding: 0.75rem 1rem;
    background: #fff;
    border-bottom: 1px solid #dde5ec;
    white-space: nowrap;
    /* 100 rows over 40 days: without this the column labels are long gone
       by the time you reach March. */
    position: sticky;
    top: 0;
    z-index: 3;
}

.cfl-eco-date,
.cfl-eco-time {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.cfl-eco-num {
    text-align: right;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
/* A 100-row table should not run the length of the page. overflow-x here
   rather than Bootstrap's .table-responsive, so this component stands on its
   own if Bootstrap is ever dropped from the theme. */
.cfl-eco-scroll {
    max-height: 70vh;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ebf0f4;
    border-radius: 14px;
}
.cfl-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.cfl-eco-table td {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #f2f6f9;
    color: #35505e;
    vertical-align: middle;
}
.cfl-eco-table tbody tr:hover {
    background: #fafcfd;
}
.cfl-eco-table td:first-child {
    white-space: nowrap;
    font-weight: 600;
    color: #0b2b38;
}
.cfl-eco-region {
    display: inline-block;
    background: #f0f4f8;
    color: #2c4b5e;
    padding: 0.2rem 0.65rem;
    border-radius: 40px;
    font-size: 0.78rem;
    white-space: nowrap;
}
.cfl-eco-flag {
    display: inline-block;
    white-space: nowrap;
    margin-left: 0.4rem;
    padding: 0.1rem 0.5rem;
    border-radius: 4px;
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.cfl-eco-flag--high {
    background: #fdeceb;
    color: #b3261e;
}
.cfl-eco-hint {
    display: none;
    font-size: 0.8rem !important;
    color: #5a7080;
    margin: 0 0 0.6rem;
}
@media screen and (max-width: 767px) {
    .cfl-eco-hint { display: block; }
    .cfl-eco-table { font-size: 0.875rem; }
    .cfl-eco-table th,
    .cfl-eco-table td { padding: 0.65rem 0.6rem; }
}