/*! ===============  VENDORS  =============== */
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-newspaper .mfp-with-anim {
    -webkit-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg)
}

.mfp-newspaper .mfp-with-anim, .mfp-newspaper.mfp-bg {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg)
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg)
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-horizontal .mfp-with-anim {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
}

.mfp-move-horizontal .mfp-with-anim, .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-from-top .mfp-with-anim {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
}

.mfp-move-from-top .mfp-with-anim, .mfp-move-from-top.mfp-bg {
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
    perspective: 2000px
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    -webkit-transform: rotateY(-60deg);
    transform: rotateY(-60deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: rotateY(60deg);
    transform: rotateY(60deg)
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    20%, 60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    40% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(700px);
        transform: translateY(700px)
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    20%, 60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    40% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(700px);
        transform: translateY(700px)
    }
}

.hinge {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-bg {
    background: #0b0b0b;
    opacity: .8;
    overflow: hidden;
    z-index: 1042
}

.mfp-bg, .mfp-wrap {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.mfp-wrap {
    -webkit-backface-visibility: hidden;
    outline: none !important;
    z-index: 1043
}

.mfp-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    cursor: auto;
    width: 100%
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    left: 8px;
    margin-top: -.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: none;
    overflow: visible;
    padding: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    z-index: 1046
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.mfp-close {
    color: #fff;
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: .65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%
}

.mfp-counter {
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.mfp-arrow {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 110px;
    margin: -55px 0 0;
    opacity: .65;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 90px
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    border: inset transparent;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: 35px;
    margin-top: 35px;
    position: absolute;
    top: 0;
    width: 0
}

.mfp-arrow:after {
    border-bottom-width: 13px;
    border-top-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-bottom-width: 21px;
    border-top-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    border-right: 27px solid #3f3f3f;
    margin-left: 25px
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    max-width: 900px;
    width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%
}

.mfp-iframe-scaler iframe {
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

img.mfp-img {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0;
    width: auto
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    background: #444;
    bottom: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: -1
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    cursor: auto;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 100%;
    width: 100%
}

.mfp-title {
    word-wrap: break-word;
    color: #f3f3f3;
    line-height: 18px;
    padding-right: 36px;
    text-align: left
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        bottom: 0;
        top: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        position: fixed;
        top: auto
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        background: rgba(0, 0, 0, .6);
        height: 35px;
        line-height: 35px;
        padding: 0;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 35px
    }
}

@media (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.slick-slider {
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-list, .slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

/*! ===============  BASE  =============== */
/*! animations.scss */
/*! normalize.scss */
/*! hubspot-styles.scss */
/*! base.scss */
.hs-inline-edit body .container-fluid .row-fluid [class*=span] {
    min-height: 1px
}

.hs-inline-edit .hs_cos_wrapper_widget_container > div {
    float: left;
    width: 100%
}

.hsEntityEditorOnly {
    display: none
}

.hs-inline-edit .hsEntityEditorOnly {
    display: block
}

/*! typography.scss */
.h2 {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 16px
}

@media (min-width: 768px) and (max-width: 1024px) {
    .h2 {
        font-size: 30px;
        line-height: 38px
    }
}

@media (max-width: 767px) {
    .h2 {
        font-size: 27px;
        line-height: 32.4px
    }
}

.hero-h1 {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 15px
}

@media (max-width: 1024px) and (min-width: 768px) {
    .hero-h1 {
        font-size: 40px;
        line-height: 45px
    }
}

@media (max-width: 767px) {
    .hero-h1 {
        font-size: 38.57px;
        line-height: 62px
    }
}

body .body-container-wrapper ul li a {
    font-size: inherit
}

[dir=rtl] .body-container-wrapper ul:not(.slick-dots) li {
    margin-left: 0;
    margin-right: 30px
}

[dir=rtl] .body-container-wrapper ul li:before {
    left: auto;
    right: -20px
}

/*! buttons.scss */
body .tertiary-cta a.cta_button {
    border: 1px solid transparent;
    -webkit-transition: all 0s;
    transition: all 0s
}

body .tertiary-cta a.cta_button:hover {
    background-image: none;
    border: 1px solid #0f2c52;
    color: #0f2c52 !important;
    -webkit-transition: all 0s;
    transition: all 0s
}

body .tertiary-cta--white-hover a.cta_button:hover {
    border: 1px solid #fff;
    color: #fff !important
}

body .quatenary-cta a.cta_button {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c4d7a), to(#0f2c52));
    background-image: -o-linear-gradient(top, #2c4d7a 0, #0f2c52 100%);
    background-image: linear-gradient(180deg, #2c4d7a, #0f2c52);
    border: 1px solid transparent;
    box-shadow: 0 30px 60px 0 rgba(15, 44, 82, .1);
    color: #fff !important;
    -webkit-transition: all 0s;
    transition: all 0s
}

body .quatenary-cta a.cta_button:hover {
    background-image: none;
    border: 1px solid #f2672a;
    color: #f2672a !important;
    -webkit-transition: all 0s;
    transition: all 0s
}

body .quatenary-cta--white-hover a.cta_button:hover {
    border: 1px solid #fff;
    color: #fff !important
}

.atfx-header .header-section .right-col .lang-search-cont a.cta_button {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c4d7a), to(#0f2c52));
    background-image: -o-linear-gradient(top, #2c4d7a 0, #0f2c52 100%);
    background-image: linear-gradient(180deg, #2c4d7a, #0f2c52);
    color: #fff;
    white-space: nowrap
}

.atfx-header .header-section .right-col .lang-search-cont a.cta_button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8055), to(#f2672a));
    background-image: -o-linear-gradient(top, #ff8055 0, #f2672a 100%);
    background-image: linear-gradient(180deg, #ff8055, #f2672a);
    color: #fff !important
}

.atfx-header .header-section .top-row .col-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c4d7a), to(#0f2c52));
    background-image: -o-linear-gradient(top, #2c4d7a 0, #0f2c52 100%);
    background-image: linear-gradient(180deg, #2c4d7a, #0f2c52);
    color: #fff
}

.atfx-header .header-section .top-row .col-2:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8055), to(#f2672a));
    background-image: -o-linear-gradient(top, #ff8055 0, #f2672a 100%);
    background-image: linear-gradient(180deg, #ff8055, #f2672a);
    color: #fff !important
}

/*! globals.scss */
.slick-slider ul.slick-dots li:before {
    display: none
}

.slick-slider ul.slick-dots li button {
    outline: 0
}

.align-center .image-container {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.align-center .cm-container {
    width: 100%
}

.slick-loading, img.lozad:not(.loaded), img[data-lazy] {
    opacity: 0
}

.show-desktop {
    display: none !important
}

@media (min-width: 768px) {
    .show-desktop {
        display: block !important
    }
}

.show-mobile {
    display: block !important
}

@media (min-width: 768px) {
    .show-mobile {
        display: none !important
    }
}

.system-lang-group {
    display: none
}

.system-lang-group--active {
    display: block
}

/*! ===============  LAYOUT  =============== */
/*! header.scss */
.atfx-header-logo-only .atfx-header {
    position: relative
}

.atfx-header-logo-only .atfx-header .cta-cont, .atfx-header-logo-only .atfx-header .menu-container, .atfx-header-logo-only .atfx-header .search-icon, .atfx-header-logo-only .atfx-header .top-row {
    display: none !important
}

.atfx-header-risk-warning-only .atfx-header {
    position: relative
}

.atfx-header-risk-warning-only .atfx-header .header-section {
    display: none !important
}

.header-top-bar {
    padding: 0 !important
}

.atfx-header .risk__header {
    padding: 13px 0
}

.top-row .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    max-width: 100%;
    overflow: visible
}

@media (min-width: 981px) {
    .header-section .menu-container .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 90px
    }

    .header-section .menu-container .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1 {
        height: 100%
    }

    .header-section .menu-container .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1 > a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        padding-bottom: 0;
        padding-top: 0;
        text-align: center;
        white-space: normal
    }

    .atfx-header .header-section .menu-container .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-item a, .atfx-header .header-section .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 > a, .atfx-header .header-section .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 > a {
        cursor: pointer
    }

    .atfx-header .header-section .menu-container .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-item a[href^=javascript], .atfx-header .header-section .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 > a[href^=javascript], .atfx-header .header-section .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:first-child ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 > a[href^=javascript] {
        cursor: default
    }

    .atfx-header .header-section .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:hover > a[href^=javascript] {
        color: #24282d !important
    }

    .header-section .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 > a {
        color: #000;
        cursor: default;
        font-weight: 400;
        line-height: 1.2;
        max-width: 100% !important;
        position: relative;
        width: 100% !important
    }

    .header-section .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 {
        display: inline-block;
        width: 100%
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        position: relative !important
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
        position: unset !important
    }

    .header-section .menu-container ul > li.hs-item-has-children.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
        background: #f5f5f5;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
        left: -30px !important;
        padding: 32px 30px 69px;
        top: 90px;
        width: 1030px
    }

    .header-section .menu-container ul > li.hs-menu-depth-1:hover > a:after {
        left: 13px !important;
        right: 13px !important
    }

    .header-section .menu-container ul > li.hs-menu-depth-1:first-child:hover > a:after {
        left: 0 !important
    }

    .header-section .menu-container ul li.hs-menu-depth-1 > a {
        max-width: none;
        overflow: visible;
        padding-left: 13px !important;
        padding-right: 13px !important;
        position: relative
    }

    .header-section .menu-container ul li.hs-menu-depth-1:first-child > a {
        padding-left: 0 !important
    }

    .header-section .menu-container ul li.hs-menu-depth-1.hs-item-has-children:hover > a:before {
        background: #fff;
        bottom: -18px;
        content: "";
        height: 20px;
        left: 50%;
        position: absolute;
        -webkit-transform: rotate(45deg) translateX(-50%);
        transform: rotate(45deg) translateX(-50%);
        width: 20px;
        z-index: 11
    }

    .header-section .menu-container ul li.hs-menu-depth-1:first-of-type.hs-item-has-children:hover > a:before {
        margin-left: -10px
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        line-height: 1.4;
        overflow: visible !important;
        white-space: normal !important
    }

    .header-section .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding-bottom: 8px !important
    }

    .header-section .menu-container ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
        display: block !important
    }

    .header-section .menu-container ul > li.hs-item-has-children > ul.hs-menu-children-wrapper:before {
        display: none !important
    }

    .header-section .menu-container ul > li.hs-item-has-children ul li.hs-menu-depth-2 > ul:before {
        display: none
    }

    .header-section .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper {
        background: #f5f5f5;
        left: 0;
        opacity: 1;
        padding: 0;
        position: relative;
        visibility: visible;
        width: 100%
    }

    .atfx-header .header-section .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
        float: none;
        width: 25%
    }

    .atfx-header .header-section .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 > a {
        font-weight: 400;
        line-height: 1.4
    }

    .atfx-header .header-section .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:first-child:last-child > a {
        font-weight: 700
    }

    .atfx-header .header-section .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
        display: inline-block;
        float: left;
        position: relative;
        z-index: 1
    }

    .atfx-header .header-section .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a {
        font-weight: 700
    }

    .header-section .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 > a {
        color: #24282d;
        font-size: 16px;
        font-weight: 700
    }

    .header-section .right-col .bottom-row .menu-container {
        width: auto
    }

    .header-section .right-col .bottom-row .cta-cont {
        margin-left: auto;
        width: auto
    }

    .header-section .right-col .bottom-row .cta-cont .cta-2 {
        float: right
    }
}

@media (min-width: 981px) and (max-width: 1300px) {
    .header-section .menu-container .custom-menu-primary ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        width: 900px
    }

    .header-section .menu-container ul > li.hs-menu-depth-1:hover > a:after {
        left: 9px !important;
        right: 9px !important
    }

    .header-section .menu-container ul > li.hs-menu-depth-1:first-child:hover > a:after {
        left: 0 !important
    }

    .header-section .menu-container ul li.hs-menu-depth-1 > a {
        padding-left: 9px !important;
        padding-right: 9px !important;
        position: relative
    }

    .header-section .menu-container ul li.hs-menu-depth-1:first-child > a {
        padding-left: 0 !important
    }
}

@media (min-width: 981px) and (max-width: 1200px) {
    .header-section .menu-container .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1 > a {
        font-size: 14px
    }

    .header-section .menu-container ul > li.hs-menu-depth-1:first-child:hover > a:after {
        left: 0 !important
    }

    .header-section .menu-container ul li.hs-menu-depth-1:first-child > a {
        padding-left: 0 !important
    }
}

.atfx-header {
    box-shadow: 0 1px 0 0 transparent;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100% !important;
    z-index: 999
}

.atfx-header.scrolling {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1)
}

body.pdf-popup-open1:after {
    position: fixed !important;
    z-index: 1000 !important
}

.atfx-header .logo-container {
    position: relative;
    z-index: 1
}

.atfx-header .header-section {
    background-color: #fff
}

.atfx-header .header-top-bar {
    position: relative;
    z-index: 3
}

.atfx-header .header-mobile-top-bar {
    position: relative
}

.atfx-header .mobile-trigger:before {
    display: none
}

@media (max-width: 380px) {
    .atfx-header .header-mobile-top-bar .row-fluid .wrapper[class*=span] {
        padding-left: 12px;
        padding-right: 12px
    }
}

.atfx-header .header-mobile-top-bar__full-description, .atfx-header .header-mobile-top-bar__short-description {
    cursor: pointer;
    font-size: 14px
}

.atfx-header .header-mobile-top-bar__full-description > div, .atfx-header .header-mobile-top-bar__short-description > div {
    position: relative;
    z-index: 2
}

.atfx-header .header-mobile-top-bar span {
    padding-right: 0
}

.atfx-header .header-mobile-top-bar .header-mobile-top-bar__short-description {
    display: block
}

.atfx-header .header-mobile-top-bar .header-mobile-top-bar__full-description {
    display: none
}

.atfx-header .header-mobile-top-bar .header-mobile-top-bar__full-description:after, .atfx-header .header-mobile-top-bar .header-mobile-top-bar__short-description:after {
    background-color: #24272c;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    bottom: -15px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: FontAwesome;
    height: 35px;
    left: 50%;
    line-height: 49px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    z-index: 1
}

.atfx-header .header-mobile-top-bar .header-mobile-top-bar__short-description:after {
    content: "\f078"
}

.atfx-header .header-mobile-top-bar .header-mobile-top-bar__full-description:after {
    content: "\f077"
}

@media (max-width: 980px) {
    body.mobile-open .row-fluid .header-section .custom-menu-primary.js-enabled.mobile-nav .hs-menu-wrapper {
        max-height: 100vh;
        overflow: auto;
        top: 100%
    }

    .atfx-header .custom-menu-primary.js-enabled {
        height: 100%
    }

    .atfx-header .header-section .bottom-row .search-icon, body .atfx-header .row-fluid .mobile-trigger {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .atfx-header .header-section .bottom-row .search-icon {
        right: 70px
    }

    .atfx-header .header-section .last__bottom__menu {
        padding-left: 20px;
        padding-right: 20px
    }

    .atfx-header .header-section .last__bottom__menu .hs-cta-wrapper .cta_button {
        display: inline-block;
        font-size: 13px;
        margin-bottom: 16px;
        margin-top: 16px
    }

    .atfx-header .header-section .menu-container .hs-menu-wrapper .cta-2 {
        margin-left: 0
    }
}

@media (min-width: 981px) {
    .row-fluid .header-section .custom-menu-primary.js-enabled.mobile-nav .hs-menu-wrapper {
        max-height: 100% !important
    }
}

.atfx-header .header-section .right-col .top-row > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.atfx-header .header-section .right-col .top-row .simple-menu {
    width: auto
}

.atfx-header .header-section .right-col .top-row .lang-search-cont {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto
}

.atfx-header .header-section .right-col .top-row .lang-search-cont > .row-fluid-wrapper > .row-fluid {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end
}

.atfx-header .header-section .right-col .top-row .lang-search-cont .col-1 {
    min-width: 0;
    width: auto
}

.atfx-header .header-section .right-col .top-row .lang-search-cont .col-1 .language__switcher {
    right: 0
}

.atfx-header .header-section .right-col .top-row .lang-search-cont .col-1 .language__switcher .language__switcher-other {
    left: 50%;
    right: auto;
    top: 21px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.atfx-header .header-section .right-col .top-row .lang-search-cont .col-2 {
    left: 0;
    margin-right: 2.5%
}

.atfx-header .header-section .right-col .top-row .lang-search-cont .col-3 {
    width: auto
}

.atfx-header .header-section .right-col .top-row {
    height: 51.6px;
    min-height: 0 !important;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2
}

.atfx-header .header-section .right-col .top-row > div {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.atfx-header.scrollingDown .header-section .right-col .top-row {
    height: 0
}

.atfx-header.scrollingDown .header-section .right-col .top-row > div {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.atfx-header__mobile-lang-switcher {
    height: 0;
    width: 0
}

@media (min-width: 981px) {
    .atfx-header__mobile-lang-switcher {
        display: none
    }
}

.atfx-header__mobile-lang-switcher .language__switcher-current {
    color: #24282d;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 125px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.atfx-header__mobile-lang-switcher .language__switcher-current:before {
    color: #182c52;
    content: "\f0ac";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 32px;
    line-height: 1
}

.atfx-header .atfx-header__mobile-lang-switcher .language__switcher-other-wrapper {
    background-color: #fff;
    display: none;
    margin: 0;
    max-height: 100vh;
    overflow: auto;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    width: auto;
    z-index: 12
}

.atfx-header .atfx-header__mobile-lang-switcher .language__switcher-other-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 40px
}

.atfx-header .atfx-header__mobile-lang-switcher .language__switcher-other li {
    padding: 5px 20px
}

.atfx-header .atfx-header__mobile-lang-switcher .language__switcher-other a {
    color: #24282d
}

.atfx-header a[href*=javascript] + .child-trigger {
    width: 100% !important
}

.atfx-header .child-trigger i {
    margin-right: 20px !important
}

.atfx-header .header-section .lang-search-cont {
    max-width: 100%
}

[dir=rtl] .atfx-header .header-section .right-col .bottom-row .cta-cont, [dir=rtl] .atfx-header .header-section .right-col .top-row .lang-search-cont, [dir=rtl] .atfx-header .header-section .right-col .top-row .lang-search-cont .col-3 {
    margin-left: 0
}

[dir=rtl] .atfx-header .header-section .right-col .lang-search-cont a.cta_button {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0
}

[dir=rtl] .atfx-header .header-section .right-col .bottom-row .cta-cont {
    margin-right: auto;
    text-align: left
}

[dir=rtl] .popup-section2 .image-container1 {
    left: 20px;
    right: auto
}

[dir=rtl] body .row-fluid .popup-section2 .search-bar form input {
    padding-left: 0;
    padding-right: 50px
}

[dir=rtl] .popup-section2 .search-icon {
    left: 0;
    right: 20px
}

@media (min-width: 981px) {
    [dir=rtl] .header-section .menu-container ul li.hs-menu-depth-1:first-child > a {
        padding-left: 13px !important;
        padding-right: 0 !important
    }
}

@media (max-width: 1300px) and (min-width: 981px) {
    [dir=rtl] .header-section .menu-container ul li.hs-menu-depth-1:first-child > a {
        padding-left: 9px !important
    }
}

@media (min-width: 981px) {
    [dir=rtl] .header-section .menu-container ul > li.hs-menu-depth-1:first-child:hover > a:after {
        left: 13px !important;
        right: 0 !important
    }
}

@media (max-width: 1300px) and (min-width: 981px) {
    [dir=rtl] .header-section .menu-container ul > li.hs-menu-depth-1:first-child:hover > a:after {
        left: 9px !important
    }
}

@media (min-width: 981px) {
    [dir=rtl] .header-section .menu-container ul > li.hs-item-has-children.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
        left: auto !important;
        right: -30px !important
    }

    [dir=rtl] .atfx-header .header-section .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
        float: none
    }

    [dir=rtl] .atfx-header .header-section .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children, [dir=rtl] .atfx-header .header-section .menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:first-child:last-child {
        float: right
    }
}

@media (max-width: 980px) {
    [dir=rtl] .atfx-header .row-fluid .mobile-trigger {
        left: 10px;
        right: auto
    }

    [dir=rtl] .atfx-header .header-section .bottom-row .search-icon {
        left: 70px;
        right: auto
    }

    [dir=rtl] .atfx-header__mobile-lang-switcher .language__switcher-current {
        left: 125px;
        right: auto
    }

    [dir=rtl] .atfx-header .atfx-header__mobile-lang-switcher .language__switcher-other-wrapper {
        left: 0;
        right: auto;
        text-align: right
    }

    [dir=rtl] .atfx-header .custom-menu-primary .hs-menu-wrapper .hs-menu-item .last__bottom__menu a, [dir=rtl] .atfx-header .custom-menu-primary .hs-menu-wrapper .hs-menu-item a, [dir=rtl] .atfx-header .custom-menu-primary .hs-menu-wrapper .top__menu a, [dir=rtl] .atfx-header .mobile-trigger {
        text-align: right
    }

    [dir=rtl] .atfx-header .child-trigger {
        left: 0;
        right: auto
    }

    [dir=rtl] .atfx-header .child-trigger i {
        margin-left: 20px !important;
        margin-right: auto !important
    }

    [dir=rtl] .atfx-header .header-section .right-col .bottom-row .cta-cont {
        margin-left: auto;
        margin-right: 0;
        text-align: right
    }

    [dir=rtl] .atfx-header .header-section .last__bottom__menu {
        text-align: right
    }
}

@media (max-width: 767px) {
    [dir=rtl] .header-mobile-top-bar span strong {
        padding-left: 20px;
        padding-right: 0
    }

    [dir=rtl] .atfx-header .header-section .left-col {
        float: right
    }
}

/*! grid.scss */
.flex-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    width: auto
}

/*! footer.scss */
body .row-fluid-wrapper .row-fluid .footer-section .top-row .col-2 ul li a {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    white-space: normal
}

@media (min-width: 768px) {
    body .row-fluid-wrapper .row-fluid .footer-section .top-row .col-2 ul li a {
        margin-right: 20px;
        padding-right: 21px
    }
}

body .row-fluid-wrapper .row-fluid .footer-section .top-row .col-2 ul li a:after {
    background-color: rgba(15, 44, 82, .3);
    content: "";
    display: none;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px
}

@media (min-width: 768px) {
    body .row-fluid-wrapper .row-fluid .footer-section .top-row .col-2 ul li a:after {
        display: block
    }
}

body .row-fluid-wrapper .row-fluid .footer-section .top-row .col-2 ul li:last-of-type a:after {
    display: none
}

.footer-section .top-row .top-row__left-col .col-1, .footer-section .top-row .top-row__left-col .col-2, body .footer-section .top-row .col-2--full-width {
    width: 100%
}

@media (min-width: 768px) {
    body .footer-section .bottom-row {
        padding-bottom: 50px
    }
}

.footer-section .bottom-row .top-row {
    background-color: inherit;
    padding: 0 20px
}

.footer-section .bottom-row .top-row > .row-fluid-wrapper > .row-fluid {
    -ms-flex-pack: justify;
    border-top: 1px solid #d3d2d2;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 25px;
    padding-top: 40px
}

@media (min-width: 768px) {
    .footer-section .bottom-row .top-row > .row-fluid-wrapper > .row-fluid {
        margin-bottom: 0;
        margin-top: 50px;
        padding-top: 50px
    }
}

.footer-section .bottom-row .top-row .col-1 {
    margin-right: auto
}

html[dir=rtl] .footer-section .bottom-row .top-row .col-1 {
    margin-left: auto;
    margin-right: 0
}

.footer-section .bottom-row .top-row .col-2 {
    margin-left: auto
}

[dir=rtl] body .row-fluid-wrapper .row-fluid .footer-section .top-row .col-2 ul li {
    float: right
}

@media (min-width: 768px) {
    [dir=rtl] body .row-fluid-wrapper .row-fluid .footer-section .top-row .col-2 ul li a {
        margin-left: 20px;
        margin-right: 0;
        padding-left: 21px;
        padding-right: 0
    }
}

[dir=rtl] body .row-fluid-wrapper .row-fluid .footer-section .top-row .col-2 ul li a:after {
    left: 20px;
    right: auto
}

@media (min-width: 768px) {
    [dir=rtl] .footer-section .top-row .col-3 {
        margin-left: 0;
        margin-right: auto
    }
}

[dir=rtl] .footer-section .top-row .col-3 ul {
    padding: 0;
    text-align: left
}

[dir=rtl] .footer-section .top-row .col-3 ul li {
    margin-left: 15px;
    margin-right: 0
}

[dir=rtl] .footer-section .top-row .col-3 ul li:last-child {
    margin-left: 0
}

@media (max-width: 1024px) {
    [dir=rtl] .footer-section .top-row .col-3 ul li {
        margin-left: 4px
    }
}

@media (max-width: 767px) {
    [dir=rtl] .footer-section .top-row .col-3 ul {
        padding: 0;
        text-align: right
    }
}

body div#hs-eu-cookie-confirmation {
    bottom: 0 !important;
    position: fixed !important;
    top: auto !important
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1)
}

body div#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    padding-right: 10px
}

@media (min-width: 576px) {
    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
        padding-right: 20px
    }
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    margin-bottom: 10px
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    margin-top: 0 !important;
    width: auto
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    background-color: transparent !important;
    border: none;
    border: 1px solid transparent !important;
    border-radius: 30px;
    box-shadow: 0 30px 60px 0 rgba(15, 44, 82, .1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 0;
    padding: 7px 20px !important;
    position: relative;
    text-align: center;
    -webkit-transition: all 0s ease-in;
    transition: all 0s ease-in;
    white-space: nowrap;
    z-index: 1
}

@media (min-width: 576px) {
    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
        padding: 12px 30px !important
    }
}

@media (min-width: 768px) {
    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
        font-size: 14px !important;
        padding: 12px 40px !important
    }
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a:first-of-type:last-of-type {
    margin-right: 0 !important
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8055), to(#f2672a)) !important;
    background-image: -o-linear-gradient(top, #ff8055 0, #f2672a 100%) !important;
    background-image: linear-gradient(180deg, #ff8055, #f2672a) !important
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c4d7a), to(#0f2c52)) !important;
    background-image: -o-linear-gradient(top, #2c4d7a 0, #0f2c52 100%) !important;
    background-image: linear-gradient(180deg, #2c4d7a, #0f2c52) !important;
    color: #fff !important
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8055), to(#f2672a)) !important;
    background-image: -o-linear-gradient(top, #ff8055 0, #f2672a 100%) !important;
    background-image: linear-gradient(180deg, #ff8055, #f2672a) !important;
    color: #fff !important
}

/*! ===============  MODULES  =============== */
[dir=rtl] .brochure-accordion-cm .accordion_group.expanded h4:after, [dir=rtl] .brochure-accordion-cm .accordion_header h4:after {
    left: 200px;
    right: auto
}

@media (max-width: 1250px) {
    [dir=rtl] body .row-fluid .brochure-accordion-cm .accordion_header h4 {
        padding-left: 240px;
        padding-right: 20px
    }

    [dir=rtl] .brochure-accordion-cm .accordion_group.expanded h4:after, [dir=rtl] .brochure-accordion-cm .accordion_header h4:after {
        left: 20px
    }
}

@media (max-width: 1024px) {
    [dir=rtl] .brochure-accordion-cm .accordion_header h4 span {
        padding-left: 20px;
        padding-right: 0
    }
}

@media (max-width: 767px) {
    [dir=rtl] body .row-fluid .brochure-accordion-cm .accordion_header h4 {
        padding-left: 20px
    }

    [dir=rtl] .brochure-accordion-cm .accordion_header h4 span {
        padding-left: 30px
    }
}

.homepage-banner-cm-slider > div {
    display: none !important
}

.homepage-banner-cm-slider > div:first-of-type {
    display: block !important
}

.homepage-banner-cm--advanced {
    float: left !important;
    margin: 0 !important;
    position: relative
}

.homepage-banner-cm__video {
    overflow: hidden
}

.homepage-banner-cm__mask, .homepage-banner-cm__video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.homepage-banner-cm__video video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.homepage-banner-cm--advanced .wrapper {
    position: relative;
    z-index: 1
}

.homepage-banner-cm-slider .slick-dots {
    -ms-flex-align: center;
    align-items: center;
    bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    list-style: none;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 767px) {
    .homepage-banner-cm-slider .slick-dots {
        bottom: 10px
    }
}

.homepage-banner-cm-slider .slick-dots li {
    margin-left: 10px;
    margin-right: 10px
}

.homepage-banner-cm-slider .slick-dots li:before {
    display: none
}

.homepage-banner-cm-slider .slick-dots li button {
    -webkit-appearance: none;
    background-color: #f2672a;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    height: 12px;
    opacity: .7;
    outline: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 12px
}

.homepage-banner-cm-slider .slick-dots li button:hover {
    background-color: #0f2c52;
    opacity: 1
}

.homepage-banner-cm-slider .slick-dots li.slick-active button {
    opacity: 1;
    pointer-events: none
}

.hs-blog-listing .blog-listing-content.atfx-blog-listing {
    display: block
}

.news-section1 .full-width .left-col {
    width: 100%
}

.atfx-blog-listing {
    padding-bottom: 70px;
    padding-top: 33px
}

.atfx-blog-listing .post-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.atfx-blog-listing .blog-listing-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%
}

.atfx-blog-listing .blog-listing-heading h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 5px;
    margin-right: 20px;
    white-space: nowrap
}

[dir=rtl] .atfx-blog-listing .blog-listing-heading h2 {
    margin-left: 20px;
    margin-right: 0
}

.atfx-blog-listing .blog-listing-heading__line {
    background-color: #d3d2d2;
    display: inline-block;
    height: 1px;
    width: 100%
}

.atfx-blog-listing .post-item {
    margin-bottom: 30px;
    padding: 0 10px;
    width: 100%
}

@media (min-width: 768px) {
    .atfx-blog-listing .post-item {
        max-width: 33.33%
    }
}

.atfx-blog-listing .post-body {
    border-radius: 6px;
    box-shadow: 0 30px 60px 0 rgba(15, 44, 82, .1);
    height: 100%;
    position: relative
}

.atfx-blog-listing .hs-featured-image-wrapper {
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-bottom: 56.6%;
    width: 100%
}

.atfx-blog-listing .text-container {
    padding: 18px 17px 62px
}

.atfx-blog-listing .post-header h3 {
    font-size: 19.48px;
    font-weight: 300;
    line-height: 26.56px
}

.atfx-blog-listing .post-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.atfx-blog-listing .post-details .left-column {
    padding-right: 20px;
    position: relative
}

[dir=rtl] .atfx-blog-listing .post-details .left-column {
    padding-left: 20px;
    padding-right: 0
}

.atfx-blog-listing .post-details .left-column:before {
    background: #0f2c52;
    bottom: 5px;
    content: "";
    position: absolute;
    right: 9px;
    top: 4px;
    width: .5px
}

[dir=rtl] .atfx-blog-listing .post-details .left-column:before {
    left: 9px;
    right: auto
}

.atfx-blog-listing .post-details .author-link, .atfx-blog-listing .post-details .date {
    color: #0f2c52;
    font-size: 14.16px;
    line-height: 23.02px
}

.atfx-blog-listing .cta-container {
    bottom: 18px;
    left: 17px;
    margin-left: 0;
    margin-top: 6px;
    position: absolute;
    right: 17px;
    width: auto
}

.atfx-blog-listing .cta-container a {
    color: #f2672a;
    font-size: 15.93px;
    font-weight: 700;
    line-height: 1;
    padding-left: 37px;
    position: relative
}

[dir=rtl] .atfx-blog-listing .cta-container a {
    padding-left: 0;
    padding-right: 37px
}

.atfx-blog-listing .cta-container a:before {
    background: url(../image/arrow.png) 50%/cover no-repeat;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 14px
}

[dir=rtl] .atfx-blog-listing .cta-container a:before {
    left: auto;
    right: 0;
    transform: rotate(180deg)
}

.atfx-blog-listing .cta-container a:hover:before {
    background-image: url(../image/BlueArrowRight.png)
}

.atfx-blog-listing .ias-trigger {
    max-width: 100%;
    width: 100%
}

.atfx-blog-listing .ias-trigger a {
    max-width: 230px
}

@media (max-width: 1024px) {
    .atfx-blog-listing .ias-trigger a {
        font-size: 14px;
        padding: 12px 0
    }
}

@media (max-width: 767px) {
    .atfx-blog-listing .ias-trigger a {
        padding: 6.5px 0
    }
}

.atfx-blog-listing .ias-spinner {
    width: 100%
}

body .row-fluid .profileAuthor-img {
    margin-bottom: 20px !important;
    margin-right: 20px
}

body .row-fluid .pAuthor-Name {
    margin-bottom: 20px !important
}

.row-fluid .profile-Social ul {
    margin-top: 0
}

[dir=rtl] body .row-fluid .profileAuthor-img {
    margin-left: 20px;
    margin-right: 0
}

@media (max-width: 767px) {
    .row-fluid .Profile-Outer-Row div {
        width: 100%
    }
}

.atfx-blog-email-subscription {
    margin-bottom: 70px
}

.atfx-blog-email-subscription .form-title {
    text-align: center
}

.atfx-blog-email-subscription form .legal-consent-container .hs-form-booleancheckbox {
    border-bottom: none;
    height: auto
}

.atfx-blog-email-subscription form .legal-consent-container .hs-form-booleancheckbox label span, .atfx-blog-email-subscription form .legal-consent-container p {
    font-size: 14px;
    line-height: 21px
}

.atfx-blog-email-subscription form .legal-consent-container .hs-form-booleancheckbox label {
    cursor: pointer
}

.atfx-blog-email-subscription form .legal-consent-container p {
    display: inline-block
}

.atfx-blog-email-subscription .legal-consent-container .hs-form-booleancheckbox-display > span {
    margin-left: 0
}

.atfx-blog-email-subscription form input[type=checkbox] {
    opacity: 0;
    position: absolute !important
}

.atfx-blog-email-subscription form input[type=checkbox] + span {
    padding-left: 23px;
    position: relative
}

.atfx-blog-email-subscription form input[type=checkbox] + span:before {
    border: 1px solid #0f2c52;
    border-radius: 3px;
    color: transparent;
    content: "";
    content: "\f00c";
    display: block;
    font-family: FontAwesome;
    font-size: 10px;
    height: 12px;
    left: 0;
    line-height: 13px;
    position: absolute;
    text-align: center;
    top: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 12px
}

.atfx-blog-email-subscription form input[type=checkbox]:checked + span:before {
    border-color: #f2895b;
    color: #f2895b
}

.atfx-blog-email-subscription form input[type=submit] {
    min-width: 210px
}

.atfx-blog-email-subscription .submitted-message {
    color: #0f2c52;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px
}

.heading-cont h4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.heading-cont h4:after {
    display: none
}

.heading-cont h4 span:first-of-type {
    margin-right: 20px;
    white-space: nowrap
}

[dir=rtl] .heading-cont h4 span:first-of-type {
    margin-left: 20px;
    margin-right: 0
}

.heading-cont__line {
    background-color: #d3d2d2;
    display: inline-block;
    height: 1px;
    width: 100%
}

.blog-post-slider1 {
    position: relative
}

.blog-post-slider1 .slider-cont .cm-container .image-container img {
    height: auto !important
}

body .breadcrumb-cm ul li a {
    font-size: 14px
}

@media (max-width: 767px) {
    body .breadcrumb-cm ul li {
        display: inline-block
    }

    body .breadcrumb-cm ul li:first-child {
        margin-right: 0
    }

    .breadcrumb-cm ul li a:after {
        top: 10px
    }

    body .breadcrumb-cm ul li:first-child:after {
        display: none
    }

    body .breadcrumb-cm ul li:last-child {
        padding-left: 0
    }

    body .breadcrumb-cm ul li:last-child a:before {
        display: none
    }
}

[dir=rtl] .breadcrumb-cm ul li {
    margin-right: 0;
    margin-right: 0 !important;
    padding-left: 20px;
    padding-right: 0
}

[dir=rtl] .breadcrumb-cm ul li a:after {
    left: 0;
    right: auto;
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

@media (max-width: 767px) {
    [dir=rtl] .breadcrumb-cm ul li:first-child {
        margin-left: 0;
        margin-right: 0
    }

    [dir=rtl] .breadcrumb-cm ul li:first-child:after {
        left: -17px;
        right: auto
    }

    [dir=rtl] .breadcrumb-cm ul li:last-child {
        padding-left: 0;
        padding-right: 0
    }

    [dir=rtl] .breadcrumb-cm ul li:last-child a:before {
        left: auto;
        right: 0;
        -webkit-transform: scale(-1);
        transform: scale(-1)
    }
}

.ov-brochure-section1 {
    padding: 78px 0 55px
}

.ov-brochure-section1 .align-items-center > span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body .row-fluid .ov-brochure-section1 .wrapper {
    max-width: 1280px
}

.ov-brochure-section1 .cm-container .image-container {
    margin-bottom: 25px
}

body .row-fluid .ov-brochure-section1 .four-col-adjust span > .hs_cos_wrapper {
    margin-bottom: 26px
}

@media (max-width: 1024px) {
    .ov-brochure-section1 {
        padding: 60px 0 40px
    }
}

@media (max-width: 767px) {
    .ov-brochure-section1 .heading-container h1 {
        font-size: 27px;
        line-height: 32.4px;
        margin-bottom: 10px
    }

    .ov-brochure-section1 {
        padding: 49px 0 40px
    }

    .ov-brochure-section1 .cm-container .image-container {
        margin-bottom: 16px
    }

    .brochure-section1-slider.brochure-section1-slider--2-slides {
        width: 100%
    }

    .brochure-section1-slider.brochure-section1-slider--2-slides ul.slick-dots {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .brochure-section1-slider .image-container img {
        display: inline-block
    }
}

.row-fluid .brochure-section2.span12 {
    float: left;
    width: 100%
}

.brochure-section2 .three-col-adjust span > .hs_cos_wrapper:hover .cm-container a {
    color: #f2672a
}

.brochure-section2 .three-col-adjust--center {
    text-align: center
}

.brochure-section2 .three-col-adjust .content-desc h5 {
    padding-left: 0
}

.brochure-section2 .three-col-adjust .content-desc h5:before {
    display: none
}

@media (max-width: 480px) {
    .brochure-section2 .cm-container .content-desc p {
        max-width: 100%
    }
}

.row-fluid .atfx-brochure-section4.span12 {
    float: left;
    width: 100%
}

.atfx-brochure-section4.brochure-section4 .row-1 .left-col, .atfx-brochure-section4.brochure-section4 .row-1 .right-col {
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .atfx-brochure-section4.brochure-section4 .row-1 .left-col, .atfx-brochure-section4.brochure-section4 .row-1 .right-col {
        margin-bottom: 20px
    }
}

.atfx-brochure-section4.brochure-section4 li {
    color: #0f2c52;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px
}

@media (max-width: 767px) {
    .atfx-brochure-section4.brochure-section4 li {
        font-size: 16px;
        line-height: 26px
    }
}

.atfx-brochure-section4.brochure-section4 .align-left {
    text-align: left
}

.atfx-brochure-section4.brochure-section4 .row-3 {
    display: block
}

.atfx-brochure-section4.brochure-section4 .row-3 .cta_button {
    margin-bottom: 16px
}

.atfx-brochure-section4--hide-hr.brochure-section4 .wrapper:after {
    display: none
}

@media (min-width: 768px) {
    [dir=rtl] body .row-fluid .brochure-section2 .three-col-adjust span > .hs_cos_wrapper {
        margin-left: 7.8%;
        margin-right: 0
    }

    [dir=rtl] body .row-fluid .brochure-section2 .three-col-adjust span > .hs_cos_wrapper:nth-child(3n) {
        margin-left: 0
    }

    [dir=rtl] .news-traders-cm .row-fluid > [class*=span] {
        float: right
    }

    [dir=rtl] .news-traders-cm .left-col:after {
        left: 0;
        right: auto
    }

    [dir=rtl] .news-traders-cm .right-col, [dir=rtl] .news-traders-cm .right-column {
        margin-left: 0;
        margin-right: 2.127659574%
    }

    [dir=rtl] .news-traders-cm .right-col {
        padding-left: 0;
        padding-right: 20px
    }
}

.aftx-brochure-tables-banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.aftx-brochure-tables-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px
}

.aftx-brochure-table-box {
    margin-bottom: 20px;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

.aftx-brochure-table-box__inner {
    border-radius: 15px;
    padding: 0
}

.aftx-brochure-tables-banner .aftx-brochure-table table {
    border-collapse: separate;
    border-spacing: 0 4px;
    width: 100%
}

.aftx-brochure-tables-banner .aftx-brochure-table table td:first-of-type, .aftx-brochure-tables-banner .aftx-brochure-table table th:first-of-type {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    text-align: center
}

.aftx-brochure-tables-banner .aftx-brochure-table table td:first-of-type {
    border-left: 4px solid #f2672a;
    text-transform: uppercase
}

.aftx-brochure-tables-banner .aftx-brochure-table table td:last-of-type, .aftx-brochure-tables-banner .aftx-brochure-table table th:last-of-type {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.aftx-brochure-tables-banner .aftx-brochure-table table th {
    border: none;
    color: #fff;
    padding: 5px 6px;
    text-align: left;
    vertical-align: middle
}

.aftx-brochure-tables-banner .aftx-brochure-table table td {
    border-left: none;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 10px 15px;
    text-align: left;
    vertical-align: middle
}

@media (max-width: 375px) {
    .aftx-brochure-tables-banner .aftx-brochure-table table td {
        padding: 10px 3px
    }
}

.aftx-brochure-tables-banner .aftx-brochure-table table td > div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 480px) {
    .aftx-brochure-tables-banner .aftx-brochure-table table td > div {
        word-break: keep-all
    }
}

.aftx-brochure-tables-banner .aftx-brochure-table table td:first-of-type > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 576px) {
    .aftx-brochure-tables-banner .aftx-brochure-table table td:first-of-type > div {
        white-space: nowrap
    }
}

.aftx-brochure-table__column-tag {
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 3px;
    display: inline-block;
    margin: 2px;
    min-width: 13.67%;
    padding: 3px 5px;
    text-align: center
}

.aftx-brochure-tables-banner .aftx-brochure-table.aftx-brochure-table--top-headers table td, .aftx-brochure-tables-banner .aftx-brochure-table.aftx-brochure-table--top-headers table th {
    text-align: center
}

.aftx-brochure-tables-banner .aftx-brochure-table.aftx-brochure-table--top-headers table td > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .aftx-brochure-tables-banner .aftx-brochure-table:not(.aftx-brochure-table--top-headers) table, .aftx-brochure-tables-banner .aftx-brochure-table:not(.aftx-brochure-table--top-headers) tbody, .aftx-brochure-tables-banner .aftx-brochure-table:not(.aftx-brochure-table--top-headers) td, .aftx-brochure-tables-banner .aftx-brochure-table:not(.aftx-brochure-table--top-headers) th {
        display: block;
        width: 100%
    }

    .aftx-brochure-tables-banner .aftx-brochure-table:not(.aftx-brochure-table--top-headers) tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px
    }

    .aftx-brochure-tables-banner .aftx-brochure-table table td {
        background-color: transparent
    }

    .aftx-brochure-tables-banner .aftx-brochure-table:not(.aftx-brochure-table--top-headers) table td:first-of-type {
        border-radius: 4px
    }

    .aftx-brochure-tables-banner .aftx-brochure-table:not(.aftx-brochure-table--top-headers) table td:nth-child(n+2) {
        border: none
    }

    .aftx-brochure-tables-banner .aftx-brochure-table:not(.aftx-brochure-table--top-headers) table td > div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .aftx-brochure-table__column-tag {
        min-width: 100px
    }
}

.aftx-brochure-tables-banner.brochure-section2 {
    text-align: center
}

@media (max-width: 767px) {
    .aftx-brochure-tables-banner.brochure-section2 .link-container p {
        padding-right: 0
    }
}

[dir=rtl] .aftx-brochure-tables-banner .aftx-brochure-table table td:first-of-type, [dir=rtl] .aftx-brochure-tables-banner .aftx-brochure-table table th:first-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    text-align: center
}

[dir=rtl] .aftx-brochure-tables-banner .aftx-brochure-table table td:first-of-type {
    border-left: 1px solid #fff;
    border-right: 4px solid #f2672a
}

[dir=rtl] .aftx-brochure-tables-banner .aftx-brochure-table table td:last-of-type, [dir=rtl] .aftx-brochure-tables-banner .aftx-brochure-table table th:last-of-type {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0
}

[dir=rtl] .aftx-brochure-tables-banner .aftx-brochure-table table td {
    border-left: 1px solid #fff;
    border-right: 0
}

.row-fluid .cluster-section1.span12, .row-fluid .cluster-section2.span12, .row-fluid .cluster-section3.span12 {
    float: left;
    width: 100%
}

.atfx-cluster-section2.atfx-cluster-section2--video-only {
    margin-bottom: 70px
}

.atfx-cluster-section2.atfx-cluster-section2--image .right-col .video-container--relative {
    left: 0;
    position: relative
}

@media (min-width: 768px) {
    .atfx-cluster-section2.atfx-cluster-section2--image .right-col .video-container--relative {
        margin-bottom: -100px;
        padding-left: 25px
    }
}

.atfx-cluster-section2.atfx-cluster-section2--video-only .right-col {
    float: none;
    margin-bottom: -100px;
    margin-left: auto !important;
    margin-right: auto;
    margin-top: 0
}

@media (max-width: 991px) {
    .atfx-cluster-section2.atfx-cluster-section2--video-only .right-col {
        width: 100%
    }
}

.atfx-cluster-section2.atfx-cluster-section2--video-only .right-col .video-container {
    left: 0;
    padding-bottom: 56.6%;
    position: relative;
    top: 0;
    width: 100%
}

.atfx-cluster-section2.atfx-cluster-section2--video-only .right-col .video-container > div {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.atfx-cluster-section2.atfx-cluster-section2--video-only.cluster-section2 .right-col .video-container iframe {
    height: 100% !important;
    width: 100%
}

.row-fluid .fullwidth.wrapper {
    float: none;
    max-width: 860px
}

.row-fluid .btnStyle1 a {
    background-color: #ff8055;
    border-radius: 30px;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin: 35px 0 0;
    min-width: 210px;
    padding: 10px 30px;
    text-align: center
}

.row-fluid .btnStyle1 a:hover {
    background: #24282d !important;
    color: #fff !important
}

.row-fluid .contact-drop {
    float: left;
    padding-bottom: 50px;
    position: relative;
    width: 100%
}

.row-fluid .contact-Dleft, .row-fluid .contact-Dright {
    margin-bottom: 40px
}

.row-fluid .contact-Dright[class*=span] {
    margin-left: 0
}

.row-fluid .contact-Dleft ul li:before {
    display: none
}

.row-fluid .contact-Dleft ul li {
    margin: 0
}

.row-fluid .contact-dropdown {
    position: relative
}

.row-fluid .columnCommon {
    margin: 10px 0
}

.row-fluid .columnCommon > ul {
    float: left;
    margin: 0;
    width: 100%
}

.row-fluid .columnCommon > ul > li:first-child {
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-right: 20px
}

.row-fluid .columnCommon > ul > li:last-child {
    float: left;
    font-size: 16px;
    margin: 0;
    max-width: 80%
}

.row-fluid .addressBox {
    display: none
}

.row-fluid .addressBox:first-child {
    display: block
}

.row-fluid .Con-title h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 40px
}

.row-fluid .contact-dropdown .Cdrop {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    position: relative;
    width: 100%
}

.row-fluid .contact-dropdown ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2x
}

.row-fluid .contact-dropdown label.Cdrop {
    cursor: pointer;
    line-height: 26px;
    padding-right: 30px;
    position: relative
}

.row-fluid .contact-dropdown label.Cdrop:before {
    content: "\f107";
    font-family: fontawesome;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 5px
}

.row-fluid .Cdropdoen-menu {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 30px 2px rgba(0, 0, 0, .2);
    display: none;
    left: 0;
    min-width: 380px;
    padding: 10px;
    position: absolute;
    top: 100%;
    width: 380px;
    z-index: 3
}

.row-fluid .Cdropdoen-menu > ul {
    max-height: 190px;
    overflow-y: auto
}

.row-fluid .Cdropdoen-menu > ul::-webkit-scrollbar {
    width: 3px
}

.row-fluid .Cdropdoen-menu > ul::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #c1c1c1;
    box-shadow: inset 0 0 5px #c1c1c1
}

.row-fluid .Cdropdoen-menu > ul::-webkit-scrollbar-thumb {
    background: #24282d;
    border-radius: 10px;
    width: 5px
}

.row-fluid .Cdropdoen-menu > ul::-webkit-scrollbar-thumb:hover {
    background: #000
}

.row-fluid .contact-dropdown {
    display: inline-block;
    margin: 10px 0;
    max-width: 100%;
    min-width: 250px
}

.row-fluid .contact-dropdown ul li {
    background-color: #fff;
    color: #24282d;
    cursor: pointer;
    font-weight: 400;
    padding: 10px
}

.row-fluid .contact-dropdown ul li:hover {
    background-color: #f5f5f5
}

.row-fluid .Cdropdoen-menu.drop-coun {
    opacity: 1;
    visibility: visible
}

.row-fluid .popForm {
    max-height: 60vh;
    overflow-y: auto
}

.row-fluid .popForm::-webkit-scrollbar {
    width: 5px
}

.row-fluid .popForm::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px grey
}

.row-fluid .popForm::-webkit-scrollbar-thumb {
    background: #24282d;
    border-radius: 10px
}

.row-fluid .popForm::-webkit-scrollbar-thumb:hover {
    background: #000
}

.row-fluid .popForm .submitted-message {
    font-weight: 300;
    text-align: center
}

.row-fluid .popForm .submitted-message h4 {
    color: #24282d;
    font-size: 24px;
    font-weight: 300
}

.row-fluid .popForm .submitted-message a {
    background-color: #ff8055;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    margin: 30px 0 0;
    min-width: 200px;
    padding: 10px 25px
}

.row-fluid .contact-Dright h4 {
    color: #24282d;
    font-size: 24px;
    margin: 0 0 20px
}

.row-fluid .mypopWrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: rgba(0, 0, 0, .7);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999
}

.oPopup .row-fluid .mypopWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.row-fluid .mypopWrapper .mypopInner {
    display: inline-block;
    float: none;
    margin: 0 0 10px;
    max-width: 750px;
    padding: 0 10px;
    text-align: left
}

.row-fluid .mypopWrapper .mypopMain {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 45px -20px rgba(0, 0, 0, .3);
    padding: 40px 60px
}

.row-fluid .mypopWrapper .mypopMain.submitted > h4 {
    display: none
}

.row-fluid .mypopWrapper .mypopMain .closeBtn {
    display: none;
    text-align: center
}

.row-fluid .mypopWrapper .mypopMain .closeBtn a {
    font-size: 16px
}

.row-fluid .mypopWrapper .mypopMain .closeBtn span {
    font-weight: 300
}

.row-fluid .mypopWrapper .mypopMain.submitted .closeBtn {
    display: block
}

.row-fluid .mypopWrapper .mypopMain > h4 {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 30px;
    text-align: center
}

.row-fluid .mypopWrapper .mypopMain fieldset {
    max-width: 100%
}

.row-fluid .mypopWrapper .mypopInner > a {
    color: #fff !important;
    float: right;
    font-size: 16px;
    margin: 10px 0
}

.row-fluid .mypopWrapper .hs-form-field > label {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    margin: 0
}

.row-fluid .popForm .hs_error_rollup, .row-fluid .popForm h3 {
    display: none
}

.row-fluid .mypopWrapper form {
    position: relative
}

.row-fluid .mypopWrapper form ::-webkit-input-placeholder {
    color: #212c66;
    line-height: 24px
}

.row-fluid .mypopWrapper form :-ms-input-placeholder {
    color: #212c66;
    line-height: 24px
}

.row-fluid .mypopWrapper form ::-moz-placeholder {
    color: #212c66;
    line-height: 24px
}

.row-fluid .mypopWrapper form ::-ms-input-placeholder {
    color: #212c66;
    line-height: 24px
}

.row-fluid .mypopWrapper form ::placeholder {
    color: #212c66;
    line-height: 24px
}

.row-fluid .mypopWrapper form .error {
    color: red
}

.row-fluid .mypopWrapper form .error::-webkit-input-placeholder {
    color: red
}

.row-fluid .mypopWrapper form .error:-ms-input-placeholder {
    color: red
}

.row-fluid .mypopWrapper form .error::-moz-placeholder {
    color: red
}

.row-fluid .mypopWrapper form .error::-ms-input-placeholder {
    color: red
}

.row-fluid .mypopWrapper form .error::placeholder {
    color: red
}

.row-fluid .mypopWrapper form .hs-error-msg {
    color: red;
    float: left;
    margin: -15px 0 10px;
    width: 100%
}

.row-fluid .mypopWrapper .hs_submit .hs-button {
    background-color: #ff8055;
    border: none;
    border-radius: 30px;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin: 35px 0 0;
    min-width: 180px;
    padding: 10px 30px;
    text-align: center
}

.row-fluid .mypopWrapper .hs_submit .hs-button:hover {
    background-color: #24282d
}

.row-fluid .mypopWrapper form input:not([type=submit]), .row-fluid .mypopWrapper form textarea {
    line-height: 1
}

.row-fluid .mypopWrapper form textarea {
    border: 2px solid #f2f2f2;
    border-radius: 5px;
    font-size: 16px;
    height: auto;
    line-height: 24px;
    margin: 8px 0;
    min-height: 150px;
    padding: 10px 20px;
    resize: vertical;
    width: 100%
}

@media (max-width: 991px) {
    .row-fluid .Cdropdoen-menu {
        width: 100%
    }
}

@media (max-width: 767px) {
    .row-fluid .contact-Dleft[class*=span], .row-fluid .contact-Dright[class*=span] {
        float: left;
        width: 100%
    }

    .row-fluid .Con-title h3 {
        line-height: 36px
    }

    .row-fluid .columnCommon.cdAddress > ul > li:last-child {
        max-width: 66%
    }

    .row-fluid .contact-dropdown label.Cdrop {
        width: auto
    }

    .row-fluid .mypopWrapper .mypopMain {
        padding: 30px
    }

    .row-fluid .mypopWrapper form {
        display: block;
        padding-bottom: 0
    }

    .row-fluid .mypopWrapper form > .form-columns-1:nth-child(2), .row-fluid .mypopWrapper form > .form-columns-3:first-child {
        margin: 0;
        width: 100%
    }

    .row-fluid .mypopWrapper form > .form-columns-1:nth-child(2) textarea {
        position: static
    }

    .row-fluid .mypopWrapper .hs_submit {
        float: left;
        position: static
    }

    .row-fluid .mypopWrapper form > .form-columns-3:first-child input[type=email], .row-fluid .mypopWrapper form > .form-columns-3:first-child input[type=number], .row-fluid .mypopWrapper form > .form-columns-3:first-child input[type=tel], .row-fluid .mypopWrapper form > .form-columns-3:first-child input[type=text] {
        width: 100%
    }
}

@media (max-width: 575px) {
    .row-fluid .Cdropdoen-menu {
        min-width: calc(100vw - 40px)
    }
}

.contact-Dleft__inner {
    text-align: left
}

@media (min-width: 1300px) {
    .contact-Dleft__inner {
        margin-left: auto
    }
}

[dir=rtl] .row-fluid .contact-Dleft {
    float: right
}

[dir=rtl] .contact-Dleft__inner {
    text-align: right
}

[dir=rtl] .row-fluid .contact-Dright {
    margin-left: 0;
    margin-right: 2.127659574%
}

[dir=rtl] .row-fluid .mypopWrapper .hs-form-field > label {
    text-align: right
}

[dir=rtl] .row-fluid .cdIphone li:nth-of-type(2), [dir=rtl] .row-fluid .cdPhone li:nth-of-type(2) {
    direction: ltr
}

@media (min-width: 1280px) {
    [dir=rtl] .row-fluid .contact-Dright {
        margin-right: 2.564102564%
    }
}

@media (max-width: 767px) {
    [dir=rtl] .row-fluid .mypopWrapper .hs_submit {
        float: right
    }

    [dir=rtl] .row-fluid .contact-Dright {
        margin-right: 0
    }
}

[dir=rtl] .row-fluid .Cdropdoen-menu {
    left: auto;
    right: 0
}

[dir=rtl] .row-fluid .contact-Dleft ul li {
    margin: 0
}

[dir=rtl] .row-fluid .columnCommon > ul > li:first-child, [dir=rtl] .row-fluid .columnCommon > ul > li:last-child {
    float: right
}

[dir=rtl] .row-fluid .columnCommon > ul > li:first-child {
    padding-left: 20px;
    padding-right: 0
}

@media (min-width: 1300px) {
    [dir=rtl] .contact-Dleft__inner {
        margin-left: 0;
        margin-right: auto
    }
}

.demoAccount .row-fluid input[type=email], .demoAccount .row-fluid input[type=number], .demoAccount .row-fluid input[type=tel], .demoAccount .row-fluid input[type=text], .demoAccount .row-fluid select, .demoAccount .row-fluid textarea {
    width: 100% !important
}

.demoAccount .hs_recaptcha {
    margin-top: 20px
}

.row-fluid .demoAccount .wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

body .row-fluid .demoAccount .bootstrap-select > .dropdown-toggle {
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: Muli, Sans-serif;
    outline: none !important;
    padding: 0 0 0 45px
}

body .row-fluid .demoAccount .bootstrap-select {
    background: url(../image/Dropdown-Shap1.png) no-repeat top 17px right 10px/15px auto
}

.row-fluid .demoAccount .lp-Form .hs-form-field.hs_country_code_dropdown button, body .row-fluid .demoAccount .lp-Form .hs-form-field.hs_country_of_residence button {
    background-position: left 5px center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    min-height: 20px
}

body .row-fluid .demoAccount .bootstrap-select > .dropdown-menu {
    display: none
}

body .row-fluid .demoAccount .bootstrap-select.open > .dropdown-menu {
    display: block
}

body .row-fluid .demoAccount .bootstrap-select > .dropdown-menu a {
    display: block;
    padding: 10px
}

body.row-fluid .demoAccount .bootstrap-select > .dropdown-menu a > span.text {
    background-position: left 0 top 5px;
    background-repeat: no-repeat;
    background-size: 25px auto;
    padding-left: 30px
}

body .row-fluid .demoAccount {
    background-color: #f5f5f5;
    float: left;
    font-weight: 300;
    padding: 50px 0;
    width: 100%
}

body .row-fluid .demoAccount--bg-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

body .row-fluid .demoAccount--bg-img .daAdditional *, body .row-fluid .demoAccount--bg-img .daLeft *, body .row-fluid .demoAccount--bg-img .daLeft .daText p {
    color: #fff
}

body .row-fluid .demoAccount h2 {
    color: #182c52;
    font-weight: 300
}

body .row-fluid .demoAccount .daText {
    margin: 0 0 30px
}

body .row-fluid .demoAccount .daText, body .row-fluid .demoAccount .daText p {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px
}

body .row-fluid .demoAccount .daInner {
    box-sizing: border-box;
    float: left;
    margin: 0 0 20px;
    min-height: 65px;
    padding: 10px 0 10px 80px;
    position: relative;
    width: 100%
}

body .row-fluid .demoAccount .daaIcon {
    left: 0;
    max-width: 60px;
    position: absolute;
    top: 5px
}

body .row-fluid .demoAccount .lp-hero-form {
    float: left;
    width: 48%
}

body .row-fluid .demoAccount .lp-hero-inner {
    background: #fff;
    border-radius: 10px;
    border-top: none;
    box-shadow: 0 0 25px 10px rgba(0, 0, 0, .05);
    box-sizing: border-box;
    color: #182c52;
    max-width: none;
    padding: 30px;
    width: 100%
}

body .row-fluid .demoAccount .lp-hero-inner h3:before {
    display: none
}

body .row-fluid .demoAccount .lp-hero-inner fieldset {
    max-width: 100% !important
}

body .row-fluid .demoAccount .lp-hero-inner a {
    color: #182c52;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline !important
}

body .row-fluid .demoAccount .lp-hero-form .hs_submit {
    text-align: center
}

body .row-fluid .demoAccount .lp-hero-form .hs_submit .hs-button {
    background-color: #ff8055;
    border-radius: 25px;
    display: inline-block;
    float: none;
    line-height: 30px;
    min-height: auto;
    padding: 10px 25px;
    width: auto
}

body .row-fluid .demoAccount .lp-hero-form .hs_submit .hs-button:hover {
    background-color: #1a1a1a
}

body .row-fluid .lp-Form .hs-form-field {
    margin-bottom: 20px
}

body .row-fluid .lp-Form .hs-form-required {
    color: #e26f3d;
    display: inline-block !important
}

body .row-fluid form .legal-consent-container .hs-form-booleancheckbox label span.hs-form-required {
    line-height: 1
}

.row-fluid .lp-Form .hs-form-field .hs-input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff !important;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    color: #333 !important;
    font-family: Muli, Sans-serif;
    font-size: 14px;
    font-weight: 400 !important;
    height: auto;
    line-height: 1.5 !important;
    margin: 0;
    min-height: 45px !important;
    outline: 0;
    padding: 11px 9px;
    width: 100% !important
}

.row-fluid .lp-Form .hs-form-field > label {
    color: #333;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
    padding: 10px 0 10px 2px
}

body .row-fluid .lp-Form .bootstrap-select.hs-input.open, body .row-fluid .lp-Form .input {
    position: relative
}

body .row-fluid .lp-Form button.selectpicker {
    background: transparent;
    border: none;
    float: left;
    font-family: Muli, sans-serif;
    outline: none;
    padding: 0;
    position: relative;
    width: 100%
}

body .row-fluid .lp-Form .dropdown-menu.open {
    background: #fff;
    border: 1px solid #ebebeb;
    border-top: #9370db;
    display: none;
    left: -1px;
    margin: -42px 0 0;
    padding: 0 0 10px;
    position: absolute;
    right: -1px;
    top: 100%;
    width: auto;
    z-index: 3
}

body .row-fluid .lp-Form .hs_country_code_dropdown .bootstrap-select.hs-input.open .dropdown-menu.open {
    background: #fff;
    max-width: none;
    padding: 0;
    width: 220px
}

body .row-fluid .lp-Form .bootstrap-select.hs-input.open .dropdown-menu.open {
    display: block
}

body .row-fluid .lp-Form .dropdown-menu.inner {
    max-height: 210px !important
}

body .row-fluid .lp-Form .dropdown-menu.inner li a > span.text {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 20px auto;
    color: rgba(0, 0, 0, .5);
    display: inline-block;
    float: left;
    margin-right: 5px;
    padding-left: 30px;
    position: relative;
    width: auto
}

body .row-fluid .lp-Form .hs_country_of_residence .dropdown-menu.inner li a > span.text {
    background-position: center left 5px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding-left: 35px
}

body .row-fluid .lp-Form .dropdown-menu.inner li a {
    box-sizing: border-box;
    color: #111;
    float: left;
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
    width: 100%
}

body .row-fluid .lp-Form .dropdown-menu.inner li a:hover {
    background-color: #f3672a
}

body .row-fluid .lp-Form .bs-searchbox input {
    border: 1px solid #f3672a;
    border-radius: 3px;
    font-size: 14px;
    height: 45px;
    line-height: 25px;
    margin: 0;
    min-height: 0;
    padding: 10px;
    position: relative
}

body .row-fluid .lp-Form .form-columns-3 > div:first-child {
    width: 20%
}

body .row-fluid .lp-Form .form-columns-3 > div:nth-child(2) {
    width: 30%
}

body .row-fluid .lp-Form .form-columns-3 > div:nth-child(3) {
    width: 50%
}

body .row-fluid .lp-Form .dropdown-menu.inner .hs_country_code_dropdown li a > span:first-child {
    padding-left: 35px
}

body .row-fluid .lp-Form .hs_country_code_dropdown select {
    padding-left: 11px !important
}

body .row-fluid .demoAccount .bootstrap-select {
    box-sizing: border-box
}

body .row-fluid .lp-Form .hs-form fieldset.form-columns-2 .hs-form-field {
    margin-right: 0;
    width: 50%
}

body .row-fluid .lp-Form .hs-form fieldset.form-columns-2 .input, body .row-fluid .lp-Form .hs-form fieldset.form-columns-3 .input {
    margin-right: 8px
}

body .row-fluid .lp-Form .hs-form .hs-form-field select {
    background: url(../image/Dropdown-Shap1.png) center right 12px/15px no-repeat !important
}

body .row-fluid .lp-Form form .hs-form-booleancheckbox {
    border-bottom: 0 !important;
    height: auto !important
}

body .row-fluid .lp-Form .hs-form .inputs-list label > span {
    cursor: pointer;
    margin-left: 0;
    padding: 2px 0 0 26px;
    position: relative
}

body .row-fluid .lp-Form .hs-form .inputs-list label > span, body .row-fluid .lp-Form .hs-form .inputs-list label > span p {
    color: #707070;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8
}

body .row-fluid .lp-Form .hs-form li {
    font-family: Muli, Sans-serif;
    font-size: 16px;
    line-height: 24px
}

body .row-fluid .lp-Form .hs-richtext p {
    color: #182c52;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px
}

body .row-fluid .lp-Form .dropdown-menu.inner::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 0
}

body .row-fluid .lp-Form .dropdown-menu.inner::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

body .row-fluid .lp-Form .dropdown-menu.inner::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.row-fluid .lp-Form .inputs-list input:checked + span:before {
    background-color: #fff;
    border-color: #f2895b;
    color: #f2895b;
    content: "\f00c";
    font-family: fontawesome;
    font-size: 13px;
    line-height: normal;
    text-align: center
}

.row-fluid .lp-Form .inputs-list label > span:before {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #cccccb;
    border-radius: 4px;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 18px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 4px;
    width: 18px
}

.row-fluid .lp-Form .inputs-list input[type=checkbox] {
    display: none
}

body .row-fluid .lp-Form .inputs-list a {
    color: #0f2c52;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    text-decoration: underline !important
}

body .row-fluid .lp-Form .hs-form .legal-consent-container .inputs-list label > span p, body .row-fluid .lp-Form .legal-consent-container .hs-richtext, body .row-fluid .lp-Form .legal-consent-container .inputs-list a, body .row-fluid .lp-Form .legal-consent-container a, body .row-fluid .lp-Form .legal-consent-container p {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5
}

body .row-fluid .lp-Form .legal-consent-container .inputs-list a, body .row-fluid .lp-Form .legal-consent-container a {
    color: #182c52;
    font-weight: 400
}

.row-fluid .lp-Form .legal-consent-container .inputs-list label > span:before {
    font-size: 11px;
    height: 15px;
    width: 15px
}

@media (max-width: 1280px) {
    .row-fluid .demoAccount .wrapper {
        max-width: 900px !important
    }

    .row-fluid .demoAccount .lp-hero-form {
        padding-top: 0
    }

    .row-fluid .demoAccount .lp-Form form {
        max-width: 100%
    }
}

@media (max-width: 991px) {
    .row-fluid .demoAccount .wrapper {
        max-width: 700px !important
    }

    .row-fluid .demoAccount .daLeft, .row-fluid .demoAccount .lp-hero-form {
        margin: 15px 0;
        width: 100%
    }

    body .row-fluid .demoAccount .lp-hero-form {
        width: 100%
    }
}

@media (max-width: 767px) {
    body .row-fluid .lp-Form .hs-form fieldset.form-columns-2 .input, body .row-fluid .lp-Form .hs-form fieldset.form-columns-3 .input {
        margin-right: 0
    }
}

.daRight__icons--desktop-only {
    display: none
}

@media (min-width: 992px) {
    .daLeft__icons--mobile-only {
        display: none
    }

    .daRight__icons--desktop-only {
        display: block
    }
}

[dir=rtl] body .row-fluid .demoAccount .daLeft {
    float: right
}

[dir=rtl] body .row-fluid .demoAccount .daInner {
    padding: 10px 80px 10px 0
}

[dir=rtl] body .row-fluid .demoAccount .daaIcon {
    left: auto;
    right: 0
}

@media (min-width: 992px) {
    [dir=rtl] body .row-fluid .demoAccount .lp-hero-form {
        margin-left: 0;
        margin-right: 2.127659574%
    }
}

@media (min-width: 1280px) {
    [dir=rtl] body .row-fluid .demoAccount .lp-hero-form {
        margin-left: 0;
        margin-right: 2.564102564%
    }
}

[dir=rtl] body .row-fluid .demoAccount .bootstrap-select > .dropdown-toggle {
    padding-left: 0;
    padding-right: 45px
}

[dir=rtl] .row-fluid .demoAccount .lp-Form .hs-form-field.hs_country_code_dropdown button, [dir=rtl] body .row-fluid .demoAccount .lp-Form .hs-form-field.hs_country_of_residence button {
    background-position: right 5px center
}

[dir=rtl] body .row-fluid .lp-Form .hs-form .hs-form-field select {
    background-position: center left 12px !important
}

[dir=rtl] .demoAccount .bootstrap-select .dropdown-toggle .caret {
    left: 12px;
    right: auto
}

[dir=rtl] body .row-fluid .demoAccount .bootstrap-select {
    background: url(../image/Dropdown-Shap1.png) no-repeat top 17px left 10px/15px auto
}

[dir=rtl] .demoAccount .bootstrap-select .dropdown-toggle .filter-option {
    text-align: right
}

[dir=rtl] body .row-fluid .lp-Form .hs-form li {
    margin-right: 0
}

[dir=rtl] body .row-fluid .lp-Form .dropdown-menu.inner li a > span.text {
    float: right
}

[dir=rtl] body .row-fluid .lp-Form .hs_country_of_residence .dropdown-menu.inner li a > span.text {
    background-position: center right 5px;
    padding-left: 0;
    padding-right: 35px
}

@media (min-width: 768px) {
    [dir=rtl] body .row-fluid .demoAccount .lp-hero-inner fieldset.form-columns-2 .hs-form-field, [dir=rtl] body .row-fluid .demoAccount .lp-hero-inner fieldset.form-columns-3 .hs-form-field {
        float: right
    }

    [dir=rtl] body .row-fluid .lp-Form .hs-form fieldset.form-columns-2 .input, [dir=rtl] body .row-fluid .lp-Form .hs-form fieldset.form-columns-3 .input {
        margin-left: 8px;
        margin-right: 0
    }
}

[dir=rtl] body .row-fluid .lp-Form .hs-form .inputs-list label > span {
    padding: 2px 26px 0 0
}

[dir=rtl] .row-fluid .lp-Form .inputs-list label > span:before {
    left: auto;
    right: 0
}

body .row-fluid .iwdownload-box .btn-st a {
    display: inline-block
}

[dir=rtl] body .row-fluid .iwdownload-box .btn-st a {
    padding-left: 0;
    padding-right: 30px
}

[dir=rtl] body .row-fluid .iwdownload-box .btn-st a:before {
    left: auto;
    right: 0
}

.atfx-backup-unsubscribe {
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    width: 100%
}

@media (min-width: 768px) {
    .atfx-backup-unsubscribe {
        padding-bottom: 140px;
        padding-top: 110px
    }
}

.atfx-backup-unsubscribe .page-header h1 {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 16px
}

.atfx-backup-unsubscribe form h3 {
    color: #f2672a;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 15px
}

.atfx-backup-unsubscribe p {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 15px
}

.atfx-backup-unsubscribe form input[type=email] {
    max-width: 100%
}

@media (min-width: 768px) and (max-width: 1024px) {
    .atfx-backup-unsubscribe .page-header h1 {
        font-size: 30px;
        line-height: 38px
    }

    .atfx-backup-unsubscribe form h3 {
        font-size: 22px;
        line-height: 26px
    }
}

@media (max-width: 767px) {
    .atfx-backup-unsubscribe .page-header h1 {
        font-size: 27px;
        line-height: 32.4px
    }

    .atfx-backup-unsubscribe form h3 {
        font-size: 18px;
        line-height: 26px
    }

    .atfx-backup-unsubscribe p {
        font-size: 16px;
        line-height: 26px
    }
}

.atfx-subscription-confirmation {
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    width: 100%
}

@media (min-width: 768px) {
    .atfx-subscription-confirmation {
        padding-bottom: 140px;
        padding-top: 110px
    }
}

.atfx-subscription-confirmation .page-header h1 {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 16px
}

.atfx-subscription-confirmation .page-header h2, .atfx-subscription-confirmation .success {
    color: #f2672a;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 15px
}

.atfx-subscription-confirmation .success {
    color: #0f2c52
}

.atfx-subscription-confirmation p {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 15px
}

@media (min-width: 768px) and (max-width: 1024px) {
    .atfx-subscription-confirmation .page-header h1 {
        font-size: 30px;
        line-height: 38px
    }

    .atfx-subscription-confirmation .page-header h2, .atfx-subscription-confirmation .success {
        font-size: 22px;
        line-height: 26px
    }
}

@media (max-width: 767px) {
    .atfx-subscription-confirmation .page-header h1 {
        font-size: 27px;
        line-height: 32.4px
    }

    .atfx-subscription-confirmation .page-header h2, .atfx-subscription-confirmation .success {
        font-size: 18px;
        line-height: 26px
    }

    .atfx-subscription-confirmation p {
        font-size: 16px;
        line-height: 26px
    }
}

.atfx-subscription-preferences .email-prefs, .atfx-subscription-preferences .page-header h1, .atfx-subscription-preferences .page-header h2, .atfx-subscription-preferences .page-header p, .atfx-subscription-preferences form > strong {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

.atfx-subscription-preferences .page-header {
    background-color: #f5f5f5;
    margin-bottom: 50px;
    padding-bottom: 30px;
    padding-top: 50px;
    position: relative
}

@media (min-width: 768px) {
    .atfx-subscription-preferences .page-header {
        margin-bottom: 90px;
        padding-bottom: 70px;
        padding-top: 90px
    }
}

.atfx-subscription-preferences .page-header h1 {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 16px
}

.atfx-subscription-preferences .email-prefs .header, .atfx-subscription-preferences .page-header h2 {
    color: #f2672a;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 15px
}

.atfx-subscription-preferences .email-prefs .item .item-inner .checkbox-row span.fakelabel span, .atfx-subscription-preferences .email-prefs .subscribe-options label span, .atfx-subscription-preferences p {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 15px
}

@media (min-width: 768px) and (max-width: 1024px) {
    .atfx-subscription-preferences .page-header h1 {
        font-size: 30px;
        line-height: 38px
    }

    .atfx-subscription-preferences .email-prefs .header, .atfx-subscription-preferences .page-header h2 {
        font-size: 22px;
        line-height: 26px
    }
}

@media (max-width: 767px) {
    .atfx-subscription-preferences .page-header h1 {
        font-size: 27px;
        line-height: 32.4px
    }

    .atfx-subscription-preferences .email-prefs .header, .atfx-subscription-preferences .page-header h2 {
        font-size: 18px;
        line-height: 26px
    }

    .atfx-subscription-preferences .email-prefs .item .item-inner .checkbox-row span.fakelabel span, .atfx-subscription-preferences p {
        font-size: 16px;
        line-height: 26px
    }
}

.atfx-subscription-preferences .email-prefs {
    margin-bottom: 60px
}

@media (min-width: 768px) {
    .atfx-subscription-preferences .email-prefs {
        margin-bottom: 110px
    }
}

.atfx-subscription-preferences .email-prefs .header {
    color: #0f2c52;
    margin-bottom: 20px
}

.atfx-subscription-preferences .email-prefs .item {
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0
}

.atfx-subscription-preferences .email-prefs .item .item-inner {
    background-color: #f5f5f5;
    border: none;
    outline: none !important;
    padding: 25px 30px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.atfx-subscription-preferences .email-prefs .item:not(.disabled) .item-inner.hovered, .atfx-subscription-preferences .email-prefs .item:not(.disabled) .item-inner:hover {
    -webkit-box-shadow: 0 3px 30px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 30px 5px rgba(0, 0, 0, .15)
}

.atfx-subscription-preferences .email-prefs .item .item-inner .checkbox-row span.fakelabel span {
    color: #0f2c52;
    margin: 0 5px 0 0
}

.atfx-subscription-preferences .email-prefs .item p {
    font-size: 16px;
    margin: 16px 0 0
}

.atfx-subscription-preferences .email-prefs .checkbox-row input {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    outline: none !important;
    position: absolute;
    top: 0;
    width: 100%
}

.atfx-subscription-preferences .email-prefs .item.disabled .checkbox-row input {
    z-index: -1
}

.atfx-subscription-preferences .email-prefs input[type=checkbox] + span {
    padding-left: 30px;
    position: relative
}

.atfx-subscription-preferences .email-prefs input[type=checkbox] + span:before {
    border: 1px solid #0f2c52;
    border-radius: 3px;
    color: transparent;
    content: "";
    content: "\f00c";
    display: block;
    font-family: FontAwesome;
    font-size: 12px;
    height: 16px;
    left: 0;
    line-height: 17px;
    position: absolute;
    text-align: center;
    top: 6px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 16px
}

.atfx-subscription-preferences .email-prefs input[type=checkbox]:checked + span:before {
    border-color: #f2895b;
    color: #f2895b
}

.atfx-subscription-preferences .email-prefs .subscribe-options {
    margin-top: 40px
}

.atfx-subscription-preferences .email-prefs .subscribe-options .header {
    margin-left: 0
}

.atfx-subscription-preferences .email-prefs .subscribe-options label {
    margin-left: 0;
    position: relative
}

.atfx-subscription-preferences .email-prefs .subscribe-options input[type=checkbox] {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: -1
}

.atfx-subscription-preferences .email-prefs .subscribe-options input[type=checkbox] + span:before {
    top: 5px
}

.atfx-subscription-preferences .email-prefs .subscribe-options label span {
    color: #0f2c52;
    display: inline-block
}

.thank-you-banner h1 {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 16px;
    margin-top: 16px
}

@media (max-width: 1024px) and (min-width: 768px) {
    .thank-you-banner h1 {
        font-size: 30px;
        line-height: 38px
    }
}

@media (max-width: 767px) {
    .homepage-banner-cm .heading-container .h2, .thank-you-banner h1 {
        font-size: 30px;
        line-height: 42px
    }
}

.atfx-brochure-banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.atfx-brochure-banner__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 29px -10px -20px;
    width: auto
}

.atfx-brochure-banner__buttons--one-cta .atfx-brochure-banner__buttons-item .cta_button {
    min-width: 150px;
    width: auto
}

.atfx-brochure-banner__buttons-item {
    width: 100%
}

.atfx-brochure-banner__buttons-item .cta_button {
    font-size: 13px !important;
    padding: 7px 15px !important;
    width: 100%
}

.atfx-brochure-banner__buttons-item.atfx-brochure-banner__scroll-to-section-button {
    max-width: 100%;
    text-align: center;
    width: 100%
}

.atfx-brochure-banner__buttons-item .atfx-brochure-banner__buttons-item.atfx-brochure-banner__scroll-to-section-button .cta_button {
    border: 1px solid transparent;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease
}

.atfx-brochure-banner__buttons-item.atfx-brochure-banner__scroll-to-section-button .cta_button i {
    font-size: 1.3em;
    margin-left: 10px;
    margin-right: -5px
}

[dir=rtl] .atfx-brochure-banner__buttons-item.atfx-brochure-banner__scroll-to-section-button .cta_button i {
    margin-left: -5px;
    margin-right: 10px
}

@media (min-width: 375px) {
    .atfx-brochure-banner__buttons-item {
        max-width: 50%
    }

    .atfx-brochure-banner__buttons-item .cta_button {
        padding-left: 0;
        padding-right: 0;
        white-space: nowrap
    }

    .atfx-brochure-banner__buttons-item.atfx-brochure-banner__scroll-to-section-button .cta_button {
        min-width: calc(50% - 10px);
        width: auto
    }
}

@media (min-width: 576px) {
    .atfx-brochure-banner__buttons-item {
        width: auto
    }

    .atfx-brochure-banner__buttons-item .cta_button {
        padding: 7px 23px !important;
        width: auto
    }

    .atfx-brochure-banner__buttons-item.atfx-brochure-banner__scroll-to-section-button {
        text-align: left
    }

    .atfx-brochure-banner__buttons-item.atfx-brochure-banner__scroll-to-section-button .cta_button {
        min-width: 0
    }
}

@media (min-width: 768px) {
    .atfx-brochure-banner__buttons {
        margin-top: 40px
    }

    .atfx-brochure-banner__buttons-item.atfx-brochure-banner__scroll-to-section-button {
        width: auto
    }

    .atfx-brochure-banner__buttons-item .cta_button {
        font-size: 16px !important;
        padding: 12px 23px !important
    }
}

.atfx-brochure-banner__buttons-item {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 375px) {
    .atfx-brochure-banner__buttons-item:first-of-type {
        padding-right: 5px
    }

    .atfx-brochure-banner__buttons-item + .atfx-brochure-banner__buttons-item {
        padding-left: 5px
    }
}

@media (min-width: 576px) {
    .atfx-brochure-banner__buttons-item {
        padding-left: 10px;
        padding-right: 10px
    }

    .atfx-brochure-banner__buttons-item:first-of-type {
        padding-right: 10px
    }

    .atfx-brochure-banner__buttons-item + .atfx-brochure-banner__buttons-item {
        padding-left: 10px
    }
}

.atfx-brochure-banner__buttons-item .cta_button {
    box-sizing: border-box !important
}

.brochure-banner-cm {
    position: relative
}

.brochure-banner-cm__mask {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.brochure-banner-cm .wrapper {
    position: relative
}

.root-language-switcher {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1px;
    justify-items: center;
    min-height: 100vh;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    width: 100%
}

@media (min-width: 576px) {
    .root-language-switcher {
        padding-left: 50px;
        padding-right: 50px
    }
}

.root-language-switcher__map {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.root-language-switcher__map svg {
    height: auto;
    max-width: 100%;
    min-width: 600px;
    width: 100%
}

.root-language-switcher__box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 30px 5px rgba(0, 0, 0, .1);
    color: #182c52;
    margin: 30px auto;
    max-width: 800px;
    padding: 40px 20px 32px;
    position: relative;
    width: 100%
}

@media (min-width: 576px) {
    .root-language-switcher__box {
        padding: 50px 30px 42px
    }
}

.root-language-switcher__box-logo {
    margin-bottom: 30px;
    text-align: center
}

.root-language-switcher__box-label {
    text-align: center
}

.root-language-switcher__box-label h1 {
    color: #182c52;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .root-language-switcher__box-label h1 {
        font-size: 28px;
        line-height: 48px
    }
}

@media (min-width: 1025px) {
    .root-language-switcher__box-label h1 {
        font-size: 30px;
        line-height: 36px
    }
}

.root-language-switcher__box-languages-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto !important;
    max-width: 280px;
    padding: 0
}

@media (min-width: 576px) {
    .root-language-switcher__box-languages-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 276px;
        max-width: 680px
    }
}

.root-language-switcher__box-languages-list-item {
    font-size: 18px;
    font-weight: 300;
    margin: 8px 0 !important;
    width: 100%
}

@media (min-width: 576px) {
    .root-language-switcher__box-languages-list-item {
        max-width: 42%
    }
}

@media (max-width: 767px) {
    .root-language-switcher__box-languages-list-item a {
        justify-content: center
    }
}

.root-language-switcher__box-languages-list-item:before {
    display: none
}

.root-language-switcher__box-languages-list-item-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0f2c52;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: inherit !important;
    font-weight: 400;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.root-language-switcher__box-languages-list-item-link:hover {
    color: #f2672a !important
}

.root-language-switcher__box-languages-list-item-link img {
    height: auto;
    margin-right: 15px;
    max-width: 32px;
    width: 100%
}

.gm .root-language-switcher__box-languages-list-item[lang=zh-hans] {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.gm .root-language-switcher__box-languages-list-item[lang=zh-hant] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.gm .root-language-switcher__box-languages-list-item[lang=ur] {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.gm .root-language-switcher__box-languages-list-item[lang=ar] {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.gm .root-language-switcher__box-languages-list-item[lang=en] {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.gm .root-language-switcher__box-languages-list-item[lang=vi] {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.gm .root-language-switcher__box-languages-list-item[lang=ms] {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.gm .root-language-switcher__box-languages-list-item[lang=id] {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.gm .root-language-switcher__box-languages-list-item[lang=th] {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.gm .root-language-switcher__box-languages-list-item[lang=ko] {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.gm .root-language-switcher__box-languages-list-item[lang=es] {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.gm .root-language-switcher__box-languages-list-item[lang=it] {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.gm .root-language-switcher__box-languages-list-item[lang=de] {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.gm .root-language-switcher__box-languages-list-item[lang=pt] {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.mu .root-language-switcher__box-languages-list-item[lang=es] {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.mu .root-language-switcher__box-languages-list-item[lang=pt] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.mu .root-language-switcher__box-languages-list-item[lang=en] {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.mu .root-language-switcher__box-languages-list-item[lang=it] {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.mu .root-language-switcher__box-languages-list-item[lang=de] {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.mu .root-language-switcher__box-languages-list-item[lang=zh-hans] {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.mu .root-language-switcher__box-languages-list-item[lang=zh-hant] {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.mu .root-language-switcher__box-languages-list-item[lang=ur] {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.mu .root-language-switcher__box-languages-list-item[lang=ar] {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.mu .root-language-switcher__box-languages-list-item[lang=vi] {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.mu .root-language-switcher__box-languages-list-item[lang=ms] {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.mu .root-language-switcher__box-languages-list-item[lang=id] {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.mu .root-language-switcher__box-languages-list-item[lang=th] {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.mu .root-language-switcher__box-languages-list-item[lang=ko] {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.uk .root-language-switcher__box-languages-list-item[lang=en] {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.uk .root-language-switcher__box-languages-list-item[lang=es] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.uk .root-language-switcher__box-languages-list-item[lang=it] {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.uk .root-language-switcher__box-languages-list-item[lang=de] {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.uk .root-language-switcher__box-languages-list-item[lang=pt] {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.uk .root-language-switcher__box-languages-list-item[lang=zh-hans] {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.uk .root-language-switcher__box-languages-list-item[lang=zh-hant] {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.uk .root-language-switcher__box-languages-list-item[lang=ur] {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.uk .root-language-switcher__box-languages-list-item[lang=ar] {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.uk .root-language-switcher__box-languages-list-item[lang=vi] {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.uk .root-language-switcher__box-languages-list-item[lang=ms] {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.uk .root-language-switcher__box-languages-list-item[lang=id] {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.uk .root-language-switcher__box-languages-list-item[lang=th] {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.uk .root-language-switcher__box-languages-list-item[lang=ko] {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.language__switcher-other {
    display: none
}

.language__switcher:hover .language__switcher-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

span.language__switcher-current {
    cursor: pointer
}

.atfx-header .atfx-header__mobile-lang-switcher .language__switcher-other, .atfx-header .header-section .language__switcher:hover .language__switcher-other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column
}

.gm .atfx-header .language__switcher-other li[lang=zh-hans] {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.gm .atfx-header .language__switcher-other li[lang=zh-hant] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.gm .atfx-header .language__switcher-other li[lang=ur] {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.gm .atfx-header .language__switcher-other li[lang=ar] {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.gm .atfx-header .language__switcher-other li[lang=en] {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.gm .atfx-header .language__switcher-other li[lang=vi] {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.gm .atfx-header .language__switcher-other li[lang=ms] {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.gm .atfx-header .language__switcher-other li[lang=id] {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.gm .atfx-header .language__switcher-other li[lang=th] {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.gm .atfx-header .language__switcher-other li[lang=ko] {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.gm .atfx-header .language__switcher-other li[lang=es] {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.gm .atfx-header .language__switcher-other li[lang=it] {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.gm .atfx-header .language__switcher-other li[lang=de] {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.gm .atfx-header .language__switcher-other li[lang=pt] {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.mu .atfx-header .language__switcher-other li[lang=es] {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.mu .atfx-header .language__switcher-other li[lang=pt] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.mu .atfx-header .language__switcher-other li[lang=en] {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.mu .atfx-header .language__switcher-other li[lang=it] {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.mu .atfx-header .language__switcher-other li[lang=de] {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.mu .atfx-header .language__switcher-other li[lang=zh-hans] {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.mu .atfx-header .language__switcher-other li[lang=zh-hant] {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.mu .atfx-header .language__switcher-other li[lang=ur] {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.mu .atfx-header .language__switcher-other li[lang=ar] {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.mu .atfx-header .language__switcher-other li[lang=vi] {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.mu .atfx-header .language__switcher-other li[lang=ms] {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.mu .atfx-header .language__switcher-other li[lang=id] {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.mu .atfx-header .language__switcher-other li[lang=th] {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.mu .atfx-header .language__switcher-other li[lang=ko] {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.cy .atfx-header .language__switcher-other li[lang=en], .uk .atfx-header .language__switcher-other li[lang=en] {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.cy .atfx-header .language__switcher-other li[lang=es], .uk .atfx-header .language__switcher-other li[lang=es] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.cy .atfx-header .language__switcher-other li[lang=it], .uk .atfx-header .language__switcher-other li[lang=it] {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.cy .atfx-header .language__switcher-other li[lang=de], .uk .atfx-header .language__switcher-other li[lang=de] {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.cy .atfx-header .language__switcher-other li[lang=pt], .uk .atfx-header .language__switcher-other li[lang=pt] {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.cy .atfx-header .language__switcher-other li[lang=zh-hans], .uk .atfx-header .language__switcher-other li[lang=zh-hans] {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.cy .atfx-header .language__switcher-other li[lang=zh-hant], .uk .atfx-header .language__switcher-other li[lang=zh-hant] {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.cy .atfx-header .language__switcher-other li[lang=ur], .uk .atfx-header .language__switcher-other li[lang=ur] {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.cy .atfx-header .language__switcher-other li[lang=ar], .uk .atfx-header .language__switcher-other li[lang=ar] {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.cy .atfx-header .language__switcher-other li[lang=vi], .uk .atfx-header .language__switcher-other li[lang=vi] {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.cy .atfx-header .language__switcher-other li[lang=ms], .uk .atfx-header .language__switcher-other li[lang=ms] {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.cy .atfx-header .language__switcher-other li[lang=id], .uk .atfx-header .language__switcher-other li[lang=id] {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.cy .atfx-header .language__switcher-other li[lang=th], .uk .atfx-header .language__switcher-other li[lang=th] {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.cy .atfx-header .language__switcher-other li[lang=ko], .uk .atfx-header .language__switcher-other li[lang=ko] {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

body .row-fluid .lt-articlePostcon .Adc-lt {
    margin-bottom: 0
}

body .row-fluid .lt-articlePostcon .lt-ApostDate {
    font-size: 14px;
    opacity: .7
}

.latest-update__simple-feed ul {
    margin: 0;
    padding: 0
}

.latest-update__simple-feed ul li {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.latest-update__simple-feed ul li:before {
    display: none
}

.latest-update__simple-feed ul a {
    color: #fff;
    text-decoration: underline
}

.latest-update__simple-feed ul a:hover {
    color: #fff !important
}

@media (max-width: 1200px) {
    #recur-livechat-container.move-top {
        bottom: 115px !important
    }
}

.hs-search-field {
    position: relative
}

.hs-search-field__input {
    box-sizing: border-box;
    width: 100%
}

.hs-search-field__bar button svg {
    height: 10px
}

.hs-search-field__suggestions {
    list-style: none;
    margin: 0;
    padding: 0
}

.hs-search-field--open .hs-search-field__suggestions {
    border: 1px solid #000
}

.hs-search-field__suggestions li {
    display: block;
    margin: 0;
    padding: 0
}

.hs-search-field__suggestions #results-for {
    font-weight: 700
}

.hs-search-field__suggestions #results-for, .hs-search-field__suggestions a {
    display: block
}

.hs-search-field__suggestions a:focus, .hs-search-field__suggestions a:hover {
    background-color: rgba(0, 0, 0, .1);
    outline: none
}

[dir=rtl] .news-traders-cm .left-col ul li a:before, [dir=rtl] .news-traders-cm .right-col ul li a:before {
    left: auto;
    right: -47px;
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

[dir=rtl] .news-traders-cm .left-col p, [dir=rtl] .news-traders-cm .right-col p {
    max-width: 260px
}

@media (min-width: 1280px) {
    [dir=rtl] .news-traders-cm .right-col, [dir=rtl] .news-traders-cm .right-column {
        margin-left: 0;
        margin-right: 2.564102564%
    }
}

@media (max-width: 1200px) {
    [dir=rtl] .news-traders-cm .left-col ul li a:before, [dir=rtl] .news-traders-cm .right-col ul li a:before {
        right: -27px
    }

    [dir=rtl] .news-traders-cm .left-col {
        padding-right: 0
    }

    [dir=rtl] .news-traders-cm .left-col .left-column, [dir=rtl] .news-traders-cm .right-col .left-column {
        padding-left: 25px;
        padding-right: 0
    }
}

@media (max-width: 767px) {
    [dir=rtl] .news-traders-cm .left-col .left-column, [dir=rtl] .news-traders-cm .right-col .left-column {
        padding-left: 0
    }

    [dir=rtl] .news-traders-cm .left-col ul li, [dir=rtl] .news-traders-cm .right-col ul li {
        margin-left: 0;
        margin-right: 40px
    }

    [dir=rtl] .news-traders-cm .left-col ul li a:before, [dir=rtl] .news-traders-cm .right-col ul li a:before {
        right: -40px
    }
}

@media (max-width: 1024px) {
    .payment-system-cm .logo-container ul li img {
        height: auto
    }
}

[dir=rtl] .payment-system-cm .logo-container ul li {
    margin-left: 45px;
    margin-right: 0
}

[dir=rtl] .payment-system-cm .logo-container ul li:last-child {
    margin-left: 0
}

.atfx-pdf-download-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8055), to(#f2672a));
    background-image: -o-linear-gradient(top, #ff8055 0, #f2672a 100%);
    background-image: linear-gradient(180deg, #ff8055, #f2672a);
    border-radius: 8px;
    box-shadow: 0 5px 30px 2px rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 10px 8px;
    width: 100%
}

@media (min-width: 576px) {
    .atfx-pdf-download-box {
        padding: 40px 25px 8px
    }
}

@media (min-width: 768px) {
    .atfx-pdf-download-box {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.atfx-pdf-download-box--align-center {
    margin-left: auto;
    margin-right: auto
}

.atfx-pdf-download-box__content {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    color: #fff;
    order: 3;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width: 768px) {
    .atfx-pdf-download-box__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        max-width: 67%;
        order: 1
    }
}

.atfx-pdf-download-box__content-rich-text *, .atfx-pdf-download-box__content-top-headline * {
    color: inherit
}

.atfx-pdf-download-box__content-top-headline {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 16px
}

.atfx-pdf-download-box__content-cta, .atfx-pdf-download-box__content-rich-text {
    margin-bottom: 32px
}

.atfx-pdf-download-box__content-cta .cta_button {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    -webkit-transition: all 0s !important;
    transition: all 0s !important
}

.atfx-pdf-download-box__content-cta .cta_button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c4d7a), to(#0f2c52)) !important;
    background-image: -o-linear-gradient(top, #2c4d7a 0, #0f2c52 100%) !important;
    background-image: linear-gradient(180deg, #2c4d7a, #0f2c52) !important;
    border-color: transparent !important
}

.atfx-pdf-download-box__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin-bottom: 32px;
    order: 2;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 100%
}

@media (min-width: 768px) {
    .atfx-pdf-download-box__image {
        max-width: 33%
    }
}

.row-fluid .wrapper.wrapper--big {
    max-width: 1680px
}

body .container-fluid .row-fluid .homepage-pricing-cm .four-col-adjust > span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0
}

body .row-fluid .homepage-pricing-cm .four-col-adjust span > .hs_cos_wrapper:nth-child(4n) {
    margin-right: 0
}

body .row-fluid .homepage-pricing-cm .four-col-adjust span > .hs_cos_wrapper {
    -ms-flex-preferred-size: 32.2%;
    -webkit-box-flex: 1;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 5px;
    box-shadow: 42.426px 42.426px 60px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    flex-basis: 32.2%;
    -webkit-flex-basis: 32.2%;
    -ms-flex: 1;
    flex: 1;
    margin-right: 1.6%;
    padding: 28px 33px 98px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body .row-fluid .homepage-pricing-cm .four-col-adjust span > .hs_cos_wrapper:hover {
    border: 2px solid #f2672a;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body .row-fluid .homepage-pricing-cm .four-col-adjust span > .hs_cos_wrapper:hover .cta-cont a.cta_button {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8055), to(#f2672a));
    background-image: -o-linear-gradient(top, #ff8055 0, #f2672a 100%);
    background-image: linear-gradient(180deg, #ff8055, #f2672a);
    box-shadow: 0 30px 60px 0 rgba(15, 44, 82, .1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width: 1500px) {
    body .row-fluid .homepage-pricing-cm .four-col-adjust span > .hs_cos_wrapper {
        -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
        max-width: 34%
    }

    body .row-fluid .homepage-pricing-cm .four-col-adjust span > .hs_cos_wrapper:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width: 1300px) {
    body .row-fluid .homepage-pricing-cm .four-col-adjust span > .hs_cos_wrapper {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%
    }
}

@media (max-width: 1024px) {
    body .row-fluid .homepage-pricing-cm .four-col-adjust span > .hs_cos_wrapper {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        max-width: 48%;
        padding: 28px 20px 98px
    }
}

@media (max-width: 767px) {
    body .homepage-pricing-cm .cm-container .content-heading h2 {
        font-size: 30px
    }

    body .row-fluid .homepage-pricing-cm .four-col-adjust span > .hs_cos_wrapper:hover .cta-con a.cta_button {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8055), to(#f2672a));
        background-image: -o-linear-gradient(top, #ff8055 0, #f2672a 100%);
        background-image: linear-gradient(180deg, #ff8055, #f2672a)
    }

    body .row-fluid .homepage-pricing-cm .four-col-adjust span > .hs_cos_wrapper:hover {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    body .row-fluid .homepage-pricing-cm .four-col-adjust span > .hs_cos_wrapper {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 10px auto 0;
        max-width: 100%
    }

    body .row-fluid .homepage-pricing-cm .four-col-adjust span > .hs_cos_wrapper:hover .switch-feature {
        bottom: 0;
        left: 0;
        right: 0
    }

    body .row-fluid .homepage-pricing-cm .four-col-adjust span > .hs_cos_wrapper {
        border: 1px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        float: left;
        padding: 20px 20px 39px
    }

    body .row-fluid .homepage-pricing-cm .four-col-adjust span > .hs_cos_wrapper:hover {
        border: 1px solid #f2672a
    }
}

@media (max-width: 374px) {
    body .homepage-pricing-cm .cm-container .content-heading h2 {
        font-size: 27px
    }
}

@media (min-width: 768px) {
    [dir=rtl] body .row-fluid .homepage-pricing-cm .three-col-adjust span > .hs_cos_wrapper {
        margin-left: 1.6%;
        margin-right: 0
    }

    [dir=rtl] body .row-fluid .homepage-pricing-cm .three-col-adjust span > .hs_cos_wrapper:nth-child(3n) {
        margin-left: 0
    }
}

.row-fluid .register-account-cm.span12 {
    float: left;
    width: 100%
}

@media (min-width: 768px) {
    [dir=rtl] body .row-fluid .register-account-cm .three-col-adjust span > .hs_cos_wrapper {
        margin-left: 10.1%;
        margin-right: 0
    }

    [dir=rtl] body .row-fluid .register-account-cm .three-col-adjust span > .hs_cos_wrapper:nth-child(3n) {
        margin-left: 0
    }

    [dir=rtl] .register-account-cm .three-col-adjust span > .hs_cos_wrapper:after {
        left: -40px;
        right: auto;
        -webkit-transform: scale(-1);
        transform: scale(-1)
    }

    [dir=rtl] .register-account-cm .cm-container h5:after {
        left: auto;
        right: 0
    }
}

.row-fluid .related-content-cm.span12 {
    float: left;
    width: 100%
}

[dir=rtl] .related-content-cm .right-col {
    margin-left: 0;
    margin-right: 2.564102564%;
    padding-left: 0;
    padding-right: 5px
}

[dir=rtl] .related-content-cm .right-col .list-container ul li {
    margin-left: 0;
    margin-right: 43px
}

[dir=rtl] .related-content-cm .right-col ul li a:before {
    left: auto;
    right: -40px;
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

[dir=rtl] .related-content-cm .left-col .cta-container a.cta_button {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 0
}

#restrictions-on-use {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding: 0;
    position: relative;
    width: 100%
}

#restrictions-on-use .mfp-close {
    right: 0
}

.restrictions-popup {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 40px 25px;
    width: 100%
}

.restrictions-popup__logo {
    margin-bottom: 20px
}

.row-fluid .route-section1-cm.span12 {
    float: left;
    width: 100%
}

.route-section1-cm .cm-container {
    position: relative
}

@media (max-width: 767px) {
    .route-section1-cm .cm-container .image-container {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 768px) {
    .route-section1-cm .cm-container--has-cta {
        padding-bottom: 80px
    }

    .route-section1-cm .cm-container--has-cta .cta-container {
        bottom: 20px;
        position: absolute
    }
}

body .row-fluid .route-section1-cm .three-col-adjust.align-center span > .hs_cos_wrapper {
    margin-left: 2%;
    margin-right: 2%
}

body .row-fluid .route-section1-cm .four-col-adjust.align-center span > .hs_cos_wrapper {
    margin-left: 1%;
    margin-right: 1%
}

@media (max-width: 767px) {
    body .row-fluid .route-section1-cm .four-col-adjust.align-center span > .hs_cos_wrapper, body .row-fluid .route-section1-cm .three-col-adjust.align-center span > .hs_cos_wrapper {
        margin-left: 0;
        margin-right: 0
    }
}

[dir=rtl] body .row-fluid .route-section1-cm .three-col-adjust span > .hs_cos_wrapper {
    margin-left: 0;
    margin-right: 0
}

[dir=rtl] body .row-fluid .route-section1-cm .three-col-adjust span > .hs_cos_wrapper:last-child {
    margin-left: 0
}

@media (min-width: 768px) {
    [dir=rtl] body .row-fluid .route-section1-cm .three-col-adjust span > .hs_cos_wrapper {
        margin-left: 6.6%;
        margin-right: 0
    }

    [dir=rtl] body .row-fluid .route-section1-cm .three-col-adjust span > .hs_cos_wrapper:nth-child(3n) {
        margin-left: 0
    }
}

.row-fluid .textCenter {
    text-align: center
}

.row-fluid .fullwidth {
    float: left;
    width: 100%
}

.row-fluid .dataTable:first-child {
    display: table
}

.productDetails--dw .pdTrading {
    padding: 30px 0 0
}

.productDetails--dw .productDetails h2 {
    color: #0f2c52;
    font-weight: 300
}

.productDetails--dw .pdtText {
    display: inline-block;
    float: none !important;
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 0;
    max-width: 810px
}

.productDetails--dw .pdtBtn a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8055), to(#f2672a));
    background-image: -o-linear-gradient(top, #ff8055 0, #f2672a 100%);
    background-image: linear-gradient(180deg, #ff8055, #f2672a);
    border: 1px solid transparent;
    border-radius: 30px;
    box-shadow: 0 30px 60px 0 rgba(15, 44, 82, .1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 26px;
    margin: 20px 7px 0;
    min-width: 200px;
    padding: 12px 23px;
    position: relative;
    text-align: center;
    z-index: 1
}

.productDetails--dw .pdtBtn a:not(.active):hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c4d7a), to(#0f2c52));
    background-image: -o-linear-gradient(top, #2c4d7a 0, #0f2c52 100%);
    background-image: linear-gradient(180deg, #2c4d7a, #0f2c52);
    box-shadow: 0 30px 60px 0 rgba(15, 44, 82, .1);
    color: #fff !important
}

.productDetails--dw .pdtBtn a.active {
    background-image: none;
    border: 1px solid #0f2d52;
    color: #0f2d52 !important;
    -webkit-transition: all 0s;
    transition: all 0s
}

.productDetails--dw .pdCFD {
    padding: 50px 0
}

.productDetails--dw .pdCFD .tableWrap {
    display: none
}

.productDetails--dw .pdCFD .tableWrap.active {
    display: table
}

.productDetails--dw .pdCFD .wrapper {
    max-width: 850px
}

.productDetails--dw .pdCFD .CFDText {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 0
}

.productDetails--dw .pdCFD .CFDLtext {
    color: #182c52;
    float: left;
    margin: 5px 0 0;
    width: 100%
}

.productDetails--dw .pdCFD .CFDLtext-bottom {
    margin-top: 30px
}

.productDetails--dw .pdCFD .CFDRsearch {
    display: none
}

.productDetails--dw .pdCFD .CFDLtext a {
    color: #f2672a;
    font-size: 16px;
    font-weight: 700;
    vertical-align: top
}

.productDetails--dw .pdCFD .CFDTable {
    float: none;
    margin: 0 auto;
    max-width: 1280px
}

.productDetails--dw .pdCFD .CFDTable th {
    color: #182c52;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding: 10px 5px;
    text-transform: uppercase
}

.productDetails--dw .pdCFD .CFDTable th > span {
    float: left;
    text-transform: none;
    width: 100%
}

.productDetails--dw .pdCFD .CFDTable .method-logo {
    display: block;
    margin: 0 auto
}

.productDetails--dw .pdCFD .CFDTable {
    clear: left;
    padding: 20px 10px 0
}

.productDetails--dw .pdCFD .dataTablewrap {
    display: none
}

.productDetails--dw .pdCFD .dataTablewrap.active {
    display: table
}

.productDetails--dw .pdCFD .CFDMaintag {
    margin: 30px 0 10px
}

.productDetails--dw .pdCFD .CFDMaintag li {
    display: inline-block;
    float: none
}

.productDetails--dw .pdCFD .CFDMaintag li a {
    border-bottom: 2px solid transparent;
    color: #182c52;
    font-size: 20px;
    font-weight: 700;
    margin: 5px 10px;
    padding: 10px 0
}

.productDetails--dw .pdCFD .CFDMaintag li a.active, .productDetails--dw .pdCFD .CFDMaintag li:hover a {
    border-bottom-color: #f27a48;
    color: #f27a48
}

.productDetails--dw .pdCFD .CFDTable .dataTable {
    display: none
}

.productDetails--dw .pdCFD .CFDTable .dataTable td {
    color: #182c52;
    font-size: 13px;
    padding: 10px
}

.productDetails--dw .pdCFD .CFDTable .dataTable.active {
    display: table
}

.productDetails--dw .CFDTag > ul {
    display: none
}

.productDetails--dw .pdCFD .CFDTable::-webkit-scrollbar {
    height: 4px
}

.productDetails--dw .pdCFD .CFDTable::-webkit-scrollbar-track {
    background: #f1f1f1
}

.productDetails--dw .pdCFD .CFDTable::-webkit-scrollbar-thumb, .productDetails--dw .pdCFD .CFDTable::-webkit-scrollbar-thumb:hover {
    background: #1b3962
}

@media (max-width: 767px) {
    .productDetails--dw .pdCFD .CFDTable {
        clear: left;
        max-width: 100vw;
        overflow-x: auto;
        overflow-y: hidden
    }

    .productDetails--dw .pdCFD .CFDTable > table {
        width: 800px
    }

    .productDetails--dw .pdCFD .CFDTable .dataTable.active + .mobileOnly {
        display: table;
        width: auto
    }

    .productDetails--dw .CFDTag > ul > li.tag1, .productDetails--dw .CFDTag > ul > li.tag2 {
        width: auto
    }

    .productDetails--dw .pdCFD .CFDLtext {
        text-align: center;
        width: 100%
    }
}

.productDetails--pd .textCenter {
    text-align: center
}

.productDetails--pd .fullwidth {
    float: left;
    width: 100%
}

@media (max-width: 768px) {
    .row-fluid .productDetails--pd .fullwidth, .row-fluid .productDetails--pd.fullwidth {
        float: none
    }
}

.productDetails--pd .dataTable:first-child {
    display: table
}

.productDetails--pd .pdTrading {
    padding: 30px 0
}

.productDetails--pd .productDetails h2 {
    color: #0f2c52;
    font-weight: 300
}

.productDetails--pd .pdtText {
    display: inline-block;
    float: none !important;
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 0;
    max-width: 810px
}

.productDetails--pd .pdtBtn a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8055), to(#f2672a));
    background-image: -o-linear-gradient(top, #ff8055 0, #f2672a 100%);
    background-image: linear-gradient(180deg, #ff8055, #f2672a);
    border: 1px solid transparent;
    border-radius: 30px;
    box-shadow: 0 30px 60px 0 rgba(15, 44, 82, .1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 26px;
    margin: 20px 7px 0;
    min-width: 200px;
    padding: 12px 23px;
    position: relative;
    text-align: center;
    z-index: 1
}

.productDetails--pd .pdtBtn a:not(.active):hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c4d7a), to(#0f2c52));
    background-image: -o-linear-gradient(top, #2c4d7a 0, #0f2c52 100%);
    background-image: linear-gradient(180deg, #2c4d7a, #0f2c52);
    box-shadow: 0 30px 60px 0 rgba(15, 44, 82, .1);
    color: #fff !important
}

.productDetails--pd .pdtBtn a.active {
    background-image: none;
    border: 1px solid #0f2d52;
    color: #0f2d52 !important;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

.productDetails--pd .pdCFD {
    padding: 50px 0
}

.productDetails--pd .pdCFD .tableWrap {
    display: none
}

.productDetails--pd .pdCFD .tableWrap.active {
    display: table
}

.productDetails--pd .pdCFD .wrapper {
    max-width: 850px
}

.productDetails--pd .pdCFD .CFDText {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 0
}

.productDetails--pd .pdCFD .CFDLtext {
    color: #182c52;
    float: left;
    margin: 5px 0 0;
    width: 70%
}

.productDetails--pd .pdCFD .CFDRsearch {
    float: left;
    width: 30%
}

.productDetails--pd .pdCFD .CFDRsearch input {
    background: url(../image/search.png) no-repeat 100% 0/34px auto;
    border: none;
    color: #000;
    float: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
    min-height: 0;
    outline: 0;
    padding: 5px 40px 5px 10px;
    width: 150px
}

.productDetails--pd .pdCFD .CFDLtext a {
    color: #f2672a;
    font-weight: 700
}

.productDetails--pd .pdCFD .CFDTable th {
    color: #182c52;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding: 10px 5px;
    text-transform: uppercase
}

.productDetails--pd .pdCFD .CFDTable th > span {
    float: left;
    text-transform: none;
    width: 100%
}

.productDetails--pd .pdCFD .CFDTable {
    clear: left;
    padding: 20px 10px 0
}

.productDetails--pd .pdCFD .dataTablewrap {
    display: none
}

.productDetails--pd .pdCFD .dataTablewrap.active {
    display: table
}

.productDetails--pd .pdCFD .CFDMaintag {
    margin: 30px 0 10px
}

.productDetails--pd .pdCFD .CFDMaintag li {
    display: inline-block;
    float: none;
    list-style: none;
    margin-left: 10px;
    margin-right: 10px
}

.productDetails--pd .pdCFD .CFDMaintag li:before {
    display: none
}

.productDetails--pd .pdCFD .CFDMaintag li a {
    border-bottom: 2px solid transparent;
    color: #182c52;
    font-size: 20px;
    font-weight: 700;
    margin: 5px 10px;
    padding: 10px 0
}

.productDetails--pd .pdCFD .CFDMaintag li a.active, .productDetails--pd .pdCFD .CFDMaintag li:hover a {
    border-bottom-color: #f27a48;
    color: #f27a48
}

.productDetails--pd .pdCFD .CFDTable .dataTable {
    display: none
}

.productDetails--pd .pdCFD .CFDTable .dataTable td {
    color: #182c52;
    font-size: 13px;
    padding: 10px
}

.productDetails--pd .pdCFD .CFDTable .dataTable.active {
    display: table
}

.productDetails--pd .CFDTag > ul {
    margin: 20px 0
}

.productDetails--pd .CFDTag > ul > li {
    display: inline-block;
    float: none;
    list-style: none;
    margin-left: 10px;
    margin-right: 10px
}

.productDetails--pd .CFDTag > ul > li:before {
    display: none
}

.productDetails--pd .CFDTag > ul > li.tag1, .productDetails--pd .CFDTag > ul > li.tag2 {
    margin-left: -4px;
    width: 30%
}

.productDetails--pd .CFDTag > ul > li.tag1 a, .productDetails--pd .CFDTag > ul > li.tag2 a {
    border-bottom: 2px solid #f5f5f5;
    display: block;
    margin: 0
}

.productDetails--pd .CFDTag > ul > li > a {
    border-bottom: 2px solid transparent;
    color: #182c52;
    font-size: 18px;
    font-weight: 400;
    margin: 0 5px;
    padding: 10px
}

.productDetails--pd .CFDTag > ul > li > a.active, .productDetails--pd .CFDTag > ul > li > a:hover {
    border-bottom-color: #f2672a;
    color: #f27a48
}

.productDetails--pd .pdCFD .CFDTable::-webkit-scrollbar {
    height: 4px
}

.productDetails--pd .pdCFD .CFDTable::-webkit-scrollbar-track {
    background: #f1f1f1
}

.productDetails--pd .pdCFD .CFDTable::-webkit-scrollbar-thumb, .productDetails--pd .pdCFD .CFDTable::-webkit-scrollbar-thumb:hover {
    background: #1b3962
}

@media (max-width: 991px) {
    .row-fluid .pdCFD .CFDTable {
        clear: left;
        max-width: 100vw;
        overflow-x: auto;
        overflow-y: hidden
    }

    .productDetails--pd .pdCFD .CFDTable td, .productDetails--pd .pdCFD .CFDTable th {
        min-width: 120px
    }

    .row-fluid .pdCFD .CFDTable > table {
        min-width: 800px
    }

    .row-fluid .pdCFD .CFDTable .dataTable.active + .mobileOnly {
        display: table;
        width: auto
    }

    .row-fluid .CFDTag > ul > li.tag1, .row-fluid .CFDTag > ul > li.tag2 {
        width: auto
    }

    .row-fluid .pdCFD .CFDLtext {
        text-align: center;
        width: 100%
    }

    .row-fluid .pdCFD .CFDRsearch {
        width: 190px
    }

    .row-fluid .pdCFD .CFDRsearch input {
        float: left
    }
}

[dir=rtl] .three-col-image-cta-cm .cta-container a:before {
    left: auto;
    right: 25px;
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

@media (min-width: 768px) {
    [dir=rtl] body .row-fluid .three-col-image-cta-cm .three-col-adjust span > .hs_cos_wrapper {
        margin-left: 1.43%;
        margin-right: 0
    }

    [dir=rtl] body .row-fluid .three-col-image-cta-cm .three-col-adjust span > .hs_cos_wrapper:nth-child(3n) {
        margin-left: 0
    }
}

@media (max-width: 1024px) {
    [dir=rtl] .three-col-image-cta-cm .cta-container a {
        padding-left: 20px;
        padding-right: 68px
    }
}

body .trade-anywhere-cm .mobile-image-slider .slick-slide {
    display: block
}

.trade-anywhere-cm .mobile-image-slider.slick-initialized .slick-slide img {
    height: auto
}

@media (min-width: 991px) {
    body .trade-anywhere-cm .mobile-image-slider {
        width: 230%
    }

    .trade-anywhere-cm .mobile-image-slider .hs_cos_wrapper {
        max-width: 50vw;
        width: 530px
    }

    body .trade-anywhere-cm .mobile-image-slider.slick-initialized .slick-slide {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    body .trade-anywhere-cm .mobile-image-slider.slick-initialized .slick-slide.slick-active, body .trade-anywhere-cm .mobile-image-slider.slick-initialized .slick-slide.slick-active + .slick-slide, body .trade-anywhere-cm .mobile-image-slider.slick-initialized .slick-slide.slick-current {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

@media (max-width: 480px) {
    body .trade-anywhere-cm {
        padding: 70px 0 60px
    }

    body .trade-anywhere-cm .right-col {
        margin-top: 40px
    }

    body .trade-anywhere-cm .mobile-image-slider {
        top: 0
    }
}

@media (min-width: 768px) {
    [dir=rtl] .trade-anywhere-cm .left-col {
        float: right
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .row-fluid .trad-middlesec--two-col.flexwrap {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .row-fluid .trad-middlesec--two-col .trad-Accbox {
        margin-bottom: 25px;
        margin-right: 0;
        width: 47%
    }
}

@media (min-width: 1025px) {
    .row-fluid .trad-middlesec--two-col.flexwrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .row-fluid .trad-middlesec--two-col .trad-Accbox {
        margin-bottom: 35px;
        margin-left: 1.5%;
        margin-right: 1.5%;
        min-width: 388px
    }
}

.row-fluid .Trad-accountsec .trad-bottomsec {
    border-left: none;
    max-width: 800px;
    padding: 10px 0
}

@media (min-width: 768px) and (max-width: 1024px) {
    [dir=rtl] .trad-middlesec--three-col .trad-Accbox {
        margin-left: 2%;
        margin-right: 0
    }

    [dir=rtl] .trad-middlesec--three-col .trad-Accbox:nth-child(2n) {
        margin-left: 0
    }
}

@media (min-width: 1025px) {
    [dir=rtl] .trad-middlesec--three-col .trad-Accbox {
        margin-left: 3%;
        margin-right: 0
    }

    [dir=rtl] .trad-middlesec--three-col .trad-Accbox:nth-child(3n) {
        margin-left: 0
    }
}

.trading-markets-cm .five-col-adjust span > .hs_cos_wrapper:hover .cm-container a {
    color: #0f2c52
}

@media (min-width: 768px) {
    [dir=rtl] body .row-fluid .trading-markets-cm .five-col-adjust span > .hs_cos_wrapper {
        margin-left: .7%;
        margin-right: 0
    }

    [dir=rtl] body .row-fluid .trading-markets-cm .five-col-adjust span > .hs_cos_wrapper:nth-child(5n) {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    [dir=rtl] .trading-markets-cm {
        text-align: right
    }

    [dir=rtl] .trading-markets-cm .cm-container .text-container {
        padding-left: 0;
        padding-right: 20px
    }

    [dir=rtl] .trading-markets-cm .cm-container h5 {
        padding-left: 0;
        padding-right: 27px;
        text-align: right
    }

    [dir=rtl] .trading-markets-cm .cm-container h5:before {
        left: auto;
        right: 0;
        -webkit-transform: scale(-1);
        transform: scale(-1)
    }
}

.atfx-two-col-rich-text__col {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .atfx-two-col-rich-text__col {
        max-width: 50%
    }
}

.atfx-two-col-rich-text__col-inner {
    height: 100%
}

.atfx-two-col-rich-text__col-inner--box-style {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 60px 30px rgba(15, 45, 82, .1);
    box-shadow: 0 0 60px 30px rgba(15, 45, 82, .1);
    padding: 30px
}

@media (min-width: 576px) {
    .atfx-two-col-rich-text__col-inner--box-style {
        padding: 70px
    }
}

@media (min-width: 768px) {
    .atfx-two-col-rich-text__col-inner--box-style {
        padding: 40px
    }
}

@media (min-width: 992px) {
    .atfx-two-col-rich-text__col-inner--box-style {
        padding: 70px
    }
}

body .row-fluid .demoAccount.webinar-form-module {
    padding: 50px 0 20px
}

@media (min-width: 768px) {
    body .row-fluid .demoAccount.webinar-form-module {
        padding: 70px 0 40px
    }
}

body .row-fluid .demoAccount.webinar-form-module .daLeft {
    margin-top: 0
}

.webinar-form-module__logo {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .webinar-form-module__logo {
        margin-bottom: 50px
    }
}

.webinar-form-module .sharing-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-top: 40px
}

@media (min-width: 768px) {
    .webinar-form-module .sharing-icon {
        margin-top: 60px
    }
}

.webinar-form-module .sharing-icon .heading {
    font-weight: 700;
    margin-bottom: 10px;
    margin-right: 15px
}

@media (min-width: 576px) {
    .webinar-form-module .sharing-icon .heading {
        margin-right: 25px
    }
}

.webinar-form-module .sharing-icon a {
    margin-bottom: 10px;
    margin-right: 4px
}

.webinar-form-module .lp-hero-form {
    margin-bottom: 30px !important
}

.webinar-details {
    margin-top: 30px
}

.webinar-details, .webinar-details__info {
    margin-bottom: 30px
}

.webinar-details__speaker {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.webinar-details__speaker-avatar {
    border: 4px solid #f2672a;
    border-radius: 50%;
    box-shadow: 0 2px 30px 2px rgba(15, 44, 82, .15);
    margin-bottom: 15px;
    margin-right: 20px;
    max-width: 80px;
    overflow: hidden
}

@media (min-width: 576px) {
    .webinar-details__speaker-avatar {
        border-width: 5px;
        margin-right: 30px;
        max-width: 100px
    }
}

.webinar-details__speaker-name p {
    font-weight: 400
}

.webinar-details__text {
    margin-bottom: 30px
}

.daRight__icons .webinar-details {
    margin-top: 20px
}

[dir=rtl] .webinar-form-module .sharing-icon .heading {
    margin-left: 15px;
    margin-right: 0
}

@media (min-width: 576px) {
    [dir=rtl] .webinar-form-module .sharing-icon .heading {
        margin-left: 25px
    }
}

[dir=rtl] .webinar-form-module .sharing-icon a {
    margin-left: 4px;
    margin-right: 0
}

[dir=rtl] .webinar-details__speaker-avatar {
    margin-left: 20px;
    margin-right: 0
}

@media (min-width: 576px) {
    [dir=rtl] .webinar-details__speaker-avatar {
        margin-left: 30px
    }
}

/*! ===============  TEMPLATES  =============== */
body.homepage .register-account-cm {
    padding: 70px 0 40px
}

@media (min-width: 768px) {
    body.homepage .register-account-cm {
        padding: 110px 0 90px
    }
}

.ukpopup-dialog {
    background: #f5f5f5;
    border-radius: 10px;
    margin: 30px auto;
    max-width: calc(100% - 54px);
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 600px
}

.ukpopup-dialog-main {
    padding: 40px
}

.ukpopup-dialog-main img {
    margin-bottom: 20px
}

.ukpopup-dialog-main a {
    text-decoration: underline
}

.uk .demoAccount .lp-hero-form {
    display: none !important
}

.atfx-header .header-section .top-row .col-2 {
    padding: 0
}

.atfx-header .header-section .top-row .col-2 .open-popup1 {
    height: 32px;
    padding: 10px;
    width: 32px
}

.row-fluid .IW-BlogSection .post-item h4.IW-Post-Date span {
    overflow-x: hidden;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .row-fluid .IW-BlogSection .post-item h4.IW-Post-Date span {
    padding-left: 20px;
    padding-right: 0
}

.hide {
    display: none !important
}

.atfx-header .atfx-header__mobile-lang-switcher .language__switcher-other li[lang=ms], .header-section .language__switcher .language__switcher-other li[lang=ms] {
    display: none
}

.ntEditorOnly.hsEntityEditorOnly {
    display: block
}

.atfx-mt-header__risk-warning a:hover {
    color: #f2672a !important
}

[dir=rtl] .featured-post-cm .cta-container a {
    padding-left: 0;
    padding-right: 77px
}

[dir=rtl] .featured-post-cm .cta-container a:before {
    left: auto;
    right: 30px;
    transform: rotate(180deg)
}

@media screen and (max-width: 767px) {
    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
        font-size: 12px !important;
        line-height: 15px !important;
        margin: 12px !important
    }

    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
        margin-right: 0 !important
    }
}

.root-language-switcher {
    margin-bottom: 80px
}

.root-awards {
    height: 100px;
    left: 0;
    padding: 40px;
    position: absolute;
    top: 100%;
    width: 100%
}

@media (max-width: 767px) {
    .root-awards {
        padding: 40px 0 0
    }
}

.featured-post-cm .post-header p, .related-post-section .related-post-title {
    font-size: 24px
}

.atfx-blog-listing .post-header p {
    color: #0f2c52;
    font-size: 20px
}

.news-article-tag-feed-cm .post-item-cont .text-container .topic-title, .related-post-section .post-title-related {
    color: #0f2c52;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px
}

.news-article-tag-feed-cm .heading-cont div {
    color: #0f2c52;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .featured-post-cm .inner-box {
        max-width: none
    }

    .featured-post-cm .post-header p, .related-post-section .related-post-title {
        font-size: 24px
    }
}

h2.mo-heading, h3.mo-heading, h5.mo-heading, p.mo-heading {
    color: #0f2c52;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 16px
}

.latest-update-cm-title {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: .5em
}

.news-traders-cm .left-col h4, .news-traders-cm .right-col h4 {
    color: #24282d;
    font-size: 36px;
    line-height: 44px
}

.news-traders-cm .left-col h4 span {
    color: #f2672a;
    display: block;
    font-weight: 700
}

.news-traders-cm .right-col h4 span {
    color: #0f2c52;
    display: block;
    font-weight: 700
}

.register-step-num {
    color: #f2672a;
    font-size: 60px;
    font-weight: 800;
    line-height: 48px;
    margin-bottom: 10px
}

.register-account-cm .cm-container h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 50px;
    margin-top: 20px;
    position: relative
}

.register-account-cm .cm-container h3:after {
    background: #f2672a;
    bottom: -28px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 36px
}

.trade-anywhere-cm .left-col .heading-container .mo-heading span {
    color: #f2672a;
    font-weight: 700
}

.trading-markets-cm .cm-container .trading-markets-item-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px
}

@media (max-width: 1024px) {
    h2.mo-heading, h3.mo-heading, h5.mo-heading, p.mo-heading {
        font-size: 30px;
        line-height: 38px
    }

    .latest-update-cm-title {
        font-size: 30px
    }

    .news-traders-cm .left-col h4, .news-traders-cm .right-col h4 {
        font-size: 28px;
        line-height: 36px
    }

    .register-step-num {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    h2.mo-heading, h3.mo-heading, h5.mo-heading, p.mo-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px
    }

    .news-traders-cm .left-col h4 span, .news-traders-cm .right-col h4 span {
        display: inline-block
    }

    .register-account-cm .cm-container h3 {
        margin-bottom: 50px
    }

    .register-account-cm .cm-container h3:after {
        bottom: -27px;
        left: 0;
        margin: 0 auto;
        right: 0
    }

    .trading-markets-cm .cm-container .trading-markets-item-heading {
        margin-bottom: 5px;
        padding-left: 27px;
        position: relative
    }

    .trading-markets-cm .cm-container .trading-markets-item-heading:before {
        background: url(../image/arrow.png) 50%/cover no-repeat;
        content: "";
        height: 14px;
        left: 0;
        position: absolute;
        top: 5px;
        width: 14px
    }

    .homepage-pricing-cm .cm-container .content-heading h3 {
        float: left;
        font-size: 24px;
        line-height: 48px;
        width: auto
    }

    .homepage-pricing-cm .switch-feature > div {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 26px;
        margin-bottom: 0;
        padding: 0 20px;
        position: relative
    }

    .homepage-pricing-cm .switch-feature.test > div:after, .homepage-pricing-cm .switch-feature.test > div:before {
        top: 10px;
        transform: rotate(1turn);
        transition: all .3s ease-in-out
    }

    .homepage-pricing-cm .switch-feature > div:before {
        left: 20px
    }

    .homepage-pricing-cm .switch-feature > div:after, .homepage-pricing-cm .switch-feature > div:before {
        background: url(../image/angleup.png) 50%/cover no-repeat;
        content: "";
        height: 7px;
        position: absolute;
        top: 9px;
        transform: rotate(180deg);
        transition: all .3s ease-in-out;
        width: 10px
    }

    .homepage-pricing-cm .switch-feature > div:after {
        right: 20px
    }
}