/**
Theme Name: zahoree
Author: Dmitriy Pastukhov
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zahoree
Template: astra
*/
/*Common*/
.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.row {
    margin-left: -20px;
    margin-right: -20px;
}
.flex.space {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex.middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex.center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex.end {
    align-items: flex-end;
}
.flex.column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flex.column.middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.text-center {
    text-align: center;
}
.container {
    margin: 0 auto;
    max-width: 1480px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.block {
    position: relative;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.lyte-wrapper {
    margin: 0 !important;
    width: 100% !important;
}
.button {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
}
.btn-2 {
    border: 2px solid #2F8EBC;
    background: transparent;
}
.btn-2:hover {
    color: #188aaa;
    background-color: #fff;
    border-color: #188aaa;
}
.btn-3 {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}
.btn-3:hover {
    color: #188aaa;
    border-color: #fff;
    background-color: #fff;
}
.btn-4 {
    border: 2px solid #49AEE3;
    background: #49AEE3;
    color: #fff;
}
.btn-4:hover {
    color: #188aaa;
    border-color: #49AEE3;
    background-color: #fff;
}
* > p:last-child {
    margin-bottom: 0;
}
.slick-track {
    display: flex;
    align-content: stretch;
}
.slick-track > * {
    float: none !important;
    height: auto !important;
}
.slick-dots {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li {
    margin-right: 24px;
}
.slick-dots button {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.6);
    border: 0 !important;
    font-size: 0;
    text-indent: -9999px;
    padding: 0;
}
.slick-dots .slick-active button {
    width: 16px;
    height: 16px;
    background: #F7C528;
}
.slick-slider.slick-initialized {
    opacity: 1 !important;
}
input[type=checkbox] {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #737B80;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 10px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
input[type=checkbox]:checked {
    background: #fff url(img/cb.svg) no-repeat center center !important;
    -webkit-background-size: 12px !important;
    -moz-background-size: 12px !important;
    -o-background-size: 12px !important;
    background-size: 12px !important;
}
input[type=checkbox] + label {
    position: relative;
    font-size: 18px;
    line-height: 156%;
}
.mb-hidden {
    display: block !important;
}
.dt-hidden {
    display: none !important;
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: 1px solid #737B80;
    border-radius: 4px;
}
/*End Common*/
/*Header*/
.ast-theme-transparent-header #masthead {
    position: static;
}
.block.top {
    position: relative;
    overflow: hidden;
    background: #49AEE3 url(img/map.svg) no-repeat 88% center;
    min-height: 800px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.block.top .decor {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
body[data-template="2"] .block.top {
    position: relative;
    min-height: 830px;
    background: rgb(252,183,19);
    background: -moz-linear-gradient(top,  rgba(252,183,19,1) 0%, rgba(252,176,22,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(252,183,19,1) 0%,rgba(252,176,22,1) 100%);
    background: linear-gradient(to bottom,  rgba(252,183,19,1) 0%,rgba(252,176,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb713', endColorstr='#fcb016',GradientType=0 );

}
body[data-template="2"] .block.top:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: rgb(252,193,16);
    background: -moz-linear-gradient(top,  rgba(252,193,16,1) 0%, rgba(251,193,17,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(252,193,16,1) 0%,rgba(251,193,17,1) 100%);
    background: linear-gradient(to bottom,  rgba(252,193,16,1) 0%,rgba(251,193,17,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc110', endColorstr='#fbc111',GradientType=0 );
}
body[data-template="2"] .block.top .decor {
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
    background-repeat: no-repeat;
}
body[data-template="2"].page-id-75 .block.top .decor {
    background-image:  url(img/hero-cx-solutions.jpg);
    background-position: 30% center;
}
body[data-template="2"].page-id-309 .block.top .decor {
    background-image: url(img/hero-cx-solutions-2.jpg);
    background-position: 30% center;
}
body[data-template="2"].page-id-311 .block.top {
    background: rgb(236,168,39);
    background: -moz-linear-gradient(top,  rgba(236,168,39,1) 0%, rgba(234,169,41,1) 25%, rgba(235,175,48,1) 35%, rgba(240,178,55,1) 47%, rgba(234,169,41,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(236,168,39,1) 0%,rgba(234,169,41,1) 25%,rgba(235,175,48,1) 35%,rgba(240,178,55,1) 47%,rgba(234,169,41,1) 100%);
    background: linear-gradient(to bottom,  rgba(236,168,39,1) 0%,rgba(234,169,41,1) 25%,rgba(235,175,48,1) 35%,rgba(240,178,55,1) 47%,rgba(234,169,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca827', endColorstr='#eaa929',GradientType=0 );
}
body[data-template="2"].page-id-311 .block.top:before {
    background: rgb(249,187,38);
    background: -moz-linear-gradient(top,  rgba(249,187,38,1) 0%, rgba(249,190,55,1) 39%, rgba(254,201,84,1) 50%, rgba(249,190,55,1) 61%, rgba(230,175,66,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(249,187,38,1) 0%,rgba(249,190,55,1) 39%,rgba(254,201,84,1) 50%,rgba(249,190,55,1) 61%,rgba(230,175,66,1) 100%);
    background: linear-gradient(to bottom,  rgba(249,187,38,1) 0%,rgba(249,190,55,1) 39%,rgba(254,201,84,1) 50%,rgba(249,190,55,1) 61%,rgba(230,175,66,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bb26', endColorstr='#e6af42',GradientType=0 );

}
body[data-template="2"].page-id-311 .block.top .decor {
    background-image: url(img/hero-cx-solutions-3.jpg);
    background-position: 30% center;
}
body[data-template="1"] .block.top {
    -webkit-background-size: auto 617px !important;
    -moz-background-size: auto 617px !important;
    -o-background-size: auto 617px !important;
    background-size: auto 617px !important;
}
body[data-template="4"] .block.top,
body[data-template="3"] .block.top {
    background-color: #188AAA;
    background-image: url(img/map-2.svg);
    -webkit-background-size: auto 617px !important;
    -moz-background-size: auto 617px !important;
    -o-background-size: auto 617px !important;
    background-size: auto 617px !important;
}
body[data-template="8"] .block.top,
body[data-template="5"] .block.top {
    background: #188AAA url(img/map-2.svg) no-repeat;
    background-position: 30% center;
    -webkit-background-size: auto 617px !important;
    -moz-background-size: auto 617px !important;
    -o-background-size: auto 617px !important;
    background-size: auto 617px !important;
    min-height: 800px;
}
body[data-template="6"] .block.top {
    background: url(img/bg-global-1.svg), url(img/bg-global-2.svg), url(img/map-3.svg);
    background-repeat: no-repeat;
    background-color: #F7C528;
    background-position: left 14% bottom 80px, center top, 9% 40px;
    -webkit-background-size: auto, 100% auto, auto 504px !important;
    -moz-background-size: auto, 100% auto, auto 504px !important;
    -o-background-size: auto, 100% auto, auto 504px !important;
    background-size: auto, 100% auto, auto 504px !important;
}
body[data-template="6"] .page-title {
    font-size: 60px;
}
body[data-template="6"] .page-title .sub {
    color: #49AEE3;
    margin-top: -16px;
    font-size: 100px;
}
body[data-template="6"] .block.top .button {
    background: #49AEE3;
    color: #fff;
}
body[data-template="6"] .block.top .button:hover {
    background: #fff;
    color: #49AEE3;
}
body[data-template="6"] .block.top .container > * {
    align-items: flex-end;
}
body[data-template="6"] .block.top .text-wr {
    padding-bottom: 80px;
}
body[data-template="4"] .page-title {
    line-height: 150%;
}
body[data-template="4"] .page-title .sub {
    font-size: 90px;
    margin-top: -16px;
}
.top-bg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 90%;
    height: auto;
    width: auto;
}
.home .top-bg {
    top: 30px;
}
body[data-template="4"] .top-bg {
    top: auto;
    bottom: 0;
    left: 0;
    width: 684px;
    height: 820px;
    max-width: 60%;
    -webkit-transform: translateX(-7%);
    -moz-transform: translateX(-7%);
    -ms-transform: translateX(-7%);
    transform: translateX(-7%);
}
.block.top .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.block.top .container > * {
    height: 100%;
}
.block.top .img-wr {
    height: 100%;
    position: relative;
}
.block.top .img-wr img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.block.top .text-wr {
    position: relative;
}
body[data-template="2"] .block.top .text-wr {
    padding: 133px 0 330px 5%;
    background: url(img/icon-cx-solutions-3.png) 25% bottom no-repeat, url(img/blob.svg) right 10px no-repeat;
    -webkit-background-size: 292px 293px, contain;
    -moz-background-size: 292px 293px, contain;
    -o-background-size: 292px 293px, contain;
    background-size: 292px 293px, contain;
}
body[data-template="2"].page-id-309 .block.top .text-wr {
    padding: 133px 0 330px 5%;
    background: url(img/icon-cx-solutions-4.png) 25% bottom no-repeat, url(img/blob.svg) right 10px no-repeat;
    -webkit-background-size: 292px 293px, contain;
    -moz-background-size: 292px 293px, contain;
    -o-background-size: 292px 293px, contain;
    background-size: 292px 293px, contain;
}
body[data-template="2"].page-id-311 .block.top .text-wr {
    padding: 133px 0 330px 5%;
    background: url(img/icon-cx-solutions-5.png) 25% bottom no-repeat, url(img/blob.svg) right 10px no-repeat;
    -webkit-background-size: 292px 293px, contain;
    -moz-background-size: 292px 293px, contain;
    -o-background-size: 292px 293px, contain;
    background-size: 292px 293px, contain;
}
.page-title {
    font-size: 60px;
    line-height: 137%;
    color: #FFFFFF;
    margin-bottom: 32px;
    font-weight: 500;
}
.home .page-title {
    font-size: 82px;
    font-family: 'Fjalla One',sans-serif;
}
body[data-template="2"] .page-title {
    font-size: 100px;
    line-height: 150%;
    margin-bottom: 0;
}
.page-title .sub {
    display: block;
    font-size: 100px;
    line-height: 129%;
    color: #F5C327;
}
.home .page-title .sub {
    font-size: 170px;
}
body[data-template="2"] .page-title .sub {
    color: #fff;
    font-size: 60px;
    line-height: 150%;
}
.block.top .text {
    margin-bottom: 40px;
    color: #fff;
}
body[data-template="3"] .block.top img {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
.subhead {
    padding: 80px 0;
    background: #2F8EBC;
}
body[data-template="4"] .subhead {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 40px;
}
.subhead .title {
    color: #F6C527;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 150%;
}
.subhead .title span {
    display: block;
    text-transform: uppercase;
    color: #fff;
    padding-top: 8px;
    font-size: 46px;
    line-height: 122%;
}
.subhead .text-wr {
    color: #fff;
}
.subhead:not(.with-title) .text-wr {
    font-weight: 500;
    font-size: 32px;
    line-height: 131%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    width: 100%;
    text-align: center;
}
.subhead:not(.with-title) .text-wr i {
    font-style: normal;
    color: #F5C327;
}
body:not(.home) .subhead {
    background: #49AEE3;
}
.posts-wr {
    padding-left: 10px;
}
.posts-wr .ast-article-post {
    padding: 0 !important;
}
.post-thumb {
    width: 100%;
}
.posts-wr .post-thumb {
    margin-bottom: 0;
}
.posts-wr .entry-content {
    padding: 16px 24px 24px;
    clear: both;
}
.posts-wr .entry-title {
    font-size: 32px;
    margin-bottom: 12px;
}
.posts-wr .entry-title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.posts-wr .slick-list {
    margin-left: -20px;
    margin-right: -20px;
    max-width: 500px;
    overflow: visible;
}
.posts-wr .slick-dots {
    justify-content: flex-start;
}
.posts-wr .slick-track > * {
    margin-left: 20px !important;
    margin-right: 20px !important;
    border-radius: 12px;
    overflow: hidden;
}
.posts-wr .cat-links {
    padding-bottom: 6px;
}
.posts-wr .post-thumb a {
    position: relative;
    padding-bottom: 55%;
    display: block;
    width: 100%;
}
.posts-wr .post-thumb a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.posts-wr .entry-meta.cx-meta {
    margin-bottom: 0 !important;
}
.posts-wr .excerpt {
    margin-bottom: 12px;
}
.posts-wr .excerpt p {
    margin-bottom: 0;
}
body.author .primary,
body.category .primary,
body.blog .primary {
    padding-top: 100px !important;
}
body.author .block.top,
body.category .block.top,
body.blog .block.top {
    min-height: 830px;
    background: url(img/expert-community-1.svg) left bottom no-repeat, url(img/expert-community-3.svg) right top no-repeat;
    background-color: #188AAA;
    -webkit-background-size: 487px auto !important;
    -moz-background-size: 487px auto !important;
    -o-background-size: 487px auto !important;
    background-size: 487px auto !important;
}
.ast-archive-description {
    display: none !important;
}
/*End Header*/
/*Content*/
#page {
    overflow: hidden;
}
.block-title {
    font-size: 56px;
    line-height: 118%;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.block-title i {
    font-style: normal;
    color: #F7C528;
}
.block-title.small {
    font-weight: 500;
    font-size: 46px;
    line-height: 122%;
    text-transform: uppercase;
    color: #49AEE3;
    margin-bottom: 80px;
}
.video {
    position: relative;
    height: 720px;
}
.video iframe {
    z-index: 2;
}
.bg-video {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(img/vidoe.svg) -webkit-calc(50% + 350px) center no-repeat, url(img/vidoe-1.svg) right -webkit-calc(50% + 300px) center no-repeat, url(img/vidoe-2.svg) left top no-repeat, url(img/vidoe-3.svg) right bottom no-repeat;
    background: url(img/vidoe.svg) calc(50% + 350px) center no-repeat, url(img/vidoe-1.svg) right calc(50% + 300px) center no-repeat, url(img/vidoe-2.svg) left top no-repeat, url(img/vidoe-3.svg) right bottom no-repeat;
    background-color: #49AEE3;
    pointer-events: none;
}
.bg-video .text-wr {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    width: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bg-video .text-wr .flex {
    margin-bottom: 32px;
}
.bg-video .text-wr .flex > *:nth-child(2) {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 82px;
    line-height: 137%;
    color: #FFFFFF;
    padding-left: 16px;
    padding-right: 16px;
}
.bg-video .text-wr > * i {
    color: #F6C527;
    font-style: normal;
}
.video .lyMe iframe,
.video .lyte iframe,
.video .lyte .pL {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video .lyte {
    width: 100% !important;
    padding-bottom: 0 !important;
    height: 720px;
}
.block.about {
    padding-top: 120px;
    padding-bottom: 60px;
}
.block.about .block-title {
    margin-bottom: 120px;
    position: relative;
}
.block.about .block-title:before {
    content: '';
    display: block;
    margin: 0 auto 24px;
    width: 96px;
    height: 48px;
    background: url(img/ico-cx.svg) no-repeat center center;
}
.block.about .sub {
    font-weight: 500;
    font-size: 46px;
    line-height: 122%;
    color: #49AEE3;
    margin-bottom: 24px;
}
body[data-template="3"] .pillars {
    padding-top: 70px;
}
.pillars .list {
    position: relative;
    padding-top: 136px;
    gap: 40px
}
.pillars .list:before {
    content: '';
    display: block;
    position: absolute;
    background: url(img/ico-wave.svg) no-repeat center top;
    height: 68px;
    width: 1920px;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}
body[data-template="3"] .pillars .list:before {
    background: url(img/ico-wave-2.svg) no-repeat center top;
}
.pillars .el {
    flex: 1;
    margin-bottom: 32px;
    position: relative;
}
.pillars .list .el .num {
    display: block;
    position: absolute;
    width: 72px;
    height: 72px;
    border-width: 8px;
    border-radius: 50%;
    border-style: solid;
    top: -146px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
}
.pillars .list .el .num svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pillars .list .el .num svg path {
    stroke: currentColor;
}
.pillars .list .el:nth-child(1) .num {
    border-color: #F7C528;
    color: #F7C528;
}
.pillars .list .el:nth-child(2) .num {
    border-color: #49AEE3;
    color: #49AEE3;
}
.pillars .list .el:nth-child(3) .num {
    border-color: #188AAA;
    color: #188AAA;
}
.pillars .list .el:nth-child(4) .num {
    border-color: #49AEE3;
    color: #49AEE3;
}
.pillars .title {
    font-weight: 500;
    font-size: 32px;
    line-height: 131%;
    text-transform: uppercase;
    color: #49AEE3;
    margin-bottom: 12px;
}
.pillars .text {
    font-size: 26px;
    line-height: 138%;
}
.discover {
    padding-top: 88px;
}
.discover .container {
    max-width: 1040px;
}
.discover .block-title {
    margin-bottom: 32px;
}
.discover .text {
    margin-bottom: 48px;
}
.multiple {
    padding-top: 80px;
}
.multiple .list .el:not(:last-child) {
    margin-bottom: 60px;
}
.home .multiple .list .el:not(:last-child) {
    margin-bottom: 100px;
}
.multiple .list .el:nth-child(even) .img {
    order: 2;
}
body[data-template="6"] .list .el:nth-child(odd) .img img {
    margin-left: 0;
}
body[data-template="6"] .list .el:nth-child(even) .img img {
    margin-left: auto;
}
body[data-template="4"] .multiple .list .el:nth-child(odd) .img {
    order: 2;
}
body[data-template="4"] .multiple-top .list .el:nth-child(odd) .img,
body[data-template="4"] .multiple .list .el:nth-child(even) .img {
    order: -1;
}
body[data-template="3"] .multiple .list .el:nth-child(2) {
    position: relative;
    z-index: 1;
    align-items: end;
}
body[data-template="3"] .multiple .list .el:nth-child(2):before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    width: 100vw;
    background: rgb(236,249,254);
    background: -moz-linear-gradient(left,  rgba(236,249,254,1) 0%, rgba(184,228,230,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(236,249,254,1) 0%,rgba(184,228,230,1) 100%);
    background: linear-gradient(to right,  rgba(236,249,254,1) 0%,rgba(184,228,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf9fe', endColorstr='#b8e4e6',GradientType=1 );
    z-index: -1;
}
body[data-template="3"] .list .el:nth-child(2) .text-wr {
    padding-top: 80px;
    padding-bottom: 80px;
}
.multiple .block-title {
    margin-bottom: 32px;
    text-transform: none;
}
.multiple .block-title img {
    width: 60px;
    height: auto;
    margin-right: 4px;
    display: inline-block;
    vertical-align: bottom;
}
.with-text img {
    width: auto;
    margin: 0 auto !important;
}
.with-text .img-text {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 131%;
    text-transform: uppercase;
    color: #F7C528;
    padding-left: 104px;
    margin-bottom: 40px;
    padding-right: 64px;
    background: url(img/ico-comment.svg) no-repeat left top, url(img/ico-comment-2.svg) no-repeat right bottom;
    -webkit-background-size: 64px auto;
    -moz-background-size: 64px auto;
    -o-background-size: 64px auto;
    background-size: 64px auto;
}
.text ul {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.text ul li {
    position: relative;
    padding-left: 32px;
}
.text ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 7px;
    top: 13px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #49AEE3;
}
.text ul li:not(:last-child) {
    margin-bottom: 12px;
}
.academy {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #188AAA url(img/decor-1.svg) no-repeat right top;
    color: #fff;
    margin-top: 80px;
}
.academy .block-title {
    color: #fff;
    margin-bottom: 32px;
}
.academy .text {
    margin: 0 auto 80px;
    max-width: 1000px;
}
.academy .el {
    font-family: 'Oswald', sans-serif;
    padding: 16px 40px;
    font-weight: 500;
    font-size: 32px;
    line-height: 131%;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 90px;
    background: rgba(255, 255, 255, 0.1);
}
.academy .list .el.even {
    background: #49AEE3;
}
.academy .list svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.academy .list svg:last-child {
    display: none;
}
.academy .list svg path {
    stroke: #F7C528;
}
.certify {
    padding-top: 80px;
    padding-bottom: 120px;
}
.certify .el {
    padding: 0 40px;
    max-width: 33.33333%;
}
.cx-block-1 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.cx-block-1 img {
    margin-bottom: 16px;
}
.cx-block-1 .block-title {
    text-transform: none;
    font-size: 60px;
    line-height: 150%;
    margin-bottom: 0;
}
.cx-block-1 .block-title span {
    text-transform: uppercase;
    display: block;
    padding-top: 8px;
    font-size: 46px;
    line-height: 121%;
    color: #F7C528;
}
.cx-process img {
    width: 100%;
    display: block;
    max-width: 1920px;
    margin: 0 auto;
}
.cx-block-3 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.cx-block-3 .block-title {
    margin-bottom: 32px;
}
.cx-block-3 .text {
    max-width: 1000px;
    margin: 0 auto 48px;
}
.cx-block-3 .button {
    text-transform: uppercase;
}
.cx-support {
    padding-top: 120px;
    padding-bottom: 80px;
}
.cx-support .text-block {
    padding-top: 40px;
    font-size: 26px;
    line-height: 138%;
    color: #2E3133;
    padding-bottom: 40px;
}
.plans {
    background: rgba(73, 174, 227, 0.1);
    padding-top: 120px;
    padding-bottom: 120px;
}
.plans .block-title {
    margin-bottom: 32px;
}
.plans .text {
    margin-bottom: 80px;
}
.plans .col-1,
.plans .col-2,
.plans .col-3,
.plans .col-4{
    background: #fff;
    position: relative;
    padding-top: 48px;
}
.plans .col-1:before,
.plans .col-2:before,
.plans .col-3:before,
.plans .col-4:before{
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    height: 6px;
    background: rgb(47, 142, 188);
    background: -moz-linear-gradient(left, rgba(47, 142, 188, 1) 0%, rgba(246, 197, 39, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(47, 142, 188, 1) 0%, rgba(246, 197, 39, 1) 100%);
    background: linear-gradient(to right, rgba(47, 142, 188, 1) 0%, rgba(246, 197, 39, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f8ebc', endColorstr='#f6c527', GradientType=1);
}
.plans .group .list:not(:last-child) {
    margin-bottom: 40px;
}
.plans .list .el {
    padding: 15px 0;
    border-bottom: 1px solid rgba(73, 174, 227, 0.1);
    min-height: 59.08px;
}
.plans .list .val,
.plans .el-title {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
}
.plans .el-title span {
    border-bottom: 1px dotted #2E3133;
}
.plans .el-pop {
    opacity: 0;
    position: absolute;
    left: 25px;
    padding: 12px;
    background: #fff;
    pointer-events: none;
    z-index: 1;
}
.plans .el-title:hover .el-pop {
    opacity: 1;
    visibility: visible;
}
.plans .col-title {
    font-size: 32px;
    line-height: 131%;
    text-transform: uppercase;
    color: #49AEE3;
    margin-bottom: 16px;
}
#content > section:nth-child(9) > div > div.columns.flex.space > div.col.col-desc > div > h4:nth-child(1) {
   font-size: 32px;
    line-height: 131%;
    text-transform: uppercase;
    color: #49AEE3;
    margin-bottom: 16px;
}

.plans .col .btn-wrap {
    padding: 0 24px;
}
.plans .col .button {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.plans .subtitle {
    font-weight: 400;
    font-size: 26px;
    color: #2E3133;
    line-height: 138%;
    margin-bottom: 8px;
}
.plans .btns {
    padding-top: 80px;
}
.plans .btns a {
    margin: 0 12px;
    text-transform: uppercase;
    width: 405px;
    text-align: center;
}
i.check {
    background: url(img/check.svg) no-repeat center center;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-top: -7px;
    margin-bottom: -8px;
}
.cx-support .el {
    background: rgba(73, 174, 227, 0.1);
    border-radius: 90px;
    padding: 20px 10px;
    margin-bottom: 40px;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 131%;
    text-transform: uppercase;
    color: #2F8EBC;
}
.home .cx-support .el {
    background: #49AEE3;
    color: #fff;
}
.cx-support .list .el:nth-child(3n + 2) {
    margin-left: 40px;
    margin-right: 40px;
}
.cx-services {
    padding-top: 120px;
    padding-bottom: 80px;
}
.cx-services .block-title {
    margin-bottom: 80px;
}
.cx-services .el {
    padding-left: 64px;
    margin-bottom: 56px;
    position: relative;
}
.cx-services .el .title {
    color: #49AEE3;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 32px;
    line-height: 131%;
    text-transform: uppercase;
    position: relative;
}
.cx-services .el .decor {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    border-width: 8px;
    border-radius: 50%;
    border-style: solid;
    border-color: #49AEE3;
    color: #49AEE3;
    top: -11px;
    left: -8px;
    background: #fff;
}
.cx-services .el .decor svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cx-services .el .decor svg path {
    stroke: currentColor;
}
.cx-services .el .text {
    font-size: 26px;
    line-height: 138%;
}
.cx-services .el:nth-child(8) .decor,
.cx-services .el:nth-child(5) .decor,
.cx-services .el:nth-child(2) .decor {
    border-color: #188AAA;
    color: #188AAA;
}
.cx-services .el:nth-child(9) .decor,
.cx-services .el:nth-child(6) .decor,
.cx-services .el:nth-child(3) .decor {
    border-color: #F7C528;
    color: #F7C528;
}
.cx-services .list:not(.mult-2) .el:last-child {
    width: 100%;
}
.cx-about {
    padding-top: 120px;
    padding-bottom: 80px;
}
.cx-about .container {
    max-width: 1040px;
}
.cx-about .subtitle {
    font-size: 32px;
    line-height: 131%;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #49AEE3;
}
.cx-about .block-title {
    margin-bottom: 48px;
}
.cx-about-services {
    padding-bottom: 96px;
}
.cx-about-services .el {
    width: 100%;
}
.cx-about-services .el:not(:last-child) {
    margin-bottom: 24px;
}
.cx-about-services .icon {
    margin-bottom: 24px;
}
.cx-about-services img {
    margin: 0 auto;
}
.cx-about-services .text {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 131%;
    text-transform: uppercase;
    color: #49AEE3;
}
.cx-promise {
    padding-bottom: 120px;
}
.cx-promise .block-title {
    margin-bottom: 24px;
}
.cx-promise .subtitle {
    font-size: 32px;
    line-height: 131%;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #49AEE3;
}
.cx-clients {
    padding-top: 80px;
    padding-bottom: 120px;
}
.cx-clients .list {
    gap: 40px
}
.cx-clients .list .el {
    width: -webkit-calc(16.66666% - 40px * 5 / 6);
    width: calc(16.66666% - 40px * 5 / 6);
    display: flex;
    align-items: center;
}
.cx-clients .list .el img {
    max-width: 100%;
    margin: 0 auto;
    width: auto;
}
.cx-story {
    padding-bottom: 80px;
}
.cx-story .container {
    max-width: 1200px;
}
.cx-story .block-title {
    margin-bottom: 32px;
}
.cx-story .text {
    margin-bottom: 80px;
}
.cx-story .year {
    margin-bottom: 12px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 131%;
    text-transform: uppercase;
    color: #188AAA;
}
.cx-story .list .el:nth-child(even) .year {
    color: #49AEE3;
}
.cx-story .list {
    padding-top: 244px;
    position: relative;
}
.cx-story .list .text {
    font-size: 18px;
    line-height: 156%;
    margin-bottom: 0;
}
.cx-story .text-bottom {
    padding-top: 80px;
}
.cx-story .list .el {
    position: relative;
    z-index: 1;
}
.cx-story .list .ico {
    position: absolute;
    width: 72px;
    height: 72px;
    border: 8px solid #188AAA;
    border-radius: 50%;
    color: #188AAA;
    background: #fff;
}
.cx-story .list .el:nth-child(even) .ico {
    border-color: #49AEE3;
    color: #49AEE3;
}
.cx-story .list .ico svg {
    position: absolute;
    display: block;
    top: 50%;
    left: 10%;
    -webkit-transform: rotate(90deg) translate(-50%, -50%);
    -moz-transform: rotate(90deg) translate(-50%, -50%);
    -ms-transform: rotate(90deg) translate(-50%, -50%);
    transform: rotate(90deg) translate(-50%, -50%);
}
.cx-story .list .ico path {
    stroke: currentColor;
}
.subscribe {
    background: #49AEE3;
    position: relative;
    padding-top: 140px;
    padding-bottom: 140px;
    overflow: hidden;
    color: #fff;
}
.subscribe:before,
.subscribe:after {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
}
.subscribe:before {
    background: url(img/subscribe-1.svg) no-repeat center center;
    width: 360px;
    height: 355px;
    top: 0;
    left: 0;
}
.subscribe:after {
    background: url(img/subscribe-2.svg) no-repeat center center;
    width: 389px;
    height: 461px;
    right: 0;
    bottom: -40px;
}
.subscribe .container {
    position: relative;
    z-index: 1;
    max-width: 1300px;
}
.subscribe .block-title {
    color: #fff;
    margin-bottom: 32px;
}
.subscribe.quote .wpcf7-form {
    padding: 40px;
    background: #2F8EBC;
}
.signup-1 .mc-field-group {
    width: 100% !important;
}
.wpcf7-form p {
    margin: 0;
}
.wpcf7 form > div, .wpcf7 form > p {
    margin: 0;
}
.wpcf7-form .mc-field-group,
body #mc_embed_signup .mc-field-group {
    padding-bottom: 0;
    margin-bottom: 24px;
    position: relative;
}
.wpcf7-form .mc-field-group.cb .wpcf7-list-item,
.wpcf7-form .mc-field-group.cb .wpcf7-form-control-wrap {
    display: inline;
}
.wpcf7-form .mc-field-group.cb label,
.wpcf7-form .mc-field-group.cb a {
    font-size: 16px;
    color: #fff;
}
.wpcf7-form .flex > *,
#mc_embed_signup .flex > * {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
}
.wpcf7-form .clear,
#mc_embed_signup .flex .clear {
    width: 100% !important;
}
body .mc-field-group.full {
    width: 100% !important;
}
.wpcf7-form label em,
body #mc_embed_signup .mc-field-group label:not(.cb-label) {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-style: normal;
}
.wpcf7-form input:not([type=submit], [type=checkbox]),
.wpcf7-form textarea,
body select,
body #mc_embed_signup .mc-field-group input:not([type=submit],
[type=checkbox]) {
    display: block;
    width: 100%;
    border-radius: 31px;
    height: 62px;
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #737B80;
    resize: none;
    padding: 15px 16px 15px 24px;
    border: 1px solid #fff;
}
body select {
    background: #fff url(img/chevron-s-down.svg) no-repeat right 19px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#mc_embed_signup [type=submit] {
    width: 100%;
    height: 62px;
}
body #mc_embed_signup .mc-field-group input[type=submit] {
    width: 100%;
    text-transform: uppercase;
}
body #mc_embed_signup .mc-field-group.error input {
    border-color: red;
}
body .wpcf7-not-valid-tip,
body #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    padding: 12px 12px 12px 42px;
    font-size: 18px;
    line-height: 156%;
    background: #fff url(img/alert-error.svg) no-repeat 12px 14px;
    position: absolute;
    top: 100%;
    margin-top: 12px;
    width: auto;
    color: #2E3133;
    font-weight: 400;
    z-index: 1;
    white-space: nowrap;
}
.el-pop:before,
.wpcf7-not-valid-tip:before,
body #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 40px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #ffffff transparent;
}
.wpcf7-form input[type=submit] {
    width: 100%;
    height: 62px;
    text-transform: uppercase;
}
.wpcf7 form > div.clear {
    padding-top: 8px;
}
#mce-responses {
    width: 100%;
}
.wpcf7 form .wpcf7-response-output {
    margin: 24px 0 0;
    font-size: 18px;
    color: #fff;
}
.wpcf7-spinner {
    display: none !important;
}
.cx-contacts {
    background: #188AAA;
    padding: 120px 0;
    color: #fff;
}
.cx-contacts .block-title {
    color: #fff;
}
.cx-contacts:not(.expert-community) .button {
    width: 100%;
}
.expert-community {
    position: relative;
}
.expert-community {
    background: url(img/expert-community-1.svg) left bottom no-repeat, url(img/expert-community-2.svg) right top no-repeat;
    background-color: #188AAA;
}
.expert-community .container {
    max-width: 1040px;
}
.expert-community .text {
    margin-bottom: 40px;
}
.btn-row:not(:last-child) {
    margin-bottom: 24px;
}
.cx-slogan {
    margin-bottom: 120px;
}
.cx-slogan .container {
    background: rgba(73, 174, 227, 0.1);
    padding: 80px 5%;
}
.cx-slogan .text {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 131%;
    text-transform: uppercase;
    color: #188AAA;
}
.cx-slogan .text:before,
.cx-slogan .text:after {
    content: '';
    display: block;
    position: relative;
    background: url(img/ico-comment.svg) no-repeat center center;
    width: 54px;
    height: 46px;
    clear: both;
}
.cx-slogan .text:before {
    margin-bottom: 24px;
}
.cx-slogan .text:after {
    margin: 24px 0 0 auto;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cx-slogan .img {
    width: 68px;
    border-radius: 50%;
}
.cx-slogan .name {
    font-size: 26px;
    line-height: 138%;
    color: #2E3133;
}
.cx-slogan .position {
    font-size: 18px;
    line-height: 156%;
    color: #2E3133;
}
.cx-slogan .text-wr {
    padding-left: 16px;
}
.cx-team .block-title {
    margin-bottom: 100px;
}
.cx-team .name {
    margin-bottom: 4px;
    font-size: 40px;
    line-height: 125%;
}
.cx-team .position {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 133%;
    color: #49AEE3;
    margin-bottom: 16px;
}
.cx-team .role {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 133%;
    color: #188AAA;
    text-align: right;
    padding-top: 12.5%;
}
.cx-team .el {
    margin-bottom: 100px;
}
.cx-team .list .el img {
    max-width: 67%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-transform: translateX(-4.35%);
    -moz-transform: translateX(-4.35%);
    -ms-transform: translateX(-4.35%);
    transform: translateX(-4.35%);
    border-radius: 50%;
}
.cx-team .list .img {
    padding-top: 5.3%;
}
.cx-team .list .el:nth-child(3n + 1) .img {
    background: url(img/bg-team.svg) no-repeat center 1px;
    -webkit-background-size: 99% auto;
    -moz-background-size: 99% auto;
    -o-background-size: 99% auto;
    background-size: 99% auto;
}
.cx-team .list .el:nth-child(3n + 2) .img {
    background: url(img/bg-team2.svg) no-repeat center 1px;
    -webkit-background-size: 99% auto;
    -moz-background-size: 99% auto;
    -o-background-size: 99% auto;
    background-size: 99% auto;
}
.cx-team .list .el:nth-child(3n + 3) .img {
    background: url(img/bg-team3.svg) no-repeat center 1px;
    -webkit-background-size: 99% auto;
    -moz-background-size: 99% auto;
    -o-background-size: 99% auto;
    background-size: 99% auto;
}
.cx-strategists-team {
    padding-bottom: 120px;
}
.cx-strategists-team .block-title {
    margin-bottom: 100px;
}
.cx-strategists-team .el {
    margin-bottom: 40px;
}
.cx-strategists-team .img {
    margin-bottom: 16px;
}
.cx-strategists-team img {
    border-radius: 50%;
    width: 220px;
    margin: 0 auto;
}
.cx-strategists-team .name {
    font-size: 40px;
    line-height: 125%;
}
.cx-strategists-team .role {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 133%;
    color: #49AEE3;
}
.cx-board-members {
    background: rgba(73, 174, 227, 0.1);
    padding-top: 120px;
    padding-bottom: 120px;
}
.cx-board-members .block-title {
    margin-bottom: 100px;
}
.cx-board-members .img {
    margin-bottom: 24px;
}
.cx-board-members img {
    border-radius: 50%;
    width: 220px;
    display: block;
    margin: 0 auto;
}
.cx-board-members .name {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 125%;
}
.cx-board-members .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #2E3133;
}
.ast-single-post .ast-article-single {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 60px;
}
.ast-related-posts-title-section, .single .site-main .ast-author-meta .about-author-title-wrapper {
    padding-bottom: 0;
}
.ast-article-single header.entry-header .entry-title {
    font-size: 56px;
    line-height: 118%;
    text-transform: uppercase;
    margin-bottom: 24px !important;
}
.ast-separate-container .ast-single-related-posts-container {
    margin: 0 auto;
    max-width: 1480px;
    padding-left: 20px;
    padding-right: 20px;
}
.ast-related-posts-wrapper {
    grid-column-gap: 40px;
}
.ast-related-post-content .entry-header .ast-related-post-title {
    margin-bottom: 0;
}
.ast-related-posts-title-section .ast-related-posts-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 56px;
    line-height: 118%;
    text-align: center;
    text-transform: uppercase;
    color: #2E3133;
    margin-bottom: 60px;
}
.ast-related-posts-wrapper .post-thumb a {
    display: block;
    position: relative;
    padding-bottom: 55.15%;
}
.ast-related-posts-wrapper .post-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ast-related-posts-wrapper .related-entry-header {
    display: flex;
    flex-direction: column;
    margin: 24px 0 12px;
}
body.author .site-main .entry-meta,
body.category .site-main .entry-meta,
body.blog .site-main .entry-meta,
.ast-related-posts-wrapper .entry-meta {
    order: -1;
    width: 100%;
    margin-bottom: 0;
}
.cat-links {
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    font-size: 0;
}
.cat-links a {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #49AEE3;
    padding: 4px 12px;
    background: rgba(73, 174, 227, 0.1);
    border-radius: 90px;
    margin: 0 8px 8px 0;
}
.ast-related-post-content .entry-header .ast-related-post-title a {
    font-size: 32px;
    line-height: 131%;
    text-transform: uppercase;
    color: #2E3133;
}
.ast-related-posts-wrapper .ast-related-post-excerpt {
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #2E3133;
    margin-bottom: 12px;
}
.cx-author-block {
    padding-top: 36px;
    clear: both;
}
.cx-author-block .container {
    background: rgba(73, 174, 227, 0.1);
    padding: 24px;
}
.cx-author-block .img {
    width: 68px;
}
.cx-author-block img {
    border-radius: 50%;
}
.cx-author-block .text-wr {
    padding-left: 16px;
    width: -webkit-calc(100% - 68px);
    width: calc(100% - 68px);
}
.cx-author-block .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #2E3133;
}
body .entry-content .author-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 133%;
    margin-bottom: 12px;
    color: #2E3133;
}
.entry-content {
    font-size: 18px;
    line-height: 156%;
}
.entry-content h2 {
    font-weight: 500;
    font-size: 46px;
    line-height: 122%;
    text-transform: uppercase;
    color: #2E3133;
    margin-bottom: 24px;
}
.entry-content h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 122%;
    text-transform: uppercase;
    color: #2E3133;
    margin-bottom: 24px;
}
.entry-content p {
    margin-bottom: 24px;
}
.ast-article-single .entry-content li,
.ast-article-single .entry-content p {
    font-size: 21px;
}
.entry-content blockquote {
    font-weight: 400;
    font-size: 21px;
    line-height: 138%;
    color: #2E3133;
    margin: 0 0 24px;
    padding: 0;
}
.entry-meta.cx-meta {
    font-size: 18px;
    line-height: 156%;
    color: #737B80;
    margin-bottom: 40px !important;
}
.entry-meta.cx-meta * {
    font-size: 18px;
    line-height: 156%;
    color: #737B80;
}
.entry-meta.cx-meta .posted-on {
    position: relative;
    display: inline-block;
    padding-right: 12.5px;
    margin-right: 5px;
}
.entry-meta.cx-meta .posted-on:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(46, 49, 51, 0.2);
}
.single .entry-header {
    margin: 0;
}
body.author .content-area,
body.category .content-area,
body.blog .content-area {
    padding-top: 80px;
}
body.author .site-main,
body.category .site-main,
body.blog .site-main {
    margin: 0 auto;
    width: 100%;
    max-width: 1480px;
    padding-left: 20px;
    padding-right: 20px;
}
body.author .site-main .ast-row,
body.category .site-main .ast-row,
body.blog .site-main .ast-row {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 40px
}
body.author .site-main .ast-row > *,
body.category .site-main .ast-row > *,
body.blog .site-main .ast-row > * {
    width: -webkit-calc(33.33333% - 40px * 2 / 3);
    width: calc(33.33333% - 40px * 2 / 3);
    padding: 0;
    margin-bottom: 20px;
}
.ast-pagination {
    margin-bottom: 160px;
}
body.author .site-main .ast-blog-featured-section,
body.category .site-main .ast-blog-featured-section,
body.blog .site-main .ast-blog-featured-section {
    width: 100%;
    margin-bottom: 12px;
}
body.author .site-main .post-thumb *,
body.category .site-main .post-thumb *,
body.blog .site-main .post-thumb * {
    display: block;
    width: 100%;
}
body.author .site-main .post-thumb a,
body.category .site-main .post-thumb a,
body.blog .site-main .post-thumb a {
    padding-bottom: 50%;
    position: relative;
}
body.author .site-main .post-thumb img,
body.category .site-main .post-thumb img,
body.blog .site-main .post-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.author .site-main .entry-header,
body.category .site-main .entry-header,
body.blog .site-main .entry-header {
    margin-bottom: 6px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
body.author .site-main .entry-title,
body.category .site-main .entry-title,
body.blog .site-main .entry-title {
    margin-bottom: 12px;
}
.posts-wr .entry-title a,
body.author .site-main .entry-title a,
body.category .site-main .entry-title a,
body.blog .site-main .entry-title a {
    font-weight: 400;
    font-size: 32px;
    line-height: 131%;
    text-transform: uppercase;
    color: #188AAA;
    font-family: 'Lato', sans-serif;
    text-transform: none;
}
body.author .site-main .entry-content,
body.category .site-main .entry-content,
body.blog .site-main .entry-content {
    margin-bottom: 12px;
}
body.author .site-main .entry-content p,
body.category .site-main .entry-content p,
body.blog .site-main .entry-content p {
    margin: 0;
}
body.author .site-main .cx-meta,
body.category .site-main .cx-meta,
body.blog .site-main .cx-meta {
    margin-bottom: 0 !important;
}
.ast-pagination .nav-links > span:not(.dots),
.ast-pagination .nav-links > a {
    width: 56px !important;
    height: 56px !important;
    border: 2px solid #2F8EBC;
    border-radius: 90px;
    line-height: 50px;
    font-size: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 900;
    margin-right: 8px;
    margin-left: 8px;
    vertical-align: middle;
}
.ast-pagination .nav-links > span:not(.dots):hover,
.ast-pagination .nav-links > a:hover {
    background: #2F8EBC;
    color: #fff;
}
.ast-pagination .nav-links .current {
    background: #2F8EBC;
    color: #fff;
}
.ast-pagination .nav-links .prev,
.ast-pagination .nav-links .next {
    text-indent: -9999px;
    padding: 0;
    float: none;
    position: relative;
}
.ast-pagination .nav-links .prev:before,
.ast-pagination .nav-links .next:before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: #2F8EBC;
    -webkit-mask-image: url(img/chevron-up.svg);
    mask-image: url(img/chevron-up.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.ast-pagination .nav-links .prev:before {
    top: 5%;
    left: 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, -50%);
    -moz-transform: rotate(-90deg) translate(-50%, -50%);
    -ms-transform: rotate(-90deg) translate(-50%, -50%);
    transform: rotate(-90deg) translate(-50%, -50%);
}
.ast-pagination .nav-links .next:before {
    top: 50%;
    left: 5%;
    -webkit-transform: rotate(90deg) translate(-50%, -50%);
    -moz-transform: rotate(90deg) translate(-50%, -50%);
    -ms-transform: rotate(90deg) translate(-50%, -50%);
    transform: rotate(90deg) translate(-50%, -50%);
}
.ast-pagination .nav-links .prev:hover:before,
.ast-pagination .nav-links .next:hover:before {
    background: #fff;
}
.cats-wrap {
    margin-bottom: 68px;
}
.cats-wrap .el {
    margin: 0 6px 12px;
    display: inline-block;
}
.cats-wrap a {
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #49AEE3;
    border: 2px solid rgba(73, 174, 227, 0.1);
    border-radius: 90px;
    display: block;
    padding: 8px 16px;
}
.cats-wrap a.current {
    background: #49AEE3;
    color: #fff;
}
.post-series {
    padding-bottom: 80px;
    margin-bottom: 80px;
}
.post-series .list {
    gap: 20px;
}
.post-series .slick-list {
    overflow: visible;
    max-width: 80%;
    margin-right: -12px;
    margin-left: -12px;
}
.post-series .slick-list .el {
    margin-left: 12px;
    margin-right: 12px;
}
.post-series .list .el {
    padding: 16px;
    background: rgba(73, 174, 227, 0.1);
    width: -webkit-calc(20% - 20px * 4 / 5);
    width: calc(20% - 20px * 4 / 5);
}
.post-series .list .num {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 46px;
    height: 80px;
    width: 80px;
    color: #fff;
    line-height: 80px;
    background: url(img/bg-post-series.svg) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin: 0 auto 12px;
}
.post-series .list .sub {
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #49AEE3;
    margin-bottom: 4px;
}
.post-series .list .title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #2E3133;
}
.contact-container {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url(img/bg-contact-1.svg) no-repeat right center, url(img/bg-contact-2.svg) no-repeat left bottom -7px;
    background-color: #EDF7FC;
}
.contact-container .block-title {
    margin-bottom: 16px;
}
.contact-container {
    overflow: hidden;
}
.contact-container .contact-gallery .block-title {
    margin-bottom: 60px;
}
.contact-gallery.type-2 {
    background: #EDF7FC;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 120px;
}
.contact-gallery.type-2 .img-wr {
    padding-top: 125px;
}
.contact-gallery.type-2 .img-wr img {
    width: 719px;
    margin: 0 auto;
    max-width: 100%;
}
.cx-contact-top {
    margin-bottom: 120px;
}
.cx-contact-top .col {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
}
.cx-contact-top .form-wr {
    background: #2F8EBC;
    padding: 40px;
}
.cx-contact-top .form-wr .block-title {
    color: #fff;
}
.cx-contact-top .form-wr .text {
    color: #fff;
    font-size: 26px;
    line-height: 138%;
    margin-bottom: 40px;
}
.cx-contact-top .text-wr .text-row {
    margin-bottom: 60px;
}
.cx-contact-top .text-wr .sub {
    font-size: 32px;
    line-height: 131%;
    text-transform: uppercase;
    color: #2F8EBC;
    margin-bottom: 24px;
}
.cx-contact-top .text-wr .text {
    font-size: 26px;
    padding-left: 16px;
}
.cx-contact-top .text-wr .list:not(:last-child) {
    margin-bottom: 60px;
}
.cx-contact-top .text-wr .list .el:not(:last-child) {
    margin-bottom: 16px;
}
.contact-gallery .slick-list {
    margin-right: -20px;
    margin-left: -20px;
}
.contact-gallery .el {
    display: flex;
    align-content: flex-end;
    align-items: end;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
.contact-gallery .el:not(.slick-current) {
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
}
.contact-gallery .el.slick-current {
    -webkit-transform: scale(1.25) !important;
    -moz-transform: scale(1.25) !important;
    -ms-transform: scale(1.25) !important;
    transform: scale(1.25) !important;
    transform-origin: left bottom;
}
.contact-gallery .el:has(+ .el.slick-current) {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.contact-gallery .el .img {
    width: 100%;
}
.contact-gallery img {
    width: 100%;
}
.contact-gallery .slick-list {
    max-width: 41%;
    overflow: visible;
    padding-top: 6.8%;
}
.contact-gallery .slick-arr {
    position: absolute;
    bottom: -15px;
    height: 40px;
}
.contact-gallery .slick-arr.prev {
    left: -webkit-calc(50% - 160px);
    left: calc(50% - 160px);
}
.contact-gallery .slick-arr.next {
    right: -webkit-calc(50% - 160px);
    right: calc(50% - 160px);
}
.contact-gallery .slick-dots {
    padding-top: 60px;
}
.contact-gallery .slick-dots li {
    height: 16px;
    line-height: 16px;
    margin: 0 8px;
}
.contact-gallery .slick-dots button {
    background: rgba(47, 142, 188, 0.4);
    vertical-align: middle;
}
.contact-gallery .slick-dots .slick-active button {
    width: 16px;
    height: 16px;
    background: #2F8EBC;
}
.how-it-works {
    margin-bottom: 80px;
    padding-top: 40px;
    background: url(img/ico-wave-2.svg) no-repeat center 423px;
}
.how-it-works .list .el {
    width: calc(33.33333% - 40px * 2 / 3);
}
.how-it-works .img {
    margin-bottom: 24px;
}
.how-it-works img {
    margin: 0 auto;
}
.how-it-works .title {
    margin-bottom: 20px;
}
.how-it-works .decor {
    margin: 0 auto 76px;
    position: relative;
}
.how-it-works .decor svg {
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 30%;
    left: 31%;
}
.how-it-works .decor svg path {
    stroke: currentColor;
}
.how-it-works .sub {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
    text-transform: uppercase;
    color: #188AAA;
    min-height: 94px;
}
.how-it-works .decor {
    width: 72px;
    height: 72px;
    background: #FFFFFF;
    border-radius: 90px;
}
.how-it-works .list .el:nth-child(1) .decor {
    border: 8px solid #F7C528;
    color: #F7C528;
}
.how-it-works .list .el:nth-child(2) .decor {
    border: 8px solid #188AAA;
    color: #188AAA;
}
.how-it-works .list .el:nth-child(3) .decor {
    border: 8px solid #49AEE3;
    color: #49AEE3;
}
.how-it-works .list .el:nth-child(1) .title,
.how-it-works .list .el:nth-child(1) .sub {
    color: #F7C528;
}
.how-it-works .list .el:nth-child(2) .title,
.how-it-works .list .el:nth-child(2) .sub {
}
.how-it-works .list .el:nth-child(3) .title,
.how-it-works .list .el:nth-child(3) .sub {
    color: #49AEE3;
}
.multiple-top {
    margin-bottom: 160px;
}
.scoring-mode {
    margin-bottom: 80px;
}
.scoring-mode .block-title {
    margin-bottom: 32px;
}
.scoring-mode.type-2 .block-title {
    color: #fff;
}
.scoring-mode .top {
    background: url(img/decor-1.svg) no-repeat right top, url(img/decor-2.svg) no-repeat left bottom;
    background-color: #F7C528;
    padding-top: 120px;
    padding-bottom: 120px;
}
.scoring-mode.type-2 .top {
    background: url(img/bg-scoring-mode.svg) no-repeat left bottom;
    background-color: #49AEE3;
}
.scoring-mode .bot {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #49AEE3;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 131%;
    text-transform: uppercase;
}
.scoring-mode .bot i {
    font-style: normal;
    color: #F7C528;
}
.wpcf7-form i {
    font-style: normal;
}
.wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 16px;
    line-height: normal;
}
.quote .cb .wpcf7-list-item-label,
.scoring-mode .cb .wpcf7-list-item-label {
    display: none;
}
.scoring-mode:not(.type-2) [type="submit"] {
    border: 2px solid #49AEE3;
    background: #49AEE3;
    color: #fff;
}
.scoring-mode:not(.type-2) [type="submit"]:hover {
    color: #188aaa;
    border-color: #49AEE3;
    background-color: #fff;
}
.scoring-mode .cb .wpcf7-form-control-wrap {
    float: left;
    width: auto;
}
.scoring-mode .cb i {
    font-size: 18px;
    line-height: 156%;
    color: #fff;
    font-style: normal;
    padding-left: 24px;
    display: block;
}
.scoring-mode .cb a {
    color: #fff;
}
.scoring-mode .cb input {
    margin-top: -9px;
}
.transformation-pillars {
    padding-top: 144px;
    margin-top: 160px;
    background: #188AAA;
    color: #fff;
    position: relative;
    margin-bottom: 40px;
}
.transformation-pillars:before {
    content: '';
    display: block;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #4AADE0 0%, #F6C527 100%);
}
.transformation-pillars .title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.transformation-pillars .cols {
    padding-bottom: 76px;
}
.transformation-pillars .img {
    margin-bottom: 24px;
}
.transformation-pillars .cols .el {
    margin-bottom: 24px;
}
.transformation-pillars .block-title {
    color: #fff;
    margin-bottom: 40px;
}
.transformation-pillars .subtitle {
    color: #fff;
    margin-bottom: 32px;
}
.transformation-pillars .text-wr {
    margin-bottom: 100px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.transformation-pillars .steps {
    background: #FFFFFF;
    color: #49AEE3;
}
.transformation-pillars .bottom {
    padding-bottom: 120px;
    padding-top: 120px;
}
.transformation-pillars .title-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 122%;
    text-transform: uppercase;
    color: #F7C528;
}
.transformation-pillars .text-bottom {
    max-width: 1000px;
    margin: 0 auto;
}
.transformation-pillars .steps {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 131%;
    text-transform: uppercase;
}
.transformation-pillars .steps .decor {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    width: 72px;
    height: 72px;
    background: #FFFFFF;
    border: 8px solid;
    border-radius: 90px;
}
.transformation-pillars .steps svg {
    margin-left: 16px;
    margin-top: 15px;
}
.transformation-pillars .steps svg path {
    stroke: currentColor;
}
.transformation-pillars .steps .el {
    padding: 23px 95px 23px 30px;
    position: relative;
    border-radius: 0px 90px 90px 0px;
    flex: auto;
}
.transformation-pillars .steps .el:nth-child(1) {
    z-index: 4;
    padding-left: 16px;
    background: #fff;
}
.transformation-pillars .steps .el:nth-child(1) .decor {
    border-color: #49AEE3;
    color: #49AEE3;
}
.transformation-pillars .steps .el:nth-child(2) {
    z-index: 3;
    background: #F7C528;
    color: #fff;
    margin-left: -40px;
    padding-left: 50px;
}
.transformation-pillars .steps .el:nth-child(2) .decor {
    border-color: #F7C528;
    color: #F7C528;
}
.transformation-pillars .steps .el:nth-child(3) {
    z-index: 2;
    background: #49AEE3;
    color: #fff;
    margin-left: -40px;
    padding-left: 50px;
}
.transformation-pillars .steps .el:nth-child(3) .decor {
    border-color: #49AEE3;
    color: #49AEE3;
}
.transformation-pillars .steps .el:nth-child(4) {
    z-index: 1;
    background: #fff;
    margin-left: -40px;
    padding-left: 50px;
}
.transformation-pillars .steps .el:nth-child(4) .decor {
    border-color: #49AEE3;
    color: #49AEE3;
}
.transformation-pillars .steps .el:nth-child(5) {
    z-index: 0;
    background: #F7C528;
    color: #fff;
    margin-left: -40px;
    padding-left: 50px;
}
.transformation-pillars .steps .el:nth-child(5) .decor {
    border-color: #F7C528;
    color: #F7C528;
}
.awards {
    padding-top: 40px;
    padding-bottom: 100px;
    margin-bottom: 40px;
}
.home .awards {
    padding-top: 100px;
}
.awards .block-title {
    font-size: 32px;
    line-height: 131%;
    margin-bottom: 80px;
}
.cx-map {
    padding-top: 80px;
    padding-bottom: 80px;
}
.cx-map .map-logo {
    margin-bottom: 60px;
}
.cx-map .map-logo img {
    margin: 0 auto;
}
.cx-map .title {
    font-size: 32px;
    line-height: 131%;
    max-width: 1000px;
    display: block;
    margin: 0 auto 80px;
    text-transform: uppercase;
}
.comments-area {
    display: none;
}
.top_tab {
    margin-top: 80px;
    margin-bottom: 120px !important;
}
.top_tab .list {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    position: relative;
}
.top_tab .list a {
    text-decoration: none;
    display: block;
    background: #fff;
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #49AEE3;
    border: 2px solid rgba(73, 174, 227, 0.1);
    padding: 8px 16px;
}
.top_tab .ui-tabs-active a {
    border-bottom: 0;
    background: #49AEE3;
    color: #fff;
}
.top_tab .list li  {
    margin: 0 -1px 0 0;
    flex: 1;
    text-align: center;
}
.top_tab .tab_content {
    padding: 24px 16px;
    border: 1px solid rgba(73, 174, 227, 0.1);
    margin-top: -1px;
}
.top_tab .tab_content ul {
    padding: 0;
    margin: 0;
    column-count: 2;
    column-gap: 60px;
    padding-left: 20px;
}
.top_tab .tab_content ul li {
    margin-bottom: 24px;
    vertical-align: top;
}
/*End Content*/
/*Footer*/
.site-footer {
    color: #fff;
    clear: both;
}
.site-footer h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 131%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px;
}
.site-footer a {
    color: #fff;
}
.site-footer .menu li {
    margin-bottom: 12px;
}
.site-footer .widget_block {
    margin-bottom: 24px;
}
.site-footer .widget_block p {
    margin-bottom: 12px;
}
.site-footer-section > .ast-footer-copyright {
    margin: 0 auto;
    max-width: 1440px;
}
.ast-footer-copyright {
    margin: 0;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    padding: 0;
}
.site-footer .wp-social-link svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wp-social-link a {
    position: relative;
}
.site-footer .wp-block-social-links .wp-social-link a {
    padding: 6px;
    width: 48px;
    height: 48px;
}
.site-footer .wp-social-link-facebook a:before,
.site-footer .wp-social-link-linkedin a:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 45%;
    height: 45%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #2f8ebc;
    border-radius: 20%;
}
.site-footer .wp-social-link-twitter svg {
    fill: #2f8ebc !important;
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor {
    background: #fff;
    border-radius: 50%;
}
.site-footer .wp-social-link-twitter svg {
    height: 30px;
    width: 30px;
}
#ast-scroll-top {
    border-radius: 50%;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row > * {
    flex: 0 0 auto;
}
/*End Footer*/
/*Media*/
@media screen and (min-width: 1921px) {
    body[data-template="6"] .block.top {
        background-size: auto, 1920px auto, auto 504px !important;
    }
    .cx-process,
    body[data-template="6"] .block.top {
        position: relative;
    }
    .cx-process:before,
    .cx-process:after,
    body[data-template="6"] .block.top:before,
    body[data-template="6"] .block.top:after {
        content: '';
        display: block;
        position: absolute;
        width: 100vw;
        height: 8px;
        top: 202px;
    }
    .cx-process:before,
    body[data-template="6"] .block.top:before {
        background: #2f8ebc;
        right: -webkit-calc(50vw + 920px);
        right: calc(50vw + 920px);
    }
    .cx-process:after,
    body[data-template="6"] .block.top:after {
        background: #49aee3;
        left: -webkit-calc(50vw + 920px);
        left: calc(50vw + 920px);
    }
    .cx-process:after {
        background: #fdc20f;
    }
}
@media screen and (min-width: 1025px) {
   .pillars:before,
   .pillars:after {
        content: '';
        display: block;
        position: absolute;
        width: 100vw;
        height: 7px;
        top: 158px;
    }
    body[data-template="3"] .pillars:before,
    body[data-template="3"] .pillars:after {
        height: 8px;
        top: 231px;
    }
    .pillars:before {
        background: #fdc20f;
        right: -webkit-calc(50vw + 980px);
        right: calc(50vw + 980px);
    }
    .pillars:after {
        background: #49aee3;
        left: -webkit-calc(50vw + 980px);
        left: calc(50vw + 980px);
    }
    .transformation-pillars .cols .el {
        width: -webkit-calc(20% - 40px * 4 / 5 - 30px);
        width: calc(20% - 40px * 4 / 5 - 30px);
    }
    .transformation-pillars .cols .el:not(:last-child) {
        padding-right: 40px;
        border-right: 1px solid #FFFFFF;
        width: -webkit-calc(20% - 40px * 4 / 5 + 10px);
        width: calc(20% - 40px * 4 / 5 + 10px);
    }
    .scoring-mode .col {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .scoring-mode .text-wr {
        padding-right: 40px;
    }
    .block.top .col {
        width: 50%;
    }
    .block.top .img-wr img {
        max-width: 90%;
    }
    .slick-wr {
        width: 50vw !important;
        overflow: hidden;
    }
    body[data-template="2"] .block.top .text-wr:before,
    body[data-template="2"] .block.top .text-wr:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        -webkit-background-size: contain !important;
        -moz-background-size: contain !important;
        -o-background-size: contain !important;
        background-size: contain !important;
    }
    body[data-template="2"] .block.top .text-wr:before {
        background: url(img/icon-cx-solutions-2.svg) center center no-repeat;
        width: 118px;
        height: 125px;
        top: 25%;
        right: -8%;
    }
    body[data-template="2"] .block.top .text-wr:after {
        background: url(img/icon-cx-solutions-1.svg) center center no-repeat;
        width: 146px;
        height: 154px;
        right: 5%;
        top: 0;
    }
    .subhead.with-title .col-title {
        width: 33.33333%;
    }
    .subhead.with-title .text-wr {
        width: 66.66666%;
    }
    .block.about .col {
        max-width: 50%;
    }
    .multiple .col {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .cx-block-1 .col {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .cx-support .el {
        width: -webkit-calc(33.33333% - 80px / 3);
        width: calc(33.33333% - 80px / 3);
    }
    .cx-services .el {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .plans .col-desc {
        padding-top: 158px;
    }
    .plans .col-1 .el-title,
    .plans .col-2 .el-title,
    .plans .col-3 .el-title,
    .plans .col-4 .el-title{
        display: none;
    }
    .plans .col-1,
    .plans .col-2,
    .plans .col-3,
    .plans .col-4{
        text-align: center;
    }
    .plans .col-1 .subtitle,
    .plans .col-2 .subtitle,
    .plans .col-3 .subtitle,
    .plans .col-4 .subtitle{
        color: #fff;
    }
    .plans .col {
        width: -webkit-calc(20% - 80px / 5);
        width: calc(20% - 7px / 5);
    }
    .cx-about-services .el {
        width: -webkit-calc(33.33333% - 80px / 3);
        width: calc(33.33333% - 80px / 3);
    }
    .cx-promise .title-wr {
        width: -webkit-calc(33.33333% - 20px);
        width: calc(33.33333% - 20px);
    }
    .cx-promise .text-wr {
        width: -webkit-calc(66.66666% - 20px);
        width: calc(66.66666% - 20px);
    }
    .cx-story .list:before {
        content: '';
        display: block;
        position: absolute;
        background: url(img/ico-story.svg) no-repeat center center;
        width: 128px;
        height: 128px;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .cx-story .list:after {
        content: '';
        display: block;
        position: absolute;
        width: 8px;
        height: 140px;
        background: rgb(246, 197, 39);
        background: -moz-linear-gradient(top, rgba(246, 197, 39, 1) 0%, rgba(24, 138, 170, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(246, 197, 39, 1) 0%, rgba(24, 138, 170, 1) 100%);
        background: linear-gradient(to bottom, rgba(246, 197, 39, 1) 0%, rgba(24, 138, 170, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6c527', endColorstr='#188aaa', GradientType=0);
        left: 50%;
        top: 120px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .cx-story .list .el {
        width: -webkit-calc(50% + 64px);
        width: calc(50% + 64px);
        position: relative;
    }
    .cx-story .list .el:nth-child(odd) {
        margin-left: auto;
        padding-left: 128px;
    }
    .cx-story .list .el:nth-child(odd):not(:last-child):before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 68px;
        background: url(img/ico-story-2.svg) no-repeat center -158px;
        left: 0;
    }
    .cx-story .list .el:nth-child(even) {
        width: 50%;
        text-align: right;
        padding-right: 128px;
    }
    .cx-story .list .el:nth-child(even):not(:last-child):before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 68px;
        background: url(img/ico-story-2.svg) no-repeat center -340px;
        right: -4px;
    }
    .cx-story .el:not(:last-child) {
        min-height: 182px;
    }
    .cx-story .list .el:nth-child(odd) .ico {
        left: 25px;
    }
    .cx-story .list .el:nth-child(even) .ico {
        right: 25px;
    }
    .cx-story .list .el:nth-child(even) .ico svg {
        top: 10%;
        left: 48%;
        -webkit-transform: rotate(-90deg) translate(-50%, -50%);
        -moz-transform: rotate(-90deg) translate(-50%, -50%);
        -ms-transform: rotate(-90deg) translate(-50%, -50%);
        transform: rotate(-90deg) translate(-50%, -50%);
    }
    .subscribe:not(.quote) .block-title {
        padding-left: 7%;
        padding-right: 7%;
    }
    .quote .col {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .signup-1 .mc-field-group {
        width: -webkit-calc(50% - 12px) !important;
        width: calc(50% - 12px) !important;
    }
    .cx-contacts .text-wr {
        width: -webkit-calc(66.66666% - 20px);
        width: calc(66.66666% - 20px);
    }
    .cx-contacts .btn-wr {
        width: -webkit-calc(33.33333% - 20px);
        width: calc(33.33333% - 20px);
    }
    .cx-team .el {
        width: -webkit-calc(33.33333% - 80px / 3);
        width: calc(33.33333% - 80px / 3);
    }
    .cx-team .list .el:nth-child(3n + 2) {
        margin-left: 40px;
        margin-right: 40px;
    }
    .cx-board-members .list .el:nth-child(4n + 2),
    .cx-strategists-team .list .el:nth-child(4n + 2) {
        margin-left: 40px;
        margin-right: 20px;
    }
    .cx-board-members .list .el:nth-child(4n + 3),
    .cx-strategists-team .list .el:nth-child(4n + 3) {
        margin-left: 20px;
        margin-right: 40px;
    }
    .cx-board-members .el {
        width: -webkit-calc(25% - 120px / 4);
        width: calc(25% - 120px / 4);
    }
    .cx-strategists-team .list .el {
        min-width: calc(25% - 120px / 4);
    }
    .awards .list {
        gap: 45px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
    #page {
        position: absolute;
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75);
        transform-origin: center top;
        margin-left: -17%;
        margin-right: -17%;
        width: 134%;
        max-width: none;
    }
    .slick-wr {
        width: 58vw !important;
    }
    body[data-template="3"] .multiple .list .el:nth-child(2):before {
        width: 119vw;
    }
    .pillars .list:before {
        height: 76px;
        width: 117vw !important;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
    body[data-template="3"] .multiple .list .el:nth-child(2):before {
        width: 119vw;
    }
    .home .page-title {
        font-size: 6vw;
    }
    .home .page-title .sub {
        font-size: 13vw;
    }
    .block.top .container {
        max-width: 1480px;
    }
    .pillars .list:before {
        height: 71px;
    }
    body[data-template="2"] .block.top {
        background-position: 50% center;
    }
    body[data-template="2"] .block.top .text-wr {
        -webkit-background-size: 242px 243px, contain;
        -moz-background-size: 242px 243px, contain;
        -o-background-size: 242px 243px, contain;
        background-size: 242px 243px, contain;
        background-position: 25% 90%, right 10px;
    }
}
@media screen and (min-width: 993px) {
    .ast-separate-container #primary,
    .ast-separate-container.ast-left-sidebar #primary,
    .ast-separate-container.ast-right-sidebar #primary {
        margin: 0;
    }
}
@media screen and (max-width: 1480px) {
    .pillars .list:before {
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);
        -webkit-background-size: 123%;
        -moz-background-size: 123%;
        -o-background-size: 123%;
        background-size: 123%;
    }
}
@media screen and (max-width: 1300px) {
    .bg-video {
        background-size: 45% auto, auto, auto, auto;
        background-position: 95% center, 10% center, left top, right bottom;
    }
    body[data-template="2"] .page-title {
        font-size: 76px;
    }
    body[data-template="2"] .page-title .sub {
        font-size: 45px;
    }
}
@media screen and (max-width: 1024px) {
    body {
        font-size: 18px;
        line-height: 156%;
    }
    p {
        margin-bottom: 16px;
    }
    .site-logo-img img {
        max-width: 204px;
    }
    #ast-hf-mobile-menu {
        padding-top: 16px;
        padding-bottom: 24px;
    }
    .ast-header-break-point .main-navigation ul li:not(:last-child) {
        margin-bottom: 20px;
        line-height: 24px;
    }
    .ast-header-break-point .main-navigation ul.sub-menu li:not(:last-child) {
        margin-bottom: 10px;
    }
    .ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
        display: none;
    }
    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
        line-height: 24px;
        padding: 0 20px;
        text-transform: uppercase;
        color: #188AAA !important;
        font-weight: 900;
        border: 0 !important;
    }
    .ast-builder-menu-mobile .main-navigation .sub-menu .menu-item {
        padding-left: 20px;
    }
    .ast-builder-menu-mobile .main-navigation .sub-menu .menu-item > .menu-link {
        font-weight: 600;
        font-size: 16px;
    }
    .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
        padding-right: 27px;
        display: block;
        right: 0;
        left: 0;
        top: 0;
        bottom: auto;
    }
    .ast-header-break-point .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle > .ast-icon.icon-arrow {
        float: right;
    }
    [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
        padding: 7px;
    }
    .ast-mobile-header-wrap .ast-mobile-header-content {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all .15s ease;
        -moz-transition: all .15s ease;
        -o-transition: all .15s ease;
        transition: all .15s ease;
        display: block !important;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    .ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {
        position: absolute;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .ast-main-header-nav-open {
        position: relative;
    }
    .ast-main-header-nav-open:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2E3133;
        opacity: 0.5;
        z-index: 1;
    }
    .ast-menu-toggle {
        outline: none !important;
        text-align: center;
    }
    .ast-header-break-point .ast-icon.icon-arrow svg {
        margin: 0;
        color: #188AAA;
        width: 12px;
    }
    .mobile-menu-toggle-icon > * svg {
        width: 28px !important;
        height: 28px !important;
    }
    .mobile-menu-toggle-icon > *:first-child {
        background: url(img/menu.svg) no-repeat center center;
    }
    .mobile-menu-toggle-icon > *:first-child svg {
        visibility: hidden;
        opacity: 0;
    }
    .sub-menu {
        padding-top: 16px;
        padding-bottom: 4px;
    }
    .block.top {
        min-height: 770px;
    }
    body[data-template="2"] .block.top {
        background-position: 22% center;
    }
    body[data-template="2"].page-id-311 .block.top {
        background-position: 10% center;
    }
    body[data-template="2"] .block.top .text-wr {
        padding: 44px 0 170px 20px !important;
        min-height: 325px !important;
        background-size: 140px 140px, auto 276px !important;
        background-position: left bottom 20px, left bottom 60px !important;
    }
    .block.top .col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-title {
        font-size: 56px;
    }
    .page-title .sub {
        font-size: 30px;
        margin-top: -8px;
    }
    .home .page-title {
        font-size: 38px;
        margin-bottom: 16px;
    }
    .home .page-title .sub {
        font-size: 80px;
    }
    body[data-template="2"] .page-title {
        font-size: 56px;
    }
    body[data-template="2"] .page-title .sub {
        font-size: 30px;
    }
    .home .top-bg {
        max-width: 235px;
    }
    .block.top .text {
        margin-bottom: 24px;
        font-size: 18px;
    }
    .block.top .img-wr {
        height: auto;
    }
    .home .top-bg {
        top: 10px;
    }
    .block.top .text-wr {
        margin-top: auto;
        padding-bottom: 60px;
    }
    .button {
        width: 100%;
        font-size: 15px !important;
    }
    .subhead {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .subhead:not(.with-title) .text-wr {
        font-size: 20px;
        line-height: 150%;
    }
    .block-title {
        margin-bottom: 40px;
    }
    .block-title br {
        display: none;
    }
    .video {
        height: 514px;
    }
    .block.about {
        padding-top: 60px;
    }
    .block.about .block-title {
        font-size: 30px;
        line-height: 133%;
        margin-bottom: 60px;
    }
    .block.about .sub {
        font-size: 26px;
    }
    .cx-support {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .block-title {
        font-size: 30px;
        line-height: 133%;
    }
    .block-title.small {
        font-size: 26px;
        line-height: 136%;
    }
    .cx-support .el {
        width: 100%;
        font-size: 20px;
        padding: 12px;
        margin-bottom: 8px;
        flex: 0 0 100%;
    }
    .cx-support .text-block {
        font-size: 18px;
        padding-top: 28px;
    }
    .block.multiple .img {
        margin-bottom: 30px;
    }
    .multiple .block-title {
        margin-bottom: 16px;
    }
    .text ul li:before {
        top: 9px;
    }
    .text ul li:not(:last-child) {
        margin-bottom: 8px;
    }
    .certify {
        padding-top: 0;
        padding-bottom: 80px;
    }
    .certify .list {
        margin-right: -12px;
        margin-left: -12px;
    }
    .certify .el {
        padding-left: 12px;
        padding-right: 12px;
    }

    .subscribe {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .subscribe:before, .subscribe:after {
        display: none;
    }
    .wpcf7-form input:not([type=submit], [type=checkbox]), .wpcf7-form textarea, body #mc_embed_signup .mc-field-group input:not([type=submit], [type=checkbox]) {
        height: 48px;
        font-size: 16px;
    }
    .wpcf7-form .mc-field-group, body #mc_embed_signup .mc-field-group {
        margin-bottom: 16px;
    }
    .top_tab .tab_content ul {
        column-count: 1;
        column-gap: 0;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .footer-widget-area.footer-widget-area-inner {
        text-align: left !important;
    }
    .site-footer h2 {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 150%;
    }
    .site-footer .menu li {
        margin-bottom: 8px;
        font-size: 18px;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        margin-bottom: 40px;
    }
    .site-footer .widget_block {
        margin-bottom: 0;
    }
    .site-footer .widget_block p:last-child {
        margin-bottom: 0;
    }
    .site-below-footer-wrap[data-section="section-below-footer-builder"] {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .ast-footer-copyright .ast-footer-copyright {
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
    }
    .ast-footer-copyright .ast-footer-copyright span {
        display: block;
    }
    .bg-video {
        background-size: 335px auto, auto 92px, auto 160px, auto 220px;
        background-position: left 50% bottom 60px, right 10% top 78px, left top, right bottom;
    }
    .video .lyte {
        height: 514px;
    }
    .bg-video .text-wr {
        top: 60px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .bg-video .text-wr .flex {
        display: block;
        margin-bottom: 16px;
    }
    .bg-video .text-wr .flex > * {
        display: block;
        white-space: nowrap;
    }
    .bg-video .text-wr .flex > *:nth-child(2) {
        font-size: 38px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .pillars .list {
        padding-top: 0;
        display: block;
    }
    .pillars .el {
        padding-left: 60px;
        text-align: left;
    }
    .pillars .el:last-child:before {
        content: '';
        display: block;
        position: absolute;
        left: 22px;
        width: 4px;
        background: #fff;
        top: 0;
        bottom: 0;
    }
    .pillars .list:before {
        height: auto;
        left: 24px;
        top: 0;
        bottom: 10px;
        width: 4px !important;
        background: rgb(253, 194, 15);
        background: -moz-linear-gradient(top, rgba(253, 194, 15, 1) 0%, rgba(73, 174, 226, 1) 27%, rgba(24, 138, 170, 1) 75%, rgba(125, 185, 232, 1) 100%) !important;
        background: -webkit-linear-gradient(top, rgba(253, 194, 15, 1) 0%, rgba(73, 174, 226, 1) 27%, rgba(24, 138, 170, 1) 75%, rgba(125, 185, 232, 1) 100%) !important;
        background: linear-gradient(to bottom, rgba(253, 194, 15, 1) 0%, rgba(73, 174, 226, 1) 27%, rgba(24, 138, 170, 1) 75%, rgba(125, 185, 232, 1) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdc20f', endColorstr='#7db9e8', GradientType=0);
    }
    .pillars .list .el .num {
        top: -9px;
        left: 0;
        width: 48px;
        height: 48px;
        border-width: 4px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .pillars .block-title {
        margin-bottom: 32px;
    }
    .pillars .title {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .pillars .text {
        font-size: 18px;
    }
    .block.multiple .col {
        width: 100%;
        margin-bottom: 16px;
    }
    .block.multiple .col.img {
        order: -1 !important;
    }
    .wpcf7-form .flex > * {
        width: 100%;
    }
    .transformation-pillars:before {
        height: 12px;
    }
    .block.multiple img {
        margin: 0 auto;
    }
    .plans {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .plans .col-desc {
        display: none;
    }
    .plans .col-1, .plans .col-2, .plans .col-3, .plans .col-4 {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 32px;
    }
    .plans .list .el {
        display: flex;
        justify-content: space-between;
    }
    .plans .col-title {
        font-size: 20px;
        text-align: center;
        color: #49AEE3;
    }
    .plans .col .btn-wrap {
        margin-bottom: 12px;
    }
    .plans .el-title span {
        border: 0;
    }
    .plans .subtitle {
        font-size: 18px;
        font-family: 'Lato', sans-serif;
        padding: 8px 0;
    }
    .plans .list .val, .plans .el-title {
        font-size: 16px;
    }
    .plans .block-title {
        margin-bottom: 16px;
    }
    .plans .text {
        margin-bottom: 40px;
    }
    .cx-contacts {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .cx-contacts .block-title {
        margin-bottom: 16px;
    }
    .cx-contacts .text {
        margin-bottom: 24px;
    }
    .btn-wr {
        width: 100%;
    }
    .cx-block-1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .cx-block-1 .block-title {
        margin-bottom: 24px;
    }
    .cx-block-1 .block-title span,
    .cx-block-1 .block-title {
        font-size: 26px;
    }
    .cx-block-3 {
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .cx-services {
        padding-top: 20px;
    }
    .cx-services .block-title {
        margin-bottom: 40px;
    }
    .cx-services .el .title {
        font-size: 20px;
        padding-left: 48px;
    }
    .cx-services .el .decor {
        width: 48px;
        height: 48px;
        border-width: 4px;
        left: -4px;
        top: -12px;
    }
    .cx-services .el {
        padding-left: 0;
    }
    .cx-services .el {
        margin-bottom: 24px;
    }
    .cx-services {
        padding-bottom: 60px;
    }
    .cx-services .list:not(.mult-2) .el:last-child {
        margin-bottom: 0;
    }
    .cx-services .el .text {
        font-size: 16px;
    }
    .plans .btns {
        padding-top: 40px;
    }
    .plans .btns a {
        width: 100%;
    }
    .plans .btns a:not(:last-child) {
        margin-bottom: 16px;
    }
    .plans .list .el {
        padding: 8px 0;
        min-height: 44px;
    }
    .cx-clients .list .el .img {
        display: block;
        margin: 0 auto;
    }
    .cx-clients .list .el img {
        max-width: 100%;
        max-height: 120px;
    }
    i.check {
        width: 26px;
        height: 26px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
    .plans .group .list:not(:last-child) {
        margin-bottom: 24px;
    }
    .plans .el-title:hover .el-pop {
        display: none;
    }
    .site-footer .ast-builder-grid-row {
        display: block;
    }
    body:not(.home) .subhead {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    body[data-template="4"] .subhead {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .subhead .title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .subhead .title span {
        font-size: 26px;
        padding-top: 0;
    }
    .cx-block-1 img {
        width: 80px;
        height: 80px;
        margin: 0 0 12px;
    }
    body[data-template="4"] .block.top,
    body[data-template="8"] .block.top,
    body[data-template="1"] .block.top,
    body[data-template="3"] .block.top,
    body[data-template="5"] .block.top {
        -webkit-background-size: 90% auto !important;
        -moz-background-size: 90% auto !important;
        -o-background-size: 90% auto !important;
        background-size: 90% auto !important;
        background-position: center 60%;
    }
    body[data-template="3"] .page-title {
        font-size: 30px;
        margin-bottom: 16px;
    }
    body[data-template="3"] .page-title .sub {
        font-size: 56px;
    }
    body[data-template="3"] .block.top .img {
        position: relative;
        overflow: hidden;
        margin-top: 24px;
        height: 273px;
    }
    body[data-template="3"] .block.top img {
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 335px;
        max-width: 100%;
    }
    .discover {
        padding-top: 48px;
    }
    .discover .block-title {
        margin-bottom: 16px;
    }
    .multiple .list .el:not(:last-child) {
        margin-bottom: 32px;
    }
    .academy {
        padding-top: 60px;
        padding-bottom: 60px;
        background-position: right -260px top -150px;
    }
    .academy .block-title {
        margin-bottom: 16px;
    }
    .academy .list {
        display: block;
    }
    .academy .list svg {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        display: block;
        margin: 4px auto;
    }
    .academy .el {
        font-size: 20px;
        padding: 8px;
    }
    .academy .text {
        margin-bottom: 24px;
    }
    .subscribe .block-title {
        margin-bottom: 16px;
    }
    .subscribe .text-wr {
        text-align: center;
        margin-bottom: 24px;
    }
    .subscribe .wpcf7-form {
        padding: 32px 16px;
    }
    .wpcf7-form textarea {
        padding: 9px 16px 10px 24px;
    }
    .wpcf7-form input[type=submit] {
        height: 54px;
    }
    .cx-about {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .cx-about .subtitle {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .cx-about .block-title {
        margin-bottom: 16px;
    }
    .cx-about-services .icon {
        margin-bottom: 16px;
    }
    .cx-about-services img {
        width: 80px;
        height: 80px;
    }
    .cx-about-services .text {
        font-size: 20px;
    }
    .cx-promise .subtitle {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .cx-promise {
        padding-bottom: 40px;
    }
    .cx-clients {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .cx-clients .list {
        gap: 12px;
    }
    .cx-clients .list .el {
        width: -webkit-calc(25% - 12px * 3 / 4);
        width: calc(25% - 12px * 3 / 4);
    }
    .cx-story .list {
        position: relative;
    }
    .cx-story .list:before {
        content: '';
        position: absolute;
        display: block;
        height: auto;
        left: 39px;
        top: 20px;
        bottom: 10px;
        width: 4px;
        background: rgb(253, 194, 15);
        background: -moz-linear-gradient(top, rgba(253, 194, 15, 1) 0%, rgba(73, 174, 226, 1) 27%, rgba(24, 138, 170, 1) 75%, rgba(125, 185, 232, 1) 100%) !important;
        background: -webkit-linear-gradient(top, rgba(253, 194, 15, 1) 0%, rgba(73, 174, 226, 1) 27%, rgba(24, 138, 170, 1) 75%, rgba(125, 185, 232, 1) 100%) !important;
        background: linear-gradient(to bottom, rgba(253, 194, 15, 1) 0%, rgba(73, 174, 226, 1) 27%, rgba(24, 138, 170, 1) 75%, rgba(125, 185, 232, 1) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdc20f', endColorstr='#7db9e8', GradientType=0);
    }
    .cx-story .list:after {
        content: '';
        display: block;
        position: absolute;
        background: url(img/ico-story.svg) no-repeat center center;
        width: 80px;
        height: 80px;
        top: 0;
        left: 2px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
    .cx-story .text {
        margin-bottom: 40px;
    }
    .cx-story .list {
        padding-top: 112px;
    }
    .cx-story .list .el {
        padding-left: 76px;
    }
    .cx-story .list .el:not(:last-child) {
        margin-bottom: 24px;
    }
    .cx-story .list .ico {
        left: 16px;
        width: 48px;
        height: 48px;
        border-width: 4px;
        top: -8px;
    }
    .cx-story .list .ico svg {
        left: -4%;
    }
    .cx-story .year {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .cx-story .list .el:last-child:before {
        content: '';
        display: block;
        position: absolute;
        left: 39px;
        width: 4px;
        background: #fff;
        top: 0;
        bottom: 0;
    }
    .cx-slogan .container {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .cx-slogan .text:before {
        margin-bottom: 12px;
    }
    .cx-slogan .text:before, .cx-slogan .text:after {
        width: 40px;
        height: 34px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
    .cx-slogan .text:after {
        margin-top: 12px;
    }
    .cx-slogan .text {
        font-size: 20px;
    }
    .cx-slogan .img {
        width: 54px;
    }
    .cx-slogan .text-wr {
        padding-left: 8px;
    }
    .cx-slogan .name {
        font-size: 18px;
        margin-bottom: 0;
    }
    .cx-slogan .position {
        font-size: 16px;
    }
    .cx-slogan {
        margin-bottom: 80px;
    }
    .cx-team {
        padding-bottom: 40px;
    }
    .cx-team .block-title {
        margin-bottom: 32px;
    }
    .cx-team .name {
        font-size: 26px;
        margin-bottom: 0;
    }
    .cx-team .position {
        font-size: 20px;
        font-weight: 400;
    }
    .cx-team .role {
        font-size: 20px;
        padding-top: 35px;
    }
    .cx-team .list .el {
        margin: 0;
    }
    .cx-team .list .el img {
        width: 220px;
        height: 220px;
    }
    body.page .cx-team .list .el .img {
        -webkit-background-size: auto 270px;
        -moz-background-size: auto 270px;
        -o-background-size: auto 270px;
        background-size: auto 270px;
        padding-top: 17px;
        max-width: 330px;
        margin: 0 auto;
    }
    .cx-strategists-team {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .cx-strategists-team img {
        display: block;
        margin: 0 auto;
        width: 220px;
        height: 220px;
    }
    .cx-board-members {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .cx-board-members img {
        display: block;
        margin: 0 auto;
        width: 220px;
        height: 220px;
    }
    .cx-team .block-title,
    .cx-strategists-team .block-title,
    .cx-board-members .block-title {
        margin-bottom: 32px;
    }
    .cx-team .list,
    .cx-strategists-team .list,
    .cx-board-members .list {
        padding-bottom: 72px;
    }
    .cx-team .el,
    .cx-strategists-team .el,
    .cx-board-members .el {
        margin-bottom: 0;
    }
    body.page .contact-gallery .el {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    .contact-gallery .slick-list {
        max-width: none;
    }
    .contact-gallery .slick-arr {
        position: absolute;
        bottom: -15px;
        height: 40px;
    }
    .cx-team .slick-arr,
    .cx-strategists-team .slick-arr,
    .cx-board-members .slick-arr {
        position: absolute;
        bottom: 0;
        height: 40px;
    }
    .contact-gallery .slick-dots {
        padding-top: 36px;
    }
    .contact-gallery .slick-arr.prev,
    .cx-team .slick-arr.prev,
    .cx-strategists-team .slick-arr.prev,
    .cx-board-members .slick-arr.prev {
        left: 0;
    }
    .contact-gallery .slick-arr.next,
    .cx-team .slick-arr.next,
    .cx-strategists-team .slick-arr.next,
    .cx-board-members .slick-arr.next {
        right: 0;
    }
    .post-series .slick-dots {
        width: 100%;
    }
    .cx-team .slick-dots,
    .cx-strategists-team .slick-dots,
    .cx-board-members .slick-dots {
        bottom: 11px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .post-series {
        margin-bottom: 0;
    }
    .post-series .slick-dots li,
    .cx-team .slick-dots li,
    .cx-strategists-team .slick-dots li,
    .cx-board-members .slick-dots li {
        margin: 0 6px;
    }
    .post-series .slick-dots button,
    .cx-team .slick-dots button,
    .cx-strategists-team .slick-dots button,
    .cx-board-members .slick-dots button {
        background: rgba(47, 142, 188, 0.4);
        vertical-align: middle;
    }
    .post-series .slick-dots .slick-active button,
    .cx-team .slick-dots .slick-active button,
    .cx-strategists-team .slick-dots .slick-active button,
    .cx-board-members .slick-dots .slick-active button {
        background: #2F8EBC;
    }
    .cx-strategists-team .name {
        font-size: 26px;
    }
    .cx-strategists-team .role {
        font-size: 20px;
    }
    .cx-board-members .name {
        font-size: 26px;
        margin-bottom: 8px;
    }
    .cx-board-members .text {
        font-size: 16px;
    }
    .expert-community {
        background: #188AAA url(img/decor-1.svg) no-repeat right -60px top -120px;
        -webkit-background-size: 240px auto;
        -moz-background-size: 240px auto;
        -o-background-size: 240px auto;
        background-size: 240px auto;
    }
    body[data-template="8"] .top-bg {
        max-width: 350px;
        height: auto;
    }
    body[data-template="5"] .top-bg {
        max-width: 300px;
        height: auto;
    }
    body[data-template="5"] .block.top .img-wr {
        margin-bottom: auto;
        padding-top: 14px;
    }
    body[data-template="5"] .block.top .img-wr img {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 335px;
    }
    body.author .site-main .ast-row > *, body.category .site-main .ast-row > *, body.blog .site-main .ast-row > * {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .cats-wrap .el {
        margin: 0 4px 8px;
    }
    .cats-wrap a {
        font-size: 15px;
        padding: 8px 16px;
    }
    .cat-links a {
        font-size: 14px;
        padding: 1px 10px 0;
    }
    body.author .site-main .entry-title a, body.category .site-main .entry-title a, body.blog .site-main .entry-title a {
        font-size: 20px;
        color: #2E3133;
    }
    body.author .site-main .entry-title, body.category .site-main .entry-title, body.blog .site-main .entry-title {
        line-height: 131%;
        font-size: 20px;
    }
    .ast-separate-container #primary, .ast-separate-container #secondary {
        padding: 0;
    }
    .ast-pagination {
        margin-bottom: 80px;
    }
    .ast-pagination .nav-links > span:not(.dots), .ast-pagination .nav-links > a {
        width: 40px !important;
        height: 40px !important;
        line-height: 36px;
    }
    .ast-pagination .nav-links .prev:before {
        top: -12%;
    }
    .ast-pagination .nav-links .next:before {
        left: -12%;
    }
    .posts-wr {
        padding: 0 0 60px;
        display: none;
    }
    .posts-wr .slick-list {
        max-width: 100%;
        overflow: hidden;
        margin: 0 !important;
    }
    .posts-wr .slick-track > * {
        margin: 0 !important;
    }
    body.author .block.top > .container,
    body.category .block.top > .container,
    body.blog .block.top > .container {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    body.author .block.top .text-wr,
    body.category .block.top .text-wr,
    body.blog .block.top .text-wr {
        padding-bottom: 8px;
        padding-top: 60px;
    }
    body.author .block.top .page-title,
    body.category .block.top .page-title,
    body.blog .block.top .page-title {
        font-size: 30px;
        margin-bottom: 16px;
    }
    body.author .block.top .sub,
    body.category .block.top .sub,
    body.blog .block.top .sub {
        font-size: 56px;
    }
    .posts-wr .entry-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .entry-meta.cx-meta * {
        font-size: 16px;
    }
    body.author .primary, body.category .primary, body.blog .primary {
        padding-top: 60px !important;
    }
    #mc-embedded-subscribe-form .clear {
        width: 100%;
        padding-top: 8px;
    }
    #mc-embedded-subscribe-form  .clear > [type=submit] {
        width: 100%;
    }
    body.author .block.top, body.category .block.top, body.blog .block.top {
        min-height: 330px;
        background: url(img/expert-community-3.svg) right -120px top -86px no-repeat;
        background-color: #188AAA;
        -webkit-background-size: 243px auto !important;
        -moz-background-size: 243px auto !important;
        -o-background-size: 243px auto !important;
        background-size: 243px auto !important;
    }
    .cats-wrap {
        margin-bottom: 36px;
        display: none;
    }
    .ast-article-single header.entry-header .entry-title {
        font-size: 30px;
        margin-bottom: 16px !important;
    }
    .entry-meta.cx-meta {
        margin-bottom: 32px !important;
    }
    .entry-content h2 {
        font-size: 26px;
        margin-bottom: 16px;
    }
    .entry-content h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .entry-content blockquote {
        font-size: 18px;
        line-height: 28px;
        color: #2E3133;
    }
    .cx-author-block .img {
        width: 100%;
        margin-bottom: 12px;
    }
    .cx-author-block img {
        width: 68px;
        height: 68px;
    }
    .cx-author-block .text-wr {
        padding: 0;
        width: 100%;
    }
    body .entry-content .author-title {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .cx-author-block .text {
        font-size: 16px;
    }
    .ast-related-posts-title-section .ast-related-posts-title {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .ast-related-post-content .entry-header .ast-related-post-title a {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .ast-related-posts-wrapper .ast-related-post-excerpt {
        font-size: 16px;
    }
    .cx-contact-top .text-wr {
        margin-bottom: 40px;
    }
    .cx-contact-top .col {
        width: 100%;
    }
    .cx-contact-top .form-wr {
        padding: 32px 16px;
    }
    #mc_embed_signup .clear {
        padding-top: 8px;
    }
    #mc_embed_signup [type=submit] {
        height: 54px;
    }
    body select {
        height: 48px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .cx-contact-top {
        margin-bottom: 80px;
    }
    .contact-gallery .block-title {
        margin-bottom: 24px !important;
    }
    .cx-contact-top .form-wr .text {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .contact-container {
        padding-top: 80px;
        -webkit-background-size: 170px auto, 243px auto;
        -moz-background-size: 170px auto, 243px auto;
        -o-background-size: 170px auto, 243px auto;
        background-size: 170px auto, 243px auto;
        background-position: right -20px top 75%, left -109px bottom -7px;
    }
    .contact-container .block-title {
        margin-bottom: 8px;
    }
    .cx-contact-top .text-wr .text-row {
        margin-bottom: 40px;
    }
    .cx-contact-top .text-wr .sub {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .cx-contact-top .text-wr .img {
        width: 48px;
        height: 48px;
    }
    .cx-contact-top .text-wr .text {
        width: -webkit-calc(100% - 48px);
        width: calc(100% - 48px);
        padding-left: 16px;
        font-size: 18px;
    }
    .cx-contact-top .text-wr .list .el:not(:last-child) {
        margin-bottom: 12px;
    }
    #mc_embed_signup .flex > * {
        width: 100%;
    }
    body[data-template="4"] .top-bg {
        bottom: auto;
        top: 0;
        max-width: 320px;
        height: 383px;
    }
    .how-it-works .list {
        position: relative;
    }
    .how-it-works .list:before {
        content: '';
        position: absolute;
        display: block;
        height: auto;
        left: 20px;
        top: 20px;
        bottom: 10px;
        width: 4px;
        background: rgb(253, 194, 15);
        background: -moz-linear-gradient(top, rgba(253, 194, 15, 1) 0%, rgba(73, 174, 226, 1) 27%, rgba(24, 138, 170, 1) 75%, rgba(125, 185, 232, 1) 100%) !important;
        background: -webkit-linear-gradient(top, rgba(253, 194, 15, 1) 0%, rgba(73, 174, 226, 1) 27%, rgba(24, 138, 170, 1) 75%, rgba(125, 185, 232, 1) 100%) !important;
        background: linear-gradient(to bottom, rgba(253, 194, 15, 1) 0%, rgba(73, 174, 226, 1) 27%, rgba(24, 138, 170, 1) 75%, rgba(125, 185, 232, 1) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdc20f', endColorstr='#7db9e8', GradientType=0);
    }
    .how-it-works .list .el {
        width: 100%;
        padding-left: 56px;
        text-align: left;
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
    .how-it-works .list .el:last-child {
        margin-bottom: 0;
    }
    .how-it-works .list .el:last-child:before {
        content: '';
        display: block;
        position: absolute;
        left: 20px;
        width: 4px;
        background: #fff;
        top: 0;
        bottom: 0;
    }
    .how-it-works .list .el {
        margin-bottom: 32px;
    }
    .how-it-works .list .el .title {
        order: -1;
        margin-bottom: 8px;
    }
    .how-it-works .list .el:nth-child(1) .sub,
    .how-it-works .list .el:nth-child(1) .title {
        color: #F7C528;
    }
    .how-it-works .list .el:nth-child(3) .sub,
    .how-it-works .list .el:nth-child(3) .title {
        color: #49AEE3;
    }
    .how-it-works .list .el .img {
        width: 100%;
        margin-bottom: 8px;
    }
    .how-it-works .list .el img {
        width: 64px;
        height: 64px;
        margin: 0;
    }
    .how-it-works .decor {
        position: absolute;
        left: -4px;
        top: -10px;
        width: 48px;
        height: 48px;
        border-width: 4px !important;
    }
    .how-it-works .decor svg {
        top: 22%;
        left: 24%;
    }
    .how-it-works {
        background: none;
        padding-top: 20px;
        margin-bottom: 0;
    }
    .how-it-works .sub {
        font-size: 20px;
        margin-bottom: 8px;
        min-height: 0;
    }
    .how-it-works .sub br {
        display: none;
    }
    .cx-process {
        padding-top: 60px;
    }
    .multiple-top {
        margin-bottom: 80px;
    }
    .scoring-mode {
        margin-bottom: 0;
    }
    .scoring-mode .top {
        padding-top: 60px;
        padding-bottom: 60px;
        -webkit-background-size: 243px auto, 243px auto;
        -moz-background-size: 243px auto, 243px auto;
        -o-background-size: 243px auto, 243px auto;
        background-size: 243px auto, 243px auto;
        background-position: right top, left bottom -90px;
    }
    .scoring-mode .block-title {
        margin-bottom: 16px;
    }
    .scoring-mode .text {
        margin-bottom: 16px;
    }
    .scoring-mode .bot {
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .transformation-pillars {
        margin-top: 80px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .transformation-pillars .img img {
        max-width: 64px;
    }
    .transformation-pillars .text-wr {
        margin-bottom: 40px;
    }
    .transformation-pillars .cols .el:not(:last-child) {
        padding-bottom: 24px;
        border-bottom: 1px solid #FFFFFF;
    }
    .transformation-pillars .cols .el:last-child {
        margin-bottom: 0;
    }
    .transformation-pillars .img {
        margin-bottom: 16px;
    }
    .transformation-pillars .steps {
        background: #188AAA;
    }
    .transformation-pillars .steps .el {
        margin-left: 0;
        width: 100%;
        font-size: 20px;
        padding: 21px 90px 21px 20px;
        line-height: 30px;
    }
    .transformation-pillars .steps .container {
        padding: 0;
    }
    .transformation-pillars .steps .decor {
        width: 48px;
        height: 48px;
        border-width: 4px;
    }
    .transformation-pillars .steps svg {
        margin-left: 9px;
        margin-top: 7px;
    }
    .transformation-pillars .cols {
        padding-bottom: 40px;
    }
    .transformation-pillars .bottom {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .transformation-pillars .title-bottom {
        font-size: 26px;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    body[data-template="4"] .page-title {
        font-size: 30px;
    }
    body[data-template="4"] .page-title .sub {
        font-size: 56px;
        margin-top: 0;
    }
    body[data-template="6"] .block.top {
        background: url(img/bg-global-1.svg), url(img/bg-global-2.svg), url(img/map-3.svg);
        background-repeat: no-repeat;
        background-color: #F7C528;
        background-position: 20px 160px, center top, center 40px;
        -webkit-background-size: 200px auto, 100% auto, 90% auto !important;
        -moz-background-size: 200px auto, 100% auto, 90% auto !important;
        -o-background-size: 200px auto, 100% auto, 90% auto !important;
        background-size: 200px auto, 100% auto, 90% auto !important;
    }
    body[data-template="6"] .page-title {
        font-size: 30px;
        margin-bottom: 16px;
    }
    body[data-template="6"] .page-title .sub {
        margin-top: 0;
        font-size: 56px;
    }
    body[data-template="6"] .block.top .text {
        text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
    }
    .cx-map {
        padding-bottom: 40px;
    }
    .cx-map .map-logo {
        margin-bottom: 24px;
    }
    .cx-map .title {
        margin-bottom: 60px;
        font-size: 20px;
    }
    .block-title img {
        max-width: 32px;
        vertical-align: middle;
    }
    .with-text .img-text {
        padding-left: 60px;
        font-size: 20px;
        -webkit-background-size: 40px auto;
        -moz-background-size: 40px auto;
        -o-background-size: 40px auto;
        background-size: 40px auto;
    }
    .block.multiple .with-text img {
        max-width: 80%;
    }
    .contact-gallery.type-2 {
        margin-top: 60px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .contact-gallery.type-2 .img-wr {
        padding-top: 70px;
    }
    .scoring-mode.type-2 .block-title {
        text-align: center;
    }
    .home .awards,
    .awards {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .awards .block-title {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .awards .list {
        justify-content: center;
    }
    .awards .list .el {
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .site-footer a {
        font-size: 18px;
    }
    .site-footer ul.menu li:not(:last-child) {
        margin-bottom: 8px;
    }
    body[data-template="3"] .list .el:nth-child(2) .img {
        order: 2 !important;
        margin-bottom: 0;
    }
    body[data-template="3"] .list .el:nth-child(2) .text-wr {
        padding-top: 60px;
        padding-bottom: 26px;
    }
}
@media screen and (max-width: 767px) {
    .plans .col-1, .plans .col-2, .plans .col-3, .plans .col-4 {
        width: 100%;
    }
    .plans .col:not(:last-child) {
        margin-bottom: 24px;
    }
    .mb-hidden {
        display: none !important;
    }
    .dt-hidden {
        display: block !important;
    }
    .cx-clients .list .el {
        width: -webkit-calc(33.33333% - 12px * 2 / 3);
        width: calc(33.33333% - 12px * 2 / 3);
    }
    body.author .site-main .ast-row > *, body.category .site-main .ast-row > *, body.blog .site-main .ast-row > * {
        width: 100%;
        margin-bottom: 0;
    }
    .awards .list .el {
        max-width: 50%;
    }
}
@media screen and (max-width: 520px) {
    body[data-template="2"] .block.top {
        background-position: 25% center;
    }
    .cx-clients .list .el {
        width: -webkit-calc(50% - 6px);
        width: calc(50% - 6px);
    }
    body[data-template="6"] .block.top {
        background: url(img/bg-global-1.svg), url(img/bg-global-4.svg), url(img/map-3.svg);
        background-repeat: no-repeat;
        background-color: #F7C528;
        background-position: 20px 160px, center top, center 40px;
        -webkit-background-size: 200px auto, 100% auto, auto 504px !important;
        -moz-background-size: 200px auto, 100% auto, auto 504px !important;
        -o-background-size: 200px auto, 100% auto, auto 504px !important;
        background-size: 200px auto, 100% auto, auto 504px !important;
    }
}