/*!
Theme Name: White Label Three
Author: Match Trade
Author URI: https://www.match-trade.com/
Version: 2.5
*/

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*, *:before, *:after {
    box-sizing: inherit;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

img {
    height: auto;
    max-width: 100%;
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
    --main-background: #1d2536;
    --txt: #ffffff;
    --txt-light: #161c2f;
    --primary-brand-color: #23c6f6;
    --secondary-brand-color: #1d2b3e;
    --slider-txt-color: #207494;
    --fourth-brand-color: #1e374b;
    --transition-time: 80ms;
    --max-width: 1360px;
}

/* background */
:root .editor-styles-wrapper .has-bg-color-color, :root .has-bg-color-color {
    color: var(--main-background) !important;
}

:root .has-bg-color-background-color {
    background-color: var(--main-background) !important;
}

/* txt */
:root .editor-styles-wrapper .has-txt-color, :root .has-txt-color {
    color: var(--txt) !important;
}

:root .has-txt-background-color {
    background-color: var(--secondary-brand-color) !important;
}

/* light */
:root .editor-styles-wrapper .has-light-color, :root .has-light-color {
    color: var(--txt-light) !important;
}

:root .has-light-background-color {
    background-color: var(--txt-light) !important;
}

/* primary */
:root .editor-styles-wrapper .has-primary-color, :root .has-primary-color {
    color: var(--primary-brand-color) !important;
}

:root .has-primary-background-color {
    background-color: var(--primary-brand-color) !important;
}

/* secondary */
:root .editor-styles-wrapper .has-secondary-color {
    color: var(--secondary-brand-color) !important;
}

:root .has-secondary-background-color {
    background-color: var(--secondary-brand-color) !important;
}

/* slider-txt */
:root .editor-styles-wrapper .has-slider-txt-color, :root .has-slider-txt-color {
    color: var(--slider-txt-color) !important;
}

:root .has-slider-txt-background-color {
    background-color: var(--slider-txt-color) !important;
}

nav.navigation.post-navigation {
    display: none;
}

footer.entry-footer {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
    position: relative;
    background-color: var(--main-background);
    color: var(--txt);
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: var(--primary-brand-color);
}

h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 21px;
    line-height: 1.4em;
}

h2 {
    color: var(--secondary-brand-color);
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 21px;
    line-height: 1.4em;
    position: relative;
}

h2.is-style-bottom_line::before {
    content: '';
    background-color: var(--primary-brand-color);
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -7px;
}

h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    line-height: 1.1em;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 40px 0 0;
    line-height: 1.1em;
}

h5 {
}

h6 {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0 0 30px;
}

p.is-style-small {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 15px;
}

a {
    color: var(--txt);
    text-decoration: none;
}

a:visited {
    color: var(--txt);
}

a:hover, a:focus, a:active {
    color: var(--primary-brand-color);
    outline: 0 none;
}

ul.is-style-checkbox li {
    padding-bottom: 15px;
    list-style-type: none !important;
    padding-left: 10px;
    position: relative;
    text-align: left;
    margin: 0 auto;
}

ul.is-style-checkbox li::before {
    background-color: var(--primary-brand-color);
    -webkit-mask-image: url(images/tick.svg);
    mask-image: url(images/tick.svg);
    width: 25px;
    height: 25px;
    top: -1px;
}

ul.is-style-checkbox {
    padding: 0;
    margin-left: 19px;
}

input, textarea {
    border: 1px solid #00000024;
    border-radius: 3px;
    line-height: 1.5em;
    padding: 7px 10px;
    font-size: 13px;
}

button[type=submit] {
    padding: 8px 71px !important;
}

:focus {
    outline: var(--primary-brand-color) auto 1px;
}

/*--------------------------------------------------------------
# Main elements
--------------------------------------------------------------*/
.wp-block-group__inner-container {
    max-width: var(--max-width);
    margin: 0 auto;
}

.entry-content {
    position: relative;
    overflow: hidden;
}

.entry-content::before {
    content: '';
    width: 843px;
    height: 1843px;
    border-radius: 460px;
    background-color: #23c6f60d;
    position: absolute;
    top: 20%;
    left: -965px;
    z-index: -1;
    transform: rotate(43deg);
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button.hamburger {
    display: none;
}

body .wp-block-button__link {
    color: var(--txt-light);
    background-color: var(--secondary-brand-color);
    border: 3px solid var(--secondary-brand-color);
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 16px !important;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}

body .wp-block-button.is-style-outline .wp-block-button__link, body .wp-block-button__link.is-style-outline {
    border: 3px solid var(--secondary-brand-color);
    color: var(--primary-brand-color) !important;
}

body .wp-block-button.is-style-outline:hover .wp-block-button__link {
    color: var(--txt) !important;
    background-color: var(--secondary-brand-color);
    border: 3px solid var(--secondary-brand-color);
}

body .wp-block-buttons .wp-block-button.wp-block-button img {
    max-width: 11px;
    margin: 0 9px 0 -6px !important;
    position: relative;
    top: 1px;
}

body .wp-block-button.is-style-no-border .wp-block-button__link {
    border: 0 none !important;
    background-color: transparent;
    color: var(--primary-brand-color);
    padding: 0;
}

body .wp-block-button.is-style-no-border:hover .wp-block-button__link {
    color: var(--secondary-brand-color) !important;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.wp-block-group.navbar {
    margin-bottom: -2px;
    background-color: var(--main-background);
    position: relative;
    z-index: 100;
}

.wp-block-group.navbar .wp-block-columns {
    margin: 0;
    flex-wrap: wrap;
}

.wp-block-group.navbar .wp-block-columns .wp-block-column:nth-child(1) figure.wp-block-image.size-large.is-resized {
    margin: 13px 0;
}

.wp-block-group.navbar .wp-block-columns .wp-block-column:nth-child(1) {
    flex: 0;
    flex-basis: initial !important;
}

.wp-block-group.navbar .wp-block-columns .wp-block-column:nth-child(2) {
    margin: 15px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    flex: 2;
}

.wp-block-group.navbar .wp-block-columns .wp-block-column:nth-child(2) .wp-block-buttons *:last-child {
    margin-right: 0;
}

.wp-block-group.navbar .wp-block-columns .wp-block-column:nth-child(2) .wp-block-buttons {
    margin: 0 0 14px 0;
}

.wp-block-group.navbar .wp-block-image img {
    max-width: 160px;
    top: 24px;
    position: relative;
}

/* ------------------------------------------ */
.gw-mm {
    z-index: 100;
}

.gw-mm__content-wrapper {
    position: relative;
    padding-top: 3px;
}

.gw-mm__content-wrapper::before {
    content: '';
    background-color: var(--secondary-brand-color);
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
}

li.wp-block-getwid-megamenu-item.gw-mm-item.has-children {
    position: relative;
}

.gw-mm-item__dropdown-wrapper {
    left: 0 !important;
}

.gw-mm__content {
    justify-content: right;
}

.gw-mm.is-mobile .gw-mm__content-wrapper {
    background-color: var(--main-background);
}

.gw-mm-item__link {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--secondary-brand-color);
    transition: color var(--transition-time) linear;
}

.gw-mm-item__link a {
    color: var(--primary-brand-color);
    transition: color var(--transition-time) linear;
    padding: 18px 30px;
}

.gw-mm-item__link a:hover {
    color: var(--secondary-brand-color);
}

.gw-mm-item__dropdown-content p {
    font-size: 14px;
    margin: 0 0 16px 0;
    color: var(--txt-light);
}

.gw-mm-item__dropdown-content a {
    color: var(--txt);
}

.gw-mm-item__dropdown-content a:hover {
    color: var(--secondary-brand-color);
}

#nav-icon1 {
    width: 44px;
    height: 37px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    border: 0 none;
    background: transparent !important;
    outline: none;
    box-shadow: none;
    padding: 0;
    right: 10px;
    top: 39px;
    display: none;
}

button#nav-icon1 {
    background-color: transparent;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 27px;
    background: var(--primary-brand-color);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0;
}

#nav-icon1 span:nth-child(2) {
    top: 7px;
}

#nav-icon1 span:nth-child(3) {
    top: 14px;
}

#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.gw-mm.is-mobile .gw-mm__content-wrapper {
    visibility: visible;
    height: initial;
    padding: 20px 20px;
    left: -23px !important;
}

button.gw-mm__toggle {
    display: none;
}

.gw-mm-item__dropdown {
    box-shadow: 0 5px 10px 0 #00000036;
    background-color: var(--txt-light);
    margin-top: 2px;
}

.gw-mm.is-mobile .gw-mm-item__dropdown {
    background-color: transparent;
    margin-left: 25px;
}

.gw-mm.is-mobile .gw-mm-item__dropdown a, .gw-mm.is-mobile .gw-mm-item__dropdown p {
    color: var(--txt);
}

ul.polylang_langswitcher {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    height: 31px;
}

ul.polylang_langswitcher li {
    margin-left: 10px;
}

ul.polylang_langswitcher li.lang-item.current-lang.lang-item-first:last-child {
    display: none;
}

/*--------------------------------------------------------------
# Subpage-Header
--------------------------------------------------------------*/
.wp-block-cover .wp-block-group h2 {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Slider-Home
--------------------------------------------------------------*/
.wp-block-group.home-slider {
    margin-bottom: 50px;
    height: initial;
}

.wp-block-group.home-slider::before {
    content: '';
    width: 703px;
    height: 1843px;
    border-radius: 460px;
    background-color: #23c6f60d;
    position: absolute;
    top: -1135px;
    right: -175px;
    z-index: 2;
    transform: rotate(43deg);
}

.wp-block-group.home-slider .wp-block-group__inner-container {
    max-width: 100%;
    margin: 0;
}

.wp-block-group.home-slider .wp-block-cover .wp-block-cover__inner-container {
    max-width: var(--max-width);
    margin: 0 auto;
}

.wp-block-group.home-slider .wp-block-cwp-block-slider .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    margin-top: 60px;
}

.wp-block-group.home-slider .wp-block-cwp-block-slider figure.wp-block-media-text__media img {
    max-width: 560px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}

.wp-block-group.home-slider .wp-block-cover p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0 0 30px;
}

.wp-block-group.home-slider .wp-block-cover, .wp-block-group.home-slider .wp-block-cover-image {
    height: initial;
}

.wp-block-group.home-slider .wp-block-cover h1:not(.has-text-color), .wp-block-group.home-slider .wp-block-cover p:not(.has-text-color) {
    color: var(--secondary-brand-color);
    text-align: left;
}

.wp-block-group.home-slider .wp-block-buttons .wp-block-button.is-style-outline {
    border: 3px solid var(--secondary-brand-color);
}

.wp-block-group.home-slider .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
    color: var(--primary-brand-color);
    border: 0 none;
}

.wp-block-group.home-slider .wp-block-buttons .wp-block-button.is-style-outline:hover {
    background-color: var(--secondary-brand-color);
}

.wp-block-group.home-slider .wp-block-buttons .wp-block-button.is-style-outline:hover .wp-block-button__link {
    background-color: transparent;
    color: var(--primary-brand-color) !important;
    border: 0 none;
}

.wp-block-group.home-slider .wp-block-buttons .wp-block-button.is-style-outline:hover .wp-block-button__link span {
    color: var(--primary-brand-color) !important;
}

.wp-block-group.home-slider .cwp-preview .cwp-block-prev {
    left: -12% !important;
}

.wp-block-group.home-slider .cwp-preview .cwp-block-next {
    right: -12% !important;
}

.wp-block-group.home-slider .wp-block-coblocks-features {
    margin: 40px 0 0 !important;
}

.wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner h1, .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner h2, .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner h3, .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner h4, .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner h5, .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3em;
    margin: -19px 0 0 !important;
    flex-basis: 80%;
    padding: 10px !important;
}

.wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner p {
    font-size: 12px;
}

.wp-block-group.home-slider .cwp-preview .cwp-block-slider-pagin {
    background-color: rgba(255, 255, 255, 0.35) !important;
    cursor: pointer;
}

.wp-block-group.home-slider .cwp-preview .slick-active .cwp-block-slider-pagin {
    background-color: var(--txt) !important;
}

.wp-block-group.home-slider span.dashicons.dashicons-arrow-right-alt {
    font-size: 40px !important;
    line-height: 30px !important;
}

.wp-block-group.home-slider .cwp-block-next {
    background: transparent !important;
    line-height: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 60px;
    height: 60px;
}

.wp-block-group.home-slider span.dashicons.dashicons-arrow-left-alt {
    font-size: 40px !important;
    line-height: 30px !important;
}

.wp-block-group.home-slider .cwp-block-prev {
    background: transparent !important;
    line-height: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 60px;
    height: 60px;
}

.wp-block-group.home-slider .cwp-preview .cwp-block-prev:focus, .cwp-preview .cwp-block-next:focus {
    outline: none;
}

.cwp-preview .cwp-block-next {
    border: 0 none;
}

.wp-block-group.home-slider .cwp-block-slider-pagin {
    margin: 0 4px !important;
}

/*--------------------------------------------------------------
# Block-Features
--------------------------------------------------------------*/
.wp-block-coblocks-features {
    max-width: var(--max-width);
}

.wp-block-coblocks-features .wp-block-coblocks-feature__inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: left;
    position: relative;
}

.wp-block-coblocks-features .wp-block-coblocks-feature__inner > *:nth-child(2) {
    flex-basis: 90%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 10px !important;
}

.wp-block-coblocks-features .wp-block-coblocks-feature__inner .wp-block-coblocks-icon__inner, .wp-block-coblocks-features .wp-block-image {
    max-width: 40px;
    width: 40px !important;
    height: 40px !important;
}

.wp-block-coblocks-features .wp-block-coblocks-feature__inner .wp-block-coblocks-icon, .wp-block-coblocks-features .wp-block-image {
    margin: 0 0 14px;
}

.wp-block-coblocks-features .wp-block-coblocks-feature__inner h1, .wp-block-coblocks-features .wp-block-coblocks-feature__inner h2, .wp-block-coblocks-features .wp-block-coblocks-feature__inner h3, .wp-block-coblocks-features .wp-block-coblocks-feature__inner h4, .wp-block-coblocks-features .wp-block-coblocks-feature__inner h5, .wp-block-coblocks-features .wp-block-coblocks-feature__inner h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2em;
    margin: 0;
}

.wp-block-coblocks-features.is-style-vertical .wp-block-coblocks-features__inner {
    flex-direction: column;
}

.wp-block-coblocks-features.is-style-vertical .wp-block-coblocks-features__inner .wp-block-coblocks-feature {
    width: 100%;
    max-width: 100%;
    margin-bottom: 38px;
}

.wp-block-coblocks-features.is-style-vertical .wp-block-coblocks-feature__inner > *:nth-child(2) {
    padding-left: 10px !important;
}

.wp-block-coblocks-features .wp-block-button {
    margin: -10px 0 !important;
}

.wp-block-coblocks-features .wp-block-coblocks-feature p {
    margin-top: 0;
    flex: 100%;
}

/*--------------------------------------------------------------
# Block-Social
--------------------------------------------------------------*/
.wp-block-coblocks-social {
    margin: 20px 0;
}

.wp-block-coblocks-social.is-style-mask li, .wp-block-coblocks-social.is-style-mask.has-button-size-sml li {
    margin: 0 20px 0 -3px !important;
}

.wp-block-coblocks-social span.wp-block-coblocks-social__icon {
    max-width: 20px;
    width: 20px !important;
    height: 20px !important;
}

/*--------------------------------------------------------------
# Block-CTA
--------------------------------------------------------------*/
.wp-block-cover.is-style-fullscreen {
    margin-left: calc(50% - 50vw);
    width: 100vw;
    height: 170px;
}

.wp-block-cover.is-style-fullscreen .wp-block-cover__inner-container {
    max-width: var(--max-width);
    margin: 0 auto;
    width: 100% !important;
    padding-top: 30px;
}

.wp-block-cover.is-style-fullscreen .wp-block-cover__inner-container .wp-block-columns {
    margin: 0;
    align-items: center;
}

.wp-block-cover.is-style-fullscreen .wp-block-cover__inner-container .wp-block-columns p {
    margin: 0;
    color: var(--secondary-brand-color);
}

.wp-block-cover.is-style-fullscreen .wp-block-cover__inner-container .wp-block-columns a.wp-block-button__link {
    padding: 8px 21px;
    border-color: var(--secondary-brand-color);
    font-size: 15px;
    font-weight: 700;
}

.wp-block-cover.is-style-fullscreen .wp-block-cover__inner-container .wp-block-columns a.wp-block-button__link:hover {
    border-color: var(--secondary-brand-color);
}

.wp-block-cover.is-style-fullscreen .wp-block-cover__inner-container .wp-block-columns a.wp-block-button__link:hover span {
    color: var(--txt) !important;
}

/*--------------------------------------------------------------
# Block-mediatext
--------------------------------------------------------------*/
.wp-block-media-text .wp-block-media-text__media {
    position: relative;
}

.wp-block-media-text.our-platformz .wp-block-media-text__media::before {
    content: '';
    width: 460px;
    height: 460px;
    border-radius: 460px;
    background-color: #23c6f60d;
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: -1;
    transform: rotate(43deg);
    margin-right: -230px;
    margin-top: -230px;
}

.wp-block-media-text {
    margin-bottom: 50px;
}

.wp-block-media-text.is-style-no_padding .wp-block-media-text__content {
    padding: 0 !important;
}

.wp-block-media-text ul.is-style-checkbox {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

/*--------------------------------------------------------------
# Block-posts
--------------------------------------------------------------*/
.wp-block-coblocks-posts time.wp-block-coblocks-posts__date {
    font-size: 12px;
    color: var(--primary-brand-color);
}

.wp-block-coblocks-posts .wp-block-coblocks-posts__content a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-brand-color);
}

.wp-block-coblocks-posts .wp-block-coblocks-posts__excerpt {
    font-size: 14px;
}

.wp-block[data-type="core/widget-area"] {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Block-accordion
--------------------------------------------------------------*/
.wp-block-coblocks-accordion-item__content {
    padding: 5% 5%;
}

.wp-block-coblocks-accordion-item__title {
    cursor: pointer;
}

/*--------------------------------------------------------------
# Block-Dynamic-Separator
--------------------------------------------------------------*/
hr.wp-block-coblocks-dynamic-separator.is-style-blank:not(.has-background)::before {
    display: none;
}

/*--------------------------------------------------------------
# Block-Table
--------------------------------------------------------------*/
figure.wp-block-table {
    margin: 0 0 50px;
}

figure.wp-block-table.is-style-pricing thead tr th {
    background-color: var(--slider-txt-color);
    padding: 30px 5px;
    line-height: 1em;
    color: var(--txt);
    font-size: 18px;
    border-color: transparent;
}

figure.wp-block-table.is-style-classic thead tr th {
    background-color: var(--secondary-brand-color);
    padding: 20px 20px;
    line-height: 1em;
    color: var(--txt);
    font-size: 14px;
    text-align: initial;
    border-color: transparent;
}

figure.wp-block-table.is-style-pricing thead tr th:first-child {
    background-color: transparent;
}

figure.wp-block-table.is-style-pricing thead tr th img {
    max-width: 20px;
    margin: 10px 2px;
}

figure.wp-block-table.is-style-pricing thead tr th sup {
    top: initial;
    font-size: 12px;
    font-weight: 500;
    margin-top: 13px !important;
    display: block;
    line-height: 1.1em;
}

figure.wp-block-table.is-style-pricing table, figure.wp-block-table.is-style-classic table {
    width: 100%;
    border-spacing: unset;
}

figure.wp-block-table.is-style-classic table {
    border: 1px solid #e5e5e524;
}

figure.wp-block-table.is-style-pricing tbody tr, figure.wp-block-table.is-style-classic tbody tr {
    background: #eef8ff14;
}

figure.wp-block-table.is-style-pricing tbody tr:nth-child(even), figure.wp-block-table.is-style-classic tbody tr:nth-child(even) {
    background: var(--main-background);
}

figure.wp-block-table.is-style-pricing tbody tr:hover, figure.wp-block-table.is-style-classic tbody tr:hover {
    background-color: var(--slider-txt-color) !important;
}

figure.wp-block-table.is-style-pricing tbody tr td, figure.wp-block-table.is-style-classic tbody tr td {
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 1px solid #e5e5e521;
    vertical-align: middle;
    padding: 15px 20px;
    font-size: 14px;
}

figure.wp-block-table.is-style-pricing tbody tr td:first-child {
    border-left: 0 none;
    font-weight: 600;
    text-transform: uppercase;
}

figure.wp-block-table.is-style-classic tbody tr td:first-child {
    border-left: 0 none;
}

figure.wp-block-table.is-style-pricing tbody tr td img {
    max-width: 22px;
    margin: 0 auto;
    display: block;
}

figure.wp-block-table.is-style-pricing tfoot tr td:first-child {
    border: 0 none !important;
    background-color: transparent;
}

figure.wp-block-table.is-style-pricing tfoot tr td {
    background-color: var(--secondary-brand-color);
    vertical-align: middle;
    padding: 15px 20px;
    font-size: 14px;
    border-color: transparent;
}

figure.wp-block-table.is-style-pricing tfoot tr td a {
    color: var(--txt) !important;
}

/*--------------------------------------------------------------
# Block-Form
--------------------------------------------------------------*/
.coblocks-form {
    position: relative;
    padding: 5%;
    margin-bottom: 50px;
}

.coblocks-form::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-brand-color);
    z-index: -1;
    opacity: 0.07;
}

/*--------------------------------------------------------------
# Block-Pricing-Table
--------------------------------------------------------------*/
.wp-block-coblocks-pricing-table {
    position: relative;
}

.wp-block-coblocks-pricing-table::before {
    content: '';
    width: 513px;
    height: 1063px;
    border-radius: 460px;
    background-color: #23c6f60d;
    position: absolute;
    top: -67%;
    right: 20%;
    z-index: -1;
    transform: rotate(43deg);
}

.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item {
    box-shadow: 0 2px 8px 0 #0003;
    position: relative;
    padding: 5% 5% 85px;
    background-color: var(--main-background);
    margin-bottom: 50px;
}

.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item:not(.has-background) {
    background-color: var(--fourth-brand-color);
}

.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item::before {
    content: '';
    position: absolute;
    height: 6px;
    width: 100%;
    top: 0;
    background-color: var(--secondary-brand-color);
    left: 0;
}

.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__title {
    width: 100%;
    text-align: center;
    color: var(--txt);
    font-size: 26px;
    font-weight: 700;
    margin: 30px 0;
    position: relative;
}

.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__title::before {
    content: '\2605';
    width: 100%;
    height: 25px;
    text-align: center;
    position: absolute;
    top: -46px;
    left: 0;
    color: var(--primary-brand-color);
    font-size: 32px;
}

.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item:nth-child(1) .wp-block-coblocks-pricing-table-item__title::before {
    content: '\2605';
}

.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item:nth-child(2) .wp-block-coblocks-pricing-table-item__title::before {
    content: '\2605  \2605';
}

.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item:nth-child(3) .wp-block-coblocks-pricing-table-item__title::before {
    content: '\2605  \2605  \2605';
}

.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item:nth-child(4) .wp-block-coblocks-pricing-table-item__title::before {
    content: '\2605  \2605  \2605  \2605';
}

.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item__amount {
    text-align: center;
    font-size: 14px;
    line-height: 1.6em !important;
    opacity: 1;
    font-weight: 500;
    color: var(--secondary-brand-color);
}

.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features {
    margin: 30px 0 0;
    display: flex;
    flex-direction: column;
}

.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item.is-style-featured {
    background-color: var(--fourth-brand-color);
    overflow: hidden;
}

.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item.is-style-featured::before {
    content: '';
    position: absolute;
    height: 6px;
    width: 100%;
    top: 0;
    background-color: var(--secondary-brand-color);
    left: 0;
}

.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item.is-style-featured::after {
    content: 'Popular';
    position: absolute;
    width: 187px;
    height: 36px;
    left: -40px;
    top: 35px;
    color: var(--txt);
    background-color: var(--secondary-brand-color);
    transform: rotate(-45deg);
    line-height: 33px;
}

.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features li::before {
    filter: brightness(100);
}

.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features ul, .wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features li {
    text-align: left;
    font-size: 14px;
    position: relative;
    padding-left: 27px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features li::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(images/icon-li.png);
    background-size: contain;
    width: 18px;
    height: 34px;
    top: 3px;
    left: 0;
}

.wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item .wp-block-button {
    position: absolute;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    left: 0;
    bottom: 30px;
}

/*--------------------------------------------------------------
# Widget
--------------------------------------------------------------*/
aside#price-widget {
    margin-top: 50px;
}

.tr-content, .forex-tr-content, .indices-tr-content, .com-tr-content {
    margin-bottom: 0;
    float: left;
    width: 100%;
    margin-top: 1px;
}

.tr-content-col, .forex-tr-content-col, .indices-tr-content-col, .com-tr-content-col {
    float: left;
    width: 100%;
}

.tr-content-col:first-child, .forex-tr-content-col:first-child, .indices-tr-content-col:first-child, .com-tr-content-col:first-child {
    margin-left: 0;
}

.tr-table, .forex-tr-table, .indices-tr-table, .com-tr-table {
    width: 100%;
    background-color: var(--slider-txt-color) !important;
    color: var(--txt) !important;
    margin-top: -13px;
    padding-top: 13px;
    position: relative;
    z-index: 10;
}

.trt-col, .forex-trt-col, .indices-trt-col, .com-trt-col {
    float: left;
    background-color: transparent !important;
}

.trt-col b, .forex-trt-col b, .indices-trt-col b, .com-trt-col b {
    float: left;
    width: 50%;
    text-align: right;
}

.trt-row.trt-head .trt-col.daily, .trt-row.trt-head .forex-trt-col.daily, .trt-row.trt-head .indices-trt-col.daily, .trt-row.trt-head .com-trt-col.daily {
    text-align: center;
    padding-left: 9%;
}

.trt-col.daily, .forex-trt-col.daily, .indices-trt-col.daily, .com-trt-col.daily {
    width: 25%;
    text-align: center;
}

.trt-col.first, .forex-trt-col.first, .indices-trt-col.first, .com-trt-col.first {
    text-align: left;
    float: left;
    width: 56%;
    color: var(--primary-brand-color);
}

.trt-row, .forex-trt-row, .indices-trt-row, .com-trt-row {
    padding: 9px 9px 7px;
    overflow: hidden;
}

.trt-row:nth-child(2n), .forex-trt-row:nth-child(2n), .indices-trt-row:nth-child(2n), .com-trt-row:nth-child(2n) {
    background: #F4F4F4;
}

.trt-row.trt-marker, .forex-trt-row.forex-trt-marker, .indices-trt-row.indices-trt-marker, .com-trt-row.com-trt-marker {
    color: var(--txt);
    letter-spacing: 1px;
    font-weight: 500;
}

.trt-row.trt-up, .forex-trt-row.trt-up, .indices-trt-row.trt-up, .com-trt-row.trt-up {
    position: relative;
}

.col-zaw2 .trt-row.trt-up, .forex-col-zaw2 .forex-trt-row.trt-up, .indices-col-zaw2 .indices-trt-row.trt-up, .com-col-zaw2 .com-trt-row.trt-up {
    color: var(--primary-brand-color);
}

.col-zaw1 .trt-row.trt-up, .forex-col-zaw1 .forex-trt-row.trt-up, .indices-col-zaw1 .indices-trt-row.trt-up, .com-col-zaw1 .com-trt-row.trt-up {
    color: var(--primary-brand-color);
}

.trt-row.trt-down, .forex-trt-row.trt-down, .indices-trt-row.trt-down, .com-trt-row.trt-down {
    position: relative;
}

.col-zaw1 .trt-row.trt-down, .forex-col-zaw1 .forex-trt-row.trt-down, .indices-col-zaw1 .indices-trt-row.trt-down, .com-col-zaw1 .com-trt-row.trt-down {
    color: #B42627;
}

.col-zaw2 .trt-row.trt-down, .forex-col-zaw2 .forex-trt-row.trt-down, .indices-col-zaw2 .indices-trt-row.trt-down, .com-col-zaw2 .com-trt-row.trt-down {
    color: #B42627;
}

.trt-row.trt-marker, .trt-row.trt-head, .forex-trt-row.forex-trt-marker, .forex-trt-row.forex-trt-head, .indices-trt-row.indices-trt-marker, .indices-trt-row.indices-trt-head, .com-trt-row.com-trt-marker, .com-trt-row.com-trt-head {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.2em;
}

.trt-row.trt-head, .forex-trt-row.forex-trt-head, .indices-trt-row.indices-trt-head, .com-trt-row.com-trt-head {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 29px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
}

.trt-row.trt-head .trt-col.first, .forex-trt-row.forex-trt-head .forex-trt-col.first, .indices-trt-row.indices-trt-head .indices-trt-col.first, .com-trt-row.com-trt-head .com-trt-col.first {
    color: var(--txt) !important;
    padding-left: 6px;
}

.trt-row, .forex-trt-row, .indices-trt-row, .com-trt-row {
    display: none;
}

.trt-col.volume, .forex-trt-col.volume, .indices-trt-col.volume, .com-trt-col.volume {
    display: none;
}

.col-zaw2, .forex-col-zaw2, .indices-col-zaw2, .com-col-zaw2 {
    float: left;
    width: 57%;
}

.col-zaw1, .forex-col-zaw1, .indices-col-zaw1, .com-col-zaw1 {
    float: left;
    width: 100%;
    display: block;
}

.forex-col-zaw1 .row:nth-child(even), .forex-col-zaw2 .row:nth-child(even), .col-zaw1 .row:nth-child(even), .col-zaw2 .row:nth-child(even), .indices-col-zaw1 .row:nth-child(even), .indices-col-zaw2 .row:nth-child(even), .com-col-zaw1 .row:nth-child(even), .com-col-zaw2 .row:nth-child(even) {
    background: var(--fourth-brand-color);
    padding-left: 5px;
}

.tr-main, .forex-tr-main, .indices-tr-main, .com-tr-main {
    float: left;
    width: 100%;
    padding-top: 12px;
}

.trt-col.last, .forex-trt-col.last, .indices-trt-col.last, .com-trt-col.last {
    width: 20%;
}

.trt-col.second, .forex-trt-col.second, .indices-trt-col.second, .com-trt-col.second {
    text-align: center;
    float: left;
    width: 36%;
    position: relative;
}

a.sell, a.sell2 {
    color: var(--primary-brand-color);
    text-decoration: none;
    font-size: 10px;
    border: 3px solid var(--primary-brand-color);
    line-height: 17px;
    text-align: center;
    padding: 2px 3px;
    padding-bottom: 1px;
    float: right;
}

.trt-col.link, .forex-trt-col.link, .indices-trt-col.link, .com-trt-col.link {
    width: 25%;
    text-align: left;
    margin: 0;
}

.trt-col.link2, .forex-trt-col.link2, .indices-trt-col.link2, .com-trt-col.link2 {
    text-align: left;
    float: left;
    width: 20%;
}

a.sell2 {
    color: red;
    border: 3px solid red;
    padding: 2px 2px;
    padding-bottom: 1px;
}

a.sell:hover {
    background-color: var(--primary-brand-color);
    color: var(--txt-light);
}

a.sell2:hover {
    background-color: red;
    color: var(--txt-light);
}

.tr-content .btn, .forex-tr-main .btn, .indices-tr-main .btn {
    float: left;
    width: 19%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tr-content .btn a, .forex-tr-main .btn a, .indices-tr-main .btn a {
    color: var(--primary-brand-color);
    text-decoration: none;
    font-size: 13px;
    border: 3px solid var(--secondary-brand-color);
    line-height: 17px;
    text-align: center;
    padding: 2px 9px;
    padding-bottom: 1px;
    font-weight: 700;
}

.tr-content .btn a:hover, .forex-tr-main .btn a:hover, .indices-tr-main .btn a:hover {
    background-color: var(--secondary-brand-color);
    color: var(--txt);
}

.trt-col.third, .forex-trt-col.third, .indices-trt-col.third, .com-trt-col.third {
    width: 45%;
}

.trt-col.spread, .forex-trt-col.spread, .indices-trt-col.spread, .com-trt-col.spread {
    width: 63%;
    color: var(--txt);
    text-align: center;
}

.row {
    float: left;
    width: 100%;
    line-height: 1em;
    padding-left: 5px;
    display: flex;
}

.bid-col {
    float: left;
    min-width: 60%;
    position: relative;
}

.ask-col {
    float: left;
    width: 37%;
}

.trt-col.ask, .forex-trt-col.ask, .indices-trt-col.ask, .com-trt-col.ask {
    width: 37%;
    text-align: center;
    float: left;
    position: relative;
}

.trt-row.trt-head .trt-col.ask, .forex-trt-row.forex-trt-head .forex-trt-col.ask, .indices-trt-row.indices-trt-head .indices-trt-col.ask, .trt-row.trt-head .ask-col .trt-col.spread, .trt-row.trt-head .indices-trt-col.ask, .trt-row.trt-head .com-trt-col.ask {
    text-align: center;
    padding-left: 12%;
}

.trt-row.trt-head .bid-col .trt-col.second, .forex-trt-row.forex-trt-head .bid-col .forex-trt-col.second, .indices-trt-row.indices-trt-head .bid-col .indices-trt-col.second, .com-trt-row.com-trt-head .bid-col .com-trt-col.second {
    text-align: left;
    padding-left: 7%;
}

.trt-row.trt-head .ask-col .trt-col.ask .forex-trt-row.trt-head .ask-col .forex-trt-col.ask, .indices-trt-row.trt-head .ask-col .indices-trt-col.ask, .com-trt-row.trt-head .ask-col .com-trt-col.ask {
    text-align: center;
    padding-left: 9%;
}

.trt-row.trt-head .ask-col .trt-col.spread, .forex-trt-row.forex-trt-head .ask-col .forex-trt-col.spread, .indices-trt-row.indices-trt-head .ask-col .indices-trt-col.spread, .com-trt-row.com-trt-head .ask-col .com-trt-col.spread {
    text-align: right;
    padding-right: 0;
    color: var(--txt-light);
}

.trt-row.trt-head .ask-col .trt-col.daily .forex-trt-row.forex-trt-head .ask-col .forex-trt-col.daily, .indices-trt-row.indices-trt-head .ask-col .indices-trt-col.daily, .com-trt-row.com-trt-head .ask-col .com-trt-col.daily {
    text-align: center;
}

aside#range-of-markets a.sell, aside#range-of-markets a.sell2 {
    display: none;
}

aside#range-of-markets .trt-col.daily, aside#range-of-markets .forex-trt-col.daily, aside#range-of-markets .indices-trt-col.daily, aside#range-of-markets .com-trt-col.daily {
    width: 100%;
}

aside#range-of-markets .bid-col {
    float: left;
    width: 48%;
}

aside#range-of-markets .ask-col {
    float: left;
    width: 40%;
}

aside#range-of-markets .trt-col.ask, aside#range-of-markets .forex-trt-col.ask, aside#range-of-markets .indices-trt-col.ask, aside#range-of-markets .com-trt-col.ask {
    width: 50%;
    text-align: center;
}

aside#range-of-markets .trt-col.spread, aside#range-of-markets .forex-trt-col.spread, aside#range-of-markets .indices-trt-col.spread, aside#range-of-markets .com-trt-col.spread {
    width: 50%;
    text-align: center;
    display: none;
}

aside#range-of-markets .trt-col.first, aside#range-of-markets .forex-trt-col.first, aside#range-of-markets .indices-trt-col.first, aside#range-of-markets .com-trt-col.first {
    text-align: left;
    width: 60%;
}

aside#range-of-markets .trt-col.second, aside#range-of-markets .forex-trt-col.second, aside#range-of-markets .indices-trt-col.second, aside#range-of-markets .com-trt-col.second {
    text-align: center;
    float: left;
    width: 36%;
    position: relative;
}

aside#range-of-markets .trt-row.trt-head .bid-col .trt-col.second, aside#range-of-markets .forex-trt-row.forex-trt-head .bid-col .forex-trt-col.second, aside#range-of-markets .indices-trt-row.indices-trt-head .bid-col .indices-trt-col.second, aside#range-of-markets .com-trt-row.com-trt-head .bid-col .com-trt-col.second {
    text-align: left;
    padding-left: 6%;
}

aside#range-of-markets .trt-row.trt-head .ask-col .trt-col.ask, aside#range-of-markets .forex-trt-row.forex-trt-head .ask-col .forex-trt-col.ask, aside#range-of-markets .indices-trt-row.indices-trt-head .ask-col .indices-trt-col.ask, aside#range-of-markets .com-trt-row.com-trt-head .ask-col .com-trt-col.ask {
    text-align: left;
    padding-left: 13%;
}

.trt-row.trt-head .ask-col .trt-col.spread, aside#range-of-markets .forex-trt-row.forex-trt-head .ask-col .forex-trt-col.spread, aside#range-of-markets .indices-trt-row.indices-trt-head .ask-col .indices-trt-col.spread, aside#range-of-markets .com-trt-row.com-trt-head .ask-col .com-trt-col.spread, .forex-trt-row.forex-trt-head .ask-col .forex-trt-col.spread, .indices-trt-row.indices-trt-head .ask-col .indices-trt-col.spread {
    text-align: center !important;
    padding-left: 2%;
}

.daily-col {
    float: left;
    width: 40%;
}

.trt-col.daily, .forex-trt-col.daily, .indices-trt-col.daily, .com-trt-col.daily {
    padding-left: 5%;
}

.trt-col.daily, .forex-trt-col.daily, .indices-trt-col.daily, .com-trt-col.daily {
    width: 50%;
}

/* ------ wordpress.org/plugins/tabby-responsive-tabs/ ------ */
.responsive-tabs .responsive-tabs__heading {
    display: none;
}

.responsive-tabs .responsive-tabs__list__item {
    display: inline;
    cursor: pointer;
}

.responsive-tabs-wrapper {
    clear: both;
    margin-bottom: 20px;
    zoom: 1; }

.responsive-tabs-wrapper:before, .responsive-tabs-wrapper:after {
    content: "";
    display: table;
}

.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs .responsive-tabs__heading:focus, .responsive-tabs .responsive-tabs__list__item:focus {
    outline: 1px solid transparent;
}

.responsive-tabs .responsive-tabs__heading--active:focus, .responsive-tabs .responsive-tabs__list__item--active:focus {
    outline: none;
}

tablist1-panel1 {
    float: left;
    width: 100%;
    border: 1px solid #d4f1e5;
    padding: 5%;
}

.responsive-tabs ul.responsive-tabs__list {
    font-size: 18px;
    line-height: 18px;
    margin: 20px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
}

.responsive-tabs .responsive-tabs__list__item .fa {
    margin-right: 8px;
    line-height: 0.8;
}

.responsive-tabs .responsive-tabs__list__item:hover {
    color: #fff;
    background: var(--primary-brand-color);
}

.tabcontent {
    float: left;
    width: 100%;
    border: 1px solid #d4f1e5;
    padding: 0;
    padding-top: 3%;
}

#primary-sub .tabcontent {
    border: 0 none;
    border-top: 1px solid #d4f1e5;
}

#price-widget .tabcontent {
    float: none;
    width: 100%;
    border: 0 none;
    padding: 0;
    background: transparent;
}

.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
    background: var(--slider-txt-color) !important;
    border: 0 none;
    color: #fff !important;
    padding-bottom: 14px;
    margin-top: 0;
    position: relative;
    top: 1px;
}

.responsive-tabs .responsive-tabs__panel:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

#price-widget .responsive-tabs ul.responsive-tabs__list {
    margin: 0;
    text-align: center;
    margin-top: -16px;
    margin-bottom: -1px;
    background-color: var(--txt-light);
    line-height: 50px;
}

#price-widget .responsive-tabs .responsive-tabs__list__item {
    float: none;
    top: 0;
    padding: 0;
    margin: 0;
    width: 25%;
    line-height: 69px;
    display: inline-block;
    font-size: 14px;
    border: 0 none !important;
    color: var(--txt);
}

#price-widget .responsive-tabs .responsive-tabs__list__item--active:hover {
    background: var(--slider-txt-color) !important;
    border: 0 none !important;
    color: var(--txt-light);
    margin-top: 0;
    position: relative;
    top: 0px;
}

@media (min-width: 768px) {
    .responsive-tabs .responsive-tabs__panel--closed-accordion-only {
        display: block;
    }
}

@media (max-width: 767px) {
    .responsive-tabs .responsive-tabs__list {
        display: none;
    }

    .responsive-tabs .responsive-tabs__heading {
        display: block;
        cursor: pointer;
    }

    .responsive-tabs .responsive-tabs__heading {
        border-top: none;
        font-size: 15px;
        font-weight: normal;
        text-transform: inherit;
        margin: 0;
        padding: 20px 0 20px 20px;
        position: relative;
        text-align: center;
    }

    .responsive-tabs .responsive-tabs__heading .fa {
        margin-right: 8px;
        display: none;
    }

    .responsive-tabs .responsive-tabs__heading:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: block;
        position: absolute;
        right: 20px;
        top: 27px;
        height: 0;
        width: 0;
    }

    .responsive-tabs .responsive-tabs__heading:hover {
        color: var(--txt-light);
        background: var(--primary-brand-color);
    }

    .responsive-tabs .responsive-tabs__heading--active, .responsive-tabs .responsive-tabs__heading--active:hover {
        min-width: 100% !important;
    }

    .responsive-tabs .responsive-tabs__heading--active:after, .responsive-tabs .responsive-tabs__heading--active:hover:after {
        border-top: 0;
        top: 27px;
    }

    .responsive-tabs .responsive-tabs__panel {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-top: none;
        margin: 0;
        padding: 20px 20px 0;
    }

    .gw-mm-item .gw-mm-item__toggle {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 12px;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .gw-mm-item__dropdown-content > * {
        margin-left: 15px;
        text-align: left;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.wp-block-group.footer {
    padding: 50px 0 30px;
    margin-top: 50px !important;
    position: relative;
    overflow: hidden;
}

.wp-block-group.footer::before {
    content: '';
    width: 513px;
    height: 1063px;
    border-radius: 460px;
    background-color: #23c6f608;
    position: absolute;
    top: -167%;
    left: 6%;
    z-index: 1;
    transform: rotate(43deg);
}

.wp-block-cover, .wp-block-cover-image {
    min-height: 116px !important;
    height: 116px;
    margin-bottom: 50px;
}

.wp-block-group.footer .wp-block-coblocks-features .wp-block-coblocks-feature__inner .wp-block-coblocks-icon__inner {
    max-width: 16px;
    width: 16px !important;
    height: 21px !important;
}

.wp-block-group.footer .wp-block-coblocks-features .wp-block-coblocks-feature__inner > *:nth-child(2) {
    margin: 0 0 0 !important;
    flex-basis: 92%;
    line-height: 1.4em;
    margin-top: -7px !important;
    padding-left: 10px !important;
}

.wp-block-group.footer h6, .wp-block-group.footer p, .wp-block-group.footer a {
    color: inherit;
    text-decoration: none;
    border: 0 none;
}

.wp-block-group.footer a:hover {
    color: var(--secondary-brand-color);
}

.wp-block-group.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wp-block-group.footer ul li {
    padding: 6px 0;
}

.wp-block-group.footer ul li a {
    font-size: 13px;
    color: inherit;
    font-weight: 400;
}

.wp-block-group.footer .wp-block-coblocks-features .wp-block-coblocks-features__inner .wp-block-coblocks-feature {
    margin-bottom: 11px;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (max-width: 1525px) {
    :root {
        --max-width: 80%;
    }

    .wp-block-group.home-slider .wp-block-coblocks-features {
        margin: 40px auto 0 !important;
        min-width: 100%;
    }

    .wp-block-coblocks-features.is-style-vertical .wp-block-coblocks-feature__inner > *:nth-child(2) {
        padding-left: 0 !important;
    }

    .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner > *:nth-child(2) {
        padding-left: 20px;
    }
}

@media (max-width: 1270px) {
    .wp-block-coblocks-features .wp-block-coblocks-feature__inner {
        flex-direction: column;
        display: block;
    }

    .wp-block-coblocks-features .wp-block-coblocks-feature__inner .wp-block-coblocks-icon, .wp-block-coblocks-features .wp-block-image {
        margin-bottom: 30px;
    }

    .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner h1, .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner h2, .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner h3, .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner h4, .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner h5, .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner h6 {
        flex-basis: 100%;
        padding: 10px 0 !important;
    }

    .trt-col.first, .forex-trt-col.first, .indices-trt-col.first, .com-trt-col.first {
        width: 40%;
    }

    .trt-row.trt-head .bid-col .trt-col.second, .forex-trt-row.forex-trt-head .bid-col .forex-trt-col.second, .indices-trt-row.indices-trt-head .bid-col .indices-trt-col.second, .com-trt-row.com-trt-head .bid-col .com-trt-col.second {
        text-align: right;
        width: 40%;
    }

    .trt-col.second, .forex-trt-col.second, .indices-trt-col.second, .com-trt-col.second {
        width: 42%;
    }

    .trt-col b, .forex-trt-col b, .indices-trt-col b, .com-trt-col b {
        width: 100%;
    }

    .tr-content .btn, .forex-tr-main .btn, .indices-tr-main .btn {
        width: 30%;
    }

    .trt-col.daily, .forex-trt-col.daily, .indices-trt-col.daily, .com-trt-col.daily {
        width: 100%;
    }

    .trt-row.trt-head .trt-col.daily, .trt-row.trt-head .forex-trt-col.daily, .trt-row.trt-head .indices-trt-col.daily, .trt-row.trt-head .com-trt-col.daily {
        padding: 0;
        margin-left: -10px;
    }

    .wp-block-group.footer .wp-block-coblocks-features .wp-block-coblocks-feature__inner > *:nth-child(2), .wp-block-coblocks-features .wp-block-coblocks-feature__inner > *:nth-child(2) {
        padding-left: 0 !important;
    }

    .wp-block-group.home-slider::before {
        display: none;
    }

    .wp-block-group.home-slider .wp-block-cwp-block-slider .wp-block-media-text .wp-block-media-text__content {
        width: 100%;
        text-align: center;
    }

    .wp-block-group.home-slider .wp-block-cwp-block-slider .wp-block-media-text .wp-block-media-text__content p {
        width: 100%;
        text-align: center;
    }

    .wp-block-group.home-slider .wp-block-cwp-block-slider .wp-block-media-text .wp-block-media-text__content .wp-block-buttons {
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1036px) {
}

@media (max-width: 1024px) {
    :root {
        --max-width: 90%;
    }

    h1, h2, h3, h4, h5, h6 {
        text-align: center;
    }

    .wp-block-group.home-slider .cwp-preview button.cwp-block-next, .wp-block-group.home-slider .cwp-preview .cwp-block-prev {
        display: none;
    }

    .entry-content .wp-block-column {
        flex-basis: 100% !important;
    }

    .entry-content .wp-block-columns {
        flex-wrap: wrap !important;
    }

    .entry-content .wp-block-column:not(:first-child) {
        margin: 0 !important;
    }

    .widget.widget_polylang ul {
        width: 100%;
        justify-content: center;
        padding: 0;
    }

    .widget.widget_polylang ul li {
        margin: 10px;
    }

    .wp-block-coblocks-features {
        max-width: 100%;
    }

    .wp-block-coblocks-icon {
        margin: 0 auto !important;
    }

    .wp-block-coblocks-features.is-style-vertical .wp-block-coblocks-feature__inner > *:nth-child(2) {
        padding: 0 !important;
        width: 100%;
        text-align: center;
        display: block;
    }

    .wp-block-coblocks-features .wp-block-coblocks-feature p {
        display: block;
        text-align: center;
    }

    .wp-block-coblocks-features .wp-block-button {
        margin: 0 auto !important;
        display: flex;
        text-align: center;
        width: 100%;
    }

    .alignright {
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }

    .wp-block-buttons.alignright {
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        margin-top: 20px;
    }

    .wp-block-cover.has-background-dim-80.has-background-dim.has-parallax.is-style-fullscreen, .wp-block-cover.is-style-fullscreen {
        height: initial;
    }

    .wp-block-cover.is-style-fullscreen .wp-block-cover__inner-container .wp-block-columns p {
        text-align: center;
    }

    .wp-block-coblocks-features .wp-block-coblocks-feature__inner > *:nth-child(2) {
        text-align: center;
        display: block;
        padding: 10px !important;
    }

    .wp-block-coblocks-features {
        max-width: 100%;
        margin: 0;
    }

    .wp-block-coblocks-features .wp-block-coblocks-feature__inner > *:nth-child(2) {
        display: block;
        padding: 0 !important;
    }

    .wp-block-coblocks-features .wp-block-coblocks-feature__inner .wp-block-coblocks-icon, .wp-block-coblocks-features .wp-block-image {
        margin: 0 auto;
    }

    .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner .wp-block-coblocks-icon, .wp-block-coblocks-features .wp-block-image {
        margin: 20px auto !important;
    }

    .wp-block-coblocks-features .wp-block-coblocks-feature__inner .wp-block-coblocks-icon__inner, .wp-block-coblocks-features .wp-block-image {
        display: block;
        margin: 0 auto 10px;
    }

    .wp-block-coblocks-features .wp-block-coblocks-feature__inner .wp-block-coblocks-icon__inner, .wp-block-coblocks-features .wp-block-image {
        display: block;
        margin: 0 auto 10px;
    }

    body .wp-block-button.is-style-outline .wp-block-button__link, body .wp-block-button__link.is-style-outline {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .wp-block-coblocks-social ul, .wp-block-coblocks-social li {
        text-align: center;
        margin-bottom: 70px !important;
    }

    .wp-block-group.footer .wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container, .wp-block-group.footer .wp-block-navigation:not(.has-background) .wp-block-navigation__container {
        margin-bottom: 50px;
    }

    body .wp-block-button__link {
        margin: 0 auto;
    }

    .wp-block-group.navbar .wp-block-columns .wp-block-column:nth-child(1) figure.wp-block-image.size-large.is-resized {
        margin: 10px auto;
    }

    .wp-block-group.navbar .wp-block-columns .wp-block-column:nth-child(2) {
        display: none;
    }

    .wp-block-group.navbar .wp-block-columns .wp-block-column:nth-child(2).toggle {
        display: block;
        background-color: var(--main-background);
        position: relative;
        margin-bottom: 50px !important;
        flex-basis: initial !important;
    }

    .wp-block-group.navbar .wp-block-navigation-link__content {
        margin: 0 auto;
    }

    .wp-block-group.navbar .wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container li.wp-block-navigation-link ul.wp-block-navigation__container {
        position: initial;
        width: 100%;
        display: block;
        visibility: visible;
        background-color: var(--main-background);
        opacity: 1;
        margin-bottom: 30px;
        border: 0 none;
    }

    .wp-block-group.navbar a.wp-block-navigation-link__content {
        color: var(--secondary-brand-color) !important;
    }

    .wp-block-group.navbar span.wp-block-navigation-link__submenu-icon {
        padding: 0;
    }

    .wp-block-group.navbar .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) {
        color: var(--txt);
    }

    .wp-block-group.navbar .wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container li.wp-block-navigation-link ul.wp-block-navigation__container .wp-block-navigation-link__label {
        color: var(--secondary-brand-color);
    }

    .wp-block-group.navbar .wp-block-group.navbar .wp-block-columns .wp-block-column:nth-child(2) .wp-block-buttons {
        background-color: var(--txt);
        flex-direction: column;
        display: flex;
    }

    .wp-block-group.navbar a.wp-block-button__link {
        width: 100% !important;
        margin: 5px 0;
    }

    .wp-block-group.navbar .wp-block-buttons {
        display: block;
    }

    .wp-block-group.navbar .wp-block-button {
        width: 100%;
    }

    button#nav-icon1 {
        display: block;
    }

    .wp-block-group.navbar .wp-block-group__inner-container {
        max-width: initial;
        margin: 0 auto;
        padding: 0 23px;
    }

    ul.polylang_langswitcher {
        justify-content: center;
    }

    .gw-mm-item__link a:hover, .gw-mm-item__link a:focus, .gw-mm-item__link a:active {
        color: var(--txt);
        outline: 0 none;
    }

    .wp-block-buttons {
        justify-content: center !important;
        margin: 20px 0;
    }

    .gw-mm.is-mobile .gw-mm__content {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .wp-block-group.footer .wp-block-columns {
        flex-wrap: wrap;
    }

    .wp-block-group.footer .wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .wp-block-group.footer ul {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    :root {
        --max-width: 90%;
    }
}

@media (max-width: 767px) {
    .responsive-tabs .responsive-tabs__heading--active, .responsive-tabs .responsive-tabs__heading--active:hover {
        background: var(--secondary-brand-color) !important;
        color: var(--txt) !important;
        padding: 13px 0 !important;
        border-color: var(--secondary-brand-color) !important;
    }

    .responsive-tabs .responsive-tabs__heading {
        font-size: 14px !important;
    }

    .responsive-tabs .responsive-tabs__heading--active:after, .responsive-tabs .responsive-tabs__heading--active:hover:after {
        top: 28px;
    }

    .responsive-tabs .responsive-tabs__heading:after {
        top: 28px;
    }

    .responsive-tabs .responsive-tabs__heading {
        background: var(--secondary-brand-color) !important;
        color: var(--txt) !important;
        padding: 13px 0 !important;
        border-color: var(--secondary-brand-color) !important;
    }

    .responsive-tabs .responsive-tabs__heading:after {
        border-top: 6px solid var(--txt) !important;
    }

    .responsive-tabs .responsive-tabs__heading--active:after, .responsive-tabs .responsive-tabs__heading--active:hover:after {
        border-top: 0 !important;
    }

    aside#price-widget {
        margin-bottom: 50px;
    }
}

@media (max-width: 599px) {
    figure.wp-block-media-text__media {
        padding: 40px 0;
    }

    .wp-block-coblocks-features .wp-block-coblocks-feature__inner .wp-block-coblocks-icon, .wp-block-coblocks-features .wp-block-image {
        margin: 0 auto;
    }

    .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner h1, .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner h2, .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner h3, .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner h4, .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner h5, .wp-block-group.home-slider .wp-block-coblocks-features .wp-block-coblocks-feature__inner h6 {
        margin: 15px auto !important;
        text-align: center;
        width: 100%;
        display: block;
    }

    .wp-block-group.home-slider .wp-block-buttons {
        text-align: center;
    }

    .wp-block-group.home-slider .wp-block-cwp-block-slider .wp-block-media-text .wp-block-media-text__content {
        text-align: center;
    }

    .wp-block-coblocks-pricing-table .wp-block-coblocks-pricing-table-item {
        padding-top: 10%;
    }

    .has-text-align-left {
        text-align: center;
    }

    .wp-block-cover, .wp-block-cover-image {
        height: initial;
    }

    aside#price-widget .btn {
        display: none !important;
    }

    .trt-row.trt-head .trt-col.first, .forex-trt-row.forex-trt-head .forex-trt-col.first, .indices-trt-row.indices-trt-head .indices-trt-col.first, .com-trt-row.com-trt-head .com-trt-col.first {
        line-height: 1.3em;
        display: flex;
        height: 29px;
        justify-content: center;
        align-items: center;
    }

    .col-zaw1, .forex-col-zaw1, .indices-col-zaw1, .com-col-zaw1 {
        font-size: 11px !important;
    }

    .trt-col.first, .forex-trt-col.first, .indices-trt-col.first, .com-trt-col.first {
        font-size: 11px !important;
    }

    .trt-col b, .forex-trt-col b, .indices-trt-col b, .com-trt-col b {
        font-size: 11px !important;
    }

    .trt-col.daily, .forex-trt-col.daily, .indices-trt-col.daily, .com-trt-col.daily {
        font-size: 11px !important;
    }

    .wp-block-group.home-slider .wp-block-cover h1:not(.has-text-color), .wp-block-group.home-slider .wp-block-cover p:not(.has-text-color) {
        text-align: center;
    }
}
