@media (min-width: 992px) {
    body[data-class=header-top-bar] {
        padding-top:105px
    }
}

@media (min-width: 1500px) {
    body[data-class=header-top-bar] {
        padding-top:120px
    }
}

body.page-template-template-selector-php {
    padding: 0
}

@media (max-width: 767px) {
    .container {
        width:100%
    }
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../assets/fonts/montserrat/static/Montserrat-Light.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../assets/fonts/montserrat/static/Montserrat-Regular.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../assets/fonts/montserrat/static/Montserrat-Medium.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../assets/fonts/montserrat/static/Montserrat-SemiBold.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../assets/fonts/montserrat/static/Montserrat-Bold.ttf) format('woff2')
}

.mt-15 {
    margin-top: 15px
}

.mt-30 {
    margin-top: 30px
}

.pb-0,.pb-0.section {
    padding-bottom: 0
}

html {
    margin: 0!important
}

body {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    color: #5f5f5f
}

body,html {
    font-size: 1em;
    height: 100%
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    color: #0e1e4c
}

.h1,h1 {
    font-size: 36px
}

@media (min-width: 992px) {
    .h1,h1 {
        font-size:44px
    }
}

.h2,h2 {
    font-size: 30px
}

@media (min-width: 1500px) {
    .h2,h2 {
        font-size:36px
    }
}

.h3,h3 {
    font-size: 26px
}

@media (min-width: 1500px) {
    .h3,h3 {
        font-size:28px
    }
}

.h4,h4 {
    font-size: 18px
}

@media (min-width: 1500px) {
    .h4,h4 {
        font-size:20px
    }
}

p {
    margin-bottom: 20px
}

@media (max-width: 1499px) {
    p {
        margin-bottom:15px
    }
}

li,p {
    font-size: 16px;
    line-height: 1.5;
    font-family: Montserrat,sans-serif;
    color: #5f5f5f
}

blockquote {
    color: #5f5f5f;
    border-color: #f2f1ec
}

a:not(.action) {
    color: #0e1e4c
}

a:not(.action):focus,a:not(.action):hover {
    color: #ff5f30
}

.icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 24px;
    height: 20px;
    margin-right: 5px
}

.icon.date-icon {
    background-image: url(../../assets/images/icons/calendar.svg)
}

.icon.category-icon {
    background-image: url(../../assets/images/icons/category.svg)
}

.row--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row--flex [class^=col] {
    float: none
}

@media (min-width: 992px) {
    .header {
        z-index:99;
        height: auto;
        background: #f2f1ec;
        border-bottom: 1px solid #ff5f30;
        position: fixed;
        top: 0;
        width: 100%
    }

    .header .header-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header .header-logo {
        height: 64px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0
    }

    .header .header-logo img,.header .header-logo svg {
        height: 32px
    }

    .header .header-language-col {
        background: #0e1e4c
    }

    .header .header-menu .menu>li>a {
        height: 80px;
        color: #0e1e4c;
        font-family: Montserrat,sans-serif;
        text-transform: none;
        font-size: 14px;
        padding: 30px 20px 0 20px
    }

    .header .header-menu .menu>li.current-page-ancestor>a,.header .header-menu .menu>li.current_page_item>a {
        color: #ff5f30;
        background: 0 0
    }

    .header .header-menu .menu>li:hover>a {
        color: #ff5f30
    }

    .header .languages {
        height: 40px
    }

    .ltr .header {
        left: 0
    }

    .ltr .header .header-logo {
        float: left
    }

    .ltr .header .header-menu {
        float: right
    }

    .ltr .header .header-menu .menu>li {
        float: left
    }

    .ltr .header .header-menu .menu>li>a {
        float: left
    }

    .rtl .header {
        right: 0
    }

    .rtl .header .header-logo {
        float: right
    }

    .rtl .header .header-menu {
        float: left
    }

    .rtl .header .header-menu .menu>li {
        float: right
    }

    .rtl .header .header-menu .menu>li>a {
        float: right
    }
}

@media (max-width: 1499px) {
    .header .header-menu .menu>li>a {
        height:64px;
        padding: 24px 16px 0 16px
    }
}

@media (max-width: 991px) {
    .header-responsive {
        height:50px;
        background: #0e1e4c;
        border-bottom: 1px solid #ff5f30
    }

    .header-responsive-content {
        position: relative;
        text-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header-responsive .menu-resp-button {
        height: 50px;
        font-size: 1.25em;
        color: #fff;
        position: absolute
    }

    .header-responsive .menu-resp-button.active {
        color: #0e1e4c;
        background: #f2f9fd
    }

    .header-responsive .menu-resp-button .glyphicon {
        display: inline-block;
        margin-top: 13px
    }

    .header-responsive .header-logo {
        height: 50px;
        padding: 5px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-responsive .header-logo img,.header-responsive .header-logo svg {
        max-height: 25px;
        width: 110px
    }

    .header-responsive .languages {
        height: 50px;
        cursor: pointer;
        position: absolute;
        top: 0;
        padding-right: 0
    }

    .header-responsive .languages-menu {
        width: 60px;
        text-align: left
    }

    .header-responsive .languages .language-title {
        display: none
    }

    .responsive-menu {
        display: none;
        background: #0e1e4c
    }

    .responsive-menu .menu>li {
        border-top: 1px solid #fff
    }

    .responsive-menu .menu>li:first-child {
        border-top: none
    }

    .responsive-menu .menu>li>a {
        display: block;
        color: #fff;
        font-family: Montserrat,sans-serif;
        font-size: .8125em;
        text-transform: uppercase;
        padding: 11px 0
    }

    .responsive-menu .menu>li.current-page-ancestor>a,.responsive-menu .menu>li.current_page_item>a {
        color: #ff5f30
    }

    .ltr .header-responsive .menu-resp-button {
        left: 0
    }

    .ltr .header-responsive .languages {
        right: 0
    }

    .rtl .header-responsive .menu-resp-button {
        right: 0
    }

    .rtl .header-responsive .languages {
        left: 0
    }
}

@media (min-width: 992px) {
    .responsive-menu {
        display:none!important
    }
}

@media (max-width: 991px) {
    body {
        padding-top:0
    }
}

@media (min-width: 992px) and (max-width:1499px) {
    body {
        padding-top:64px
    }
}

.megamenu-container,.megamenu-container-2 {
    display: none
}

@media (min-width: 992px) {
    .megamenu-container,.megamenu-container-2 {
        position:absolute;
        top: 64px;
        width: 100%;
        background: #f2f9fd;
        background: -webkit-gradient(left top,left bottom,color-stop(0,#f2f9fd),color-stop(29%,#fff),color-stop(100%,#fff));
        background: -o-linear-gradient(top,#f2f9fd 0,#fff 29%,#fff 100%);
        background: -webkit-gradient(linear,left top,left bottom,from(#f2f9fd),color-stop(29%,#fff),to(#fff));
        background: linear-gradient(to bottom,#f2f9fd 0,#fff 29%,#fff 100%);
        padding: 16px
    }

    .megamenu-container .megamenu-element,.megamenu-container-2 .megamenu-element {
        width: 25%;
        height: 110px;
        border-bottom: 1px solid #e3f1f9;
        position: relative
    }

    .megamenu-container .megamenu-element.no-border-bottom,.megamenu-container-2 .megamenu-element.no-border-bottom {
        border-bottom: none
    }

    .megamenu-container .megamenu-element .megamenu-imagen,.megamenu-container-2 .megamenu-element .megamenu-imagen {
        position: absolute;
        top: 21px;
        width: 80px;
        height: 62px;
        background-size: 100% 100%;
        background-position: center center
    }

    .megamenu-container .megamenu-element .megamenu-titulo,.megamenu-container-2 .megamenu-element .megamenu-titulo {
        font-weight: 600;
        font-size: 14px;
        color: #0e1e4c;
        margin: 0;
        text-transform: uppercase
    }

    .megamenu-container .megamenu-element .megamenu-texto,.megamenu-container-2 .megamenu-element .megamenu-texto {
        font-weight: 400;
        font-size: 12px;
        margin: 1px 0 0 0;
        line-height: 1.3
    }

    .show-megamenu:hover .megamenu-container {
        display: block
    }

    .show-megamenu:hover>a {
        background: #f2f9fd!important;
        zoom:1!important;-webkit-opacity: 1!important;
        -moz-opacity: 1!important;
        opacity: 1!important
    }

    .show-megamenu-2:hover .megamenu-container-2 {
        display: block
    }

    .show-megamenu-2:hover>a {
        background: #f2f9fd!important;
        zoom:1!important;-webkit-opacity: 1!important;
        -moz-opacity: 1!important;
        opacity: 1!important
    }

    .ltr .megamenu-container {
        left: 0
    }

    .ltr .megamenu-container .megamenu-element {
        float: left;
        border-right: 1px solid #e3f1f9;
        padding: 10px 100px 8px 10px
    }

    .ltr .megamenu-container .megamenu-element.no-border-right {
        border-right: none
    }

    .ltr .megamenu-container .megamenu-element .megamenu-imagen {
        right: 15px
    }

    .rtl .megamenu-container {
        right: 0
    }

    .rtl .megamenu-container .megamenu-element {
        float: right;
        border-left: 1px solid #e3f1f9;
        padding: 10px 8px 10px 100px
    }

    .rtl .megamenu-container .megamenu-element.no-border-right {
        border-left: none
    }

    .rtl .megamenu-container .megamenu-element .megamenu-imagen {
        left: 15px
    }

    .ltr .megamenu-container-2 {
        left: 0
    }

    .ltr .megamenu-container-2 .megamenu-element {
        float: left;
        border-right: 1px solid #e3f1f9;
        padding: 10px 100px 8px 10px
    }

    .ltr .megamenu-container-2 .megamenu-element.no-border-right {
        border-right: none
    }

    .ltr .megamenu-container-2 .megamenu-element .megamenu-imagen {
        right: 15px
    }

    .rtl .megamenu-container-2 {
        right: 0
    }

    .rtl .megamenu-container-2 .megamenu-element {
        float: right;
        border-left: 1px solid #e3f1f9;
        padding: 10px 8px 10px 100px
    }

    .rtl .megamenu-container-2 .megamenu-element.no-border-right {
        border-left: none
    }

    .rtl .megamenu-container-2 .megamenu-element .megamenu-imagen {
        left: 15px
    }
}

@media (min-width: 1500px) {
    .megamenu-container {
        top:80px;
        padding: 20px
    }

    .megamenu-container .megamenu-element {
        height: 125px
    }

    .megamenu-container .megamenu-element .megamenu-imagen {
        right: 12px;
        top: 26px;
        width: 100px;
        height: 78px
    }

    .ltr .megamenu-container .megamenu-element {
        padding: 25px 140px 10px 15px
    }

    .rtl .megamenu-container .megamenu-element {
        padding: 25px 15px 10px 140px
    }

    .megamenu-container-2 {
        top: 80px;
        padding: 20px
    }

    .megamenu-container-2 .megamenu-element {
        height: 125px
    }

    .megamenu-container-2 .megamenu-element .megamenu-imagen {
        right: 12px;
        top: 26px;
        width: 100px;
        height: 78px
    }

    .ltr .megamenu-container-2 .megamenu-element {
        padding: 25px 140px 10px 15px
    }

    .rtl .megamenu-container-2 .megamenu-element {
        padding: 25px 15px 10px 140px
    }
}

.footer {
    color: #fff
}

.footer .menu li {
    display: inline-block;
    margin: 5px 20px 5px 0
}

.footer .menu li:last-child {
    margin-right: 0
}

.footer .menu a {
    display: inline-block;
    font-family: Montserrat,sans-serif
}

.footer .menu a:focus,.footer .menu a:hover {
    color: #ff5f30
}

.footer .menu-privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .menu-social li {
    margin: 5px 10px 5px 0
}

.footer .menu-social img {
    width: 24px
}

.footer .footer-top {
    background-color: #0e1e4c;
    padding: 24px 0 40px
}

.footer .footer-top * {
    color: #fff
}

.footer .footer-top .logo img,.footer .footer-top .logo svg {
    width: 100%;
    max-width: 110px
}

@media (min-width: 992px) {
    .footer .footer-top .logo img,.footer .footer-top .logo svg {
        max-width:160px
    }
}

.footer .footer-top .footer-menu .menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.footer .footer-top .footer-menu .menu a:focus,.footer .footer-top .footer-menu .menu a:hover {
    opacity: .75
}

.footer .footer-top .ormco-underline {
    margin: 30px 0;
    display: block
}

.footer .footer-bottom {
    padding: 15px 0
}

@media (min-width: 768px) {
    .footer .footer-bottom .languages {
        margin-left:15px;
        margin-right: -10px
    }
}

@media (max-width: 767px) {
    .footer .footer-bottom .footer-social {
        margin-right:15px
    }
}

.footer .footer-bottom .menu a {
    color: #0e1e4c;
    font-size: 12px;
    font-weight: 400
}

.footer .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer .footer-wrapper .footer-left {
    width: 100%
}

@media (min-width: 768px) {
    .footer .footer-wrapper .footer-left {
        max-width:75%
    }
}

.footer .footer-wrapper .footer-right {
    width: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .footer .footer-wrapper .footer-right {
        max-width:25%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.footer .footer-copyright {
    margin-top: 15px
}

.footer .footer-copyright p {
    font-size: 12px;
    color: #0e1e4c
}

.container:not(.vc_container)+.footer {
    margin-top: 50px
}

.rtl .footer .menu .menu-item {
    margin-left: 20px;
    margin-right: 0
}

.rtl .footer .footer-copyright,.rtl .footer .footer-menu,.rtl .footer .logo {
    text-align: right
}

.rtl .footer .ormco-underline {
    margin-left: auto
}

.rtl .footer .menu.menu-privacy {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.rtl .footer .footer-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.rtl .footer .footer-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.rtl .footer .footer-right .footer-social {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.s-courses .event a:not(.action),.s-portfolio-landing__item-content a:not(.action),.s-solutions-landing__item-link a:not(.action),.s-subscription-landing__card-content a:not(.action),.s-text-landing__content a:not(.action) {
    border: 1px solid;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
    line-height: 1.5;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    text-align: center
}

.s-courses .event a:not(.action):focus,.s-courses .event a:not(.action):hover,.s-portfolio-landing__item-content a:not(.action):focus,.s-portfolio-landing__item-content a:not(.action):hover,.s-solutions-landing__item-link a:not(.action):focus,.s-solutions-landing__item-link a:not(.action):hover,.s-subscription-landing__card-content a:not(.action):focus,.s-subscription-landing__card-content a:not(.action):hover,.s-text-landing__content a:not(.action):focus,.s-text-landing__content a:not(.action):hover {
    text-decoration: none;
    color: #fff
}

@media (min-width: 768px) {
    .s-courses .event a:not(.action),.s-portfolio-landing__item-content a:not(.action),.s-solutions-landing__item-link a:not(.action),.s-subscription-landing__card-content a:not(.action),.s-text-landing__content a:not(.action) {
        padding:10px 25px
    }
}

.landing-menu {
    background: #fff
}

.landing-menu__bgr {
    background: rgba(16,24,32,.85);
    padding: 20px 0
}

.landing-menu #menu-landing-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 991.98px) {
    .landing-menu #menu-landing-menu {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.landing-menu #menu-landing-menu li {
    padding: 3px 5px;
    width: 50%
}

@media (min-width: 992px) {
    .landing-menu #menu-landing-menu li {
        width:auto;
        padding: 3px 10px
    }

    .landing-menu #menu-landing-menu li:not(:first-child) {
        border-left: 1px solid #fff
    }
}

.landing-menu #menu-landing-menu li a {
    color: #fff;
    font-size: 15px;
    line-height: 16px
}

@media (max-width: 991.98px) {
    .landing-menu #menu-landing-menu li a {
        font-size:12px
    }
}

.landing-menu #menu-landing-menu .current_page_item a {
    font-weight: 700
}

.tmpl-landing {
    background: #101820;
    color: #fff
}

.tmpl-landing * {
    color: #fff
}

@media (max-width: 575.98px) {
    .s-hero-landing {
        background:0 0!important
    }
}

.s-hero-landing__wrapper {
    padding: 30px 0 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 576px) {
    .s-hero-landing__wrapper {
        min-height:478px;
        padding: 30px 0
    }
}

@media (min-width: 576px) {
    .s-hero-landing__img {
        display:none
    }
}

.s-hero-landing__title {
    font-size: calc((100vw - 400px)/ (1200 - 400) * (45 - 35) + 35px);
    color: #4ec3e0
}

@media (min-width: 1200px) {
    .s-hero-landing__title {
        font-size:45px;
        max-width: 500px
    }
}

.s-hero-landing__description {
    font-size: calc((100vw - 400px)/ (1200 - 400) * (30 - 25) + 25px)
}

@media (min-width: 1200px) {
    .s-hero-landing__description {
        max-width:390px
    }
}

.s-text-landing {
    margin-top: 50px
}

@media (min-width: 576px) {
    .s-text-landing {
        margin-top:0
    }
}

.s-text-landing p {
    margin-bottom: 30px
}

.s-text-landing__wrapper {
    padding: 50px 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff
}

@media (min-width: 576px) {
    .s-text-landing__wrapper {
        border-top:none
    }
}

.s-text-landing__wrapper.no-border {
    border-bottom: none;
    padding-bottom: 0
}

.s-text-landing__title {
    font-size: calc((100vw - 400px)/ (1200 - 400) * (30 - 25) + 25px);
    margin-bottom: 25px
}

@media (min-width: 1200px) {
    .s-text-landing__title {
        font-size:30px;
        max-width: 850px
    }
}

.s-text-landing__content * {
    font-size: 20px;
    line-height: 1.7
}

.s-text-landing__content a:not(.action) {
    border: 1px solid #d38359;
    background-color: #d38359
}

.s-portfolio-landing {
    padding: 50px 0 100px
}

.s-portfolio-landing__title {
    font-size: calc((100vw - 400px)/ (1200 - 400) * (30 - 25) + 25px);
    margin-bottom: 5px
}

@media (min-width: 1200px) {
    .s-portfolio-landing__title {
        font-size:30px;
        max-width: 850px
    }
}

.s-portfolio-landing__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px;
    padding: 50px 40px;
    border-bottom: 1px solid #fff
}

.s-portfolio-landing__cards-item {
    width: 100%;
    max-width: 230px;
    padding: 5px
}

.s-portfolio-landing__cards-item .s-portfolio-landing__cards-item-border {
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 35px;
    border: solid;
    border-width: 1px 1px 10px 1px
}

.s-portfolio-landing__cards-item .s-portfolio-landing__cards-item-border p {
    font-size: 20px;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg)
}

@media (min-width: 992px) and (max-width:1499.98px) {
    .s-portfolio-landing__cards-item .s-portfolio-landing__cards-item-border p {
        font-size:16px
    }
}

@media (min-width: 992px) {
    .s-portfolio-landing__cards-item {
        width:25%;
        max-width: 25%
    }
}

@media (max-width: 559.98px) {
    .s-portfolio-landing__cards-item:nth-child(even) .s-portfolio-landing__cards-item-border {
        -webkit-transform:skew(20deg);
        -ms-transform: skew(20deg);
        transform: skew(20deg);
        min-height: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px 35px
    }

    .s-portfolio-landing__cards-item:nth-child(even) .s-portfolio-landing__cards-item-border p {
        font-size: 20px;
        -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        transform: skew(-20deg)
    }

    .s-portfolio-landing__cards-item:nth-child(odd) .s-portfolio-landing__cards-item-border {
        -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        transform: skew(-20deg);
        min-height: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px 35px
    }

    .s-portfolio-landing__cards-item:nth-child(odd) .s-portfolio-landing__cards-item-border p {
        font-size: 20px;
        -webkit-transform: skew(20deg);
        -ms-transform: skew(20deg);
        transform: skew(20deg)
    }
}

@media (max-width: 559.98px) and (min-width:992px) and (max-width:1499.98px) {
    .s-portfolio-landing__cards-item:nth-child(even) .s-portfolio-landing__cards-item-border p {
        font-size:16px
    }
}

@media (max-width: 559.98px) and (min-width:992px) and (max-width:1499.98px) {
    .s-portfolio-landing__cards-item:nth-child(odd) .s-portfolio-landing__cards-item-border p {
        font-size:16px
    }
}

.s-portfolio-landing__wrapper {
    padding: 0 0 70px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.s-portfolio-landing__item {
    border: solid;
    border-width: 1px 1px 18px 1px
}

@media (min-width: 992px) {
    .s-portfolio-landing__item {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.s-portfolio-landing__item-title {
    font-size: calc((100vw - 400px)/ (1200 - 400) * (30 - 25) + 25px);
    margin: 70px 0 35px
}

@media (min-width: 1200px) {
    .s-portfolio-landing__item-title {
        font-size:30px;
        max-width: 850px
    }
}

@media (min-width: 992px) {
    .s-portfolio-landing__item-img {
        width:50%
    }
}

.s-portfolio-landing__item-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 350px
}

@media (min-width: 992px) {
    .s-portfolio-landing__item-img img {
        height:520px
    }
}

.s-portfolio-landing__item-content {
    padding: 20px 30px
}

@media (min-width: 992px) {
    .s-portfolio-landing__item-content {
        width:50%;
        padding: 30px 70px 30px 30px
    }
}

.s-portfolio-landing__item-content * {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7
}

.s-hiw-landing {
    padding: 50px 0 0
}

.s-hiw-landing__title {
    font-size: calc((100vw - 400px)/ (1200 - 400) * (30 - 25) + 25px);
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .s-hiw-landing__title {
        font-size:30px
    }
}

.s-hiw-landing__description {
    font-size: 20px;
    margin-bottom: 30px
}

.s-hiw-landing__card {
    padding: 30px 15px;
    margin-bottom: 50px
}

@media (min-width: 575px) {
    .s-hiw-landing__card {
        padding:50px 15vw 50px 50px
    }
}

.s-hiw-landing__card-title {
    font-size: calc((100vw - 400px)/ (1200 - 400) * (30 - 25) + 25px);
    margin: 0 0 30px
}

@media (min-width: 1200px) {
    .s-hiw-landing__card-title {
        font-size:30px
    }
}

.s-hiw-landing__card-content {
    font-size: 20px
}

.s-subscription-landing {
    padding: 50px 0
}

.s-subscription-landing ul {
    list-style: disc;
    margin-left: 20px
}

.s-subscription-landing__wrapper {
    padding: 75px 0 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.s-subscription-landing__title {
    font-size: calc((100vw - 400px)/ (1200 - 400) * (30 - 25) + 25px);
    margin: 0 0 50px
}

@media (min-width: 1200px) {
    .s-subscription-landing__title {
        font-size:30px
    }
}

.s-subscription-landing__card {
    border: solid;
    border-width: 1px 30px 1px 1px;
    padding: 30px 10px 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 60px
}

@media (min-width: 576px) {
    .s-subscription-landing__card {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 30px 40px 30px 30px
    }
}

@media (min-width: 992px) {
    .s-subscription-landing__card {
        padding:40px 70px 40px 40px;
        border-width: 1px 60px 1px 1px
    }
}

.s-subscription-landing__card-title {
    font-size: calc((100vw - 400px)/ (1200 - 400) * (30 - 25) + 25px);
    font-weight: 400;
    margin: 0 0 30px
}

@media (min-width: 1200px) {
    .s-subscription-landing__card-title {
        font-size:30px
    }
}

.s-subscription-landing__card-content * {
    font-size: 16px;
    font-weight: 400
}

@media (min-width: 576px) {
    .s-subscription-landing__card-content * {
        font-size:20px
    }
}

.s-subscription-landing__card-circle {
    width: 120px;
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 7px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    margin-bottom: 25px
}

@media (min-width: 576px) {
    .s-subscription-landing__card-circle {
        width:150px;
        min-width: 150px;
        height: 150px;
        padding: 15px
    }
}

@media (min-width: 992px) {
    .s-subscription-landing__card-circle {
        width:200px;
        min-width: 150px;
        height: 200px
    }
}

.s-subscription-landing__card-sticker {
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.s-subscription-landing__card-sticker h3 {
    font-size: 24px
}

@media (min-width: 576px) {
    .s-subscription-landing__card-sticker h3 {
        font-size:28px
    }
}

@media (min-width: 992px) {
    .s-subscription-landing__card-sticker h3 {
        font-size:45px
    }
}

.s-subscription-landing__card-sticker p {
    font-size: 12px
}

@media (min-width: 576px) {
    .s-subscription-landing__card-sticker p {
        font-size:16px
    }
}

@media (min-width: 992px) {
    .s-subscription-landing__card-sticker p {
        font-size:20px
    }
}

.s-subscription-landing__description * {
    font-size: 12px
}

.s-support-landing__wrapper {
    padding: 0 0 75px;
    margin-bottom: 100px;
    border-bottom: 1px solid #fff;
    position: relative
}

.s-support-landing__wrapper img {
    position: relative;
    z-index: 1
}

.s-support-landing__title {
    font-size: calc((100vw - 400px)/ (1200 - 400) * (30 - 25) + 25px);
    margin: 0 0 30px
}

@media (min-width: 1200px) {
    .s-support-landing__title {
        font-size:30px
    }
}

.s-support-landing__description {
    font-size: 20px;
    z-index: 2
}

@media (min-width: 992px) {
    .s-support-landing__description {
        position:absolute;
        right: 40px;
        top: 50%
    }
}

.s-courses .content h2,.s-courses .content h3 {
    line-height: 1.3;
    margin-bottom: 30px
}

.s-courses .content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .s-courses .content p {
        font-size:20px;
        line-height: 1.7;
        margin-bottom: 30px
    }
}

.s-courses .content p:last-child {
    margin-bottom: 0
}

.s-courses .logos-wrapper {
    border-bottom: 1px solid #fff;
    margin-bottom: 50px
}

.s-courses .logos {
    margin: 25px -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

@media (min-width: 1440px) {
    .s-courses .logos {
        margin:30px -7px
    }
}

.s-courses .logos .logo {
    padding: 0 7px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.s-courses .logos .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.s-courses .logos .logo .logo-info {
    max-width: 100px;
    margin-left: 10px;
    font-size: 12px;
    color: #fff
}

@media (max-width: 487px) {
    .s-courses .logos .logo .logo-info {
        max-width:calc(100% - 125px);
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

@media (min-width: 1500px) {
    .s-courses .logos .logo .logo-info {
        max-width:130px
    }
}

.s-courses .logos img {
    height: 80px;
    width: auto
}

@media (min-width: 768px) {
    .s-courses .logos img {
        height:100px
    }
}

@media (min-width: 1200px) {
    .s-courses .logos img {
        height:145px
    }
}

@media (min-width: 1500px) {
    .s-courses .logos img {
        height:150px
    }
}

.s-courses .courses-title {
    margin-bottom: 0;
    margin-top: 50px
}

.s-courses .courses .course {
    padding-top: 35px
}

.s-courses .courses .course-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: solid;
    border-width: 1px 1px 18px 1px
}

@media (min-width: 768px) {
    .s-courses .courses .course-intro {
        padding-bottom:50px
    }
}

.s-courses .courses .course-img {
    width: 100%
}

@media (min-width: 768px) {
    .s-courses .courses .course-img {
        width:50%
    }
}

.s-courses .courses .course-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 767px) {
    .s-courses .courses .course-img img {
        -o-object-position:top;
        object-position: top;
        max-height: 450px
    }
}

.s-courses .courses .course-content {
    padding: 30px 15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%
}

@media (min-width: 768px) {
    .s-courses .courses .course-content {
        width:50%;
        padding: 40px 30px
    }
}

.s-courses .events-wrapper {
    border: 1px solid;
    padding: 30px 15px;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .s-courses .events-wrapper {
        padding:30px
    }
}

@media (min-width: 1500px) {
    .s-courses .events-wrapper {
        padding:30px 40px 20px
    }
}

.s-courses .events-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 35px -7px 0
}

@media (min-width: 1500px) {
    .s-courses .events-list {
        margin:35px -15px 0
    }
}

.s-courses .events-list .event {
    padding: 0 7px;
    width: 100%;
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .s-courses .events-list .event {
        width:50%
    }
}

@media (min-width: 1200px) {
    .s-courses .events-list .event {
        width:calc(100% / 3)
    }
}

@media (min-width: 1500px) {
    .s-courses .events-list .event {
        padding:0 15px;
        margin-bottom: 32px
    }
}

.s-courses .events-list .event-inner {
    height: 100%;
    border: 1px solid #5f5f5f
}

.s-courses .events-list .event-img {
    width: 100%
}

.s-courses .events-list .event-img img {
    width: 100%;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover
}

.s-courses .events-list .event-content {
    width: 100%;
    padding: 15px 15px 25px;
    border-top: none
}

@media (min-width: 768px) {
    .s-courses .events-list .event-content a {
        margin-top:0
    }
}

@media (min-width: 576px) {
    .s-courses .events-list--1-col .event {
        width:100%
    }
}

.s-courses .events-list--1-col .event-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 576px) {
    .s-courses .events-list--1-col .event-img {
        width:50%;
        padding-right: 15px
    }

    .s-courses .events-list--1-col .event-img img {
        height: 200px
    }
}

@media (min-width: 576px) {
    .s-courses .events-list--1-col .event-content {
        width:50%;
        margin-top: 0
    }

    .s-courses .events-list--1-col .event-content--full {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .s-courses .events-list--2-col .event {
        width:50%
    }
}

.s-courses .events-description {
    border-top: 1px solid #fff;
    font-size: 12px;
    margin: 80px 0 60px;
    padding: 20px 0
}

.s-courses .course--blue .course-intro,.s-courses .course--blue .events-wrapper {
    border-color: #4ec3e0
}

.s-courses .course--blue .event-content a {
    border-color: #4ec3e0;
    background-color: #4ec3e0
}

.s-courses .course--yellow .course-intro,.s-courses .course--yellow .events-wrapper {
    border-color: #ff5f30
}

.s-courses .course--yellow .event-content a {
    border-color: #ff5f30;
    background-color: #ff5f30
}

.s-courses .course--gold .course-intro,.s-courses .course--gold .events-wrapper {
    border-color: #a68c4f
}

.s-courses .course--gold .event-content a {
    border-color: #a68c4f;
    background-color: #a68c4f
}

.s-courses .course--green-light .course-intro,.s-courses .course--green-light .events-wrapper {
    border-color: #25a1b0
}

.s-courses .course--green-light .event-content a {
    border-color: #25a1b0;
    background-color: #25a1b0
}

.s-courses .course--grey .course-intro,.s-courses .course--grey .events-wrapper {
    border-color: #5f5f5f
}

.s-courses .course--grey .event-content a {
    border-color: #5f5f5f;
    background-color: #5f5f5f
}

.s-events-landing__border {
    border: 1px solid #4ec3e0;
    padding: 50px 15px
}

@media (min-width: 992px) {
    .s-events-landing__border {
        padding:50px 40px
    }
}

.s-events-landing__title {
    font-size: calc((100vw - 400px)/ (1200 - 400) * (30 - 25) + 25px);
    margin-bottom: 35px
}

@media (min-width: 1200px) {
    .s-events-landing__title {
        font-size:30px
    }
}

.s-events-landing__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
    padding: 30px 0
}

@media (min-width: 992px) {
    .s-events-landing__img {
        width:50%
    }
}

.s-events-landing__img img {
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover
}

.s-events-landing__content {
    padding: 30px 0 0;
    font-size: 20px
}

@media (min-width: 992px) {
    .s-events-landing__content {
        width:50%;
        padding: 0 30px
    }
}

.s-events-landing__content a:not(.action) {
    border: 1px solid #4ec3e0;
    background-color: #4ec3e0;
    padding: 15px 20px;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    display: inline-block
}

.s-events-landing__description {
    border-top: 1px solid #fff;
    font-size: 12px;
    margin: 80px 0 60px;
    padding: 30px 0
}

.s-video-landing {
    padding: 50px 0
}

.s-video-landing__title {
    font-size: calc((100vw - 400px)/ (1200 - 400) * (30 - 25) + 25px);
    margin: 0 0 35px
}

@media (min-width: 1200px) {
    .s-video-landing__title {
        font-size:30px
    }
}

.s-video-landing iframe {
    width: 100%
}

@media (min-width: 575px) {
    .s-video-landing iframe {
        height:35vw
    }
}

.s-solutions-landing__cards {
    padding: 50px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.s-solutions-landing__title {
    font-size: calc((100vw - 400px)/ (1200 - 400) * (30 - 25) + 25px);
    margin: 0 0 35px
}

@media (min-width: 1200px) {
    .s-solutions-landing__title {
        font-size:30px
    }
}

.s-solutions-landing__description {
    font-size: 20px;
    line-height: 1.7
}

.s-solutions-landing__cards-wrapper {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 1500px) {
    .s-solutions-landing__cards-wrapper {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.s-solutions-landing__cards-item {
    border: solid;
    border-width: 1px 1px 33px 1px;
    padding: 10px 15px;
    font-size: 20px;
    text-align: center;
    margin: 15px 0
}

@media (min-width: 576px) {
    .s-solutions-landing__cards-item {
        padding:10px 25px;
        margin: 15px;
        max-width: 303px
    }
}

.s-solutions-landing__cards-item h5 {
    font-size: 20px;
    margin-bottom: 30px
}

.s-solutions-landing__item {
    padding: 50px 0 40px;
    border-bottom: 1px solid #fff
}

.s-solutions-landing__item h2 {
    font-size: calc((100vw - 400px)/ (1200 - 400) * (30 - 25) + 25px);
    margin: 0 0 35px
}

@media (min-width: 1200px) {
    .s-solutions-landing__item h2 {
        font-size:30px
    }
}

.s-solutions-landing__item-description {
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 1.7
}

.s-solutions-landing__item-description p {
    color: inherit
}

.s-solutions-landing__item-wrapper {
    border: solid;
    border-width: 1px;
    position: relative
}

@media (min-width: 992px) {
    .s-solutions-landing__item-wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 992px) {
    .s-solutions-landing__item-img {
        min-width:50%;
        width: 50%
    }
}

.s-solutions-landing__item-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 340px
}

@media (min-width: 768px) {
    .s-solutions-landing__item-img img {
        height:450px
    }
}

@media (min-width: 992px) {
    .s-solutions-landing__item-img img {
        height:100%
    }
}

.s-solutions-landing__item-agenda {
    padding: 30px 15px;
    font-size: 20px
}

@media (min-width: 992px) {
    .s-solutions-landing__item-agenda {
        padding:60px 35px
    }
}

.s-solutions-landing__item-agenda ul {
    list-style: disc;
    margin-left: 20px
}

.s-solutions-landing__further {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .s-solutions-landing__further {
        padding:30px 0
    }
}

.s-solutions-landing__further-item {
    width: 100%;
    padding: 30px 10px;
    font-size: 20px;
    border: 1px solid #fff
}

@media (min-width: 575px) {
    .s-solutions-landing__further-item {
        width:50%
    }
}

@media (min-width: 992px) {
    .s-solutions-landing__further-item {
        width:25%;
        min-height: 250px;
        padding: 0 30px;
        border: none
    }

    .s-solutions-landing__further-item:not(:last-child) {
        border-right: 1px solid #fff
    }
}

.s-solutions-landing__item-link a {
    margin-top: 30px
}

.s-partnership-landing {
    padding: 60px 0;
    border-bottom: 1px solid #fff
}

.s-partnership-landing__title {
    font-size: calc((100vw - 400px)/ (1200 - 400) * (30 - 25) + 25px);
    margin: 40px 0 35px
}

@media (min-width: 1200px) {
    .s-partnership-landing__title {
        font-size:30px
    }
}

.s-partnership-landing__content * {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7
}

.s-testimonials-landing {
    padding: 50px 0 20px
}

.s-testimonials-landing__border {
    padding: 0 0 60px;
    border-bottom: 1px solid #fff
}

.s-testimonials-landing__title {
    font-size: calc((100vw - 400px)/ (1200 - 400) * (30 - 25) + 25px);
    margin: 0 0 35px
}

@media (min-width: 1200px) {
    .s-testimonials-landing__title {
        font-size:30px
    }
}

.s-testimonials-landing__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.s-testimonials-landing__item {
    margin: 30px 0;
    width: 300px;
    max-width: 300px;
    border: 1px solid #4ec3e0
}

@media (min-width: 578px) {
    .s-testimonials-landing__item {
        margin:30px
    }
}

@media (min-width: 992px) {
    .s-testimonials-landing__item {
        width:calc(100% / 3 - 15px);
        margin: 30px
    }
}

.s-testimonials-landing__item-text {
    padding: 0 20px;
    margin: 20px 0;
    font-size: 20px;
    font-style: italic
}

.s-testimonials-landing__item-name {
    padding: 0 20px;
    margin: 20px 0;
    font-size: 20px
}

.s-testimonials-landing__description-text {
    font-size: 12px;
    padding: 0 0 100px
}

.s-tps-landing {
    padding: 0 0 20px
}

.s-tps-landing__wrapper {
    padding: 50px 0 150px;
    border-bottom: 1px solid #fff
}

.s-tps-landing__title {
    font-size: calc((100vw - 400px)/ (1200 - 400) * (30 - 25) + 25px);
    margin: 0 0 35px
}

@media (min-width: 1200px) {
    .s-tps-landing__title {
        font-size:30px
    }
}

.s-tps-landing__content {
    font-size: 20px
}

.contact-form-container {
    float: none
}

.form-featured-product .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.video-form-section .c-video-form__button:active,.video-form-section .c-video-form__button:hover {
    color: #fff;
    opacity: .8!important
}

a,button {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.wp-caption:hover,a:focus,a:hover,button:focus,button:hover {
    text-decoration: none;
    zoom:1;opacity: .8;
    outline: 0!important
}

.action {
    position: relative;
    display: inline-block;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    margin-bottom: 10px
}

.action .action-icon {
    position: absolute;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.action:last-child {
    margin-bottom: 0
}

.action--button {
    border-radius: 30px;
    text-align: center;
    border: none;
    outline: 0;
    line-height: 1.4;
    font-size: 16px
}

@media (max-width: 1499px) {
    .action--button {
        font-size:14px
    }
}

.action--button .action-icon {
    width: 7px
}

@media (max-width: 1499px) {
    .action--button .action-icon {
        width:6px
    }
}

.action--button:not(.action--with-icon) {
    padding: 10px 33px
}

@media (max-width: 1499px) {
    .action--button:not(.action--with-icon) {
        padding:9px 20px
    }
}

.action--button.action--primary {
    color: #fff;
    background-color: #ff5f30;
    border: 1px solid #ff5f30
}

.action--button.action--secondary {
    background-color: #0e1e4c;
    color: #fff;
    border: 1px solid #0e1e4c
}

.action--button.action--white {
    background-color: transparent;
    border: 1px solid;
    color: #fff;
    border-color: #fff
}

.action--button.action--bordered {
    background-color: transparent;
    border: 1px solid
}

.action--button.action--bordered-white {
    color: #fff;
    border-color: #fff
}

.action--button.action--bordered-secondary {
    color: #0e1e4c;
    border-color: #0e1e4c
}

.action--button.action--bordered-secondary:focus,.action--button.action--bordered-secondary:hover {
    background-color: #0e1e4c;
    color: #fff
}

.action--link {
    font-size: 16px;
    background: 0 0;
    border: none;
    padding-left: 0
}

@media (max-width: 1499px) {
    .action--link {
        font-size:14px
    }
}

.action--link .action-icon {
    width: 7px
}

@media (max-width: 1499px) {
    .action--link .action-icon {
        width:6px
    }
}

.action--link:focus,.action--link:hover {
    text-decoration: underline
}

.action--link.action--primary {
    color: #ff5f30
}

.action--link.action--secondary {
    color: #0e1e4c
}

.action--link.action--white {
    color: #fff
}

.action.size-default {
    font-size: 16px
}

@media (max-width: 1499px) {
    .action.size-default {
        font-size:14px
    }
}

.action.size-default .action-icon {
    width: 7px
}

@media (max-width: 1499px) {
    .action.size-default .action-icon {
        width:6px
    }
}

.action.size-s {
    font-size: 14px
}

@media (max-width: 1499px) {
    .action.size-s {
        font-size:12px
    }
}

.action.size-s .action-icon {
    width: 6px
}

.action.size-xl {
    font-size: 18px
}

@media (max-width: 1499px) {
    .action.size-xl {
        font-size:16px
    }
}

.action.size-xl .action-icon {
    width: 7px
}

.action--download {
    margin-top: 30px;
    border: 1px solid #f2f1ec;
    display: block;
    width: 100%
}

.action--download:first-child {
    margin-top: 0
}

.action--download p {
    font-weight: 400
}

.action--download .action-icon {
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../assets/images/icons/download.svg);
    background-position: center
}

.ltr .action {
    margin-right: 20px
}

.ltr .action--button.action--with-icon {
    padding: 10px 48px 10px 33px
}

@media (max-width: 1499px) {
    .ltr .action--button.action--with-icon {
        padding:9px 35px 9px 20px
    }
}

.ltr .action--button.action--with-icon .action-icon {
    right: 33px;
    background-image: url(../../assets/images/icons/arrow-right-white.svg)
}

@media (max-width: 1499px) {
    .ltr .action--button.action--with-icon .action-icon {
        right:20px
    }
}

.ltr .action--link.action--with-icon {
    padding-right: 15px
}

.ltr .action--link.action--with-icon .action-icon {
    right: 0
}

.ltr .action--link.action--with-icon.action--primary .action-icon {
    background-image: url(../../assets/images/icons/arrow-right-primary.svg)
}

.ltr .action--link.action--with-icon.action--secondary .action-icon {
    background-image: url(../../assets/images/icons/arrow-right.svg)
}

.ltr .action--link.action--with-icon.action--white .action-icon {
    background-image: url(../../assets/images/icons/arrow-right-white.svg)
}

.ltr .action--download {
    padding: 30px 80px 15px 30px
}

.ltr .action--download h2,.ltr .action--download h3 {
    font-size: 24px
}

.ltr .action--download .action-icon {
    right: 30px
}

.rtl .action {
    margin-left: 20px
}

.rtl .action--button.action--with-icon {
    padding: 10px 33px 10px 48px
}

@media (max-width: 1499px) {
    .rtl .action--button.action--with-icon {
        padding:9px 20px 9px 35px
    }
}

.rtl .action--button.action--with-icon .action-icon {
    left: 33px;
    background-image: url(../../assets/images/icons/arrow-left-white.svg)
}

@media (max-width: 1499px) {
    .rtl .action--button.action--with-icon .action-icon {
        left:20px
    }
}

.rtl .action--link.action--with-icon {
    padding-left: 15px
}

.rtl .action--link.action--with-icon .action-icon {
    left: 0
}

.rtl .action--link.action--with-icon.action--primary .action-icon {
    background-image: url(../../assets/images/icons/arrow-left-primary.svg)
}

.rtl .action--link.action--with-icon.action--secondary .action-icon {
    background-image: url(../../assets/images/icons/arrow-left.svg)
}

.rtl .action--link.action--with-icon.action--white .action-icon {
    background-image: url(../../assets/images/icons/arrow-left-white.svg)
}

.rtl .action--download {
    padding: 30px 30px 15px 80px
}

.rtl .action--download .action-icon {
    left: 30px
}

.affix-sidebar .action--secondary,.affix-sidebar-cursos .action--secondary,.sidebar-filter .action--secondary,.sidebar-reference .action--secondary,.sidebar-reference-cursos .action--secondary {
    display: block;
    width: 100%;
    margin-top: 30px;
    font-size: 16px
}

@media (max-width: 1499px) {
    .affix-sidebar .action--secondary,.affix-sidebar-cursos .action--secondary,.sidebar-filter .action--secondary,.sidebar-reference .action--secondary,.sidebar-reference-cursos .action--secondary {
        font-size:14px
    }
}

.affix-sidebar .action--secondary .action-icon,.affix-sidebar-cursos .action--secondary .action-icon,.sidebar-filter .action--secondary .action-icon,.sidebar-reference .action--secondary .action-icon,.sidebar-reference-cursos .action--secondary .action-icon {
    width: 7px
}

@media (max-width: 1499px) {
    .affix-sidebar .action--secondary .action-icon,.affix-sidebar-cursos .action--secondary .action-icon,.sidebar-filter .action--secondary .action-icon,.sidebar-reference .action--secondary .action-icon,.sidebar-reference-cursos .action--secondary .action-icon {
        width:6px
    }
}

a.rrss-button {
    background: #0e1e4c;
    color: #fff;
    padding: 8px;
    display: block;
    margin: 8px 0;
    border-radius: 0;
    text-align: left
}

.rrss-button.facebook {
    background: #0e1e4c
}

.rrss-button.twitter {
    background: #0e1e4c
}

.rrss-button.linkedin {
    background: #0e1e4c
}

.rrss-button.instagram {
    background: #5f5f5f
}

.rrss-button .icon {
    float: left;
    margin-right: 15px;
    vertical-align: middle;
    width: 24px
}

@media (max-width: 1499px) {
    .rrss-button .icon {
        margin-right:12px;
        width: 20px
    }
}

.rrss-button .text {
    font-size: .875em;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle
}

@media (max-width: 1499px) {
    .rrss-button .text {
        font-size:.8125em
    }
}

.contact-form-container .contact-form-submit {
    margin: 20px 0
}

.contact-form-container .contact-form-submit button {
    border-radius: 30px;
    text-align: center;
    border: none;
    outline: 0;
    line-height: 1.4;
    padding: 10px 33px;
    color: #fff;
    background-color: #ff5f30;
    border: 1px solid #ff5f30;
    display: block;
    margin: 0 auto
}

@media (max-width: 1499px) {
    .contact-form-container .contact-form-submit button {
        padding:9px 20px
    }
}

@media (min-width: 992px) {
    .breadscrumbs-container .row .col-xxs-12 {
        max-width:calc(100% - 33.333333%)
    }
}

.custom-tabs-content .custom-tabs {
    margin-bottom: 20px;
    text-align: center
}

.custom-tabs-content .custom-tab {
    display: inline-block;
    font-size: 14px;
    color: #0e1e4c;
    background: #f2f1ec;
    border-radius: 0;
    background-clip: padding-box;
    text-transform: uppercase;
    padding: 6px 33px;
    margin: 0 5px 10px 0
}

.custom-tabs-content .custom-tab.active {
    background: #0e1e4c;
    color: #fff
}

.custom-tabs-content .custom-content {
    display: none
}

.custom-tabs-content .custom-content.active {
    display: block
}

.custom-tabs-content .col-sm-offset-3 {
    margin-right: 25%
}

.content a:not(.action) {
    font-weight: 600
}

.content a:not(.action):focus,.content a:not(.action):hover {
    text-decoration: underline
}

.content ul {
    list-style: none
}

.content ul li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative
}

.content ul li:last-child {
    margin-bottom: 0
}

.content ul li:before {
    content: '\25B6';
    margin-right: 5px;
    color: #ff5f30;
    position: absolute;
    left: 0
}

.content ul li ul {
    margin-top: 15px
}

.content ul+.h1,.content ul+.h2,.content ul+.h3,.content ul+.h4,.content ul+h1,.content ul+h2,.content ul+h3,.content ul+h4,.content ul+p {
    margin-top: 20px
}

.content ul.style--spark-orange li:before {
    color: #d38359
}

.content ul.style--circle {
    list-style: disc;
    padding-left: 20px
}

.content ul.style--circle li {
    padding-left: 0
}

.content ul.style--circle li:before {
    display: none
}

.content ol {
    -webkit-padding-start: 20px;
    padding-inline-start:20px}

.content .text-small {
    font-size: 12px
}

.content .text-primary,.content .text-primary a:not(.action) {
    color: #ff5f30
}

.content .text-secondary,.content .text-secondary a:not(.action) {
    color: #0e1e4c
}

.content .text-spark,.content .text-spark a:not(.action) {
    color: #4ec3e0
}

.content .text-spark-orange,.content .text-spark-orange a:not(.action) {
    color: #d38359
}

.content .text-damon-blue,.content .text-damon-blue a:not(.action) {
    color: #065ca2
}

.content .text-dark-grey,.content .text-dark-grey a:not(.action) {
    color: #5f5f5f
}

.content .text-white,.content .text-white a:not(.action) {
    color: #fff
}

.content table {
    width: 100%;
    border-collapse: collapse;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5f5f5f
}

.content table td,.content table th {
    padding: 10px 15px
}

.content table th {
    font-size: 16px
}

@media (max-width: 575px) {
    .content table {
        font-size:14px
    }

    .content table .mtr-td-tag:first-child {
        font-weight: 600
    }

    .content table tr {
        margin-bottom: 10px
    }

    .content table tr:last-child {
        margin-bottom: 0
    }

    .content table td,.content table th {
        border-bottom: 1px solid
    }

    .content table td:last-child,.content table th:last-child {
        border-bottom: none
    }
}

@media (min-width: 576px) {
    .content table tr {
        border-bottom:1px solid
    }

    .content table tr:last-child {
        border-bottom: none
    }
}

.content table td,.content table th,.content table tr {
    border-color: #f2f1ec
}

.content .bordered-block {
    padding: 15px;
    border: 1px solid
}

@media (min-width: 1500px) {
    .content .bordered-block {
        padding:30px 30px 15px
    }
}

.content.content--default .bordered-block {
    border-color: #f2f1ec
}

.content.content--white .h1,.content.content--white .h2,.content.content--white .h3,.content.content--white .h4,.content.content--white .h5,.content.content--white .h6,.content.content--white blockquote,.content.content--white div,.content.content--white h1,.content.content--white h2,.content.content--white h3,.content.content--white h4,.content.content--white h5,.content.content--white h6,.content.content--white li,.content.content--white p {
    color: #fff
}

.content.content--white a:not(.action) {
    color: #fff;
    text-decoration: underline
}

.content.content--white table {
    color: #fff
}

.content.content--white table td,.content.content--white table th,.content.content--white table tr {
    border-color: #fff
}

.content.content--white ul li:before {
    color: #fff
}

.content.content--white .bordered-block {
    border-color: #fff
}

.rtl .content ul li {
    padding-right: 20px;
    padding-left: 0
}

.rtl .content ul li:before {
    right: 0;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rtl .content ul.style--circle {
    list-style: disc;
    padding-left: 0;
    padding-right: 20px
}

.rtl .content ul.style--circle li {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 768px) {
    .layout--content-right .content-wrap {
        text-align:right;
        margin-left: auto
    }

    .layout--content-right .content-wrap .vc_btn3-container {
        display: inline-block;
        vertical-align: middle
    }

    .layout--content-right .content-wrap .vc_btn3-container .vc_general.vc_btn3 {
        margin-left: 20px;
        margin-right: 0
    }

    .layout--content-right .actions .action {
        margin-left: 20px;
        margin-right: 0
    }

    .layout--content-right .card-content {
        text-align: right
    }

    .layout--content-right.vc_row {
        text-align: right
    }

    .layout--content-right.vc_row .vc_btn3-container {
        display: inline-block;
        vertical-align: middle
    }

    .layout--content-right.vc_row .vc_btn3-container .vc_general.vc_btn3 {
        margin-left: 20px;
        margin-right: 0
    }

    .layout--content-left .content-wrap {
        text-align: left;
        margin-right: auto
    }

    .layout--content-left .actions .action {
        margin-left: 0;
        margin-right: 20px
    }

    .layout--content-left .card-content {
        text-align: left
    }

    .layout--content-left.vc_row {
        text-align: left
    }

    .layout--content-left.vc_row .vc_btn3-container {
        display: inline-block;
        vertical-align: middle
    }

    .layout--content-left.vc_row .vc_btn3-container .vc_general.vc_btn3 {
        margin-left: 0;
        margin-right: 20px
    }

    .layout--content-center .content-wrap {
        margin: 0 auto;
        max-width: 75%
    }

    .rtl .layout--content-left .content-wrap {
        text-align: right;
        margin-left: auto;
        margin-right: 0
    }

    .rtl .layout--content-left .actions .action {
        margin-right: 0;
        margin-left: 20px
    }

    .rtl .layout--content-left .card-content {
        text-align: right
    }
}

.layout--content-center .content-wrap {
    text-align: center
}

.layout--content-center .content-wrap .vc_btn3-container {
    display: inline-block;
    vertical-align: middle
}

.layout--content-center .content-wrap .vc_btn3-container .vc_general.vc_btn3 {
    margin-left: 10px;
    margin-right: 10px
}

.layout--content-center.vc_row {
    text-align: center
}

.layout--content-center.vc_row .vc_btn3-container {
    display: inline-block;
    vertical-align: middle
}

.layout--content-center.vc_row .vc_btn3-container .vc_general.vc_btn3 {
    margin-left: 10px;
    margin-right: 10px
}

.layout--content-center .actions {
    text-align: center
}

.layout--content-center .actions .action {
    margin-left: 10px;
    margin-right: 10px
}

.layout--content-center .card-content {
    text-align: center
}

.section {
    padding: 40px 0
}

@media (min-width: 768px) {
    .section {
        padding:50px 0
    }
}

@media (min-width: 992px) {
    .section {
        padding:60px 0
    }
}

.section-header {
    margin-bottom: 40px
}

@media (max-width: 1499px) {
    .section-header {
        margin-bottom:30px
    }
}

.section-header .h1,.section-header .h2,.section-header .h3,.section-header h1,.section-header h2,.section-header h3 {
    line-height: 1.2
}

.section-header p {
    font-size: 18px;
    line-height: 1.4
}

@media (min-width: 1500px) {
    .section-header p {
        font-size:20px
    }
}

.section-header--2col .section-intro {
    color: #0e1e4c
}

@media (min-width: 768px) {
    .section-header--2col {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        text-align: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .section-header--2col .section-title {
        margin-right: 30px
    }
}

@media (min-width: 992px) {
    .section-header--2col .section-title {
        margin-right:50px
    }
}

.languages {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px
}

.languages .language-flag {
    width: 24px;
    height: auto
}

.languages .language-title {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.languages .language-menu-icon {
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url(../../assets/images/icons/language-selector-white.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.languages-menu {
    display: none;
    position: absolute;
    background: #0e1e4c;
    z-index: 10;
    top: 40px;
    width: 150px;
    padding-bottom: 5px
}

.languages-menu a.language-link {
    display: block;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 400
}

.languages-menu a.language-link .language-title {
    font-size: 12px
}

.languages-menu a.language-link img {
    width: 20px;
    height: auto
}

.languages:hover .languages-menu {
    display: block
}

.footer .languages .language-title {
    color: #0e1e4c
}

.footer .languages .language-menu-icon {
    background-image: url(../../assets/images/icons/language-selector.svg)
}

.footer .languages-menu {
    background: #fff;
    bottom: 100%;
    top: auto;
    text-align: left
}

.footer .languages-menu a.language-link {
    color: #0e1e4c
}

.ltr .languages {
    float: right
}

.ltr .languages .language-flag,.ltr .languages .language-title {
    margin-right: 7px
}

.ltr .languages-menu {
    left: 0
}

.ltr .languages-menu a img {
    margin-right: 7px
}

.rtl .languages {
    float: left
}

.rtl .languages .language-flag,.rtl .languages .language-title {
    margin-left: 7px
}

.rtl .languages-menu {
    right: 0;
    text-align: right
}

.rtl .languages-menu a img {
    margin-left: 7px
}

@media (min-width: 768px) {
    .modal .modal-dialog {
        margin:50px auto
    }
}

.modal .close {
    width: 20px;
    height: 20px;
    position: absolute;
    float: none;
    margin: 0;
    right: 0;
    top: -25px;
    opacity: 1
}

@media (min-width: 768px) {
    .modal .close {
        top:-35px
    }
}

.modal .modal-body,.modal .modal-header {
    padding: 0
}

.modal .modal-header {
    position: relative;
    border: none;
    min-height: 0
}

.modal .modal-header h1,.modal .modal-header h2,.modal .modal-header h3,.modal .modal-header h4 {
    text-align: center;
    margin-top: 0
}

.modal .modal-title {
    margin-bottom: 30px
}

.modal .modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.2);
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    padding: 50px 15px 20px;
    border: none
}

@media (min-width: 768px) {
    .modal .modal-content {
        padding:60px 40px 30px
    }
}

.modal .modal-content .hbspt-form {
    margin-right: -8px
}

.modal--speakers .modal-header h4 {
    text-align: left;
    font-weight: 600
}

.modal--speakers .ce-speaker .ce-speaker-image img {
    width: 100px;
    height: 100px
}

.modal--speakers .ce-speaker .ce-speaker-content {
    max-width: calc(100% - 115px)
}

body.modal-open .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    z-index: inherit
}

.media-container--image img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.media-container--video {
    padding-top: 56.23%;
    position: relative
}

.media-container--video .play-button {
    background-color: rgba(14,30,76,.8);
    display: block;
    width: 70px;
    height: 1rem;
    padding-bottom: 70px;
    border: 0 none;
    margin: 0;
    cursor: pointer;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    z-index: 2
}

@media (max-width: 480px) {
    .media-container--video .play-button {
        width:50px;
        padding-bottom: 50px
    }
}

.media-container--video .play-button svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20%
}

.media-container--video .play-button.active {
    display: none
}

.media-container--video .rll-youtube-player,.media-container--video iframe,.media-container--video video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: none;
    outline: 0;
    z-index: 1
}

.owl-carousel {
    direction: ltr
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1,1)
}

.owl-carousel .owl-dots {
    text-align: center;
    z-index: 2
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #fff;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 1px solid #0e1e4c
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #0e1e4c
}

.rtl .owl-carousel .owl-item {
    direction: rtl
}

.default-landing .owl-carousel .owl-nav,.vc_container .owl-carousel .owl-nav {
    color: #0e1e4c
}

.default-landing .owl-carousel .owl-nav .owl-next,.default-landing .owl-carousel .owl-nav .owl-prev,.vc_container .owl-carousel .owl-nav .owl-next,.vc_container .owl-carousel .owl-nav .owl-prev {
    font-size: 0;
    color: #0e1e4c;
    opacity: 1;
    border: none;
    background: 0 0;
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: calc(100% - 40px);
    top: 0
}

.default-landing .owl-carousel .owl-nav .owl-next:before,.default-landing .owl-carousel .owl-nav .owl-prev:before,.vc_container .owl-carousel .owl-nav .owl-next:before,.vc_container .owl-carousel .owl-nav .owl-prev:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../../assets/images/icons/arrow-left.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center center
}

.default-landing .owl-carousel .owl-nav .owl-next.disabled,.default-landing .owl-carousel .owl-nav .owl-prev.disabled,.vc_container .owl-carousel .owl-nav .owl-next.disabled,.vc_container .owl-carousel .owl-nav .owl-prev.disabled {
    pointer-events: none
}

.default-landing .owl-carousel .owl-nav .owl-next.disabled:before,.default-landing .owl-carousel .owl-nav .owl-prev.disabled:before,.vc_container .owl-carousel .owl-nav .owl-next.disabled:before,.vc_container .owl-carousel .owl-nav .owl-prev.disabled:before {
    opacity: .5
}

.default-landing .owl-carousel .owl-nav .owl-next span,.default-landing .owl-carousel .owl-nav .owl-prev span,.vc_container .owl-carousel .owl-nav .owl-next span,.vc_container .owl-carousel .owl-nav .owl-prev span {
    display: none
}

.default-landing .owl-carousel .owl-nav .owl-prev,.vc_container .owl-carousel .owl-nav .owl-prev {
    left: -10px
}

@media (min-width: 768px) {
    .default-landing .owl-carousel .owl-nav .owl-prev,.vc_container .owl-carousel .owl-nav .owl-prev {
        left:0
    }
}

.default-landing .owl-carousel .owl-nav .owl-next,.vc_container .owl-carousel .owl-nav .owl-next {
    right: -10px
}

@media (min-width: 768px) {
    .default-landing .owl-carousel .owl-nav .owl-next,.vc_container .owl-carousel .owl-nav .owl-next {
        right:0
    }
}

.default-landing .owl-carousel .owl-nav .owl-next:before,.vc_container .owl-carousel .owl-nav .owl-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.default-landing .owl-carousel .owl-dot,.vc_container .owl-carousel .owl-dot {
    background: #f2f1ec;
    border: 1px solid #ff5f30
}

.default-landing .owl-carousel .owl-dot.active,.vc_container .owl-carousel .owl-dot.active {
    background: #ff5f30;
    border-color: #ff5f30
}

.default-landing .owl-carousel.slider,.vc_container .owl-carousel.slider {
    padding: 0 25px 20px
}

@media (min-width: 768px) {
    .default-landing .owl-carousel.slider,.vc_container .owl-carousel.slider {
        padding:0 50px
    }
}

.default-landing .owl-carousel.slider--white .owl-next:before,.default-landing .owl-carousel.slider--white .owl-prev:before,.vc_container .owl-carousel.slider--white .owl-next:before,.vc_container .owl-carousel.slider--white .owl-prev:before {
    background-image: url(../../assets/images/icons/arrow-left-white.svg)
}

.default-landing .owl-carousel.slider--white .owl-dot,.vc_container .owl-carousel.slider--white .owl-dot {
    border: 1px solid #f2f1ec
}

.default-landing .owl-carousel.slider--white .owl-dot.active,.vc_container .owl-carousel.slider--white .owl-dot.active {
    background: #fff;
    border: 1px solid #fff
}

.owl-carousel.ce-slider {
    margin-bottom: 0
}

.owl-carousel.ce-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.owl-carousel.ce-slider .owl-dots {
    margin-top: 30px
}

.owl-carousel.ce-slider .owl-dots .owl-dot {
    background: #0e1e4c
}

.owl-carousel.ce-slider .owl-dots .owl-dot.active {
    border: 1px solid #0e1e4c;
    background: #fff
}

.owl-carousel.ce-slider .item {
    width: 100%
}

.sidebar {
    width: 100%;
    position: relative
}

@media (min-width: 992px) {
    .sidebar {
        max-width:320px
    }
}

@media (min-width: 1500px) {
    .sidebar {
        max-width:370px
    }
}

.sidebar .sidebar-container {
    background: #f2f1ec;
    padding: 40px 15px;
    width: 100%
}

@media (min-width: 400px) {
    .sidebar .sidebar-container {
        padding:40px 25px
    }
}

@media (min-width: 1500px) {
    .sidebar .sidebar-container {
        padding:40px
    }
}

.sidebar .sidebar-row,.sidebar .widget-box {
    margin-bottom: 30px
}

.sidebar .sidebar-row:last-child,.sidebar .widget-box:last-child {
    margin-bottom: 0
}

.sidebar .sidebar-title {
    font-size: 18px;
    color: #5f5f5f;
    text-align: center
}

.sidebar .widget-title,.sidebar label {
    font-size: 18px;
    color: #5f5f5f;
    text-align: center;
    text-align: left
}

.sidebar form[role=search] .wp-block-search__inside-wrapper {
    padding: 0;
    background: #fff;
    border: none
}

.sidebar form[role=search] .wp-block-search__input {
    border: none;
    outline: 0;
    padding: 10px
}

.sidebar form[role=search] .wp-block-search__button {
    background: #ff5f30;
    border: none;
    color: #fff
}

.sidebar form[role=search] .wp-block-search__button svg {
    fill: #fff
}

.sidebar .actions .action {
    margin: 0
}

.sidebar .actions .action--button {
    width: 100%
}

.rtl .sidebar .widget-box {
    text-align: right
}

.rtl .sidebar .widget-title,.rtl .sidebar label {
    text-align: right
}

.ui-datepicker {
    border: none;
    background: 0 0;
    padding: 0 15px 10px;
    max-width: 100%;
    width: 100%;
    border-radius: 0
}

.ui-datepicker .ui-widget-header {
    background: #fff;
    position: relative;
    color: #5f5f5f;
    font-family: Montserrat,sans-serif;
    font-weight: 300;
    border: none;
    background: 0 0;
    padding: 15px 0
}

.ui-datepicker .ui-datepicker-title {
    font-size: 16px;
    font-family: Montserrat,sans-serif;
    text-align: left;
    margin: 0;
    line-height: 1.3
}

.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    width: 24px;
    height: 20px;
    cursor: pointer;
    outline: 0;
    border: none;
    position: absolute;
    right: 0;
    left: auto;
    bottom: auto;
    top: auto
}

.ui-datepicker .ui-datepicker-next .ui-icon,.ui-datepicker .ui-datepicker-prev .ui-icon {
    display: none
}

.ui-datepicker .ui-datepicker-prev {
    background-image: url(../../assets/images/icons/arrow-right-grey.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 34px
}

.ui-datepicker .ui-datepicker-next {
    background-image: url(../../assets/images/icons/arrow-right-grey.svg)
}

.ui-datepicker .ui-datepicker-calendar {
    width: 100%
}

.ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
    font-size: 18px;
    font-family: Montserrat,sans-serif;
    color: #5f5f5f;
    font-weight: 400;
    padding: 1px
}

.ui-datepicker .ui-datepicker-calendar td a,.ui-datepicker .ui-datepicker-calendar td span {
    border: none;
    border-radius: 50%;
    background-clip: padding-box;
    color: inherit;
    background: 0 0;
    font-weight: inherit;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 5px
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day span {
    background: #f2f1ec
}

.ui-datepicker .ui-datepicker-calendar td.activity-day a {
    color: #fff;
    background: #0e1e4c
}

.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
    zoom:1!important;-webkit-opacity: 1!important;
    -moz-opacity: 1!important;
    opacity: 1!important
}

.ui-datepicker .ui-datepicker-calendar thead th {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 1px;
    color: #5f5f5f
}

.rtl .ui-datepicker .ui-datepicker-calendar thead th {
    font-size: 11px
}

.ui-selectmenu-button {
    border: none;
    width: 100%!important;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 20px;
    border-radius: 0
}

.ui-selectmenu-button span,.ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0;
    margin-right: 10px;
    font-size: 14px;
    color: #9e9e9e;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    line-height: normal
}

.ui-selectmenu-button span.ui-icon {
    right: auto;
    left: auto;
    top: auto;
    margin: 0;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-image: url(../../assets/images/icons/arrow-down-grey.svg);
    background-position: center
}

.ui-selectmenu-menu .ui-menu {
    background: #fff;
    border: none;
    max-height: 280px;
    overflow-y: scroll!important;
    border-radius: 0;
    width: calc(100vw - 60px)!important
}

.ui-selectmenu-menu .ui-menu li {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #f2f1ec;
    font-weight: 300;
    font-size: 16px;
    font-family: Montserrat,sans-serif;
    color: #5f5f5f;
    padding: 15px 20px
}

.ui-selectmenu-menu .ui-menu li:last-child {
    border-bottom: none
}

.ui-selectmenu-menu .ui-menu li.ui-state-focus {
    color: #0e1e4c;
    margin: 0
}

@media (min-width: 400px) and (max-width:479px) {
    .ui-selectmenu-menu .ui-menu {
        width:calc(100vw - 80px)!important
    }
}

@media (min-width: 480px) and (max-width:767px) {
    .ui-selectmenu-menu .ui-menu {
        width:calc((100vw - 110px)/ 2)!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .ui-selectmenu-menu .ui-menu {
        width:320px!important
    }
}

@media (min-width: 992px) and (max-width:1499px) {
    .ui-selectmenu-menu .ui-menu {
        width:calc(320px - 50px)!important
    }
}

@media (min-width: 1500px) {
    .ui-selectmenu-menu .ui-menu {
        width:calc(370px - 80px)!important
    }
}

.ui-selectmenu-menu.ui-front {
    z-index: 98
}

.ui-multiselect {
    border: none;
    width: 100%!important;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 20px;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.ui-multiselect span,.ui-multiselect span.ui-selectmenu-text {
    padding: 0;
    margin-right: 10px;
    font-size: 14px;
    color: #9e9e9e;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    line-height: normal
}

.ui-multiselect span.ui-icon {
    right: auto;
    left: auto;
    top: auto;
    margin: 0;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-image: url(../../assets/images/icons/arrow-down-grey.svg);
    background-position: center
}

.ui-multiselect .ui-multiselect-open {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0
}

.ui-multiselect .ui-multiselect-open+span {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: calc(100% - 30px);
    text-align: left
}

.ui-multiselect-menu {
    display: none;
    border: 0;
    width: calc(100vw - 60px)!important
}

@media (min-width: 400px) and (max-width:479px) {
    .ui-multiselect-menu {
        width:calc(100vw - 80px)!important
    }
}

@media (min-width: 480px) and (max-width:767px) {
    .ui-multiselect-menu {
        width:calc((100vw - 110px)/ 2)!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .ui-multiselect-menu {
        width:320px!important
    }
}

@media (min-width: 992px) and (max-width:1499px) {
    .ui-multiselect-menu {
        width:calc(320px - 50px)!important
    }
}

@media (min-width: 1500px) {
    .ui-multiselect-menu {
        width:calc(370px - 80px)!important
    }
}

.ui-multiselect-menu .ui-multiselect-header {
    display: none
}

.ui-multiselect-menu .ui-multiselect-checkboxes {
    background: #fff;
    border: none;
    max-height: 280px;
    overflow-y: scroll!important;
    border-radius: 0
}

.ui-multiselect-menu .ui-multiselect-checkboxes li {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #f2f1ec;
    font-weight: 300;
    font-size: 16px;
    font-family: Montserrat,sans-serif;
    color: #5f5f5f;
    padding: 15px 20px
}

.ui-multiselect-menu .ui-multiselect-checkboxes li:last-child {
    border-bottom: none
}

.ui-multiselect-menu .ui-multiselect-checkboxes li.ui-state-focus {
    color: #0e1e4c;
    margin: 0
}

.ui-multiselect-menu .ui-multiselect-checkboxes input[type=checkbox] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #5f5f5f;
    margin: 0 5px 0 0;
    outline: 0
}

.ui-multiselect-menu .ui-multiselect-checkboxes label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 16px;
    font-family: Montserrat,sans-serif;
    color: #5f5f5f;
    border: none;
    background: 0 0
}

.ui-multiselect-menu .ui-multiselect-checkboxes label.selected,.ui-multiselect-menu .ui-multiselect-checkboxes label.ui-state-hover,.ui-multiselect-menu .ui-multiselect-checkboxes label:focus,.ui-multiselect-menu .ui-multiselect-checkboxes label:hover {
    color: #0e1e4c
}

.ui-multiselect-menu .ui-multiselect-checkboxes label.selected input[type=checkbox],.ui-multiselect-menu .ui-multiselect-checkboxes label.ui-state-hover input[type=checkbox],.ui-multiselect-menu .ui-multiselect-checkboxes label:focus input[type=checkbox],.ui-multiselect-menu .ui-multiselect-checkboxes label:hover input[type=checkbox] {
    border-color: #0e1e4c
}

.ui-multiselect-menu .ui-multiselect-checkboxes label input[type=checkbox]:checked {
    background-color: #0e1e4c;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff
}

Label .ui-multiselect-menu .ui-multiselect-checkboxes label input[type=checkbox]:checked {
    color: #0e1e4c
}

@media (min-width: 480px) and (max-width:991px) {
    .filter {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.filter .filter-row {
    margin-top: 20px
}

@media (min-width: 480px) and (max-width:991px) {
    .filter .filter-row {
        width:calc(50% - 15px)
    }
}

.filter label {
    display: none
}

.filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 20px;
    font-size: 12px;
    color: #9e9e9e;
    border: none;
    width: 100%
}

.filter .filter-submit .action {
    width: 100%;
    margin: 0
}

.accordion {
    border: 1px solid #f2f1ec;
    margin-bottom: 20px;
    background: #fff
}

.accordion:last-child {
    margin-bottom: 0
}

.accordion-title {
    padding: 15px 10px;
    cursor: pointer;
    position: relative
}

.accordion-title .text {
    color: #0e1e4c;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    padding-right: 30px
}

.accordion-title .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accordion-title .icon.open {
    display: none
}

.accordion-content {
    display: none
}

.accordion-content.open {
    display: block
}

.accordion-content-row {
    border-top: 1px solid #f2f1ec;
    padding: 15px 10px 20px
}

.accordion-content-row:last-child {
    margin-bottom: 0
}

.accordion-content-row p:last-child {
    margin-bottom: 0
}

.accordion-content .text,.accordion-content .text-label {
    display: block;
    font-size: 14px
}

.accordion-content .text {
    font-weight: 600
}

.accordion.active .accordion-title .icon.closed {
    display: none
}

.accordion.active .accordion-title .icon.open {
    display: block
}

.ormco-underline {
    width: 50px;
    height: 3px;
    background-color: #ff5f30;
    display: inline-block;
    margin: 5px 0 25px
}

.p-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 60px 0 0
}

.p-block {
    width: 100%
}

@media (min-width: 992px) {
    .p-block {
        max-width:calc(100% - 320px)
    }
}

@media (min-width: 1500px) {
    .p-block {
        max-width:calc(100% - 370px)
    }
}

@media (min-width: 992px) {
    .ltr .p-block {
        padding-right:30px
    }
}

@media (min-width: 1500px) {
    .ltr .p-block {
        padding-right:50px
    }
}

.rtl .p-block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (min-width: 992px) {
    .rtl .p-block {
        padding-left:30px
    }
}

@media (min-width: 1500px) {
    .rtl .p-block {
        padding-left:50px
    }
}

.rtl .p-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p-no-results {
    padding: 15px;
    background-color: #f2f1ec;
    margin-bottom: 30px
}

.pagination {
    display: inline-block;
    margin: 20px 0;
    text-align: center;
    width: 100%
}

.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pagination ul li {
    margin: 2px
}

.pagination a,.pagination span {
    width: 40px;
    max-width: 40px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    color: #0e1e4c;
    background: #f2f1ec
}

@media (max-width: 1499px) {
    .pagination a,.pagination span {
        width:30px;
        max-width: 30px;
        height: 30px;
        font-size: 14px
    }
}

.pagination a.current,.pagination span.current {
    background: #0e1e4c;
    color: #fff
}

.pagination .next,.pagination .prev {
    text-indent: -10000px;
    outline: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 7px 12px
}

@media (max-width: 1499px) {
    .pagination .next,.pagination .prev {
        background-size:6px 10px
    }
}

.ltr .pagination .next {
    background-image: url(../../assets/images/icons/arrow-right.svg)
}

.ltr .pagination .next:focus,.ltr .pagination .next:hover {
    background-image: url(../../assets/images/icons/arrow-right-primary.svg)
}

.ltr .pagination .prev {
    background-image: url(../../assets/images/icons/arrow-left.svg)
}

.ltr .pagination .prev:focus,.ltr .pagination .prev:hover {
    background-image: url(../../assets/images/icons/arrow-left-primary.svg)
}

.rtl .pagination ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse
}

.rtl .pagination .next {
    background-image: url(../../assets/images/icons/arrow-left.svg)
}

.rtl .pagination .next:focus,.rtl .pagination .next:hover {
    background-image: url(../../assets/images/icons/arrow-left-primary.svg)
}

.rtl .pagination .prev {
    background-image: url(../../assets/images/icons/arrow-right.svg)
}

.rtl .pagination .prev:focus,.rtl .pagination .prev:hover {
    background-image: url(../../assets/images/icons/arrow-right-primary.svg)
}

.home-carousel {
    position: relative
}

.home-carousel .item {
    position: relative;
    display: block
}

.home-carousel .item .item-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center
}

.home-carousel .item-image img {
    margin: 0 auto
}

.home-carousel .item-content {
    display: table-cell;
    height: 675px;
    width: 1100px;
    vertical-align: middle;
    text-align: center
}

.home-carousel .item-content .item-texto-1 {
    color: #0e1e4c;
    margin: 30px 0 0 0
}

.home-carousel .item-content .item-texto-2 {
    color: #0e1e4c;
    margin: 20px 0 0 0
}

.home-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%
}

.home-carousel.productos-home-carousel-start .item {
    padding: 0 15px
}

@media (max-width: 1499px) {
    .home-carousel .item-content {
        height:540px
    }

    .home-carousel .item-content .item-image img {
        height: auto
    }

    .home-carousel .item-content .item-texto-1 {
        margin: 24px 0 0 0
    }

    .home-carousel .item-content .item-texto-2 {
        margin: 16px 0 0 0
    }
}

@media (max-width: 991px) {
    .home-carousel .item-content {
        vertical-align:top;
        padding: 20px 0 0 0;
        height: 410px
    }

    .home-carousel .item-content .item-image img {
        max-width: 290px;
        height: auto
    }

    .home-carousel .item-content .item-image img .item-texto-1 {
        margin: 10px 0 0 0
    }

    .home-carousel .item-content .item-image img .item-texto-2 {
        margin: 10px 0 0 0
    }
}

.productos-home .productos-home-carousel .owl-stage-outer {
    width: 100%
}

.productos-home .productos-home-carousel .owl-dots .owl-dot {
    background: #f2f1ec
}

.productos-home .productos-home-carousel .owl-dots .owl-dot.active {
    background: #0e1e4c
}

.productos-home .todos-productos-button {
    margin-top: 30px
}

.productos-home .todos-productos-button a {
    display: block;
    text-align: center;
    background: #f2f1ec;
    padding: 18px 15px;
    color: #0e1e4c;
    font-size: 16px
}

.productos-home .todos-productos-button .icon {
    display: inline-block;
    background-size: cover;
    width: 7px;
    height: 12px;
    position: relative;
    top: 1px
}

.ltr .productos-home .todos-productos-button a .icon {
    margin: 0 0 0 10px;
    background-image: url(../../assets/images/icons/arrow-right.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

@media (max-width: 1499px) {
    .ltr .productos-home .todos-productos-button a .icon {
        margin:0 0 0 8px
    }
}

.rtl .productos-home .todos-productos-button a .icon {
    margin: 0 10px 0 0;
    background-image: url(../../assets/images/icons/arrow-left.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

@media (max-width: 1499px) {
    .rtl .productos-home .todos-productos-button a .icon {
        margin:0 8px 0 0
    }
}

@media (max-width: 1499px) {
    .productos-home {
        padding:32px 0
    }

    .productos-home .todos-productos-button {
        margin-top: 24px
    }

    .productos-home .todos-productos-button a {
        padding: 14px 12px;
        font-size: 14px
    }

    .productos-home .todos-productos-button a .icon {
        width: 6px;
        height: 10px
    }
}

.producto-widget {
    display: block;
    margin: 0 0 20px
}

.producto-widget .producto-widget-image {
    text-align: center
}

.producto-widget .producto-widget-logotipo {
    text-align: center;
    min-height: 112px
}

@media (max-width: 991px) {
    .producto-widget .producto-widget-logotipo {
        min-height:54px
    }
}

.producto-widget .producto-widget-texto-listado {
    margin: 0;
    display: block;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    padding: 13px 30px;
    line-height: 1.4
}

@media (max-width: 1499px) {
    .producto-widget .producto-widget-texto-listado {
        padding:13px 0
    }
}

.producto-widget .producto-widget-button-container {
    text-align: center;
    margin-top: 15px
}

.basic-header {
    background-size: cover;
    background-position: center center
}

.basic-header.basic-header--bg-color {
    background-color: #f2f9fd
}

.basic-header .basic-header-content {
    padding: 15px 60px;
    height: 385px;
    width: 1120px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

@media (max-width: 1499px) {
    .basic-header .basic-header-content {
        padding:12px 48px;
        height: 308px
    }
}

@media (max-width: 767px) {
    .basic-header .basic-header-content {
        padding:12px 0;
        height: 250px
    }
}

.basic-header .basic-header-title {
    margin: 0
}

.basic-header .basic-header-text {
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 1.4
}

@media (max-width: 1499px) {
    .basic-header .basic-header-text {
        margin:16px 0 0 0
    }
}

@media (min-width: 1500px) {
    .basic-header .basic-header-text {
        font-size:20px
    }
}

.basic-header.small .basic-header-content {
    height: 240px
}

@media (max-width: 1499px) {
    .basic-header.small .basic-header-content {
        height:192px
    }
}

@media (max-width: 767px) {
    .basic-header.small .basic-header-content {
        height:150px
    }
}

.cta-banner {
    background: #0e1e4c
}

.cta-banner .cta-banner-texto {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 0
}

.cta-banner .cta-banner-button-container {
    text-align: center;
    margin-top: 55px
}

.cta-banner .cta-banner-button-container .cta-banner-button {
    display: inline-block;
    width: 340px;
    max-width: 100%;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 12px;
    -webkit-border-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 30px;
    -moz-background-clip: padding;
    border-radius: 30px;
    background-clip: padding-box
}

.cta-banner .cta-banner-button-container .cta-banner-button:hover {
    color: #0e1e4c;
    background: #fff
}

.cta-banner.__alternative {
    background: #f2f1ec
}

.cta-banner.__alternative .cta-banner-texto {
    color: #0e1e4c
}

@media (max-width: 1499px) {
    .cta-banner {
        padding:56px 0
    }

    .cta-banner .cta-banner-texto {
        font-size: 18px
    }

    .cta-banner .cta-banner-button-container {
        margin-top: 44px
    }

    .cta-banner .cta-banner-button-container .cta-banner-button {
        width: 272px;
        font-size: 16px;
        padding: 9px
    }
}

@media (max-width: 767px) {
    .cta-banner {
        padding:20px 0
    }

    .cta-banner .cta-banner-button-container {
        margin-top: 20px
    }
}

.gamas-relacionadas {
    background: #f2f1ec
}

.gama-widget {
    display: block;
    position: relative;
    margin-top: 70px;
    border: 1px solid #f2f1ec;
    background: #fff
}

.gama-widget .gama-widget-texto {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 260px
}

.gama-widget .gama-widget-texto .gama-titulo {
    margin: 0
}

.gama-widget .gama-widget-texto .gama-texto {
    margin: 10px 0 7px;
    line-height: 1.4;
    font-size: 14px
}

.gama-widget .gama-widget-imagen {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 1500px) {
    .gama-widget .gama-widget-imagen img {
        max-height:320px;
        width: auto
    }
}

.custom-tabs-content .row .col-xxs-12:first-child .gama-widget {
    margin-top: 30px
}

.ltr .gama-widget .gama-widget-imagen {
    right: 50px
}

.ltr .gama-widget .gama-widget-texto {
    padding: 15px 570px 15px 50px
}

.rtl .gama-widget .gama-widget-imagen {
    left: 50px
}

.rtl .gama-widget .gama-widget-texto {
    padding: 15px 50px 15px 570px
}

@media (max-width: 1499px) {
    .gama-widget {
        margin-top:50px
    }

    .gama-widget .gama-widget-texto {
        height: 208px
    }

    .gama-widget .gama-widget-imagen img {
        width: 328px;
        height: 267px
    }

    .ltr .gama-widget .gama-widget-texto {
        padding: 20px 440px 20px 40px
    }

    .ltr .gama-widget .gama-widget-imagen {
        right: 40px
    }

    .rtl .gama-widget .gama-widget-texto {
        padding: 20px 40px 20px 440px
    }

    .rtl .gama-widget .gama-widget-imagen {
        left: 40px
    }
}

@media (max-width: 991px) {
    .gama-widget .gama-widget-texto {
        height:166px
    }

    .gama-widget .gama-widget-imagen img {
        width: 262px;
        height: 213px
    }

    .ltr .gama-widget .gama-widget-texto {
        padding: 20px 340px 20px 32px
    }

    .ltr .gama-widget .gama-widget-imagen {
        right: 32px
    }

    .rtl .gama-widget .gama-widget-texto {
        padding: 20px 32px 20px 340px
    }

    .rtl .gama-widget .gama-widget-imagen {
        left: 32px
    }
}

@media (max-width: 767px) {
    .gama-widget {
        margin-top:30px;
        padding-bottom: 20px
    }

    .gama-widget .gama-widget-texto {
        display: block;
        height: auto;
        width: 100%;
        text-align: center
    }

    .gama-widget .gama-widget-imagen {
        text-align: center;
        position: relative;
        top: auto;
        margin-top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .ltr .gama-widget .gama-widget-texto {
        padding: 20px 15px
    }

    .ltr .gama-widget .gama-widget-imagen {
        right: 0
    }

    .rtl .gama-widget .gama-widget-texto {
        padding: 20px 15px
    }

    .rtl .gama-widget .gama-widget-imagen {
        left: 0
    }
}

.productos-header {
    background-size: cover;
    background-position: center center
}

.productos-header .productos-header-content {
    position: relative;
    width: 100%
}

.productos-header .productos-header-text {
    height: 460px;
    display: table-cell;
    width: 1110px;
    vertical-align: middle
}

@media (max-width: 1499px) {
    .productos-header .productos-header-text {
        height:368px
    }
}

.productos-header .productos-header-text .productos-header-title {
    margin: 0
}

.productos-header .productos-header-text .productos-header-texto {
    margin: 15px 0 0 0;
    font-size: 18px
}

@media (min-width: 1500px) {
    .productos-header .productos-header-text .productos-header-texto {
        font-size:20px
    }
}

.productos-header .producto-header-imagen {
    position: absolute;
    bottom: 0;
    max-height: 98%;
    width: auto;
    height: auto
}

.productos-header-labtop {
    position: relative;
    display: block;
    margin: 150px 0 0 0
}

.productos-header-labtop img {
    display: block
}

.ltr .productos-header .productos-header-content {
    float: left
}

.ltr .productos-header .productos-header-text {
    padding: 15px 65px 15px 0
}

.ltr .productos-header .producto-header-imagen {
    right: 15px
}

.rtl .productos-header .productos-header-content {
    float: right
}

.rtl .productos-header .productos-header-text {
    padding: 15px 0 15px 65px
}

.rtl .productos-header .producto-header-imagen {
    left: 15px
}

@media (max-width: 1499px) {
    .ltr .productos-header .productos-header-text {
        padding:12px 52px 12px 0
    }

    .rtl .productos-header .productos-header-text {
        padding: 12px 0 12px 52px
    }
}

@media (max-width: 991px) {
    .productos-header .productos-header-text {
        height:auto;
        display: block;
        width: 100%;
        text-align: center
    }

    .productos-header .producto-header-imagen-content {
        width: 100%;
        text-align: center
    }

    .productos-header .producto-header-imagen {
        position: inherit;
        max-height: 250px
    }

    .ltr .productos-header .productos-header-text {
        padding: 12px 0 12px 0
    }

    .ltr .productos-header .producto-header-imagen-content {
        float: left
    }

    .rtl .productos-header .productos-header-text {
        padding: 12px 0 12px 0
    }

    .rtl .productos-header .producto-header-imagen-content {
        float: right
    }
}

@media (max-width: 767px) {
    .productos-header .producto-header-imagen {
        max-height:160px
    }
}

.producto-header {
    background: url(../../assets/images/producto-back.jpg) no-repeat center center;
    background-size: cover;
    height: 540px
}

@media (max-width: 1499px) {
    .producto-header {
        height:470px
    }
}

.producto-header .producto-header-texto {
    margin: 70px 0 0 0
}

.producto-header .producto-header-texto .producto-header-line {
    margin-top: 40px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
    width: 1000px
}

.producto-header .producto-header-texto .producto-title {
    height: 1px;
    margin: 0;
    visibility: hidden
}

.producto-header .producto-header-texto .producto-title img {
    width: 540px
}

.producto-header .producto-header-texto .producto-title-visible {
    margin: 0;
    height: 180px;
    display: table-cell;
    vertical-align: middle
}

.producto-header .producto-header-texto .producto-texto {
    font-size: 18px;
    line-height: 1.4
}

@media (min-width: 1500px) {
    .producto-header .producto-header-texto .producto-texto {
        font-size:20px
    }
}

.producto-header .producto-header-image {
    position: relative
}

.producto-header .producto-header-image img {
    position: absolute;
    top: 18px;
    right: 0
}

.producto-header iframe {
    width: 90%!important;
    height: 321px!important;
    position: absolute;
    right: 15px;
    top: 75px
}

@media (max-width: 1499px) {
    .producto-header .producto-header-texto {
        margin:70px 0 0 0
    }

    .producto-header .producto-header-texto .producto-header-line {
        margin-top: 32px;
        margin-bottom: 32px;
        width: 800px
    }

    .producto-header .producto-header-texto .producto-image-title img {
        width: 432px;
        max-width: none
    }

    .producto-header .producto-header-texto .producto-title-visible {
        height: 144px
    }

    .producto-header .producto-header-image img {
        height: 418px;
        width: auto;
        top: 5px
    }

    .producto-header iframe {
        height: 273px!important;
        top: 52px;
        width: 83%!important
    }
}

@media (max-width: 991px) {
    .producto-header iframe {
        width:77%!important
    }

    .producto-header .producto-header-texto {
        margin: 80px 0 0 0
    }

    .producto-header .producto-header-texto .producto-header-line {
        width: 600px
    }

    .producto-header .producto-header-image img {
        height: 255px;
        top: 50px
    }
}

@media (max-width: 767px) {
    .producto-header {
        height:auto
    }

    .producto-header .producto-header-texto {
        margin: 15px 0 0 0;
        height: auto
    }

    .producto-header .producto-header-texto .producto-header-line {
        width: 100%;
        margin: 15px 0
    }

    .producto-header .producto-header-texto .producto-image-title {
        text-align: center
    }

    .producto-header .producto-header-texto .producto-image-title img {
        height: auto;
        max-height: 70px;
        max-width: 200px
    }

    .producto-header .producto-header-texto .producto-title-visible {
        height: auto
    }

    .producto-header .producto-header-texto .producto-texto {
        text-align: center;
        padding: 0
    }

    .producto-header .producto-header-image {
        text-align: center;
        margin-top: -15px
    }

    .producto-header .producto-header-image img {
        position: relative;
        max-height: 180px;
        top: 15px
    }

    .producto-header iframe {
        width: 100%!important;
        top: 0;
        right: 0;
        position: relative;
        margin: 20px 0;
        height: 175px!important
    }
}

.producto-intro {
    position: relative
}

.producto-intro.border-bottom {
    border-bottom: 1px solid #f2f1ec
}

.producto-intro .producto-content-image {
    max-width: 90px;
    margin: 0 auto;
    display: -webkit-box
}

.producto-intro .padding-top {
    padding: 20px 0
}

.producto-intro .memotain-content-author {
    display: block;
    font-size: 16px;
    font-style: italic
}

@media (max-width: 1499px) {
    .producto-intro .memotain-content-author {
        font-size:14px
    }
}

.producto-intro .memotain-content-image {
    max-width: 275px;
    position: absolute;
    bottom: -1px
}

@media (max-width: 991px) {
    .producto-intro .memotain-content-image {
        max-width:150px
    }
}

@media (max-width: 767px) {
    .producto-intro .memotain-content-image {
        position:relative;
        margin: 0 auto -40px auto;
        display: block
    }
}

.producto-link-header {
    margin: 40px 0 20px 0;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    padding: 25px 65px 25px 35px;
    border: 1px solid #f2f1ec;
    position: relative
}

@media (max-width: 991px) {
    .producto-link-header {
        padding:15px 40px 15px 90px;
        margin: 10px 0 20px 0
    }
}

@media (max-width: 767px) {
    .producto-link-header {
        padding:15px 40px 15px 120px
    }
}

.producto-link-header:before {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 20px;
    content: '';
    background-image: url(../../assets/images/icons/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 36px
}

@media (max-width: 991px) {
    .producto-link-header:before {
        right:10px
    }
}

.producto-header-damon-ultima {
    padding: 75px 0 0 0;
    position: relative
}

@media (max-width: 991px) {
    .producto-header-damon-ultima {
        padding:20px 0 0 0
    }
}

.producto-header-damon-ultima .producto-header-image img {
    height: auto!important
}

.producto-header-ultima-hook {
    padding: 120px 0
}

.producto-header-ultima-hook .producto-image-title .producto-title {
    font-size: 4.5rem;
    line-height: 5rem;
    visibility: initial;
    height: auto
}

.producto-header-ultima-hook .producto-subtitle {
    color: #0e1e4c
}

.producto-header-ultima-hook .producto-texto {
    padding-left: 0!important
}

.producto-header-ultima-hook .producto-header-texto {
    margin: 0
}

.producto-header-damon-ultima .producto-texto,.producto-header-ultima-hook .producto-texto {
    color: #fff!important;
    margin: 0 0 20px 0
}

.__white {
    color: #fff!important
}

.centrales-listado .centrales-select {
    position: relative
}

.centrales-listado .centrales-select select {
    position: absolute;
    right: 0;
    top: 19px;
    width: 210px;
    outline: 0!important;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    color: #5f5f5f;
    border: 1px solid #f2f1ec
}

@media (max-width: 1499px) {
    .centrales-listado .centrales-select select {
        top:15px;
        width: 168px;
        height: 32px;
        padding: 0 8px
    }
}

@media (max-width: 767px) {
    .centrales-listado .centrales-select select {
        top:0;
        right: 0;
        margin: 0 auto 25px auto;
        display: block
    }
}

.centrales-listado .centrales-repositorio .col-xxs-12 {
    min-height: 0!important
}

.centrales-listado .central-titulo-container {
    background: #f2f1ec
}

.centrales-listado .central-titulo {
    margin: 0;
    width: 1110px;
    height: 80px;
    display: table-cell;
    vertical-align: middle
}

.centrales-listado .central-element {
    padding: 50px 0
}

.centrales-listado .central-pais,.centrales-listado .central-telefono-fax {
    margin: 0;
    font-size: 14px
}

.centrales-listado .central-nombre {
    margin: 7px 0 0 0;
    font-size: 16px;
    font-weight: 600
}

.centrales-listado .central-direccion {
    margin: 5px 0 0 0;
    font-size: 14px
}

.centrales-listado .central-url {
    display: block;
    font-size: 14px;
    text-decoration: underline;
    word-wrap: break-word
}

.centrales-listado .clearfix {
    border-bottom: 1px solid #f2f1ec
}

@media (max-width: 1499px) {
    .centrales-listado .central-titulo {
        height:64px
    }

    .centrales-listado .central-element {
        padding: 40px 0
    }

    .centrales-listado .central-direccion,.centrales-listado .central-nombre {
        margin: 4px 0 0 0
    }
}

.organizacion-contenido {
    margin: 40px 0 0 0
}

@media (max-width: 1499px) {
    .organizacion-contenido {
        margin:32px 0 0 0
    }
}

.organizacion-equipo {
    margin: 30px 0 50px 0
}

.organizacion-equipo .organizacion-equipo-titulo {
    text-align: center;
    margin: 0
}

.organizacion-equipo .organizacion-equipo-intro {
    text-align: center;
    margin: 20px 0 0 0
}

.organizacion-equipo .organizacion-equipo-intro:first-child {
    margin: 0
}

.organizacion-equipo .organizacion-equipo-intro.margin-bottom {
    margin: 20px 0
}

.organizacion-equipo .row-organizacion {
    background: #f2f1ec;
    margin: 40px 0 0 0;
    padding: 30px 0;
    position: relative
}

@media (max-width: 1499px) {
    .organizacion-equipo .row-organizacion * {
        font-size:14px
    }
}

.organizacion-equipo .organizacion-equipo-componente {
    margin: 30px 0;
    position: relative
}

.organizacion-equipo .componente-imagen {
    position: absolute;
    top: 0;
    width: 140px;
    height: 140px
}

.organizacion-equipo .componente-imagen img {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box
}

.organizacion-equipo .componente-texto {
    display: table-cell;
    vertical-align: middle;
    height: 140px
}

.organizacion-equipo .componente-nombre {
    margin: 0
}

.organizacion-equipo .componente-cargo {
    margin: 5px 0 0 0
}

.organizacion-equipo .componente-email {
    display: block;
    background-image: url(../../assets/images/icons/mail-footer@2x.png);
    background-size: 20px 13px;
    background-repeat: no-repeat;
    margin: 5px 0 0 0;
    word-break: break-word
}

.organizacion-equipo .componente-texto-texto {
    margin: 5px 0 0 0
}

@media (max-width: 1499px) {
    .organizacion-equipo .row-organizacion {
        margin:32px 0 0 0;
        padding: 26px 0
    }

    .organizacion-equipo .organizacion-equipo-componente {
        margin: 24px 0
    }

    .organizacion-equipo .componente-imagen {
        width: 80px;
        height: 80px
    }

    .organizacion-equipo .componente-texto {
        height: 80px
    }
}

.ltr .organizacion-equipo .organizacion-equipo-componente {
    padding: 0 20px 0 175px
}

@media (max-width: 1499px) {
    .ltr .organizacion-equipo .organizacion-equipo-componente {
        padding:0 16px 0 110px
    }
}

.ltr .organizacion-equipo .componente-imagen {
    left: 10px
}

.ltr .organizacion-equipo .componente-email {
    background-position: left center;
    padding: 0 0 0 25px
}

.rtl .organizacion-equipo .organizacion-equipo-componente {
    padding: 0 175px 0 20px
}

@media (max-width: 1499px) {
    .rtl .organizacion-equipo .organizacion-equipo-componente {
        padding:0 110px 0 16px
    }
}

.rtl .organizacion-equipo .componente-imagen {
    right: 10px
}

.rtl .organizacion-equipo .componente-email {
    background-position: right center;
    padding: 0 25px 0 0
}

.contact-form-container-sm {
    padding: 25px 35px;
    margin: 0 auto
}

.contact-form-container {
    background: #f2f1ec;
    float: left;
    width: 100%;
    padding: 75px 35px 25px 35px;
    margin: 0 auto
}

.contact-form-container .contact-form-box-title {
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 600;
    font-size: 1.25em;
    color: #0e1e4c
}

.contact-form-container .contact-form-row-none {
    display: none
}

.contact-form-container .contact-form-row {
    margin-bottom: 15px
}

.contact-form-container .contact-form-row label {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px
}

.contact-form-container .contact-form-row input[type=email],.contact-form-container .contact-form-row input[type=text],.contact-form-container .contact-form-row select,.contact-form-container .contact-form-row textarea {
    display: block;
    width: 100%;
    outline: 0!important;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ccc
}

.contact-form-container .contact-form-row textarea {
    resize: none;
    height: 120px;
    padding: 10px
}

.contact-form-container .contact-form-check {
    margin: 15px 0 0 0
}

.contact-form-container .contact-form-check input[type=checkbox] {
    position: relative;
    top: 1px
}

.contact-form-container .contact-form-check label {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #0e1e4c
}

.contact-form-container .contact-form-check label a {
    color: #0e1e4c;
    text-decoration: underline
}

.contact-form-container .contact-form-recapcha {
    margin-top: 20px
}

.contact-form-container .wpcf7-not-valid {
    border: 1px solid red!important
}

.contact-form-container .wpcf7-not-valid-tip {
    display: none
}

.contact-form-container .wpcf7-response-output {
    margin: 0;
    border: none;
    padding: 15px;
    font-size: 14px
}

.contact-form-container .wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    background: #fdcdcd
}

.contact-form-container .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: green;
    background: #d6ffd0
}

.contact-form-container.__alternative {
    background: initial;
    width: 100%;
    float: none;
    max-width: 600px;
    padding: 0;
    margin: 0 auto
}

.contact-form-container.__alternative .hbspt-form iframe .hbspt-form label,.contact-form-container.__alternative .hbspt-form iframe .hbspt-form label span {
    color: #fff!important
}

.rtl .contact-form-container .wpcf7-form {
    direction: rtl
}

.rtl .contact-form-container .contact-form-check input[type=checkbox] {
    margin: 0 0 0 10px
}

.ltr .contact-form-container .contact-form-check input[type=checkbox] {
    margin: 0 10px 0 0
}

@media (max-width: 1499px) {
    .contact-form-container {
        padding:75px 35px 25px 35px
    }

    .contact-form-container .contact-form-box-title {
        margin: 0 0 34px 0
    }

    .contact-form-container .contact-form-row {
        margin-bottom: 12px
    }

    .contact-form-container .contact-form-row label {
        margin-bottom: 6px
    }

    .contact-form-container .contact-form-row input[type=email],.contact-form-container .contact-form-row input[type=text],.contact-form-container .contact-form-row select,.contact-form-container .contact-form-row textarea {
        height: 32px;
        padding: 0 8px
    }

    .contact-form-container .contact-form-row textarea {
        height: 96px;
        padding: 8px
    }

    .contact-form-container .contact-form-check {
        margin: 12px 0 0 0
    }

    .contact-form-container .contact-form-check input[type=checkbox] {
        margin-right: 8px
    }

    .contact-form-container .contact-form-recapcha {
        margin-top: 16px
    }

    .contact-form-container .wpcf7-response-output {
        padding: 12px
    }
}

.barra-lateral-contacto {
    background: #f2f1ec;
    padding: 30px 30px 0 30px
}

.barra-lateral-contacto .barra-contacto-titulo {
    text-align: center;
    font-size: 20px
}

.barra-lateral-contacto .barra-lateral-elemento {
    border-bottom: 1px solid #5f5f5f;
    text-align: center;
    padding: 25px 0
}

.barra-lateral-contacto .barra-lateral-elemento:last-child {
    border-bottom: none
}

.barra-lateral-contacto .barra-lateral-elemento img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px
}

.barra-lateral-contacto .barra-lateral-elemento .barra-lateral-telefono {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    color: #0e1e4c
}

.barra-lateral-contacto .barra-lateral-elemento .barra-lateral-email {
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 600;
    margin: 0
}

.barra-lateral-rrss {
    margin-top: 35px;
    border: 1px solid #5f5f5f;
    padding: 28px;
    text-align: center
}

.barra-lateral-rrss a {
    display: inline-block;
    margin: 5px 0
}

.barra-lateral-rrss a img {
    width: 30px;
    height: 30px
}

@media (max-width: 1499px) {
    .barra-lateral-contacto {
        padding:24px 24px 0 24px
    }

    .barra-lateral-contacto .barra-contacto-titulo {
        margin: 0 0 8px 0
    }

    .barra-lateral-contacto .barra-lateral-elemento {
        padding: 20px 0
    }

    .barra-lateral-contacto .barra-lateral-elemento img {
        width: 80px;
        height: 80px;
        margin-bottom: 12px
    }

    .barra-lateral-contacto .barra-lateral-elemento .barra-lateral-telefono {
        font-size: 18px
    }

    .barra-lateral-contacto .barra-lateral-elemento .barra-lateral-email {
        font-size: 14px
    }

    .barra-lateral-rrss {
        margin-top: 28px;
        padding: 22px
    }

    .barra-lateral-rrss .barra-rrss-titulo {
        margin: 0 0 16px 0
    }

    .barra-lateral-rrss a {
        margin: 4px 0
    }

    .barra-lateral-rrss a img {
        width: 36px;
        height: 36px
    }
}

@media (max-width: 991px) {
    .barra-lateral-contacto {
        padding:24px 0 24px 0;
        float: left;
        width: 100%;
        margin-top: 40px
    }

    .barra-lateral-contacto .barra-lateral-elemento {
        width: 50%;
        border-bottom: none;
        margin-top: 24px;
        padding: 0 20px
    }

    .barra-lateral-contacto .barra-lateral-elemento img {
        height: 50px;
        width: 50px
    }

    .barra-lateral-contacto .barra-lateral-elemento .barra-lateral-email {
        margin-top: 6px
    }

    .ltr .barra-lateral-contacto .barra-lateral-elemento {
        float: left;
        border-right: 1px solid #5f5f5f
    }

    .ltr .barra-lateral-contacto .barra-lateral-elemento:last-child {
        border-right: none
    }

    .rtl .barra-lateral-contacto .barra-lateral-elemento {
        float: right;
        border-left: 1px solid #5f5f5f
    }

    .rtl .barra-lateral-contacto .barra-lateral-elemento:last-child {
        border-left: none
    }

    .barra-lateral-rrss {
        float: left;
        width: 100%
    }

    .barra-lateral-rrss a img {
        width: 22px;
        height: 22px
    }
}

@media (max-width: 499px) {
    .barra-lateral-contacto {
        padding:24px
    }

    .barra-lateral-contacto .barra-lateral-elemento {
        width: 100%;
        border-bottom: 1px solid #5f5f5f;
        margin-top: 0;
        padding: 20px 0
    }

    .barra-lateral-contacto .barra-lateral-elemento:last-child {
        border-bottom: none
    }

    .ltr .barra-lateral-contacto .barra-lateral-elemento {
        float: left;
        border-right: none
    }

    .rtl .barra-lateral-contacto .barra-lateral-elemento {
        float: right;
        border-left: none
    }
}

.ventajas-container {
    display: inline-block
}

.ventajas-container .ventaja-bloque {
    display: table;
    padding: 20px;
    min-height: 300px
}

.ventajas-container .ventaja-bloque .ventaja-memotain-item {
    display: table-cell;
    width: 50%;
    padding: 20px;
    vertical-align: middle
}

.ventajas-container .ventaja-bloque .ventaja-memotain-item ul li {
    padding: 5px 0 5px 35px;
    position: relative
}

.ventajas-container .ventaja-bloque .ventaja-memotain-item ul li:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    background: url(../../assets/images/icons/check-mark.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px
}

.ventajas-container .ventaja-bloque .ventaja-img {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width: 767px) {
    .ventajas-container .ventaja-bloque .ventaja-memotain-item {
        display:block;
        width: 100%;
        margin-top: 150px
    }

    .ventajas-container .ventaja-bloque .ventaja-img {
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        height: 150px
    }
}

.producto-ventajas .ventajas-container {
    padding: 50px 0
}

.producto-ventajas .ventaja-item {
    display: table-cell;
    width: 1000px;
    height: 82px;
    vertical-align: middle;
    padding: 15px 0 15px 85px;
    background: url(../../assets/images/icons/check-mark.svg) no-repeat;
    background-size: 50px
}

.producto-ventajas .ventaja-texto {
    margin: 0
}

@media (min-width: 1500px) {
    .producto-ventajas+.producto-caracteristicas {
        padding-top:0
    }
}

.ltr .producto-ventajas .ventaja-item {
    padding: 15px 0 15px 85px;
    background-position: 15px 12px
}

.rtl .producto-ventajas .ventaja-item {
    padding: 15px 85px 15px 0;
    background-position: right 15px top 12px
}

@media (max-width: 1499px) {
    .producto-ventajas {
        padding:40px 0 0 0
    }

    .producto-ventajas .ventajas-container {
        padding: 40px 0
    }

    .producto-ventajas .ventaja-item {
        height: 66px;
        background-size: 40px 40px!important
    }

    .ltr .producto-ventajas .ventaja-item {
        padding: 12px 0 12px 68px
    }

    .rtl .producto-ventajas .ventaja-item {
        padding: 12px 68px 12px 0
    }
}

.producto-caracteristicas .caracteristica-item {
    padding: 0 20px;
    margin-bottom: 30px;
    position: relative
}

.producto-caracteristicas .caracteristica-item:before {
    content: '\25B6';
    margin-right: 5px;
    color: #ff5f30;
    position: absolute;
    left: 0
}

.producto-caracteristicas .caracteristica-item:last-child {
    margin-bottom: 0
}

.producto-caracteristicas .caracteristica-titulo {
    margin: 0
}

.producto-caracteristicas .caracteristica-texto {
    margin: 3px 0 0 0
}

.rtl .producto-caracteristicas .caracteristica-item {
    padding-left: 0;
    padding-right: 20px
}

.rtl .producto-caracteristicas .caracteristica-item:before {
    left: auto;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 1499px) {
    .producto-caracteristicas .caracteristica-item {
        margin-bottom:24px
    }

    .producto-caracteristicas .caracteristica-texto {
        margin: 3px 0 0 0
    }

    .ltr .producto-caracteristicas .caracteristica-item {
        background-position: 0 2px
    }

    .rtl .producto-caracteristicas .caracteristica-item {
        background-position: right 0 top 2px
    }
}

@media (max-width: 767px) {
    .producto-caracteristicas .caracteristicas-container {
        padding:0
    }
}

.producto-descargas {
    margin-bottom: 40px
}

.descargas-container .descargas-list {
    margin-top: 20px
}

.descargas-container .descarga-item {
    display: table;
    width: 100%;
    margin-bottom: 2px;
    background: #fff
}

.descargas-container .descarga-imagen {
    vertical-align: top;
    display: table-cell;
    padding: 15px 25px;
    max-width: inherit;
    width: 2%;
    background: #f2f9fd
}

.descargas-container .descarga-imagen img {
    height: auto;
    display: table-cell;
    max-width: inherit;
    width: 118px
}

.descargas-container .descarga-datos {
    display: table-cell;
    vertical-align: top;
    padding: 40px 110px 15px 35px;
    position: relative
}

.descargas-container .descarga-datos .descarga-titulo {
    margin-bottom: 10px;
    font-size: 24px
}

.descargas-container .descarga-datos .descarga-icon {
    position: absolute;
    width: 25px;
    height: 36px;
    right: 53px;
    top: 40px;
    background: url(../../assets/images/icons/download.svg) no-repeat center center;
    background-size: cover!important
}

@media (max-width: 1499px) {
    .descargas-container .descargas-list {
        margin-top:16px
    }

    .descargas-container .descarga-imagen {
        padding: 12px 20px
    }

    .descargas-container .descarga-imagen img {
        width: 94px
    }

    .descargas-container .descarga-datos {
        padding: 32px 88px 12px 28px
    }

    .descargas-container .descarga-datos .descarga-titulo {
        font-size: 16px
    }

    .descargas-container .descarga-datos .descarga-texto {
        font-size: 14px
    }

    .descargas-container .descarga-datos .descarga-icon {
        width: 20px;
        height: 29px;
        right: 42px;
        top: 35px
    }
}

@media (max-width: 767px) {
    .descargas-container .descarga-imagen {
        padding:10px
    }

    .descargas-container .descarga-imagen img {
        width: 40px
    }

    .descargas-container .descarga-datos {
        padding: 10px 50px 10px 10px
    }

    .descargas-container .descarga-datos .descarga-icon {
        top: 10px;
        right: 10px;
        width: 15px;
        height: 20px
    }
}

.producto-link {
    margin: 0 0 20px 0;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    padding: 23px 50px 23px 155px;
    border: 1px solid #f2f1ec;
    position: relative
}

.producto-link:after {
    position: absolute;
    top: -10px;
    left: -60px;
    content: '';
    background-image: url(../../assets/images/labtop.png);
    background-repeat: no-repeat;
    background-size: 220px;
    width: 220px;
    height: 130px
}

@media (max-width: 991px) {
    .producto-link:after {
        top:-6px;
        left: -73px;
        background-size: 180px;
        width: 180px;
        height: 105px
    }
}

@media (max-width: 767px) {
    .producto-link:after {
        top:50%;
        margin-top: -33px;
        left: -10px;
        background-size: 130px;
        width: 130px;
        height: 70px
    }
}

.producto-link:before {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 20px;
    content: '';
    background-image: url(../../assets/images/icons/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 36px
}

@media (max-width: 991px) {
    .producto-link:before {
        right:10px
    }
}

@media (max-width: 991px) {
    .producto-link {
        padding:15px 40px 15px 90px;
        margin: 10px 0 20px 0
    }
}

@media (max-width: 767px) {
    .producto-link {
        padding:15px 40px 15px 120px
    }
}

.section.bloque+.section.bloque {
    padding-top: 0
}

.banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .banner {
        min-height:500px
    }
}

.banner .banner-media {
    width: 100%
}

@media (min-width: 768px) {
    .banner .banner-media {
        position:absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }
}

.banner .banner-media img {
    width: 100%;
    height: 375px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

@media (min-width: 768px) {
    .banner .banner-media img {
        height:100%
    }
}

.banner .banner-content {
    width: 100%;
    padding: 40px 0;
    z-index: 2;
    position: relative
}

@media (min-width: 768px) {
    .banner .banner-content {
        width:60%;
        padding: 70px 0
    }
}

@media (min-width: 992px) {
    .banner .banner-content {
        width:50%;
        padding: 100px 0
    }
}

.banner .banner-content h1,.banner .banner-content h2 {
    margin: 0 0 20px;
    font-size: 32px
}

@media (min-width: 992px) {
    .banner .banner-content h1,.banner .banner-content h2 {
        font-size:40px
    }
}

.banner .banner-content p {
    font-size: 18px
}

@media (min-width: 992px) {
    .banner .banner-content p {
        font-size:20px
    }
}

@media (min-width: 768px) {
    .banner--overlay:before {
        content:'';
        position: absolute;
        background-color: rgba(0,0,0,.3);
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1
    }
}

@media (min-width: 768px) {
    .banner.layout--content-right .banner-media img {
        -o-object-position:center right;
        object-position: center right
    }
}

@media (min-width: 768px) {
    .banner.layout--content-left .banner-media img {
        -o-object-position:center left;
        object-position: center left
    }
}

@media (min-width: 768px) {
    .banner.layout--content-center .banner-media img {
        -o-object-position:center center;
        object-position: center center
    }
}

@media (min-width: 768px) {
    .banner.layout--content-center .banner-content {
        width:70%
    }
}

body.modal-open .banner .banner-content {
    z-index: auto
}

.testimonials--grid .testimonial-media {
    width: 100%;
    max-width: 330px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .testimonials--grid .testimonial-media {
        margin-bottom:15px
    }
}

.testimonials--grid .testimonial-media img {
    width: 100%
}

.testimonials--grid .testimonial-content {
    width: 100%
}

@media (min-width: 420px) and (max-width:767px) {
    .testimonials--grid .testimonial-content {
        text-align:center
    }
}

@media (min-width: 768px) {
    .testimonials--grid .testimonial-content {
        max-width:calc(100% - 330px)
    }
}

.testimonials--grid .testimonial-content .content--default div {
    color: #5f5f5f
}

.testimonials--grid .testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0 0
}

.testimonials--grid .testimonial:first-child {
    margin-top: 0
}

@media (min-width: 768px) {
    .testimonials--grid .testimonial.layout--content-left .testimonial-media {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }

    .testimonials--grid .testimonial.layout--content-left .testimonial-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 40px;
        text-align: left
    }
}

@media (min-width: 768px) {
    .testimonials--grid .testimonial.layout--content-right .testimonial-content {
        padding-left:40px;
        text-align: left
    }

    .testimonials--grid .testimonial.layout--content-right .actions .action {
        margin-left: 0;
        margin-right: 20px
    }
}

.testimonials--grid .testimonial.layout--full-width .testimonial-content {
    max-width: 100%
}

.testimonials--slider .testimonial-media {
    margin-bottom: 30px
}

.testimonials--slider .testimonial-media img {
    max-width: 75px;
    border-radius: 100%;
    margin: 0 auto;
    display: block
}

.testimonials--slider .testimonial-content {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px
}

@media (min-width: 768px) {
    .testimonials--slider .testimonial-content {
        max-width:80%
    }
}

.testimonials--slider .testimonial-content blockquote {
    padding: 0;
    margin: 0;
    border-left: none;
    font-size: 16px
}

.testimonials--slider .testimonial-content .content--default div {
    color: #5f5f5f
}

.testimonials--slider .testimonial-author {
    margin-top: 30px
}

.testimonials--slider .testimonial-author h4 {
    padding-left: 30px;
    position: relative;
    width: auto;
    display: inline-block
}

.testimonials--slider .testimonial-author h4:before {
    content: "\2014";
    position: absolute;
    left: 0
}

.testimonials .slider+.actions,.testimonials .testimonial+.actions {
    text-align: center
}

.before-after .ba-item {
    -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
}

.before-after .ba-item+.ba-item {
    margin-top: 36px
}

@media (min-width: 768px) {
    .before-after .ba-item+.ba-item {
        margin-top:54px
    }
}

.before-after .ba-item .ba-content {
    width: 100%
}

@media (max-width: 767px) {
    .before-after .ba-item .ba-content {
        margin-bottom:15px
    }
}

@media (min-width: 768px) {
    .before-after .ba-item .ba-content {
        max-width:35%;
        padding-right: 50px
    }
}

.before-after .ba-item .ba-image img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 991px) {
    .before-after .ba-item .ba-image img {
        width:100px;
        height: 100px
    }
}
.before-after {
	margin: 2rem 0;
}
.before-after .ba-slider {
    width: 100%;
    padding-bottom: 35px;
    margin: 0 auto
}

.before-after .ba-slider .slider {
    position: relative
}

.before-after .ba-slider .slider-label,.before-after .ba-slider .slider-range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: ew-resize;
    z-index: 20
}

.before-after .ba-slider .slider-label {
    font-size: 0;
    line-height: 0
}

.before-after .ba-slider .slider-range::-webkit-slider-runnable-track {
    width: 30px;
    height: 40px;
    opacity: 0
}

.before-after .ba-slider .slider-range::-moz-range-thumb,.before-after .ba-slider .slider-range::-webkit-slider-thumb {
    width: 30px;
    height: 40px;
    opacity: 0
}

.before-after .ba-slider .slider-range::-ms-fill-lower {
    background-color: transparent
}

.before-after .ba-slider .slider-range::-ms-track {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: transparent;
    outline: 0;
    cursor: col-resize
}

.before-after .ba-slider .slider-range::-ms-thumb {
    width: .5%;
    height: 100%;
    opacity: 0
}

.before-after .ba-slider .slider-range::-ms-tooltip {
    display: none
}

.before-after .ba-slider .slide--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 1px);
    height: 100%
}

.before-after .ba-slider .slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 50%;
    object-position: 0 50%
}

.before-after .ba-slider .slide-figure {
    margin: 0
}

.before-after .ba-slider .slide-figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.before-after .ba-slider .slide-figure:not(.slide-figure--overlay) {
    position: relative;
    padding-top: 50%
}

.before-after .ba-slider .slide-figure.slide-figure--overlay img {
    z-index: 1
}

.before-after .ba-slider .slide-caption {
    position: absolute;
    top: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #5f5f5f;
    font-weight: 400;
    font-size: 14px;
    max-width: 40vmin;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ff5f30
}

.before-after .ba-slider .slide-caption span {
    color: #5f5f5f
}

@media screen and (max-width: 40.063em) {
    .before-after .ba-slider .slide-caption {
        font-size:12px
    }
}

.before-after .ba-slider .slide-caption--before {
    left: 0;
    z-index: 2
}

.before-after .ba-slider .slide-caption--after {
    right: 0
}

.before-after .ba-slider .slide-toggle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #fff;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    z-index: 10
}

.before-after .ba-slider .slide-thumb {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 15px);
    width: 30px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 3px solid #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: background-color .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: background-color .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out,background-color .3s ease-in-out;
    transition: transform .3s ease-in-out,background-color .3s ease-in-out;
    transition: transform .3s ease-in-out,background-color .3s ease-in-out,-webkit-transform .3s ease-in-out
}

.productos-home+.contact-rrss-home {
    padding-top: 0
}

.products-section .products .item {
    padding-left: 3px;
    padding-right: 3px
}

@media (min-width: 576px) {
    .products-section .products .item {
        padding-left:15px;
        padding-right: 15px
    }
}

@media (max-width: 767px) {
    .products-section .layout--content-center {
        text-align:center
    }

    .products-section .layout--content-center .action {
        margin-left: 10px;
        margin-right: 10px
    }
}

.events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -7px;
    margin-right: -7px
}

@media (min-width: 992px) {
    .events {
        margin-left:-15px;
        margin-right: -15px
    }
}

.events .event-item {
    width: 100%;
    padding: 0 7px;
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .events .event-item {
        width:50%
    }
}

@media (min-width: 992px) {
    .events .event-item {
        width:calc(100% / 3);
        padding: 0 15px
    }
}

@media (min-width: 992px) {
    .events .event-item--mb-30 {
        margin-bottom:30px
    }
}

.events .event {
    display: block;
    position: relative;
    height: 100%;
    min-height: 200px;
    padding: 15px;
    max-width: 350px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .events .event {
        min-height:250px
    }
}

@media (min-width: 992px) {
    .events .event {
        padding:15px 20px
    }
}

.events .event-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.events .event-bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.events .event-content {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.events .event-logo {
    margin-bottom: 85px
}

.events .event-logo img {
    display: block;
    max-height: 70px;
    width: auto;
    height: auto
}

.events .event-logo--top_center img {
    margin: 0 auto
}

.events .event-logo--top_right img {
    margin-left: auto
}

.events .event-logo--ver_center {
    height: 100%;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.events .event-logo--ver_center img {
    margin: auto
}

.events .event-logo--ver_center+.event-link {
    margin-top: 0
}

.events .event-ft-image {
    position: absolute;
    left: 0;
    bottom: 0
}

.events .event-ft-image img {
    width: auto;
    height: auto;
    max-width: 70px;
    max-height: 70px
}

@media (min-width: 768px) {
    .events .event-ft-image img {
        max-width:100px;
        max-height: 100px
    }
}

.events .event-link {
    width: 100%;
    max-width: calc(100% - 80px);
    margin-left: auto;
    margin-top: 15px
}

.events .event-link .action {
    margin-right: 0
}

@media (min-width: 768px) {
    .events .event-link {
        max-width:calc(100% - 110px)
    }
}

.events .event-link--full {
    max-width: 100%
}

.events .event:focus .event-link span,.events .event:hover .event-link span {
    text-decoration: underline
}

.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.columns .column {
    width: 100%;
    padding: 0 15px
}

@media (min-width: 768px) {
    .columns .column {
        width:50%
    }

    .columns .column:first-child {
        padding-right: 25px
    }

    .columns .column:last-child {
        padding-left: 25px
    }
}

@media (max-width: 767px) {
    .columns .column--media {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .columns .column--content {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }
}

.columns--equal-height {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sticky-navigation .navigation {
    width: 100vw;
    z-index: 1
}

@media (max-width: 991px) {
    .sticky-navigation .navigation {
        padding:15px 0
    }
}

.sticky-navigation .navigation.affix {
    position: fixed;
    z-index: 11;
    right: 0
}

@media (max-width: 991px) {
    .sticky-navigation .navigation.affix {
        top:0
    }
}

@media (min-width: 992px) {
    .sticky-navigation .navigation.affix {
        top:64px
    }
}

@media (min-width: 1500px) {
    .sticky-navigation .navigation.affix {
        top:80px
    }
}

.sticky-navigation .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.sticky-navigation .menu .menu-item a {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px
}

@media (min-width: 992px) {
    .sticky-navigation .menu .menu-item a {
        padding:0 24px;
        height: 60px;
        line-height: 60px
    }
}

@media (min-width: 1500px) {
    .sticky-navigation .menu .menu-item a {
        padding:0 30px;
        height: 75px;
        line-height: 75px
    }
}

.content-section .content-row {
    margin-top: 50px
}

@media (max-width: 767px) {
    .content-section .content-row {
        margin-top:40px
    }
}

.content-section .content-row:first-child {
    margin-top: 0
}

.cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 -7.5px -15px
}

@media (min-width: 992px) {
    .cards {
        margin:0 -15px -15px
    }
}

.cards .card {
    width: 100%;
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .cards .card {
        width:50%
    }
}

@media (min-width: 768px) {
    .cards .card {
        width:calc(100% / 3)
    }
}

@media (min-width: 992px) {
    .cards .card {
        margin-bottom:30px
    }
}

.cards .card-wrapper {
    padding: 0 7.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%
}

@media (min-width: 992px) {
    .cards .card-wrapper {
        padding:0 15px
    }
}

.cards .card-content {
    padding: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    border-top: none;
    background-color: #fff
}

.cards .card-image {
    padding-top: 56.23%;
    position: relative
}

.cards .card-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0
}

.cards--with-bg .card-content {
    padding: 20px 15px
}

.rtl .default-landing {
    text-align: right
}

.ce-icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 40px;
    height: 30px
}

.ce-icon.date-icon {
    background-image: url(../../assets/images/icons/courses-events/calendar.svg)
}

.ce-icon.date-icon--white {
    background-image: url(../../assets/images/icons/courses-events/calendar-white.svg)
}

.ce-icon.location-icon {
    background-image: url(../../assets/images/icons/courses-events/location.svg)
}

.ce-icon.location-icon--white {
    background-image: url(../../assets/images/icons/courses-events/location-white.svg)
}

.ce-icon.language-icon {
    background-image: url(../../assets/images/icons/courses-events/language.svg)
}

.ce-icon.language-icon--white {
    background-image: url(../../assets/images/icons/courses-events/language-white.svg)
}

.ce-icon.type-icon-o {
    background-image: url(../../assets/images/icons/courses-events/online.svg)
}

.ce-icon.type-icon-o--white {
    background-image: url(../../assets/images/icons/courses-events/online-white.svg)
}

.ce-icon.type-icon-c {
    background-image: url(../../assets/images/icons/courses-events/combined.svg)
}

.ce-icon.type-icon-c--white {
    background-image: url(../../assets/images/icons/courses-events/combined-white.svg)
}

.ce-icon.type-icon-p {
    background-image: url(../../assets/images/icons/courses-events/face-face.svg)
}

.ce-icon.type-icon-p--white {
    background-image: url(../../assets/images/icons/courses-events/face-face-white.svg)
}

.ce-icon.credits-icon {
    background-image: url(../../assets/images/icons/courses-events/credits.svg)
}

.ce-icon.credits-icon--white {
    background-image: url(../../assets/images/icons/courses-events/credits-white.svg)
}

.ltr .ce-icon {
    margin-right: 15px
}

.rtl .ce-icon {
    margin-left: 15px
}

.ce-data {
    font-size: 16px
}

.ce-data-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 12px
}

.ce-data-item:last-child {
    margin-bottom: 0
}

.ce-data-item span:last-child {
    max-width: calc(100% - 55px)
}

.ce-speakers .ce-speaker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ce-speakers .ce-speaker-image img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%
}

.ce-speakers .ce-speaker-content {
    color: #5f5f5f;
    font-size: 14px;
    width: 100%
}

.ce-speakers .ce-speaker-specialties,.ce-speakers .ce-speaker-title {
    margin-bottom: 0
}

.ce-speakers .ce-speaker-bio {
    padding-top: 30px;
    border-top: 1px solid #f2f1ec
}

.ltr .ce-speakers .ce-speaker-image {
    padding-right: 15px
}

.rtl .ce-speakers .ce-speaker-image {
    padding-left: 15px
}

.ce-item {
    border: 1px solid #3a4f60;
    margin-bottom: 30px;
    width: 100%;
    list-style: none
}

.ce-item:last-child {
    margin-bottom: 0
}

.ce-item-wrapper {
    display: block;
    padding: 30px 15px;
    height: auto
}

@media (min-width: 576px) {
    .ce-item-wrapper {
        padding:30px
    }
}

.ce-item .ce-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .ce-item .ce-title {
        margin-bottom:35px
    }
}

.ce-item .ce-intro {
    font-size: 14px;
    color: #5f5f5f
}

.ce-item .ce-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.ce-item .ce-content--left {
    width: 100%
}

@media (min-width: 576px) {
    .ce-item .ce-content--left {
        max-width:60%
    }
}

@media (min-width: 768px) {
    .ce-item .ce-content--left {
        max-width:calc(100% - 210px)
    }
}

.ce-item .ce-content--right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 576px) {
    .ce-item .ce-content--right {
        max-width:40%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width: 768px) {
    .ce-item .ce-content--right {
        max-width:210px
    }
}

.ce-item .ce-speakers {
    margin-bottom: 25px;
    width: 100%
}

@media (min-width: 768px) {
    .ce-item .ce-speakers {
        margin-bottom:35px
    }
}

.ce-item .ce-speaker {
    margin-bottom: 10px
}

.ce-item .ce-speaker-title h4 {
    font-size: 14px;
    margin-bottom: 0;
    color: #5f5f5f
}

.ce-item .ce-speaker-image img {
    width: 50px;
    height: 50px
}

.ce-item .ce-speaker-content {
    max-width: calc(100% - 65px)
}

.ce-item .ce-data {
    width: 100%;
    color: #0e1e4c
}

.ce-item .actions {
    margin-top: 35px
}

.ce-item .actions .action {
    margin: 0;
    padding: 9px 35px 9px 20px
}

.ce-item .actions .action .action-icon {
    right: 20px
}

@media (min-width: 1500px) {
    .ce-item .actions .action {
        font-size:14px
    }
}

@media (min-width: 576px) {
    .ce-item .actions {
        margin-top:auto
    }
}

.ce-item .ce-categories {
    margin: 30px -15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

@media (min-width: 576px) {
    .ce-item .ce-categories {
        margin-top:0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.ce-item .ce-categories+.actions {
    margin-top: 15px
}

.ce-item .ce-category {
    margin: 0 15px 15px;
    max-width: 90px
}

.ce-item .ce-category:last-child {
    margin-bottom: 30px
}

@media (min-width: 576px) {
    .ce-item .ce-category {
        max-width:120px
    }
}

.ce-item--featured {
    border-color: #3a4f60
}

.ce-item--lite .ce-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.ce-item--lite .ce-speakers {
    margin-bottom: 25px
}

.ce-item--lite .ce-categories {
    display: block;
    width: 100%;
    margin: 0 0 25px;
    color: #5f5f5f
}

.ce-item--lite .ce-categories span {
    font-weight: 600;
    color: #0e1e4c
}

.ltr .ce-item .ce-content--left {
    padding-right: 30px
}

.rtl .ce-item .ce-content--left {
    padding-left: 30px
}

.rtl .ce-item .actions .action {
    padding: 9px 20px 9px 35px
}

.rtl .ce-item .actions .action .action-icon {
    left: 20px;
    right: auto
}

.ce-header {
    padding-top: 40px
}

@media (min-width: 768px) {
    .ce-header {
        padding-top:50px
    }
}

@media (min-width: 992px) {
    .ce-header {
        padding-top:60px
    }
}

.ce-lps {
    margin-left: -7.5px;
    margin-right: -7.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

.ce-lps-item {
    width: 100%;
    padding: 0 7.5px 10px
}

@media (min-width: 375px) {
    .ce-lps-item {
        width:50%
    }
}

@media (min-width: 576px) {
    .ce-lps-item {
        width:calc(100% / 3)
    }
}

@media (min-width: 992px) {
    .ce-lps-item {
        width:20%
    }
}

.ce-lps-item a {
    padding: 15px;
    display: block;
    height: 100%
}

@media (min-width: 992px) {
    .ce-lps-item h4 {
        font-size:20px
    }

    .ce-lps-item h4 span {
        font-weight: 400
    }
}

.ce-lps-item p {
    font-size: 12px
}

.ce-lps-item p:last-child {
    margin-bottom: 0
}

.ce-listing {
    padding: 30px 0 50px
}

@media (min-width: 768px) {
    .ce-listing {
        padding:30px 0 60px
    }
}

.ce-listing-title {
    font-size: 32px;
    color: #ff5f30;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0
}

@media (max-width: 991px) {
    .ce-listing .ce-block {
        margin-bottom:30px
    }
}

.ce-listing .ce-no-results {
    padding: 15px;
    background-color: #f2f1ec;
    margin-bottom: 30px
}

.ce-gl-featured {
    padding-bottom: 20px
}

.ce-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.ce-block {
    width: 100%
}

@media (min-width: 992px) {
    .ce-block {
        max-width:calc(100% - 320px)
    }
}

@media (min-width: 1500px) {
    .ce-block {
        max-width:calc(100% - 370px)
    }
}

@media (min-width: 992px) {
    .ltr .ce-block {
        padding-right:30px
    }
}

@media (min-width: 1500px) {
    .ltr .ce-block {
        padding-right:50px
    }
}

@media (min-width: 992px) {
    .rtl .ce-block {
        padding-left:30px
    }
}

@media (min-width: 1500px) {
    .rtl .ce-block {
        padding-left:50px
    }
}

.ce-calendar {
    background: #fff
}

.ce-single .ces-content {
    padding-top: 50px
}

.ce-single .ces-header {
    background: #0e1e4c;
    color: #fff
}

.ce-single .ces-header .subtitle {
    text-transform: uppercase;
    font-size: 20px
}

.ce-single .ces-header .title {
    font-weight: 600
}

@media (min-width: 1500px) {
    .ce-single .ces-header .title {
        font-size:42px
    }
}

.ce-single .ces-header-row {
    margin-top: 20px
}

.ce-single .ces-header-row:first-child {
    margin-top: 0
}

.ce-single .ces-header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ce-single .ces-header .ce-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 10px 0 20px;
    border-bottom: 1px solid #809ebc;
    border-top: 1px solid #809ebc
}

.ce-single .ces-header .ce-data-item {
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-top: 10px
}

.ce-single .ces-header .ce-categories {
    color: #809ebc
}

.ce-single .ces-header .ce-categories .ce-category {
    font-weight: 600;
    color: #fff
}

.ce-single .ces-block {
    margin-bottom: 36px
}

.ce-single .ces-block h2 {
    margin-top: 0;
    line-height: 1.2
}

@media (max-width: 1499px) {
    .ce-single .ces-block h2 {
        font-size:28px
    }
}

.ce-single .ces-block p+h3 {
    margin-top: 25px
}

.ce-single .ces-block h2+ol,.ce-single .ces-block h2+ul,.ce-single .ces-block h3+ol,.ce-single .ces-block h3+ul,.ce-single .ces-block h4+ol,.ce-single .ces-block h4+ul {
    margin-top: 15px
}

.ce-single .ces-block:last-child {
    margin-bottom: 50px
}

@media (min-width: 1500px) {
    .ce-single .ces-block:last-child {
        margin-bottom:70px
    }
}

.ce-single .ces-map #contact-map {
    width: 100%;
    height: 420px
}

.ce-single .ces-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ce-single .ces-speakers .ce-speaker {
    margin-bottom: 30px
}

.ce-single .ces-speakers .ce-speaker-title h4 {
    margin-bottom: 5px
}

.ce-single .ces-speakers .ce-speaker-image img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .ce-single .ces-speakers .ce-speaker-image img {
        width:120px;
        height: 120px;
        margin-bottom: 0
    }
}

.ce-single .ces-speakers .ce-speaker-content {
    max-width: 100%
}

@media (min-width: 576px) {
    .ce-single .ces-speakers .ce-speaker-content {
        max-width:calc(100% - 165px)
    }
}

.ce-single .sidebar-row:last-child {
    margin-bottom: 0
}

.ce-single .sidebar-row .ce-price {
    font-size: 18px;
    color: #0e1e4c
}

.ce-single .sidebar-row .accordion-content-row {
    position: relative
}

.ce-single .sidebar-row .accordion-content-row:before {
    content: "";
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px
}

.ce-single .sidebar-row .ce-dates:before {
    background-image: url(../../assets/images/icons/curso-widget-reloj.png)
}

.ce-single .sidebar-row .ce-places:before {
    background-image: url(../../assets/images/icons/curso-widget-plazas.png)
}

.ltr .ce-single .ces-header .ce-data-item {
    padding-right: 30px
}

.ltr .ce-single .sidebar-row .accordion-content-row {
    padding-left: 30px
}

.ltr .ce-single .sidebar-row .accordion-content-row:before {
    left: 10px
}

.rtl .ce-single .ces-header .ce-data-item {
    padding-left: 30px
}

.rtl .ce-single .sidebar-row .accordion-content-row {
    padding-right: 30px
}

.rtl .ce-single .sidebar-row .accordion-content-row:before {
    right: 10px
}

.ce-slider--full .ce-speaker {
    width: 100%
}

@media (min-width: 992px) {
    .ce-slider--full .ce-speaker {
        width:50%
    }
}

.ce-slider .ce-item {
    height: 100%
}

.ce-slider .ce-item-wrapper {
    padding: 30px 20px
}

.ce-slider .ce-speakers {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .ce-slider .ce-speakers {
        margin-bottom:25px
    }
}

.ce-slider--gl-featured a.ce-item-wrapper {
    height: 100%
}

@media (min-width: 576px) {
    .ce-slider--gl-featured a.ce-item-wrapper {
        padding-bottom:100px;
        position: relative
    }

    .ce-slider--gl-featured a.ce-item-wrapper .actions {
        position: absolute;
        bottom: 30px;
        left: 20px
    }
}

@media (min-width: 576px) {
    .ce-slider--gl-featured .ce-content--left {
        max-width:calc(100% - 120px)
    }
}

@media (min-width: 576px) {
    .ce-slider--gl-featured .ce-content--right {
        max-width:120px
    }
}

.ce-slider--full .ce-speakers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.ce-slider--full .ce-speakers .ce-speaker {
    padding-right: 30px
}

.comma:last-child {
    display: none
}

.vc_btn3-container {
    margin-top: 10px;
    margin-bottom: 0!important
}

.vc_btn3-container.vc_btn3-center .vc_btn3 {
    margin-left: 10px;
    margin-right: 10px
}

.vc_btn3-container.vc_btn3-inline {
    vertical-align: middle
}

.vc_general.vc_btn3 {
    position: relative;
    display: inline-block;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    margin-bottom: 10px
}

.vc_general.vc_btn3 .action-icon {
    position: absolute;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vc_general.vc_btn3 .action-icon {
    position: absolute;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vc_general.vc_btn3:last-child {
    margin-bottom: 0
}

.vc_general.vc_btn3--button {
    border-radius: 30px;
    text-align: center;
    border: none;
    outline: 0;
    line-height: 1.4;
    font-size: 16px
}

@media (max-width: 1499px) {
    .vc_general.vc_btn3--button {
        font-size:14px
    }
}

.vc_general.vc_btn3--button .action-icon {
    width: 7px
}

@media (max-width: 1499px) {
    .vc_general.vc_btn3--button .action-icon {
        width:6px
    }
}

.vc_general.vc_btn3--button:not(.action--with-icon) {
    padding: 10px 33px
}

@media (max-width: 1499px) {
    .vc_general.vc_btn3--button:not(.action--with-icon) {
        padding:9px 20px
    }
}

.vc_general.vc_btn3--button.action--primary {
    color: #fff;
    background-color: #ff5f30;
    border: 1px solid #ff5f30
}

.vc_general.vc_btn3--button.action--secondary {
    background-color: #0e1e4c;
    color: #fff;
    border: 1px solid #0e1e4c
}

.vc_general.vc_btn3--button.action--white {
    background-color: transparent;
    border: 1px solid;
    color: #fff;
    border-color: #fff
}

.vc_general.vc_btn3--button.action--bordered {
    background-color: transparent;
    border: 1px solid
}

.vc_general.vc_btn3--button.action--bordered-white {
    color: #fff;
    border-color: #fff
}

.vc_general.vc_btn3--button.action--bordered-secondary {
    color: #0e1e4c;
    border-color: #0e1e4c
}

.vc_general.vc_btn3--button.action--bordered-secondary:focus,.vc_general.vc_btn3--button.action--bordered-secondary:hover {
    background-color: #0e1e4c;
    color: #fff
}

.vc_general.vc_btn3--link {
    font-size: 16px;
    background: 0 0;
    border: none;
    padding-left: 0
}

@media (max-width: 1499px) {
    .vc_general.vc_btn3--link {
        font-size:14px
    }
}

.vc_general.vc_btn3--link .action-icon {
    width: 7px
}

@media (max-width: 1499px) {
    .vc_general.vc_btn3--link .action-icon {
        width:6px
    }
}

.vc_general.vc_btn3--link:focus,.vc_general.vc_btn3--link:hover {
    text-decoration: underline
}

.vc_general.vc_btn3--link.action--primary {
    color: #ff5f30
}

.vc_general.vc_btn3--link.action--secondary {
    color: #0e1e4c
}

.vc_general.vc_btn3--link.action--white {
    color: #fff
}

.vc_general.vc_btn3.size-default {
    font-size: 16px
}

@media (max-width: 1499px) {
    .vc_general.vc_btn3.size-default {
        font-size:14px
    }
}

.vc_general.vc_btn3.size-default .action-icon {
    width: 7px
}

@media (max-width: 1499px) {
    .vc_general.vc_btn3.size-default .action-icon {
        width:6px
    }
}

.vc_general.vc_btn3.size-s {
    font-size: 14px
}

@media (max-width: 1499px) {
    .vc_general.vc_btn3.size-s {
        font-size:12px
    }
}

.vc_general.vc_btn3.size-s .action-icon {
    width: 6px
}

.vc_general.vc_btn3.size-xl {
    font-size: 18px
}

@media (max-width: 1499px) {
    .vc_general.vc_btn3.size-xl {
        font-size:16px
    }
}

.vc_general.vc_btn3.size-xl .action-icon {
    width: 7px
}

.vc_general.vc_btn3--download {
    margin-top: 30px;
    border: 1px solid #f2f1ec;
    display: block;
    width: 100%
}

.vc_general.vc_btn3--download:first-child {
    margin-top: 0
}

.vc_general.vc_btn3--download p {
    font-weight: 400
}

.vc_general.vc_btn3--download .action-icon {
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../assets/images/icons/download.svg);
    background-position: center
}

.vc_general.vc_btn3.vc_btn3-style-btn,.vc_general.vc_btn3.vc_btn3-style-custom {
    border-radius: 30px;
    text-align: center;
    border: none;
    outline: 0;
    line-height: 1.4;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 33px!important;
    padding-right: 33px!important
}

@media (max-width: 1499px) {
    .vc_general.vc_btn3.vc_btn3-style-btn,.vc_general.vc_btn3.vc_btn3-style-custom {
        font-size:14px
    }
}

.vc_general.vc_btn3.vc_btn3-style-btn .action-icon,.vc_general.vc_btn3.vc_btn3-style-custom .action-icon {
    width: 7px
}

@media (max-width: 1499px) {
    .vc_general.vc_btn3.vc_btn3-style-btn .action-icon,.vc_general.vc_btn3.vc_btn3-style-custom .action-icon {
        width:6px
    }
}

@media (max-width: 1499px) {
    .vc_general.vc_btn3.vc_btn3-style-btn,.vc_general.vc_btn3.vc_btn3-style-custom {
        padding-top:9px;
        padding-bottom: 9px;
        padding-left: 20px!important;
        padding-right: 20px!important
    }
}

.vc_general.vc_btn3.vc_btn3-style-btn .vc_btn3-icon,.vc_general.vc_btn3.vc_btn3-style-custom .vc_btn3-icon {
    position: static;
    vertical-align: middle;
    display: inline-block;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.vc_general.vc_btn3.vc_btn3-style-btn:focus,.vc_general.vc_btn3.vc_btn3-style-btn:hover,.vc_general.vc_btn3.vc_btn3-style-custom:focus,.vc_general.vc_btn3.vc_btn3-style-custom:hover {
    text-decoration: none!important
}

.vc_general.vc_btn3.vc_btn3-style-btn.vc_btn3-color-primary,.vc_general.vc_btn3.vc_btn3-style-custom.vc_btn3-color-primary {
    color: #fff;
    background-color: #ff5f30;
    border: 1px solid #ff5f30
}

.vc_general.vc_btn3.vc_btn3-style-btn.vc_btn3-color-secondary,.vc_general.vc_btn3.vc_btn3-style-custom.vc_btn3-color-secondary {
    background-color: #0e1e4c;
    color: #fff;
    border: 1px solid #0e1e4c
}

.vc_general.vc_btn3.vc_btn3-style-btn.vc_btn3-color-white,.vc_general.vc_btn3.vc_btn3-style-custom.vc_btn3-color-white {
    background-color: transparent;
    border: 1px solid;
    color: #0e1e4c;
    border-color: #fff;
    background: #fff
}

.vc_general.vc_btn3.vc_btn3-style-btn.vc_btn3-color-white-outline,.vc_general.vc_btn3.vc_btn3-style-custom.vc_btn3-color-white-outline {
    background-color: transparent;
    border: 1px solid;
    color: #fff;
    border-color: #fff
}

.vc_general.vc_btn3.vc_btn3-style-btn.vc_btn3-color-spark-orange,.vc_general.vc_btn3.vc_btn3-style-custom.vc_btn3-color-spark-orange {
    background-color: #d38359;
    color: #fff;
    border: 1px solid #d38359
}

.vc_general.vc_btn3.vc_btn3-style-btn.vc_btn3-color-spark-blue,.vc_general.vc_btn3.vc_btn3-style-custom.vc_btn3-color-spark-blue {
    background-color: #4ec3e0;
    color: #fff;
    border: 1px solid #4ec3e0
}

.vc_general.vc_btn3.vc_btn3-style-btn.vc_btn3-color-damon-blue,.vc_general.vc_btn3.vc_btn3-style-custom.vc_btn3-color-damon-blue {
    background-color: #065ca2;
    color: #fff;
    border: 1px solid #065ca2
}

.vc_general.vc_btn3.vc_btn3-style-btn.vc_btn3-color-dark-grey,.vc_general.vc_btn3.vc_btn3-style-custom.vc_btn3-color-dark-grey {
    background-color: #5f5f5f;
    color: #fff;
    border: 1px solid #5f5f5f
}

.vc_general.vc_btn3.vc_btn3-style-custom {
    padding-top: 11px;
    padding-bottom: 11px
}

@media (max-width: 1499px) {
    .vc_general.vc_btn3.vc_btn3-style-custom {
        padding-top:10px;
        padding-bottom: 10px
    }
}

.vc_general.vc_btn3.vc_btn3-style-link {
    background: 0 0;
    border: none;
    padding: 0
}

.vc_general.vc_btn3.vc_btn3-style-link:focus,.vc_general.vc_btn3.vc_btn3-style-link:hover {
    text-decoration: underline;
    border: none
}

.vc_general.vc_btn3.vc_btn3-style-link.vc_btn3-color-primary {
    color: #ff5f30
}

.vc_general.vc_btn3.vc_btn3-style-link.vc_btn3-color-secondary {
    color: #0e1e4c
}

.vc_general.vc_btn3.vc_btn3-style-link.vc_btn3-color-white,.vc_general.vc_btn3.vc_btn3-style-link.vc_btn3-color-white-outline {
    color: #fff
}

.vc_general.vc_btn3.vc_btn3-style-link.vc_btn3-color-spark-orange {
    color: #d38359
}

.vc_general.vc_btn3.vc_btn3-style-link.vc_btn3-color-spark-blue {
    color: #4ec3e0
}

.vc_general.vc_btn3.vc_btn3-style-link.vc_btn3-color-damon-blue {
    color: #065ca2
}

.vc_general.vc_btn3.vc_btn3-style-link.vc_btn3-color-dark-grey {
    color: #5f5f5f
}

.vc_general.vc_btn3.vc_btn3-size-sm {
    font-size: 14px
}

@media (max-width: 1499px) {
    .vc_general.vc_btn3.vc_btn3-size-sm {
        font-size:12px
    }
}

.vc_general.vc_btn3.vc_btn3-size-sm .action-icon {
    width: 6px
}

.vc_general.vc_btn3.vc_btn3-size-md {
    font-size: 16px
}

@media (max-width: 1499px) {
    .vc_general.vc_btn3.vc_btn3-size-md {
        font-size:14px
    }
}

.vc_general.vc_btn3.vc_btn3-size-md .action-icon {
    width: 7px
}

@media (max-width: 1499px) {
    .vc_general.vc_btn3.vc_btn3-size-md .action-icon {
        width:6px
    }
}

.vc_general.vc_btn3.vc_btn3-size-xl {
    font-size: 18px
}

@media (max-width: 1499px) {
    .vc_general.vc_btn3.vc_btn3-size-xl {
        font-size:16px
    }
}

.vc_general.vc_btn3.vc_btn3-size-xl .action-icon {
    width: 7px
}

.vc_general.vc_btn3.vc_btn3-icon-right.vc_btn3-style-btn .vc_btn3-icon {
    margin-left: 7px
}

.vc_general.vc_btn3.vc_btn3-icon-right.vc_btn3-style-link {
    padding-right: 20px
}

.vc_general.vc_btn3.vc_btn3-icon-right.vc_btn3-style-link .vc_btn3-icon {
    right: 0
}

.vc_general.vc_btn3.vc_btn3-icon-left.vc_btn3-style-btn .vc_btn3-icon {
    margin-right: 7px
}

.vc_general.vc_btn3.vc_btn3-icon-left.vc_btn3-style-link {
    padding-left: 20px
}

.vc_general.vc_btn3.vc_btn3-icon-left.vc_btn3-style-link .vc_btn3-icon {
    left: 0
}

.ltr .vc_btn3-container.vc_btn3-inline .vc_btn3,.ltr .vc_btn3-container.vc_btn3-left .vc_btn3 {
    margin-right: 20px
}

.ltr .vc_btn3-container.vc_btn3-right .vc_btn3 {
    margin-left: 20px
}

.rtl .vc_btn3-container.vc_btn3-inline .vc_btn3,.rtl .vc_btn3-container.vc_btn3-left .vc_btn3,.rtl .vc_btn3-container.vc_btn3-right .vc_btn3 {
    margin-left: 20px
}

.wpb_button,ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0
}

.wpb_content_element {
    margin-bottom: 0
}

.media-container+.wpb_text_column,.wpb_single_image+.wpb_text_column,.wpb_video_widget+.wpb_text_column {
    margin-top: 20px
}

.vc_content>:first-child:not(.wpb-content-wrapper) {
    margin-top: 40px
}

@media (min-width: 1500px) {
    .vc_content>:first-child:not(.wpb-content-wrapper) {
        margin-top:60px
    }
}

.vc_section {
    margin-top: 40px
}

@media (min-width: 1500px) {
    .vc_section {
        margin-top:60px
    }
}

.vc_section.vc_section-has-fill {
    padding-bottom: 40px;
    padding-top: 40px
}

@media (min-width: 1500px) {
    .vc_section.vc_section-has-fill {
        padding-top:60px;
        padding-bottom: 60px
    }
}

.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section {
    padding-top: 40px
}

@media (min-width: 1500px) {
    .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section {
        padding-top:60px
    }
}

.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section:not(.vc_section-has-fill) {
    padding-top: 0
}

.vc_section.no-margin {
    margin-top: 0
}

.vc_row.vc_row-has-fill {
    padding-bottom: 40px;
    padding-top: 40px
}

@media (min-width: 1500px) {
    .vc_row.vc_row-has-fill {
        padding-top:60px;
        padding-bottom: 60px
    }
}

@media (max-width: 767px) {
    .vc_row .wpb_column.vc_col-sm-4 {
        margin-top:30px
    }
    .vc_row .wpb_column.vc_col-sm-3 {
        margin-top:30px
    }
}

@media (max-width: 767px) {
    .vc_row .wpb_column.vc_col-sm-6 {
        margin-top:30px
    }

    /* .vc_row .wpb_column.vc_col-sm-6:first-child { */
        /* margin-top: 0 */
    /* } */
}

@media (min-width: 1500px) {
    .vc_row .wpb_column.vc_col-sm-6:first-child {
        padding-right:10px
    }

    .vc_row .wpb_column.vc_col-sm-6:last-child {
        padding-left: 10px
    }
}

@media (max-width: 767px) {
    .vc_row .wpb_column.order-mobile-1 {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .vc_row .wpb_column.order-mobile-2 {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }

    .vc_row .wpb_column.order-mobile-2:first-child {
        margin-top: 30px
    }
}

.wpb_text_column a:not(.action) {
    font-weight: 600
}

.wpb_text_column a:not(.action):focus,.wpb_text_column a:not(.action):hover {
    text-decoration: underline
}

.wpb_text_column ul {
    list-style: none
}

.wpb_text_column ul li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative
}

.wpb_text_column ul li:last-child {
    margin-bottom: 0
}

.wpb_text_column ul li:before {
    content: '\25B6';
    margin-right: 5px;
    color: #ff5f30;
    position: absolute;
    left: 0
}

.wpb_text_column ul li ul {
    margin-top: 15px
}

.wpb_text_column ul+.h1,.wpb_text_column ul+.h2,.wpb_text_column ul+.h3,.wpb_text_column ul+.h4,.wpb_text_column ul+h1,.wpb_text_column ul+h2,.wpb_text_column ul+h3,.wpb_text_column ul+h4,.wpb_text_column ul+p {
    margin-top: 20px
}

.wpb_text_column ul.style--spark-orange li:before {
    color: #d38359
}

.wpb_text_column ul.style--circle {
    list-style: disc;
    padding-left: 20px
}

.wpb_text_column ul.style--circle li {
    padding-left: 0
}

.wpb_text_column ul.style--circle li:before {
    display: none
}

.wpb_text_column ol {
    -webkit-padding-start: 20px;
    padding-inline-start:20px}

.wpb_text_column .text-small {
    font-size: 12px
}

.wpb_text_column .text-primary,.wpb_text_column .text-primary a:not(.action) {
    color: #ff5f30
}

.wpb_text_column .text-secondary,.wpb_text_column .text-secondary a:not(.action) {
    color: #0e1e4c
}

.wpb_text_column .text-spark,.wpb_text_column .text-spark a:not(.action) {
    color: #4ec3e0
}

.wpb_text_column .text-spark-orange,.wpb_text_column .text-spark-orange a:not(.action) {
    color: #d38359
}

.wpb_text_column .text-damon-blue,.wpb_text_column .text-damon-blue a:not(.action) {
    color: #065ca2
}

.wpb_text_column .text-dark-grey,.wpb_text_column .text-dark-grey a:not(.action) {
    color: #5f5f5f
}

.wpb_text_column .text-white,.wpb_text_column .text-white a:not(.action) {
    color: #fff
}

.wpb_text_column table {
    width: 100%;
    border-collapse: collapse;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5f5f5f
}

.wpb_text_column table td,.wpb_text_column table th {
    padding: 10px 15px
}

.wpb_text_column table th {
    font-size: 16px
}

@media (max-width: 575px) {
    .wpb_text_column table {
        font-size:14px
    }

    .wpb_text_column table .mtr-td-tag:first-child {
        font-weight: 600
    }

    .wpb_text_column table tr {
        margin-bottom: 10px
    }

    .wpb_text_column table tr:last-child {
        margin-bottom: 0
    }

    .wpb_text_column table td,.wpb_text_column table th {
        border-bottom: 1px solid
    }

    .wpb_text_column table td:last-child,.wpb_text_column table th:last-child {
        border-bottom: none
    }
}

@media (min-width: 576px) {
    .wpb_text_column table tr {
        border-bottom:1px solid
    }

    .wpb_text_column table tr:last-child {
        border-bottom: none
    }
}

.wpb_text_column table td,.wpb_text_column table th,.wpb_text_column table tr {
    border-color: #f2f1ec
}

.wpb_text_column.regular-links a:not(.action) {
    font-weight: 400
}

.wpb_text_column.regular-links a:not(.action):focus,.wpb_text_column.regular-links a:not(.action):hover {
    text-decoration: none
}

.wpb_text_column+.vc_row {
    margin-top: 20px
}

.wpb_text_column.wpb_text_column--white .h1,.wpb_text_column.wpb_text_column--white .h2,.wpb_text_column.wpb_text_column--white .h3,.wpb_text_column.wpb_text_column--white .h4,.wpb_text_column.wpb_text_column--white .h5,.wpb_text_column.wpb_text_column--white .h6,.wpb_text_column.wpb_text_column--white blockquote,.wpb_text_column.wpb_text_column--white div,.wpb_text_column.wpb_text_column--white h1,.wpb_text_column.wpb_text_column--white h2,.wpb_text_column.wpb_text_column--white h3,.wpb_text_column.wpb_text_column--white h4,.wpb_text_column.wpb_text_column--white h5,.wpb_text_column.wpb_text_column--white h6,.wpb_text_column.wpb_text_column--white li,.wpb_text_column.wpb_text_column--white p {
    color: #fff
}

.wpb_text_column.wpb_text_column--white a:not(.action) {
    color: #fff;
    text-decoration: underline
}

.wpb_text_column.wpb_text_column--white table {
    color: #fff
}

.wpb_text_column.wpb_text_column--white table td,.wpb_text_column.wpb_text_column--white table th,.wpb_text_column.wpb_text_column--white table tr {
    border-color: #fff
}

.wpb_text_column.wpb_text_column--white ul li:before {
	font-size: 10px;
    color: #fff
}

.rtl .wpb_text_column ul li {
    padding-right: 20px;
    padding-left: 0
}

.rtl .wpb_text_column ul li:before {
    right: 0;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rtl .wpb_text_column ul.style--circle {
    list-style: disc;
    padding-left: 0;
    padding-right: 20px
}

.rtl .wpb_text_column ul.style--circle li {
    padding-left: 0;
    padding-right: 0
}

.vc_cta3-container {
    margin-bottom: 0
}

.vc_cta3-container .vc_cta3 .vc_cta3-actions {
    margin-top: 35px
}

.vc_row.vc_cards .wpb_single_image {
    padding-top: 56.23%;
    position: relative
}

.vc_row.vc_cards .wpb_single_image .vc_figure {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.vc_row.vc_cards .wpb_single_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0
}

@media (min-width: 576px) and (max-width:767px) {
    .vc_row.vc_cards {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .vc_row.vc_cards .vc_col-sm-4 {
        width: 50%
    }
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
    top: calc(100% + 30px);
    bottom: auto;
    margin-top: 0
}

.wpb_gallery .wpb_flexslider .flex-control-nav a {
    background: 0 0;
    border: 1px solid #0e1e4c;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpb_gallery .wpb_flexslider .flex-control-nav a.flex-active {
    background: #0e1e4c
}

.wpb_gallery .wpb_flexslider .flex-control-nav a:focus,.wpb_gallery .wpb_flexslider .flex-control-nav a:hover {
    background: #0e1e4c
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
    content: "";
    background-size: contain;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../../assets/images/icons/arrow-left-white.svg)
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a.flex-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.vc_images_carousel .vc_carousel-indicators li {
    width: 10px!important;
    height: 10px!important;
    margin: 0 4px!important
}

.vc_images_carousel .vc_carousel-indicators li.vc_active {
    border: 1px solid #0e1e4c
}

.vc_images_carousel.vc_carousel_vertical .vc_carousel-indicators li {
    margin: 4px auto!important
}

.vc_images_carousel .vc_carousel-control span:before {
    content: ""!important;
    background-size: contain;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../../assets/images/icons/arrow-left-white.svg);
    display: block
}

.vc_images_carousel .vc_carousel-control.vc_right span:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.vc_tta.vc_tta-tabs .vc_tta-panels {
    border: none!important
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-blue .vc_tta-tab>a,.vc_tta.vc_tta-tabs.vc_tta-style-flat.vc_tta-color-blue .vc_tta-tab>a,.vc_tta.vc_tta-tabs.vc_tta-style-modern.vc_tta-color-blue .vc_tta-tab>a {
    background-color: #0e1e4c;
    border-color: #0e1e4c
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-orange .vc_tta-tab>a,.vc_tta.vc_tta-tabs.vc_tta-style-flat.vc_tta-color-orange .vc_tta-tab>a,.vc_tta.vc_tta-tabs.vc_tta-style-modern.vc_tta-color-orange .vc_tta-tab>a {
    background-color: #ff5f30;
    border-color: #ff5f30
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-blue .vc_tta-tab,.vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-orange .vc_tta-tab {
    opacity: .8
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-blue .vc_tta-tab.vc_active,.vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-orange .vc_tta-tab.vc_active {
    opacity: 1
}

.vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-blue .vc_tta-tab.vc_active a,.vc_tta.vc_tta-tabs.vc_tta-style-classic.vc_tta-color-orange .vc_tta-tab.vc_active a {
    color: #fff
}

.vc_tta.vc_tta-tabs.vc_tta-style-flat.vc_tta-color-blue .vc_tta-tab {
    opacity: .8
}

.vc_tta.vc_tta-tabs.vc_tta-style-flat.vc_tta-color-blue .vc_tta-tab.vc_active {
    opacity: 1
}

.vc_tta.vc_tta-tabs.vc_tta-style-flat.vc_tta-color-blue .vc_tta-panels {
    background-color: #0e1e4c
}

.vc_tta.vc_tta-tabs.vc_tta-style-flat.vc_tta-color-blue .vc_tta-panels * {
    color: #fff
}

.vc_tta.vc_tta-tabs.vc_tta-style-flat.vc_tta-color-orange .vc_tta-tab {
    opacity: .8
}

.vc_tta.vc_tta-tabs.vc_tta-style-flat.vc_tta-color-orange .vc_tta-tab.vc_active {
    opacity: 1
}

.vc_tta.vc_tta-tabs.vc_tta-style-flat.vc_tta-color-orange .vc_tta-panels {
    background-color: #ff5f30
}

.vc_tta.vc_tta-tabs.vc_tta-style-flat.vc_tta-color-orange .vc_tta-panels * {
    color: #fff
}

.vc_tta.vc_tta-tabs.vc_tta-style-outline.vc_tta-color-blue .vc_tta-tab>a {
    border-color: #0e1e4c;
    color: #0e1e4c
}

.vc_tta.vc_tta-tabs.vc_tta-style-outline.vc_tta-color-blue .vc_tta-tab>a:focus,.vc_tta.vc_tta-tabs.vc_tta-style-outline.vc_tta-color-blue .vc_tta-tab>a:hover {
    background-color: #0e1e4c;
    color: #fff
}

.vc_tta.vc_tta-tabs.vc_tta-style-outline.vc_tta-color-orange .vc_tta-tab>a {
    border-color: #ff5f30;
    color: #ff5f30
}

.vc_tta.vc_tta-tabs.vc_tta-style-outline.vc_tta-color-orange .vc_tta-tab>a:focus,.vc_tta.vc_tta-tabs.vc_tta-style-outline.vc_tta-color-orange .vc_tta-tab>a:hover {
    background-color: #ff5f30;
    color: #fff
}

.vc_tta.vc_tta-tabs .vc_pagination.vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-item .vc_pagination-trigger {
    border-color: #0e1e4c
}

.vc_tta.vc_tta-tabs .vc_pagination.vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-item.vc_active .vc_pagination-trigger {
    background-color: #0e1e4c
}

.vc_tta.vc_tta-tabs .vc_pagination.vc_pagination-color-blue.vc_pagination-style-flat .vc_pagination-item .vc_pagination-trigger {
    background-color: #0e1e4c
}

.vc_tta.vc_tta-tabs .vc_pagination.vc_pagination-color-blue.vc_pagination-style-flat .vc_pagination-item.vc_active .vc_pagination-trigger {
    background-color: #0e1e4c
}

.vc_tta.vc_tta-tabs .vc_pagination.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-item .vc_pagination-trigger {
    border-color: #ff5f30
}

.vc_tta.vc_tta-tabs .vc_pagination.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-item.vc_active .vc_pagination-trigger {
    background-color: #ff5f30
}

.vc_tta.vc_tta-tabs .vc_pagination.vc_pagination-color-orange.vc_pagination-style-flat .vc_pagination-item .vc_pagination-trigger {
    background-color: #ff5f30
}

.vc_tta.vc_tta-tabs .vc_pagination.vc_pagination-color-orange.vc_pagination-style-flat .vc_pagination-item.vc_active .vc_pagination-trigger {
    background-color: #ff5f30
}

.vc_tta.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-blue .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading,.vc_tta.vc_tta-accordion.vc_tta-style-flat.vc_tta-color-blue .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading,.vc_tta.vc_tta-accordion.vc_tta-style-modern.vc_tta-color-blue .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading {
    background-color: #0e1e4c;
    border-color: #0e1e4c
}

.vc_tta.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-orange .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading,.vc_tta.vc_tta-accordion.vc_tta-style-flat.vc_tta-color-orange .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading,.vc_tta.vc_tta-accordion.vc_tta-style-modern.vc_tta-color-orange .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading {
    background-color: #ff5f30;
    border-color: #ff5f30
}

.vc_tta.vc_tta-accordion.vc_tta-style-flat.vc_tta-color-blue .vc_tta-panel .vc_tta-panel-body {
    background-color: #0e1e4c
}

.vc_tta.vc_tta-accordion.vc_tta-style-flat.vc_tta-color-blue .vc_tta-panel .vc_tta-panel-body * {
    color: #fff
}

.vc_tta.vc_tta-accordion.vc_tta-style-flat.vc_tta-color-blue .vc_tta-panel .vc_tta-panel-body li:before {
    background-color: #fff
}

.vc_tta.vc_tta-accordion.vc_tta-style-flat.vc_tta-color-blue .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #0e1e4c;
    border-color: #0e1e4c
}

.vc_tta.vc_tta-accordion.vc_tta-style-flat.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-body {
    background-color: #ff5f30
}

.vc_tta.vc_tta-accordion.vc_tta-style-flat.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-body * {
    color: #fff
}

.vc_tta.vc_tta-accordion.vc_tta-style-flat.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-body li:before {
    background-color: #fff
}

.vc_tta.vc_tta-accordion.vc_tta-style-flat.vc_tta-color-orange .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #ff5f30;
    border-color: #ff5f30
}

.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-blue .vc_tta-panel .vc_tta-panel-heading {
    border-color: #0e1e4c
}

.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-blue .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a {
    color: #0e1e4c
}

.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-blue .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #0e1e4c
}

.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-blue .vc_tta-panel .vc_tta-panel-heading:focus,.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-blue .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: #0e1e4c
}

.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-blue .vc_tta-panel .vc_tta-panel-heading:focus .vc_tta-panel-title>a,.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-blue .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title>a {
    color: #fff
}

.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-blue .vc_tta-panel .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-blue .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-controls-icon::before {
    border-color: #fff
}

.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-blue .vc_tta-panel .vc_tta-panel-body {
    border-color: #0e1e4c
}

.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-heading {
    border-color: #ff5f30
}

.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a {
    color: #ff5f30
}

.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #ff5f30
}

.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-heading:focus,.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: #ff5f30
}

.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-heading:focus .vc_tta-panel-title>a,.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title>a {
    color: #fff
}

.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-controls-icon::before {
    border-color: #fff
}

.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-orange .vc_tta-panel .vc_tta-panel-body {
    border-color: #ff5f30
}

.wpb-pricing-table {
    border-radius: 0
}

.wpb-pricing-table .vc_general.vc_btn3 {
    margin: 0
}

.wpb-pricing-table .vc_general.vc_btn3.vc_btn3-style-classic.vc_btn3-color-blue,.wpb-pricing-table .vc_general.vc_btn3.vc_btn3-style-classic.vc_btn3-color-primary {
    background-color: #0e1e4c;
    border-color: #0e1e4c
}

.wpb-pricing-table .vc_general.vc_btn3.vc_btn3-style-classic.vc_btn3-color-orange {
    background-color: #ff5f30;
    border-color: #ff5f30
}

.wpb-pricing-table .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-blue,.wpb-pricing-table .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary {
    border-color: #0e1e4c;
    color: #0e1e4c
}

.wpb-pricing-table .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-blue:focus,.wpb-pricing-table .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-blue:hover,.wpb-pricing-table .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:focus,.wpb-pricing-table .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:hover {
    background-color: #0e1e4c;
    color: #fff
}

.wpb-pricing-table .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-orange {
    border-color: #ff5f30;
    color: #ff5f30
}

.wpb-pricing-table .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-orange:focus,.wpb-pricing-table .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-orange:hover {
    background-color: #ff5f30;
    color: #fff
}

@media (max-width: 1024px) {
    .vc_separator {
        width:100%
    }
}

.vc_separator h4 {
    font-size: 24px;
    color: #0e1e4c
}

@media (min-width: 1500px) {
    .vc_separator h4 {
        font-size:26px
    }
}

.vc_separator.vc_sep_color_white * {
    color: #fff
}

.vc_separator.vc_sep_color_orange .vc_sep_line {
    border-color: #ff5f30
}

.vc_separator.vc_sep_color_blue .vc_sep_line {
    border-color: #0e1e4c
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
    position: relative
}

.wpb_video_widget.vc_video-aspect-ratio-169 .rll-youtube-player {
    padding-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.vc_grid .vc_grid-item .vc_gitem-post-data h4 {
    font-size: 24px
}

.vc_grid .vc_grid-item .vc_gitem-zone {
    background-color: transparent!important
}

.vc_grid .vc_grid-item .vc_gitem-col {
    padding: 15px 0 0
}

.vc_grid .vc_grid-item .vc_general.vc_btn3 {
    border-radius: 30px;
    text-align: center;
    border: none;
    outline: 0;
    line-height: 1.4;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 33px!important;
    padding-right: 33px!important;
    color: #fff;
    background-color: #ff5f30;
    border: 1px solid #ff5f30
}

@media (max-width: 1499px) {
    .vc_grid .vc_grid-item .vc_general.vc_btn3 {
        font-size:12px
    }
}

.vc_grid .vc_grid-item .vc_general.vc_btn3 .action-icon {
    width: 6px
}

@media (max-width: 1499px) {
    .vc_grid .vc_grid-item .vc_general.vc_btn3 {
        padding-top:9px;
        padding-bottom: 9px;
        padding-left: 20px!important;
        padding-right: 20px!important
    }
}

.vc_grid .vc_grid-item .vc_general.vc_btn3:focus,.vc_grid .vc_grid-item .vc_general.vc_btn3:hover {
    color: #fff;
    background-color: #ff5f30;
    border: 1px solid #ff5f30
}

.vc_grid .vc_grid-item.vc_col-sm-12 .vc_gitem-zone:before,.vc_grid .vc_grid-item.vc_col-sm-6 .vc_gitem-zone:before {
    padding-top: 56.25%
}

.vc_grid .vc_grid-item.vc_col-sm-12 .vc_gitem-zone.vc_gitem-zone-a,.vc_grid .vc_grid-item.vc_col-sm-6 .vc_gitem-zone.vc_gitem-zone-a {
    max-height: 320px
}

.vc_section .sticky-navigation .navigation {
    width: calc(100vw - 30px)
}

.vc_row .before-after .ba-slider {
    width: 100%;
    max-width: 720px;
    margin: 0 auto
}

.wpb_widgetised_column {
    background: #f2f1ec;
    padding: 40px 15px;
    width: 100%;
    position: relative
}

@media (min-width: 400px) {
    .wpb_widgetised_column {
        padding:40px 25px
    }
}

@media (min-width: 1500px) {
    .wpb_widgetised_column {
        padding:40px
    }
}

@media (min-width: 992px) {
    .wpb_widgetised_column {
        max-width:320px
    }
}

@media (min-width: 1500px) {
    .wpb_widgetised_column {
        max-width:370px
    }
}

.wpb_widgetised_column .sidebar-container {
    background: #f2f1ec;
    padding: 40px 15px;
    width: 100%
}

@media (min-width: 400px) {
    .wpb_widgetised_column .sidebar-container {
        padding:40px 25px
    }
}

@media (min-width: 1500px) {
    .wpb_widgetised_column .sidebar-container {
        padding:40px
    }
}

.wpb_widgetised_column .sidebar-row,.wpb_widgetised_column .widget-box {
    margin-bottom: 30px
}

.wpb_widgetised_column .sidebar-row:last-child,.wpb_widgetised_column .widget-box:last-child {
    margin-bottom: 0
}

.wpb_widgetised_column .sidebar-title {
    font-size: 18px;
    color: #5f5f5f;
    text-align: center
}

.wpb_widgetised_column .widget-title,.wpb_widgetised_column label {
    font-size: 18px;
    color: #5f5f5f;
    text-align: center;
    text-align: left
}

.wpb_widgetised_column form[role=search] .wp-block-search__inside-wrapper {
    padding: 0;
    background: #fff;
    border: none
}

.wpb_widgetised_column form[role=search] .wp-block-search__input {
    border: none;
    outline: 0;
    padding: 10px
}

.wpb_widgetised_column form[role=search] .wp-block-search__button {
    background: #ff5f30;
    border: none;
    color: #fff
}

.wpb_widgetised_column form[role=search] .wp-block-search__button svg {
    fill: #fff
}

.wpb_widgetised_column .actions .action {
    margin: 0
}

.wpb_widgetised_column .actions .action--button {
    width: 100%
}

.wpb_widgetised_column .widget-box {
    margin-bottom: 30px
}

.wpb_widgetised_column .widget-box:last-child {
    margin-bottom: 0
}

.wpb_widgetised_column .widget-title,.wpb_widgetised_column label {
    font-size: 18px;
    color: #5f5f5f;
    text-align: center;
    text-align: left
}

.wpb_widgetised_column form[role=search] .wp-block-search__inside-wrapper {
    padding: 0;
    background: #fff;
    border: none
}

.wpb_widgetised_column form[role=search] .wp-block-search__input {
    border: none;
    outline: 0;
    padding: 10px
}

.wpb_widgetised_column form[role=search] .wp-block-search__button {
    background: #ff5f30;
    border: none;
    color: #fff
}

.wpb_widgetised_column form[role=search] .wp-block-search__button svg {
    fill: #fff
}

.rtl .wpb_widgetised_column .widget-box {
    text-align: right
}

.rtl .wpb_widgetised_column .widget-title,.rtl .wpb_widgetised_column label {
    text-align: right
}

.post-data .post-data--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 10px
}

.post-data .post-data--row:last-child {
    margin-bottom: 0
}

.post-data .post-data--row .post-categories {
    max-width: calc(100% - 30px)
}

.rtl .post-data .post-data--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.post {
    margin-bottom: 40px
}

.rtl .post-content {
    text-align: right
}
