.scroll-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
    height: 50px;
    width: 50px;
    cursor: pointer;
    background: #ffa200 url("/assets/layout/svg/icon-arrow-up-w.svg") no-repeat center center;
    background-size: 80%
}

.scroll-top:hover {
    opacity: .7
}

.scroll-top a {
    display: block;
    height: 50px;
    width: 50px
}

.visible-lg {
    display: none !important
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg {
        display: inline-block !important
    }
}

.visible-md {
    display: none !important
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md {
        display: inline-block !important
    }
}

.visible-sm {
    display: none !important
}

@media (max-width: 767px) {
    .visible-sm {
        display: inline-block !important
    }
}

.visible-xs {
    display: none !important
}

@media (max-width: 575px) {
    .visible-xs {
        display: inline-block !important
    }
}

.hidden-lg {
    display: inline-block
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: inline-block
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none !important
    }
}

.hidden-sm {
    display: inline-block
}

@media (max-width: 767px) {
    .hidden-sm {
        display: none !important
    }
}

.hidden-xs {
    display: inline-block
}

@media (max-width: 575px) {
    .hidden-xs {
        display: none !important
    }
}

.visible-mobile {
    display: none !important
}

@media (max-width: 991px) {
    .visible-mobile {
        display: inline-block !important
    }
}

.hidden-mobile {
    display: none !important
}

@media (min-width: 992px) {
    .hidden-mobile {
        display: inline-block !important
    }
}

.block-editorial-list .item {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px
}

.block-editorial-list .item.last {
    margin-bottom: 5px
}

.block-editorial-list .item .column {
    float: left
}

.block-editorial-list .item .column.image {
    position: relative;
    width: 25%
}

.block-editorial-list .item .column.image:active img, .block-editorial-list .item .column.image:hover img {
    opacity: .8
}

.block-editorial-list .item .column.image:active .corner-tag, .block-editorial-list .item .column.image:hover .corner-tag {
    width: 155px;
    height: 155px
}

.block-editorial-list .item .column.image .corner-tag {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    background: #e21e49;
    text-align: center;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    transition: height .2s, width .2s
}

.block-editorial-list .item .column.image .corner-tag span {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px
}

.block-editorial-list .item .column.image .corner-tag.news {
    background: #3dbf1f
}

.block-editorial-list .item .column.image .corner-tag.articles {
    background: #225aca
}

.block-editorial-list .item .column.body {
    padding: 2px 20px;
    width: 50%
}

.block-editorial-list .item .column.body .editorial-title {
    margin-bottom: 1px;
    font-style: normal;
    font-weight: 700
}

.block-editorial-list .item .column.body .editorial-title a:hover {
    text-decoration: underline
}

.block-editorial-list .item .column.body .info {
    margin-bottom: 10px
}

.block-editorial-list .item .column.body .info span {
    font-size: 13px
}

.block-editorial-list .item .column.body .info span.category {
    font-style: normal;
    font-weight: 700;
    margin-right: 12px
}

.block-editorial-list .item .column.body .info span.category .campaign, .block-editorial-list .item .column.body .info span.category a.campaign {
    margin-right: 10px;
    color: #468593
}

.block-editorial-list .item .column.body .info span.category .sport, .block-editorial-list .item .column.body .info span.category a {
    color: #ffa200
}

.block-editorial-list .item .column.body .info span.date {
    color: #999
}

.block-editorial-list .item .column.body .info span.date span.active i {
    position: relative;
    top: -1px;
    display: inline-block;
    height: 5px;
    width: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #468593;
    margin-right: 5px
}

.block-editorial-list .item .column.body .info span.date span.in-active i {
    position: relative;
    top: -1px;
    display: inline-block;
    height: 5px;
    width: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #ef4136;
    margin-right: 5px
}

.block-editorial-list .item .column.body p {
    margin-bottom: 0
}

.block-editorial-list .item .column.body.no-button {
    width: 75%
}

.block-editorial-list .item .column.bonus {
    width: 25%
}

.block-editorial-list .item .column.bonus .bonus-box {
    padding: 10px;
    background: #fbfbfb
}

.block-editorial-list .item .column.bonus .bonus-box .logo {
    background: #fff;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px
}

.block-editorial-list .item .column.bonus .bonus-box .logo img {
    margin: auto
}

.block-editorial-list .read-more {
    margin-top: 10px;
    text-align: right
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-editorial-list .item .column.image {
        width: 33.33% !important
    }

    .block-editorial-list .item .column.image .corner-tag {
        width: 120px;
        height: 120px
    }

    .block-editorial-list .item .column.image .corner-tag span {
        font-size: 10px
    }

    .block-editorial-list .item .column.body {
        width: 66.66% !important
    }
}

@media (max-width: 767px) {
    .block-editorial-list .item .column {
        display: block
    }

    .block-editorial-list .item .column.image {
        width: 100% !important;
        margin-bottom: 10px
    }

    .block-editorial-list .item .column.image img {
        width: 100%
    }

    .block-editorial-list .item .column.body {
        width: 100% !important;
        padding: 0;
        margin-bottom: 0
    }

    .block-editorial-list .item .column.body h3 {
        font-size: 19px
    }

    .block-editorial-list .item .column.bonus {
        width: 100%
    }
}

.block-article-list .item {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px
}

.block-article-list .item.last {
    margin-bottom: 5px
}

.block-article-list .item .column {
    float: left
}

.block-article-list .item .column.image {
    position: relative;
    width: 33%
}

.block-article-list .item .column.image:active img, .block-article-list .item .column.image:hover img {
    opacity: .8
}

.block-article-list .item .column.image:active .corner-tag, .block-article-list .item .column.image:hover .corner-tag {
    width: 155px;
    height: 155px
}

.block-article-list .item .column.image .corner-tag {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    background: #225aca;
    text-align: center;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    transition: height .2s, width .2s
}

.block-article-list .item .column.image .corner-tag span {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px
}

.block-article-list .item .column.body {
    padding: 2px 20px;
    width: 66.66%
}

.block-article-list .item .column.body .article-title {
    margin-bottom: 1px;
    font-style: normal;
    font-weight: 700
}

.block-article-list .item .column.body .article-title a:hover {
    text-decoration: underline
}

.block-article-list .item .column.body .info {
    margin-bottom: 10px;
    color: #999;
    font-size: 13px
}

.block-article-list .item .column.body p {
    margin-bottom: 0
}

.block-article-list .read-more {
    margin-top: 10px;
    text-align: right
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-article-list .item .column.image {
        width: 33.33% !important
    }

    .block-article-list .item .column.image .corner-tag {
        width: 120px;
        height: 120px
    }

    .block-article-list .item .column.image .corner-tag span {
        font-size: 10px
    }

    .block-article-list .item .column.body {
        width: 66.66% !important
    }
}

@media (max-width: 767px) {
    .block-article-list .item .column {
        display: block
    }

    .block-article-list .item .column.image {
        width: 100% !important;
        margin-bottom: 10px
    }

    .block-article-list .item .column.image img {
        width: 100%
    }

    .block-article-list .item .column.body {
        width: 100% !important;
        padding: 0;
        margin-bottom: 0
    }

    .block-article-list .item .column.body .article-title {
        font-size: 19px
    }
}

.block-shout-out.block-1 {
    margin-top: 30px
}

.block-shout-out.block-2 {
    margin-top: 30px
}

.block-shout-out .container .box {
    overflow: hidden;
    height: 54px
}

.block-shout-out .container .box a {
    text-decoration: none;
    display: block;
    background: #f3f3f3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px
}

.block-shout-out .container .box a:hover {
    background: #ccc
}

.block-shout-out .container .box a div.highlight {
    position: relative;
    display: inline-block;
    padding-right: 17px;
    margin-right: 18px
}

.block-shout-out .container .box a div.highlight span.title {
    display: inline-block;
    background: #ffa200;
    font-size: 22px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    padding: 0 5px 0 15px;
    line-height: 34px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.block-shout-out .container .box a div.highlight span.arrow-right {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #ffa200
}

.block-shout-out .container .box a span.text-line {
    display: inline-block;
    font-size: 18px;
    color: #666;
    line-height: 34px
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-shout-out .container .box {
        overflow: visible;
        height: auto
    }

    .block-shout-out .container .box a div.highlight {
        margin-bottom: 10px
    }

    .block-shout-out .container .box a span.text-line {
        line-height: 28px
    }
}

@media (max-width: 767px) {
    .block-shout-out .container .box {
        overflow: visible;
        height: auto;
        text-align: center
    }

    .block-shout-out .container .box a div.highlight {
        margin-bottom: 10px;
        width: 100%;
        padding-right: 0;
        margin-right: 0
    }

    .block-shout-out .container .box a div.highlight span.title {
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px
    }

    .block-shout-out .container .box a div.highlight span.arrow-right {
        display: none
    }

    .block-shout-out .container .box a span.text-line {
        line-height: 28px
    }
}

.block-company-list.block-1 {
    margin-top: 30px
}

.block-company-list .bonus-category {
    margin-bottom: 5px;
    overflow: hidden
}

.block-company-list .bonus-category span {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    color: #000;
    padding-right: 10px;
    line-height: 26px;
    vertical-align: top
}

.block-company-list .bonus-category span.title {
    text-transform: uppercase
}

.block-company-list .bonus-category ul {
    display: inline-block
}

.block-company-list .bonus-category ul li {
    float: left
}

.block-company-list .bonus-category ul li a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    border-right: 1px dotted #333;
    padding: 0 15px;
    line-height: 26px;
    letter-spacing: 0
}

.block-company-list .bonus-category ul li.active a {
    color: #ccc
}

.block-company-list .bonus-category ul li:last-of-type a {
    border: 0
}

.block-company-list .sort {
    background: #ffa200;
    padding: 9px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px
}

.block-company-list .sort span.title {
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-right: 1px dotted #000;
    padding-right: 10px;
    color: #fff;
    margin-left: 5px
}

.block-company-list .sort ul {
    float: right
}

.block-company-list .sort ul li {
    display: inline-block;
    margin: 0 15px
}

.block-company-list .sort ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    padding-right: 15px;
    background: url("/assets/layout/svg/icon-sort-w.svg") no-repeat right;
    background-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none
}

.block-company-list .sort ul li a:hover {
    text-decoration: underline
}

.block-company-list .sort ul li a.active {
    text-decoration: underline
}

.block-company-list .sort ul li a.active.asc {
    background: url("/assets/layout/svg/icon-sort-down-w.svg") no-repeat right;
    background-size: 10px
}

.block-company-list .sort ul li a.active.desc {
    background: url("/assets/layout/svg/icon-sort-up-w.svg") no-repeat right;
    background-size: 10px
}

.block-company-list .row.company {
    padding: 20px 0
}

.block-company-list .row.company.even {
    background: #fbfbfb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee
}

.block-company-list .column-1 .logo {
    margin-bottom: 10px
}

.block-company-list .column-1 .logo img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px
}

.block-company-list .column-2 ul {
    margin-top: 8px
}

.block-company-list .column-2 ul li {
    margin-bottom: 6px;
    font-size: 12px
}

.block-company-list .column-2 ul li:before {
    content: "\2022";
    font-size: 24px;
    line-height: 1px;
    position: relative;
    top: 2px;
    padding-right: 8px;
    color: #000
}

.block-company-list .column-2 h6 {
    text-transform: uppercase;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px
}

.block-company-list .column-2 .rating {
    margin-top: 10px
}

.block-company-list .column-2 .rating h6 {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400
}

.block-company-list .column-2 .rating span {
    color: #ccc;
    font-size: 20px;
    line-height: 10px;
    letter-spacing: -2px
}

.block-company-list .column-2 .rating span.active {
    color: gold
}

.block-company-list .column-3 {
    padding: 15px;
    background: #eee;
    border-radius: 10px
}

.block-company-list .column-3 .bonus-text h6 {
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #666
}

.block-company-list .column-3 .bonus-text h3 {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 6px
}

.block-company-list .column-3 .bonus-text h3 i {
    font-style: normal;
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.block-company-list .column-3 .bonus-info {
    text-align: center
}

.block-company-list .column-3 .bonus-info p {
    margin-bottom: 0
}

.block-company-list .column-3 .bonus-info p span {
    display: block;
    color: #666;
    font-size: 11px;
    line-height: 1.5em
}

.block-company-list .column-4 .bonus-button {
    margin-top: 30px;
    text-align: center
}

.block-company-list .column-4 .bonus-button a.btn {
    padding: 13px;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 6px;
    letter-spacing: 2px
}

.block-company-list .read-more {
    text-align: right;
    margin-top: 10px
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-company-list .bonus-category ul li a {
        font-size: 10px;
        padding: 0 10px
    }
}

@media (max-width: 767px) {
    .block-company-list .column-1 .logo {
        margin-bottom: 15px
    }

    .block-company-list .column-2 h6 {
        margin-bottom: 5px
    }

    .block-company-list .column-2 .rating {
        margin-top: 0
    }

    .block-company-list .column-2 .rating span {
        font-size: 14px
    }

    .block-company-list .column-3 {
        margin-top: 10px
    }

    .block-company-list .column-4 .bonus-button {
        margin-top: 10px
    }

    .block-company-list .bonus-category span.dropdown-title {
        float: right;
        padding-right: 15px;
        background: url("/assets/layout/svg/icon-sort-down-b.svg") no-repeat right;
        background-size: 10px
    }

    .block-company-list .bonus-category ul {
        display: none
    }

    .block-company-list .bonus-category ul li {
        float: none;
        display: block
    }

    .block-company-list .bonus-category ul li a {
        font-size: 12px;
        text-align: center;
        display: block;
        border-right: 0px;
        border-bottom: 1px dotted #333;
        line-height: 28px
    }
}

.block-guide-column.block-1 {
    margin-top: 40px
}

.block-guide-column .item {
    background: #f3f3f3;
    border-radius: 0 0 6px 6px
}

.block-guide-column .item a {
    color: #282b2d
}

.block-guide-column .item a .image img {
    width: 100%
}

.block-guide-column .item a .category {
    border-top: 4px solid #417659;
    position: relative
}

.block-guide-column .item a .category span {
    position: absolute;
    top: -12px;
    left: 20px;
    z-index: 99;
    display: inline-block;
    line-height: 23px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 20px;
    background: #417659;
    color: #fff;
    font-style: normal;
    font-weight: 700
}

.block-guide-column .item a .category.medel {
    border-color: #216276
}

.block-guide-column .item a .category.medel span {
    background: #216276
}

.block-guide-column .item a .category.avancerad {
    border-color: #a13c3c
}

.block-guide-column .item a .category.avancerad span {
    background: #a13c3c
}

.block-guide-column .item a .body {
    padding: 25px
}

.block-guide-column .item a .body h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700
}

.block-guide-column .item a:hover {
    text-decoration: none
}

.block-guide-column .item a:hover .image img {
    opacity: .8
}

.block-guide-column .item a:hover .body h4 {
    text-decoration: underline
}

.block-guide-column .read-more {
    text-align: right
}

@media (max-width: 767px) {
    .block-guide-column .item {
        margin-bottom: 25px
    }

    .block-guide-column .item a .category {
        border: 0
    }

    .block-guide-column .item a .category span {
        position: relative;
        inset: 0;
        width: 100%;
        margin: 0;
        padding: 10px;
        line-height: 1.1em
    }

    .block-guide-column .item .body {
        padding: 10px
    }
}

.block-promotion-column.block-1 {
    margin-top: 40px
}

.block-promotion-column .item {
    background: #f3f3f3;
    border-radius: 0 0 6px 6px;
    margin-bottom: 20px
}

.block-promotion-column .item a {
    color: #282b2d
}

.block-promotion-column .item a .image img {
    width: 100%
}

.block-promotion-column .item a .company {
    background: #417659;
    height: 4px;
    position: relative
}

.block-promotion-column .item a .company span {
    position: absolute;
    top: -13px;
    left: 20px;
    z-index: 99;
    display: inline-block;
    line-height: 27px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 20px;
    background: inherit;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px
}

.block-promotion-column .item a .body {
    padding: 20px
}

.block-promotion-column .item a .body b {
    font-size: 18px;
    margin-bottom: 2px;
    display: block;
    line-height: 1.2em
}

.block-promotion-column .item a .body span {
    font-size: 12px;
    display: block;
    margin-bottom: 10px
}

.block-promotion-column .item a .body span.date {
    color: #999
}

.block-promotion-column .item a .body span.date span.active i {
    position: relative;
    top: -1px;
    display: inline-block;
    height: 5px;
    width: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #468593;
    margin-right: 5px
}

.block-promotion-column .item a .body span.date span.in-active i {
    position: relative;
    top: -1px;
    display: inline-block;
    height: 5px;
    width: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #ef4136;
    margin-right: 5px
}

.block-promotion-column .item a .body p {
    line-height: 1.5em;
    margin-bottom: 0;
    font-size: 14px
}

.block-promotion-column .item a:hover {
    text-decoration: none
}

.block-promotion-column .item a:hover .image img {
    opacity: .8
}

.block-promotion-column .item a:hover .body b {
    text-decoration: underline
}

.block-promotion-column .read-more {
    text-align: right
}

@media (max-width: 767px) {
    .block-promotion-column .item {
        margin-bottom: 20px
    }

    .block-promotion-column .item a .company span {
        top: -12px;
        left: 10px;
        line-height: 24px;
        padding: 0 12px
    }

    .block-promotion-column .item a .body {
        padding: 15px
    }

    .block-promotion-column .item a .body b {
        font-size: 16px
    }

    .block-promotion-column .item a .body p {
        font-size: 12px
    }
}

.block-image-push.block-1 {
    margin-top: 30px
}

.block-image-push .box {
    position: relative;
    overflow: hidden
}

.block-image-push .box a {
    overflow: hidden;
    display: block
}

.block-image-push .box a:hover .text {
    transform: scale(1.02)
}

.block-image-push .box .corner-tag {
    width: 210px;
    height: 210px;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffa200;
    text-align: center;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    z-index: 1;
    transition: height .2s, width .2s
}

.block-image-push .box .corner-tag span {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px
}

.block-image-push .box .image {
    height: 450px;
    background: url("") no-repeat center left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.block-image-push .box .text {
    transition: all .1s ease-in-out;
    position: absolute;
    z-index: 99;
    right: 69px;
    bottom: 70px;
    width: 55%
}

.block-image-push .box .text .tagline h5 {
    display: inline;
    background: #ffa200;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    padding: 5px;
    font-style: normal;
    font-weight: 700
}

.block-image-push .box .text .headline {
    margin: 7px 0
}

.block-image-push .box .text .headline h3 {
    display: inline;
    background: #fff;
    font-size: 43px;
    color: #000;
    line-height: 1.7em;
    padding: 0 5px;
    font-style: normal;
    font-weight: 700
}

.block-image-push .box .text .read-more h6 {
    display: inline;
    text-transform: uppercase;
    font-weight: 400;
    background: #22bb5e;
    font-size: 16px;
    color: #fff;
    line-height: 1.7em;
    padding: 5px;
    font-style: normal;
    font-weight: 700
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block-image-push .box .image {
        height: 370px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-image-push .box .corner-tag {
        width: 170px;
        height: 170px
    }

    .block-image-push .box .corner-tag span {
        font-size: 10px
    }

    .block-image-push .box .text {
        right: 20px;
        width: 50%
    }

    .block-image-push .box .text .headline h3 {
        font-size: 28px
    }

    .block-image-push .box .image {
        height: 290px
    }
}

@media (max-width: 767px) {
    .block-image-push .box .corner-tag {
        width: 170px;
        height: 170px
    }

    .block-image-push .box .corner-tag span {
        font-size: 10px
    }

    .block-image-push .box .text {
        bottom: 60px;
        left: 10px;
        width: 95%
    }

    .block-image-push .box .text .headline h3 {
        font-size: 23px
    }

    .block-image-push .box .image {
        height: 200px
    }
}

.block-bonus-four-column .box {
    background: #f3f3f3;
    border-radius: 0 0 6px 6px
}

.block-bonus-four-column .box .image {
    background: #ffa200;
    height: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

.block-bonus-four-column .box .image img {
    margin: auto;
    width: 80%
}

.block-bonus-four-column .box .body {
    padding: 10px 20px 20px 20px;
    text-align: center
}

.block-bonus-four-column .box .body .stars {
    margin-bottom: 8px
}

.block-bonus-four-column .box .body .stars span {
    color: #ccc;
    font-size: 16px
}

.block-bonus-four-column .box .body .stars span.active {
    color: gold
}

.block-bonus-four-column .box .body .bonus-text {
    margin-bottom: 10px
}

.block-bonus-four-column .box .body .bonus-text p {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    line-height: 28px;
    padding: 5px 0;
    margin-bottom: 0
}

.block-bonus-four-column .box .body .bonus-text p i {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-style: normal
}

.block-bonus-four-column .box .body a.btn {
    margin-bottom: 8px
}

.block-bonus-four-column .read-more {
    margin-top: 10px;
    text-align: right
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block-bonus-four-column .box .body .bonus-text p {
        font-size: 18px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-bonus-four-column .box {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .block-bonus-four-column .box {
        margin-bottom: 20px
    }

    .block-bonus-four-column .box .body .bonus-text p {
        font-size: 22px
    }
}

.block-body-plus.block-1 {
    margin-top: 20px
}

.block-body-plus.two-column .page-title.centered h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700
}

.block-body-plus.two-column .page-title.centered .line {
    top: -15px
}

.block-body-plus.two-column .body-block:last-child {
    margin-bottom: 15px !important
}

.block-body-plus .body-block {
    margin-bottom: 15px
}

.block-body-plus .body-block:last-child {
    margin-bottom: 0
}

.block-body-plus .body-block-facts-box {
    position: relative;
    background: #f3f3f3;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    border-radius: 6px
}

.block-body-plus .body-block-facts-box.no-show-more .box {
    height: auto
}

.block-body-plus .body-block-facts-box.no-show-more .expand {
    display: none !important
}

.block-body-plus .body-block-facts-box.grey-background {
    background: #fff
}

.block-body-plus .body-block-facts-box.open .expand {
    background: 0 0
}

.block-body-plus .body-block-facts-box.open .expand .arrow {
    background-image: url("/assets/layout/svg/icon-arrow-up-w.svg")
}

.block-body-plus .body-block-facts-box .box {
    height: 200px;
    overflow: hidden;
    padding: 22px 25px;
    transition: height .4s
}

.block-body-plus .body-block-facts-box .box .height {
    overflow: hidden
}

.block-body-plus .body-block-facts-box .box .box-top .box-title {
    width: 100%;
    margin-bottom: 10px
}

.block-body-plus .body-block-facts-box .box .box-top .box-title b, .block-body-plus .body-block-facts-box .box .box-top .box-title h1, .block-body-plus .body-block-facts-box .box .box-top .box-title h2, .block-body-plus .body-block-facts-box .box .box-top .box-title h3, .block-body-plus .body-block-facts-box .box .box-top .box-title h4, .block-body-plus .body-block-facts-box .box .box-top .box-title h5, .block-body-plus .body-block-facts-box .box .box-top .box-title h6 {
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #ffa200;
    line-height: 1.2;
    font-size: inherit;
    font-size: 20px;
    color: #282b2d;
    font-style: normal;
    font-weight: 700
}

@media (max-width: 767px) {
    .block-body-plus .body-block-facts-box .box .box-top .box-title b, .block-body-plus .body-block-facts-box .box .box-top .box-title h1, .block-body-plus .body-block-facts-box .box .box-top .box-title h2, .block-body-plus .body-block-facts-box .box .box-top .box-title h3, .block-body-plus .body-block-facts-box .box .box-top .box-title h4, .block-body-plus .body-block-facts-box .box .box-top .box-title h5, .block-body-plus .body-block-facts-box .box .box-top .box-title h6 {
        font-size: 16px
    }
}

.block-body-plus .body-block-facts-box .box .box-top .author {
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #282b2d;
    margin-bottom: 10px
}

.block-body-plus .body-block-facts-box .box .box-top .author img {
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #ffa200;
    padding: 2px
}

.block-body-plus .body-block-facts-box .box .box-top .author div {
    width: 100%;
    font-size: 15px
}

.block-body-plus .body-block-facts-box .box .text .text-default-format ol li, .block-body-plus .body-block-facts-box .box .text .text-default-format p, .block-body-plus .body-block-facts-box .box .text .text-default-format ul li {
    font-size: 16px;
    color: #282b2d
}

.block-body-plus .body-block-facts-box .box .text .text-default-format ol:last-child, .block-body-plus .body-block-facts-box .box .text .text-default-format p:last-child, .block-body-plus .body-block-facts-box .box .text .text-default-format ul:last-child {
    margin-bottom: 0
}

.block-body-plus .body-block-facts-box .expand {
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 60px;
    z-index: 99;
    padding-top: 20px;
    background: -moz-linear-gradient(top, rgba(249, 249, 249, 0) 0, #f9f9f9 75%);
    background: -webkit-linear-gradient(top, rgba(249, 249, 249, 0) 0, #f9f9f9 75%);
    background: linear-gradient(to bottom, rgba(249, 249, 249, 0) 0, #f9f9f9 75%)
}

.block-body-plus .body-block-facts-box .expand .arrow {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -20px 0 0 -20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #999 url("/assets/layout/svg/icon-arrow-down-w.svg") no-repeat center center;
    background-size: 22px;
    cursor: pointer
}

.block-body-plus .body-block-button {
    text-align: center
}

.block-body-plus .body-block-button a {
    padding: 13px 33px;
    font-size: 11px
}

.block-question-answer {
    padding: 50px 0 60px 0;
    background: #182f3a;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.block-question-answer.secondary {
    background: #ffa200
}

.block-question-answer.complementary {
    background: #468593
}

.block-question-answer .intro {
    padding: 0 0 30px 0
}

.block-question-answer .intro .qa-title {
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700
}

.block-question-answer .intro p {
    color: #fff;
    margin-bottom: 0;
    text-align: center
}

.block-question-answer .box .item {
    background: #f3f3f3;
    padding: 5px 20px;
    margin-bottom: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.block-question-answer .box .item.open {
    background: #cde1ea
}

.block-question-answer .box .item.open .question {
    background: url("/assets/layout/svg/icon-arrow-up-b.svg") no-repeat right;
    background-size: 20px
}

.block-question-answer .box .item.open .answer {
    display: block;
    padding-bottom: 10px
}

.block-question-answer .box .item:hover {
    background: #cde1ea;
    cursor: pointer
}

.block-question-answer .box .item .question {
    font-size: 16px;
    background: url("/assets/layout/svg/icon-arrow-down-b.svg") no-repeat right;
    background-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 12px 30px 10px 0;
    display: block;
    line-height: 1.5
}

.block-question-answer .box .item .answer {
    display: none
}

.block-question-answer .box .item .answer .text-default-format ol li, .block-question-answer .box .item .answer .text-default-format p, .block-question-answer .box .item .answer .text-default-format ul li {
    font-size: 16px
}

.block-question-answer .box .item .answer .text-default-format ol, .block-question-answer .box .item .answer .text-default-format ul {
    margin: 4px
}

@media (max-width: 767px) {
    .block-question-answer {
        padding: 40px 0
    }

    .block-question-answer .intro .qa-title {
        font-size: 24px
    }

    .block-question-answer .box .item .question {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 8px
    }
}

.block-article-two-column.block-1 {
    margin-top: 40px
}

.block-article-two-column .article-list {
    overflow: hidden
}

.block-article-two-column .article-list .article {
    margin-bottom: 20px;
    float: left
}

.block-article-two-column .article-list .article p {
    font-size: 14px;
    margin-bottom: 0
}

.block-article-two-column .article-list .article .image {
    position: relative
}

.block-article-two-column .article-list .article .image img:hover {
    opacity: .8
}

.block-article-two-column .article-list .article.large .teaser {
    padding: 7px 0
}

.block-article-two-column .article-list .article.large .teaser a {
    color: #282b2d;
    font-size: 18px;
    font-style: normal;
    font-weight: 700
}

.block-article-two-column .article-list .article.small {
    float: left;
    width: calc(50% - 10px)
}

.block-article-two-column .article-list .article.small.right {
    float: right
}

.block-article-two-column .article-list .article.small .teaser {
    padding: 7px 0
}

.block-article-two-column .article-list .article.small .teaser a {
    color: #282b2d;
    font-size: 18px;
    font-style: normal;
    font-weight: 700
}

.block-article-two-column .item-list .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    overflow: hidden
}

.block-article-two-column .item-list .item .teaser {
    float: left;
    width: calc(100% - 75px);
    padding: 5px 10px 0 10px
}

.block-article-two-column .item-list .item .teaser a {
    color: #282b2d;
    font-size: 18px;
    font-style: normal;
    font-weight: 700
}

.block-article-two-column .item-list .item .teaser p {
    font-size: 12px;
    margin-bottom: 0
}

.block-article-two-column .item-list .item .image {
    float: left;
    text-align: right;
    width: 75px
}

.block-article-two-column .item-list .item .image img:hover {
    opacity: .8
}

.block-article-two-column .read-more-link {
    text-align: right
}

@media (max-width: 767px) {
    .block-article-two-column .item-list .item .date {
        width: 60px
    }

    .block-article-two-column .item-list .item .teaser {
        width: calc(100% - 75px);
        padding: 5px 10px 0 0
    }

    .block-article-two-column .item-list .item .image {
        width: 75px
    }
}

.block-external-sites-featured.secondary {
    background: #f3f3f3;
    padding: 30px 0
}

.block-external-sites-featured.complementary {
    color: #fff;
    background: #182f3a;
    padding: 30px 0
}

.block-external-sites-featured .title-wrapper {
    text-align: center;
    margin-bottom: 30px
}

.block-external-sites-featured .title-wrapper .heading {
    font-size: 18px;
    letter-spacing: .5px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase
}

.block-external-sites-featured .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.block-external-sites-featured .box .item {
    max-width: 20%
}

.block-external-sites-featured .box .item img {
    max-width: 100%
}

.block-external-sites-featured .box .item a img:hover {
    opacity: .8
}

@media (max-width: 767px) {
    .block-external-sites-featured .title-wrapper .heading {
        font-size: 16px
    }
}

.block-author-two-column.block-1 {
    margin-top: 40px
}

.block-author-two-column .article-list {
    overflow: hidden
}

.block-author-two-column .article-list .article {
    margin-bottom: 20px;
    float: left
}

.block-author-two-column .article-list .article p {
    font-size: 14px;
    margin-bottom: 0
}

.block-author-two-column .article-list .article .image {
    position: relative
}

.block-author-two-column .article-list .article .image img:hover {
    opacity: .7
}

.block-author-two-column .article-list .article .image .category {
    position: absolute;
    bottom: 10px;
    left: 10px
}

.block-author-two-column .article-list .article .image .category a {
    display: inline-block;
    background: #3dbf1f;
    padding: 3px 6px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700
}

.block-author-two-column .article-list .article .image .category a:hover {
    text-decoration: none;
    background: #4adf27
}

.block-author-two-column .article-list .article.large .teaser {
    padding: 7px 0
}

.block-author-two-column .article-list .article.large .teaser a {
    color: #282b2d;
    font-size: 18px;
    font-style: normal;
    font-weight: 700
}

.block-author-two-column .article-list .article.small {
    float: left;
    width: calc(50% - 10px)
}

.block-author-two-column .article-list .article.small.right {
    float: right
}

.block-author-two-column .article-list .article.small .teaser {
    padding: 7px 0
}

.block-author-two-column .article-list .article.small .teaser a {
    color: #282b2d;
    font-size: 18px;
    font-style: normal;
    font-weight: 700
}

.block-author-two-column .item-list .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    overflow: hidden
}

.block-author-two-column .item-list .item .date {
    float: left;
    width: 80px;
    padding-top: 7px
}

.block-author-two-column .item-list .item .date span {
    font-style: normal;
    font-weight: 700;
    color: #ffa200;
    font-size: 12px;
    text-transform: uppercase
}

.block-author-two-column .item-list .item .teaser {
    float: left;
    width: calc(100% - 155px);
    padding: 5px 10px 0 10px
}

.block-author-two-column .item-list .item .teaser a {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #282b2d
}

.block-author-two-column .item-list .item .teaser p {
    font-size: 12px;
    margin-bottom: 0
}

.block-author-two-column .item-list .item .image {
    float: left;
    text-align: right;
    width: 75px
}

.block-author-two-column .item-list .item .image img:hover {
    opacity: .7
}

@media (max-width: 767px) {
    .block-author-two-column .item-list .item .date {
        width: 60px
    }

    .block-author-two-column .item-list .item .teaser {
        width: calc(100% - 135px)
    }

    .block-author-two-column .item-list .item .image {
        width: 75px
    }
}

.block-news-letter {
    padding: 60px 0 70px 0;
    background: #ffa200;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.block-news-letter.secondary {
    background: #182f3a
}

.block-news-letter.complementary {
    background: #468593
}

.block-news-letter .intro {
    padding: 0 0 30px 0
}

.block-news-letter .intro .news-letter-title {
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700
}

.block-news-letter .intro p {
    color: #eee;
    margin-bottom: 0;
    text-align: center
}

.block-news-letter .box .form-top {
    text-align: center
}

.block-news-letter .box .form-top .input {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    background: #e69200;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    width: 400px;
    padding: 8px
}

.block-news-letter .box .form-top .input.secondary {
    background: #112028
}

.block-news-letter .box .form-top .input.complementary {
    background: #3e7582
}

.block-news-letter .box .form-top .input .form-input {
    width: 300px;
    padding: 0 10px;
    background: 0 0;
    border: 0;
    color: #fff;
    outline: 0
}

.block-news-letter .box .form-top .input .form-input ::-webkit-input-placeholder {
    color: #eee
}

.block-news-letter .box .form-top .input .form-input :-moz-placeholder {
    color: #eee;
    opacity: 1
}

.block-news-letter .box .form-top .input .form-input ::-moz-placeholder {
    color: #eee;
    opacity: 1
}

.block-news-letter .box .form-top .input .form-input :-ms-input-placeholder {
    color: #eee
}

.block-news-letter .box .form-top .input .form-input :placeholder-shown {
    color: #eee
}

.block-news-letter .box .form-top .input .form-button {
    padding: 10px 18px;
    background: #468593;
    color: #fff;
    cursor: pointer;
    border-radius: 16px;
    border: none;
    font-weight: 700
}

.block-news-letter .box .form-top .input .form-button:hover {
    background: #3d7380
}

.block-news-letter .box .form-mid {
    display: flex;
    justify-content: center
}

.block-news-letter .box .form-mid .error-text {
    color: #ff7676;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px
}

.block-news-letter .box .form-bottom {
    display: flex;
    justify-content: center
}

.block-news-letter .box .form-bottom .form-checkbox {
    margin-right: 5px
}

.block-news-letter .box .form-bottom .form-label {
    color: #fff;
    margin-right: 15px
}

.block-news-letter .box .form-bottom .form-label.unchecked {
    color: #ff7676
}

.block-news-letter .box .form-bottom #form-label-terms {
    cursor: pointer
}

.block-news-letter .box .form-bottom #form-label-terms:hover {
    text-decoration: underline
}

.block-news-letter .box .terms-box {
    margin-top: 20px;
    background: #f3f3f3;
    padding: 15px
}

@media (max-width: 767px) {
    .block-news-letter {
        padding: 50px 0
    }

    .block-news-letter .intro h2 {
        font-size: 18px
    }

    .block-news-letter .box .form-top .input {
        width: 100%
    }

    .block-news-letter .box .form-top .input .form-input {
        width: 90%
    }
}

.block-company-info-list .item {
    position: relative
}

.block-company-info-list .item .top {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    margin-bottom: 0
}

.block-company-info-list .item .top .logo {
    float: left;
    width: 90px
}

.block-company-info-list .item .top .logo .circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    text-align: center
}

.block-company-info-list .item .top .logo .circle img {
    margin: auto
}

.block-company-info-list .item .top .company-info-title {
    width: calc(100% - 90px);
    float: left;
    font-size: 32px
}

.block-company-info-list .item .top .company-info-title span {
    font-family: Roboto, Arial, Helvetica;
    font-size: 28px
}

.block-company-info-list .item .body {
    margin-left: 90px
}

.block-company-info-list .item .body .description b {
    font-size: 20px;
    display: block;
    line-height: 1.3;
    font-style: normal;
    font-weight: 700
}

.block-company-info-list .item .body .description b i {
    font-family: Roboto, Arial, Helvetica;
    font-style: normal
}

.block-company-info-list .item .body .description b:after {
    content: "";
    position: relative;
    height: 3px;
    width: 100px;
    background-color: #ffa200;
    display: block;
    top: 7px;
    margin-bottom: 20px
}

.block-company-info-list .item .body .bottom {
    margin-top: 15px;
    display: flex
}

.block-company-info-list .item .body .bottom .button {
    width: 50%
}

.block-company-info-list .item .body .bottom .button a.btn {
    margin-bottom: 2px
}

.block-company-info-list .item .body .bottom .text-link {
    padding-left: 15px;
    display: flex;
    align-items: center;
    width: 50%
}

.block-company-info-list .item .body .terms {
    margin-top: 5px;
    width: 50%;
    text-align: center;
    font-size: 12px;
    color: #999
}

.block-company-info-list .item .body .terms p {
    font-size: 10px;
    color: #b4b4b4;
    padding: 0;
    margin-bottom: 0
}

.block-company-info-list hr {
    border: 0;
    height: 1px;
    background: #eee;
    margin: 30px 0
}

@media (max-width: 767px) {
    .block-company-info-list .item {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .block-company-info-list .item .top {
        margin-bottom: 10px
    }

    .block-company-info-list .item .top .logo {
        width: 70px
    }

    .block-company-info-list .item .top .logo .circle {
        width: 55px;
        height: 55px
    }

    .block-company-info-list .item .top .logo .circle img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%
    }

    .block-company-info-list .item .top .company-info-title {
        font-size: 24px;
        width: calc(100% - 70px)
    }

    .block-company-info-list .item .top .company-info-title span {
        font-size: 22px
    }

    .block-company-info-list .item .body {
        margin-left: 0
    }

    .block-company-info-list .item .body .bottom .button {
        width: 100%
    }

    .block-company-info-list .item .body .bottom .text-link {
        width: 100%;
        text-align: center
    }
}

.section-mini-presentation-block.grey {
    background: #efefef;
    background: #efefef url("/assets/layout/wave_background.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 35px 0
}

.section-mini-presentation-block.siteColor1 {
    background: #ffa200;
    background: #ffa200 url("/assets/layout/wave_background.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 35px 0
}

.section-mini-presentation-block.siteColor1 span {
    color: #fff !important
}

.section-mini-presentation-block.siteColor2 {
    background: #468593;
    background: #468593 url("/assets/layout/wave_background.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 35px 0
}

.section-mini-presentation-block.siteColor2 span {
    color: #fff !important
}

.section-mini-presentation-block .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px
}

.section-mini-presentation-block .items .item a {
    display: flex;
    flex-direction: column;
    align-items: center
}

.section-mini-presentation-block .items .item a .image {
    width: 180px;
    height: 180px;
    border-radius: 15px;
    overflow: hidden !important;
    margin-bottom: 5px
}

.section-mini-presentation-block .items .item a .image img {
    -webkit-filter: brightness(100%);
    transition: transform .5s, filter 1.5s ease-in-out
}

.section-mini-presentation-block .items .item a span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px
}

.section-mini-presentation-block .items .item a:hover {
    text-decoration: none
}

.section-mini-presentation-block .items .item a:hover .image img {
    -webkit-filter: brightness(90%);
    transform: scale(1.05)
}

.section-mini-presentation-block .items .item a:hover span {
    text-decoration: underline;
    color: #000
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-mini-presentation-block .items .item a .image {
        width: 150px;
        height: 150px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-mini-presentation-block .items .item a .image {
        width: 168px;
        height: 168px
    }
}

@media (max-width: 767px) {
    .section-mini-presentation-block .items .item a .image {
        width: 110px;
        height: 110px
    }

    .section-mini-presentation-block .items .item a span {
        font-size: 12px;
        letter-spacing: -.3px
    }
}

.block-term-description .items {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.block-term-description .items .right {
    width: calc(50% - 5px)
}

.block-term-description .items .left {
    width: calc(50% - 5px)
}

.block-term-description .box .item {
    background: #f3f3f3;
    padding: 10px 20px;
    margin-bottom: 4px
}

.block-term-description .box .item.open {
    background: #f3f3f3
}

.block-term-description .box .item.open b {
    background: url("/assets/layout/svg/icon-arrow-up-b.svg") no-repeat right;
    background-size: 20px;
    text-decoration: underline
}

.block-term-description .box .item.open .description {
    display: block;
    padding-bottom: 15px;
    padding-top: 15px
}

.block-term-description .box .item.open .answer {
    display: block
}

.block-term-description .box .item:hover {
    background-color: #efefef;
    cursor: pointer
}

.block-term-description .box .item b {
    font-size: 16px;
    background: url("/assets/layout/svg/icon-arrow-down-b.svg") no-repeat right;
    background-size: 20px;
    padding: 10px 0;
    display: block;
    line-height: 1.2em;
    font-style: normal;
    font-weight: 700
}

.block-term-description .box .item .description {
    display: none;
    margin: 0
}

.block-term-description .box .item .description .text-default-format ol li, .block-term-description .box .item .description .text-default-format p, .block-term-description .box .item .description .text-default-format ul li {
    font-size: 16px
}

.block-term-description .box .item .description .text-default-format ol, .block-term-description .box .item .description .text-default-format ul {
    margin: 4px
}

@media (max-width: 767px) {
    .block-term-description .items {
        flex-wrap: wrap
    }

    .block-term-description .items .right {
        width: 100%
    }

    .block-term-description .items .left {
        width: 100%
    }
}

.block-editorial-two-column b a {
    color: #282b2d
}

.block-editorial-two-column.block-1 {
    margin-top: 40px
}

.block-editorial-two-column .left-list {
    overflow: hidden
}

.block-editorial-two-column .left-list .article {
    margin-bottom: 20px;
    float: left
}

.block-editorial-two-column .left-list .article p {
    font-size: 14px;
    margin-bottom: 0
}

.block-editorial-two-column .left-list .article .image {
    position: relative
}

.block-editorial-two-column .left-list .article .image img:hover {
    opacity: .8
}

.block-editorial-two-column .left-list .article .image .category {
    position: absolute;
    bottom: 10px;
    left: 10px
}

.block-editorial-two-column .left-list .article .image .category a {
    display: inline-block;
    background: #3dbf1f;
    padding: 3px 6px;
    color: #282b2d;
    font-size: 14px;
    font-style: normal;
    font-weight: 700
}

.block-editorial-two-column .left-list .article .image .category a:hover {
    text-decoration: none;
    background: #4adf27
}

.block-editorial-two-column .left-list .article.large .date {
    margin-bottom: 4px
}

.block-editorial-two-column .left-list .article.large .date span {
    font-style: normal;
    font-weight: 700;
    color: #ffa200;
    font-size: 10px;
    text-transform: uppercase
}

.block-editorial-two-column .left-list .article.large .teaser {
    padding: 12px 0
}

.block-editorial-two-column .left-list .article.large .teaser b, .block-editorial-two-column .left-list .article.large .teaser h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px
}

.block-editorial-two-column .left-list .article.small {
    float: left;
    width: calc(50% - 10px)
}

.block-editorial-two-column .left-list .article.small .date {
    margin-bottom: 4px
}

.block-editorial-two-column .left-list .article.small .date span {
    font-style: normal;
    font-weight: 700;
    color: #ffa200;
    font-size: 12px;
    text-transform: uppercase
}

.block-editorial-two-column .left-list .article.small.right {
    float: right
}

.block-editorial-two-column .left-list .article.small .teaser {
    padding: 12px 0
}

.block-editorial-two-column .left-list .article.small .teaser b, .block-editorial-two-column .left-list .article.small .teaser h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px
}

.block-editorial-two-column .right-list .item {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    overflow: hidden
}

.block-editorial-two-column .right-list .item .date {
    float: left;
    width: 80px;
    padding-top: 2px
}

.block-editorial-two-column .right-list .item .date span {
    font-style: normal;
    font-weight: 700;
    color: #ffa200;
    font-size: 10px;
    text-transform: uppercase
}

.block-editorial-two-column .right-list .item .teaser {
    float: left;
    width: calc(100% - 155px);
    padding: 2px 10px 0 10px
}

.block-editorial-two-column .right-list .item .teaser b, .block-editorial-two-column .right-list .item .teaser h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700
}

.block-editorial-two-column .right-list .item .teaser p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 4px
}

.block-editorial-two-column .right-list .item .teaser.no-dates {
    width: calc(100% - 75px);
    padding-left: 0
}

.block-editorial-two-column .right-list .item .image {
    float: left;
    text-align: right;
    width: 65px
}

.block-editorial-two-column .right-list .item .image img:hover {
    opacity: .7
}

.block-editorial-two-column .right-list .item.last {
    border-bottom: none
}

@media (max-width: 767px) {
    .block-editorial-two-column .left-list .item .article.large .teaser b, .block-editorial-two-column .left-list .item .article.large .teaser h3 {
        font-size: 18px
    }

    .block-editorial-two-column .left-list .item .article.large .teaser p {
        margin-top: 4px
    }

    .block-editorial-two-column .left-list .item .article.small .teaser b, .block-editorial-two-column .left-list .item .article.small .teaser h3 {
        font-size: 16px
    }

    .block-editorial-two-column .left-list .item .article.small .teaser p {
        margin-top: 4px
    }

    .block-editorial-two-column .right-list .item .date {
        width: 70px
    }

    .block-editorial-two-column .right-list .item .teaser {
        width: calc(100% - 125px)
    }

    .block-editorial-two-column .right-list .item .teaser b, .block-editorial-two-column .right-list .item .teaser h3 {
        font-size: 16px;
        line-height: 1.2em
    }

    .block-editorial-two-column .right-list .item .teaser.no-dates {
        width: calc(100% - 75px);
        padding-left: 0
    }

    .block-editorial-two-column .right-list .item .image {
        width: 50px
    }
}

.block-timeline-block > .container {
    position: relative
}

.block-timeline-block .item.hidden-card {
    display: none
}

.block-timeline-block .item.first .vertical-line {
    border-radius: 8px 8px 0 0
}

.block-timeline-block .item.last .vertical-line {
    border-radius: 0 0 8px 8px
}

.block-timeline-block .item.even .vertical-line {
    background: #ffd180
}

.block-timeline-block .item.even .horizontal-line {
    background: #ffd180
}

.block-timeline-block .item.right .horizontal-line {
    right: 90px
}

.block-timeline-block .item.right .text {
    align-items: flex-start;
    text-align: left
}

.block-timeline-block .item.right .card-title {
    padding-right: 20px;
    font-style: normal;
    font-weight: 700
}

.block-timeline-block .item.right .image-wrapper {
    flex-direction: row-reverse
}

.block-timeline-block .item.left {
    flex-direction: row-reverse
}

.block-timeline-block .item.left .horizontal-line {
    left: 90px
}

.block-timeline-block .item.left .text {
    align-items: flex-end;
    text-align: right
}

.block-timeline-block .item.left .card-title {
    padding-left: 20px;
    font-style: normal;
    font-weight: 700
}

.block-timeline-block .item .image-wrapper {
    font-size: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.block-timeline-block .item .image-wrapper .image {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.block-timeline-block .btn-show-more {
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url("icon-arrow-right.svg") no-repeat right;
    transform: rotate(90deg)
}

.block-timeline-block .btn-show-more.rotate {
    transform: rotate(270deg)
}

.block-timeline-block .btn-show-more:hover {
    box-shadow: 0 0 5px #b2aaaa
}

.block-timeline-block .fade-timeline {
    height: 85px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    margin: -85px;
    position: absolute
}

.block-timeline-block .text {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.block-timeline-block .horizontal-line {
    position: absolute;
    height: 5px;
    width: 70px;
    background-color: #ffa200;
    border-radius: 8px
}

.block-timeline-block .line-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.block-timeline-block .line-wrapper .vertical-line {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    background-color: #ffa200;
    height: 100%
}

.block-timeline-block .line-wrapper .line-ball {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 3
}

.block-timeline-block .hide-in-desktop {
    display: none
}

@media (min-width: 1200px) {
    .block-timeline-block .horizontal-line {
        width: 100px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-timeline-block .item .horizontal-line {
        width: 60px
    }

    .block-timeline-block .item.left .horizontal-line {
        left: 60px
    }

    .block-timeline-block .item.right .horizontal-line {
        right: 60px
    }
}

@media (max-width: 767px) {
    .block-timeline-block .vertical-line {
        display: none;
        border: 0;
        visibility: hidden
    }

    .block-timeline-block .mobile-vertical-line {
        width: 5px;
        height: 100%;
        background-color: #ffa200;
        position: absolute;
        z-index: -1
    }

    .block-timeline-block .item.even .mobile-vertical-line {
        background: #ffd180
    }

    .block-timeline-block .item.first .mobile-vertical-line {
        border-radius: 8px 8px 0 0
    }

    .block-timeline-block .item.last .mobile-vertical-line {
        border-radius: 0 0 8px 8px
    }

    .block-timeline-block .item.left {
        flex-direction: row
    }

    .block-timeline-block .item.left .text {
        text-align: left;
        align-items: flex-start
    }

    .block-timeline-block .item.left .image-wrapper {
        padding: 0
    }

    .block-timeline-block .item.right .image-wrapper {
        padding: 0
    }

    .block-timeline-block .item .image-wrapper {
        order: 2;
        flex-direction: row-reverse;
        justify-content: center;
        position: relative
    }

    .block-timeline-block .item .image-wrapper .image {
        height: 40px;
        width: 40px
    }

    .block-timeline-block .text {
        order: 3;
        padding-top: 0;
        padding-bottom: 0
    }

    .block-timeline-block .title-mobile {
        font-size: 20px;
        font-weight: 700
    }

    .block-timeline-block .hide-in-mobile {
        display: none
    }

    .block-timeline-block .hide-in-desktop {
        display: block
    }

    .block-timeline-block .line-wrapper {
        display: none
    }
}

.video-collection-block {
    display: grid;
    background: #efefef;
    padding: 50px 0
}

.video-collection-block .video-block-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px
}

.video-collection-block .video-block-title .title {
    text-align: center;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700
}

.video-collection-block .introduction-text {
    margin-bottom: 30px
}

.video-collection-block .video-wrapper {
    height: fit-content
}

.video-collection-block .col-left, .video-collection-block .col-right {
    grid-gap: 12px;
    display: grid;
    grid-template-columns:1fr 1fr;
    height: 100%
}

.video-collection-block .col-left .items-1.first, .video-collection-block .col-left .items-3.first, .video-collection-block .col-right .items-1.first, .video-collection-block .col-right .items-3.first {
    grid-column: span 2
}

.video-collection-block .col-left .items-2, .video-collection-block .col-right .items-2 {
    grid-row: span 1
}

.video-collection-block .col-right {
    padding-left: 6px;
    padding-right: 15px
}

.video-collection-block .col-left {
    padding-right: 6px;
    padding-bottom: 12px
}

.video-collection-block .icon {
    transform: scale(.75)
}

@media (min-width: 992px) and (max-width: 1199px) {
    .video-collection-block .col-right .image-title {
        padding: 5px 10px
    }

    .video-collection-block .col-left .image-title {
        padding: 5px 10px
    }

    .video-collection-block .icon {
        transform: scale(.65)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-collection-block .col-right .image-title {
        padding: 5px 10px
    }

    .video-collection-block .col-left .image-title {
        padding: 5px 10px
    }

    .video-collection-block .icon {
        transform: scale(.5)
    }
}

@media (max-width: 767px) {
    .video-collection-block .video-block-title .title {
        font-size: 24px
    }

    .video-collection-block .col-right {
        padding-left: 15px
    }

    .video-collection-block .col-right .image-title {
        padding: 5px 10px
    }

    .video-collection-block .col-left {
        padding-right: 15px
    }

    .video-collection-block .col-left .image-title {
        padding: 5px 10px
    }

    .video-collection-block .items-2 .icon {
        transform: scale(.5)
    }

    .video-collection-block .items-3 .icon {
        transform: scale(.5)
    }

    .video-collection-block .items-3.first .icon {
        transform: scale(.75)
    }
}

.block-review-grid {
    padding: 50px 0 60px 0
}

.block-review-grid.primary {
    background: #182f3a
}

.block-review-grid.primary .review-author img {
    border: 1px solid #c4c4c4 !important
}

.block-review-grid.secondary {
    background: #ffa200
}

.block-review-grid.secondary .review-author img {
    border: 1px solid #c4c4c4 !important
}

.block-review-grid.complementary {
    background: #efefef
}

.block-review-grid.complementary .intro .title, .block-review-grid.complementary .intro p {
    color: #282b2d !important
}

.block-review-grid.complementary .text .review-teaser a {
    color: #282b2d !important
}

.block-review-grid.complementary .text .review-date {
    color: #282b2d !important
}

.block-review-grid.complementary .text .review-author .name {
    color: #282b2d !important
}

.block-review-grid.complementary .text .review-author .date {
    color: #8a8a8a !important
}

.block-review-grid .intro {
    padding: 0 0 30px 0
}

.block-review-grid .intro .title {
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700
}

.block-review-grid .intro p {
    color: #fff;
    text-align: center
}

.block-review-grid .box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between
}

.block-review-grid .box .item {
    display: flex;
    width: 31%;
    min-width: 350px
}

.block-review-grid .box .item .image {
    width: 133px;
    height: 133px
}

.block-review-grid .box .item .image img {
    width: 100%;
    height: 100%
}

.block-review-grid .box .item .image a:hover {
    opacity: 90%
}

.block-review-grid .box .item .text {
    padding: 10px;
    width: calc(100% - 133px);
    position: relative
}

.block-review-grid .box .item .text .review-author {
    margin-top: 2px;
    width: 100%
}

.block-review-grid .box .item .text .review-author .wrap {
    display: flex;
    align-items: center
}

.block-review-grid .box .item .text .review-author .wrap img {
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #ffa200
}

.block-review-grid .box .item .text .review-author .wrap .info {
    display: flex;
    flex-direction: column;
    margin-left: 10px
}

.block-review-grid .box .item .text .review-author .wrap .info .name {
    font-size: 12px;
    margin-bottom: -5px
}

.block-review-grid .box .item .text .review-author .wrap .info .date {
    color: #c4c4c4;
    font-size: 10px;
    margin-top: 5px
}

.block-review-grid .box .item .text .review-author a:hover span {
    border-bottom: none;
    text-decoration: underline
}

.block-review-grid .box .item .text .review-author a:hover img {
    opacity: 90%
}

.block-review-grid .box .item .text .review-teaser a {
    color: #fff;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 700
}

.block-review-grid .box .item .text .review-teaser a:hover {
    border-bottom: none;
    text-decoration: underline
}

.block-review-grid .box .item .text .review-date {
    color: #c4c4c4;
    font-size: 10px;
    margin-top: 5px
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-review-grid {
        padding: 40px 0
    }

    .block-review-grid .box .item {
        min-width: 330px
    }

    .block-review-grid .box .item .text .review-teaser {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .block-review-grid {
        padding: 40px 0
    }

    .block-review-grid .intro {
        font-size: 16px
    }

    .block-review-grid .intro .title {
        font-size: 24px
    }

    .block-review-grid .box .item {
        width: 100%;
        min-width: 330px
    }

    .block-review-grid .box .item .image {
        width: 75px;
        height: 75px
    }

    .block-review-grid .box .item .image img {
        width: 100%;
        height: 100%
    }

    .block-review-grid .box .item .image a:hover {
        opacity: 90%
    }

    .block-review-grid .box .item .text {
        width: calc(100% - 75px);
        padding-top: 0
    }

    .block-review-grid .box .item .text .review-author .wrap .info .name {
        font-size: 11px
    }

    .block-review-grid .box .item .text .review-author .wrap .info .date {
        font-size: 9px
    }

    .block-review-grid .box .item .text .review-teaser a {
        font-size: 18px
    }
}